Commit Graph

  • 01fe34bc4b Node: catch correct P2P exn Vincent Bernardoff 2016-12-09 18:18:59 +0100
  • 5c428a5ea3 CI: avoids broken packages Grégoire Henry 2016-12-09 11:19:24 +0100
  • 37124411df Fix issues with relative paths, fix code style damian 2016-12-08 17:19:44 +0100
  • f7f5f21e46 Fix make build-deps Grégoire Henry 2016-12-08 16:27:28 +0100
  • 224e5d8c73 P2P: Add counters in peer_info Vincent Bernardoff 2016-12-01 17:11:27 +0100
  • 92f78b29e4 P2P: recv: return size read Vincent Bernardoff 2016-12-01 17:10:14 +0100
  • 2b27a1ffbe P2P: Discovery: avoid unneeded connections Vincent Bernardoff 2016-12-01 17:05:29 +0100
  • c2249056d7 P2P: Do not send unauthenticated Advertise msgs Vincent Bernardoff 2016-12-01 16:37:38 +0100
  • 6a1265255f P2P: refactor for less indenting Vincent Bernardoff 2016-12-01 16:10:17 +0100
  • 517893f707 RPC: Add CORS headers damian 2016-12-06 13:58:21 +0100
  • 4e9c54efa9 node_main: do not override cfg file values Vincent Bernardoff 2016-12-05 17:55:09 +0100
  • 9ece98167a Merge branch 'web-client' into 'master' Grégoire Henry 2016-12-06 11:40:51 +0100
  • 923d061d72 Client: help generation fixes. Benjamin Canou 2016-12-05 13:18:12 +0100
  • a098d25a55 Client: add a context to command evaluation. Benjamin Canou 2016-12-03 13:05:02 +0100
  • dc64f9b6fb Webclient: first draft. Benjamin Canou 2016-12-01 23:20:23 +0100
  • 8da7bddc36 Merge branch 'minutils' into 'master' Benjamin Canou 2016-12-01 19:18:50 +0100
  • e7c39578b4 Extract the js_of_ocaml compatible part of utils. Benjamin Canou 2016-12-01 18:27:53 +0100
  • 69f682357f Add hooks to the RPC server to handle static files. Benjamin Canou 2016-11-23 17:34:14 +0100
  • 5b1244648c Client: remove compilation warnings due to Cli_entries.log returning 'unit Lwt.t' Guillem Rieu 2016-11-22 17:59:09 +0100
  • 69adc115be Client: fix typo 'litteral' -> 'literal' Guillem Rieu 2016-11-22 17:33:17 +0100
  • a48d8c0026 Client: replace (e)printfs with Cli_entries.{error,warning,message} equivalent Guillem Rieu 2016-11-22 17:28:25 +0100
  • 3c2453f00d Client: catch Failure exceptions in Client_main Guillem Rieu 2016-11-22 17:27:00 +0100
  • 80e1b0f312 Client: add Cli_entries.warning to log a message on stderr without raising exception Guillem Rieu 2016-11-22 17:24:52 +0100
  • 087a097cf7 Client: cli_entries module refactoring. Benjamin Canou 2016-11-22 14:23:40 +0100
  • 1a1e17e1a0 Merge branch 'p2p-refactoring' into 'master' Grégoire Henry 2016-12-01 14:05:27 +0100
  • 1ffe2db277 P2P: Minor changes Vincent Bernardoff 2016-12-01 13:39:59 +0100
  • bdb2d20f05 P2P: Introduce a worker dedicated to user events Vincent Bernardoff 2016-11-30 16:29:11 +0100
  • a832c2069f P2P: Do not log ``ordinary'' errors Vincent Bernardoff 2016-11-30 15:04:06 +0100
  • e1d6df6e99 P2P: Do not accept unauthenticated Advertise msgs Vincent Bernardoff 2016-11-30 14:49:08 +0100
  • 5f8b74e96c P2P: Cancel MA computations on client disconnect Vincent Bernardoff 2016-11-30 14:48:21 +0100
  • 997d1972e0 Test: update test-p2p Vincent Bernardoff 2016-11-29 00:03:49 +0100
  • 158447416b Shell: Count sent and received bytes in P2p. Vincent Bernardoff 2016-11-28 23:57:13 +0100
  • 56a58cc962 Shell: use bounded Lwt_pipe in P2p Vincent Bernardoff 2016-11-28 23:31:40 +0100
  • dc2084d993 Shell: export P2p.gid Vincent Bernardoff 2016-11-28 23:01:37 +0100
  • 41d5bbe989 Shell: Use some Error_monad in P2p Vincent Bernardoff 2016-11-28 22:40:49 +0100
  • d41c05a066 Shell: minor rewording in P2p Vincent Bernardoff 2016-11-28 22:18:00 +0100
  • 16a3c88b1f Shell: introduce Moving_average Vincent Bernardoff 2016-11-28 21:54:32 +0100
  • 26c84de550 Shell: introduce Lwt_pipe Vincent Bernardoff 2016-11-28 21:46:26 +0100
  • fdff344989 Shell: minor cosmetics in p2p.ml Vincent Bernardoff 2016-11-28 21:35:14 +0100
  • 3cb307eeff Merge branch 'cmdliner' into 'master' Grégoire Henry 2016-12-01 13:39:52 +0100
  • d391be687b Update tooling for new cmdliner code. damian 2016-12-01 12:57:22 +0100
  • 3dcb0d8b25 Update doc to reflect new command line syntax for tezos-node. damian 2016-12-01 12:35:40 +0100
  • 0c13838eca Merge remote-tracking branch 'origin/master' into cmdliner damian 2016-12-01 12:30:07 +0100
  • 53088b06b2 Merge branch '100-improve-readme' into 'master' Grégoire Henry 2016-12-01 12:25:24 +0100
  • 4ca4367190 Doc polish damian 2016-12-01 00:18:35 +0100
  • 17b23d827e Node_main: replace Config_file by Cmdliner Vincent Bernardoff 2016-11-30 14:12:42 +0100
  • a366132427 doc improvements to readme Damian 2016-11-29 16:41:41 +0100
  • bc7f4b48e2 RPC: launch: remove unused argument Vincent Bernardoff 2016-11-29 16:41:17 +0100
  • 199bd93696 Lwt_utils: add may Vincent Bernardoff 2016-11-29 16:39:53 +0100
  • ec922f6821 Utils: add first_some Vincent Bernardoff 2016-11-29 14:51:36 +0100
  • 62a1be15b7 Shell: still allow usage of LWT_LOG Grégoire Henry 2016-11-26 11:52:14 +0100
  • 2a43eeaa7f P2P: properly handle End_of_file. Grégoire Henry 2016-11-26 11:47:50 +0100
  • c9fdaf13ec CI: push master-expurged to tezos/tezos. Grégoire Henry 2016-11-25 23:10:32 +0100
  • ebcc63aefb Shell: typo in P2P identity proof-of-work Grégoire Henry 2016-11-25 23:05:15 +0100
  • 2d61ded08b Merge branch 'crypto-box' into 'master' Grégoire Henry 2016-11-25 19:56:07 +0100
  • 17475aa743 Shell: switch to Blake2b (closes #87 #89) Grégoire Henry 2016-11-25 19:46:50 +0100
  • daf3343dc1 Shell: reduce difficulty for P2P identity... Grégoire Henry 2016-11-25 18:03:57 +0100
  • 8d37369f27 Client: random json template : fix random integers Grégoire Henry 2016-11-22 11:16:56 +0100
  • 710e3e755a Merge branch 'master' into crypto-box Eitan Chatav 2016-11-21 12:55:13 -0800
  • 46cca127a6 Merge branch 'uint64_comparison_in_proof_of_work' into 'master' Grégoire Henry 2016-11-21 09:55:46 +0100
  • 40a078a202 Update tezos-deps.opam to irmin.0.12.0 Grégoire Henry 2016-11-21 09:52:04 +0100
  • 39ea223e5b add comment for checksum in base48 encoding Arthur Breitman 2016-11-20 00:29:58 -0800
  • c52146cb71 debug string Eitan Chatav 2016-11-18 15:59:56 -0800
  • abb9e19260 integrate proof of work in p2p Eitan Chatav 2016-11-18 15:47:32 -0800
  • 7cb8a42629 lower default target Eitan Chatav 2016-11-18 14:28:01 -0800
  • aca0c380cf Merge branch 'master' into crypto-box Eitan Chatav 2016-11-18 14:07:45 -0800
  • ffc0189f19 default target Eitan Chatav 2016-11-18 14:07:27 -0800
  • 2864152e15 use 256 bit target for proof of work Eitan Chatav 2016-11-17 12:02:32 -0800
  • ac7342a43d Makefile: clean the test/ directory Grégoire Henry 2016-11-17 14:57:34 +0100
  • b9c3d95406 Proto: use integer comparison while checking proof-of-work. Grégoire Henry 2016-11-17 02:08:19 +0100
  • c842140f74 Shell: introduce Compare.Uint{32,64} Grégoire Henry 2016-11-17 14:56:27 +0100
  • 3b071cac46 Merge branch 'work-on-script' into 'master' Benjamin Canou 2016-11-17 14:42:40 +0100
  • 65795dba2c Merge branch 'master' into crypto-box Eitan Chatav 2016-11-16 17:09:24 -0800
  • 0edfae4621 bitmask Eitan Chatav 2016-11-16 17:09:01 -0800
  • 938ff6404b Shell: export Bytes.{get,set}_intXX to the proto Grégoire Henry 2016-11-17 02:06:50 +0100
  • a55f31bc9b Merge branch 'resolve_prefix' into 'master' Grégoire Henry 2016-11-17 01:50:49 +0100
  • 8edfc84ae6 Proto: tracing interpreter, RPCs and command line. Benjamin Canou 2016-11-16 15:05:02 +0100
  • db6a68a08f Proto: RPC to run an arbitrary program on arbitrary data. Benjamin Canou 2016-11-15 15:58:18 +0100
  • 6eda849ce9 Proto: drop imperative constructs and instructions from the language. Benjamin Canou 2016-11-14 18:09:06 +0100
  • 8602e5b0a0 Client: unexpand some macros when pretty printing programs. Benjamin Canou 2016-11-10 17:16:37 +0100
  • 1e2911dd94 Proto: tracing script translator. Benjamin Canou 2016-11-10 16:25:31 +0100
  • 0f91192769 Proto: script translator code indentation cleanup. Benjamin Canou 2016-11-10 14:32:30 +0100
  • 472258b1bf Proto: Fix typechecking of FAIL. Benjamin Canou 2016-11-10 14:29:12 +0100
  • f284714fba Proto: drop floats in the contract language. Benjamin Canou 2016-11-08 19:31:01 +0100
  • b4b3aece97 Dropped unnecessary script_typed_ir.mli (duplicate of .ml). Benjamin Canou 2016-11-08 17:37:04 +0100
  • ee5aec87ad check proof of work Eitan Chatav 2016-11-09 18:29:57 -0800
  • 0398a66423 proof of work start Eitan Chatav 2016-11-08 18:18:09 -0800
  • ba014261dc P2p: bugfix Vincent Bernardoff 2016-11-16 15:51:01 +0100
  • 215da8fa7e P2p: add test Vincent Bernardoff 2016-11-16 14:07:27 +0100
  • 2680bf7efb P2p: fix logging Vincent Bernardoff 2016-11-16 14:06:51 +0100
  • f7e73a6dc5 P2p: force IPv6 in discovery Vincent Bernardoff 2016-11-15 16:27:55 +0100
  • 3c55c72abf Merge remote-tracking branch 'ocp/crypto-box' Grégoire Henry 2016-11-16 01:19:13 +0100
  • 719b54ac1d Client: use contextual completion Grégoire Henry 2016-11-15 14:44:16 +0100
  • d61220f4f9 Compiler: use explicit functor in Environment Grégoire Henry 2016-11-14 17:28:37 +0100
  • b16a644e55 Proto: Completion of Base48-encoded public keys and contracts Grégoire Henry 2016-11-14 16:26:34 +0100
  • 1805a1d816 Shell: inline Ed25519 into Environment Grégoire Henry 2016-11-14 15:55:24 +0100
  • 9062c405ad Proto: minor fix in Storage.Key Grégoire Henry 2016-11-14 17:33:32 +0100
  • b82ad19806 Shell: Consistently use Ed25519.Public_key_hash Grégoire Henry 2016-11-14 15:54:21 +0100
  • 69261aa542 Client: add command "complete". Grégoire Henry 2016-10-16 21:57:56 +0200
  • 3f864ae113 Shell: display 12 characters for short Base48. Grégoire Henry 2016-10-13 17:05:53 +0200