sort by:
Revision Author Date Message Commit Date
1577b71 Stdlib-unix: Fix concurrency bug in `create_dir` 11 April 2019, 22:10:21 UTC
181a702 Doc: add page for Mainnet April release 11 April 2019, 15:39:17 UTC
5a14c1f Michelson:Test: Add two simple unexpansion tests These tests describe the fix of previous commit. 10 April 2019, 11:59:55 UTC
015f402 Michelson: Fix macro unexpansion See issue https://gitlab.com/nomadic-labs/tezos/issues/12 10 April 2019, 11:59:50 UTC
82190b6 CI: publish docker images for *net-snapshots branches 10 April 2019, 07:42:26 UTC
39d1f22 Only publish docker/docs on tezos/tezos 09 April 2019, 10:14:43 UTC
cffd27e Add all autogenerated files to the gitignore file 09 April 2019, 06:57:38 UTC
f1f0f8c Typo in "Howtouse" 05 April 2019, 12:37:25 UTC
3ddbc0e Test: adapt voting test to new 'list protocol' semantics 04 April 2019, 09:27:34 UTC
e8ac453 Stdlib: improve WeakRingTable fold/iter Specifically, it protects against traversing the same element twice and improves the documentation. 04 April 2019, 08:58:06 UTC
5fcf5a3 StdLib/hashPtree: typo in comment Co-authored-by: MBourgoin <mathias.bourgoin@tezcore.com> Co-authored-by: Raphaël Proust <code@bnwr.net> Co-authored-by: Pietro Abate <pietro.abate@tezcore.com> 04 April 2019, 08:58:06 UTC
aa987cc StdLib/WeakRingTable: add WeakRingTable to available iterators/iterable Co-authored-by: MBourgoin <mathias.bourgoin@tezcore.com> Co-authored-by: Raphaël Proust <code@bnwr.net> Co-authored-by: Pietro Abate <pietro.abate@tezcore.com> 04 April 2019, 08:58:06 UTC
a54855c StdLib/WeakRingTable: hide internal key handling from users Co-authored-by: MBourgoin <mathias.bourgoin@tezcore.com> Co-authored-by: Raphaël Proust <code@bnwr.net> Co-authored-by: Pietro Abate <pietro.abate@tezcore.com> 04 April 2019, 08:58:06 UTC
f9b5ad7 StdLib/Ring: add `add_and_return_erased` function Co-authored-by: Mathias Bourgoin <mathias.bourgoin@tezcore.com> Co-authored-by: Raphaël Proust <code@bnwr.net> Co-authored-by: Pietro Abate <pietro.abate@tezcore.com> 04 April 2019, 08:58:06 UTC
c2ddac4 Admin client: no duplicate in list protocols output 03 April 2019, 12:03:12 UTC
70d171b Docker: update alphanet.sh script 03 April 2019, 09:30:07 UTC
a7e3743 Docker: fix docker scripts 03 April 2019, 09:30:04 UTC
f221481 Client: test string prefix directly rather than with split 02 April 2019, 14:22:01 UTC
134e1d7 P2p: change version selection This patch is not compatible with current mainnet `nedes`, but three other patches provides a three-stage migration plan. Instead of sending a list of triplet `(name, major, miner)`, we now only announce only one triplet `(chain_name, distributed_db_version, p2p_version)`. The `chain_name` must be the exact same on each host. The two others `*_version` are negotiated independently with the following algorithm: - announce the greater known version; - choose the minimal number between the announced one and the received one; - accept the connection only the chosen version is known locally. This algorithm is fairly complete unless we introduce "hole" in the sequence of acceptable version numbers. 02 April 2019, 14:22:01 UTC
9f69abe Shell: refactor protocol fetching 02 April 2019, 13:40:20 UTC
f4da041 Client: add protocol fetch command 02 April 2019, 13:40:20 UTC
77db3f6 Shell: refactor outputs and don't store protocols with fake hashes 02 April 2019, 13:29:42 UTC
d8efc14 Shell: fixes lwt logs for protocol store 02 April 2019, 13:29:42 UTC
54edb77 shell: adds static link protocols in store 02 April 2019, 13:29:42 UTC
c6f5fb4 Baker: saving orphan nonces file before overwriting the nonces file 02 April 2019, 10:23:50 UTC
8c62ad1 Baker: prevent spurious error message while filtering orphan nonces 02 April 2019, 10:23:49 UTC
6bcf721 Baker: add a command to display filtered orphan nonces 02 April 2019, 10:23:49 UTC
f4d4628 Baker/Commands: add a command to filter orphans from the nonce file 02 April 2019, 10:23:49 UTC
92f00dc Baker/Nonces: do not remove orphan nonces anymore but warn users instead 02 April 2019, 10:23:48 UTC
66638ca Baker: enforce chain arguments through the API 02 April 2019, 10:23:48 UTC
c24b7e9 Baker/Nonces: filter out nonces associated to blocks that cannot be found in the chain 02 April 2019, 10:23:48 UTC
e47acdf Fix race condition in Distributed_functor.Memory_table Notify scheduler when pending resolved 02 April 2019, 08:57:54 UTC
1aecd5f Client: mention “yea” and add Oxford comma in help 01 April 2019, 15:39:44 UTC
187d24e Client: improve voting error display 01 April 2019, 15:39:44 UTC
ca5b130 Client: add `--dry-run` to `submit ballot` 01 April 2019, 15:39:44 UTC
cd1898a Client: add `--dry-run` to `submit proposals` 01 April 2019, 15:39:44 UTC
58ee041 Client: fix punctuation of `submit proposals` 01 April 2019, 15:39:44 UTC
6728bbb Client: improve display of proposals (show voting) 01 April 2019, 15:39:44 UTC
be46b73 Client: improve display of proposal errors 01 April 2019, 15:39:44 UTC
a17b422 Client: check for duplicate proposals 01 April 2019, 15:39:44 UTC
bed959b Client: improve Too many proposals error message 01 April 2019, 15:39:44 UTC
304bb75 Client: add `--force` to `submit proposals` 01 April 2019, 15:39:44 UTC
3c301d6 add install in opam files for lib_resto-directory & lib_resto makes it feasible to extract all vendors/ packages to an opam repository 29 March 2019, 02:46:35 UTC
858afda Node: escape doclang in doc Specifically, escape `$` in the manpage text to be compatible with Cmdliner's formatting. 26 March 2019, 14:51:08 UTC
e3b604c Baker: factor out some code 26 March 2019, 12:05:21 UTC
52b00f6 Baker: restore the --force option for the 'bake for' command 26 March 2019, 12:05:20 UTC
920a7f7 Docker: update docker file removal 26 March 2019, 12:05:20 UTC
57f17e5 Daemons: restore highwatermarks file retrocompatibility 26 March 2019, 12:05:18 UTC
2d8e8b1 Daemons: restore nonces file retrocompatibility 25 March 2019, 17:48:36 UTC
578b161 Shell: set the testchain to the mainchain when the testchain state is already in store 25 March 2019, 17:48:36 UTC
ff78a61 Client/Alpha: fix the client's RPCs to use the correct chain id 25 March 2019, 17:48:36 UTC
2fe41b0 Shell: switch testchain to not_running on current block's timestamp to ensure mainnet compatibility 25 March 2019, 17:48:35 UTC
3ecda1d Daemon: allow to ^C baker/endorser while waiting for the testchain 25 March 2019, 17:48:35 UTC
2c1fd02 Baker: improve logging info for endorsement waiting 25 March 2019, 17:48:35 UTC
659d1fe Accuser: ensure the test chain is launched before starting 25 March 2019, 17:48:34 UTC
b2748ed Baker: update baker's state structure 25 March 2019, 17:48:34 UTC
8ef52cb Accuser: remove dead-code 25 March 2019, 17:48:34 UTC
5245cb1 Baker: replace metadata RPC calls to header calls to handle purged blocks metadata 25 March 2019, 17:48:33 UTC
2ed2078 Daemon: refactor highwatermarks 25 March 2019, 17:48:33 UTC
e107fb9 Daemon: remove the files upgrade from the daemons 25 March 2019, 17:48:33 UTC
01665c6 Docker: add test baker commands 25 March 2019, 17:48:32 UTC
552edf7 Client: remove intrusive error message 25 March 2019, 17:48:32 UTC
6c933db Delegates: enforce manual upgrade of the baking state when detecting older file formats 25 March 2019, 17:48:32 UTC
e7cfd69 Alpha/Daemons: handle migration from legacy files to new highwatermarks mechanism 25 March 2019, 17:48:31 UTC
3da7836 Baker: clean up testchain's nonces on testchain termination 25 March 2019, 17:48:31 UTC
ba4c8ef Baker: index nonces by chain_id and not chain alias 25 March 2019, 17:48:31 UTC
6139762 Client/CLI: improve the documentation and remove conflicting shortname option 25 March 2019, 17:48:30 UTC
4ccf071 Alpha/Daemons: refactor some code 25 March 2019, 17:48:30 UTC
2e68879 Alpha/Daemon: monitor the active chains to start and stop the daemons on the test chain 25 March 2019, 17:48:30 UTC
4440244 Baker: letting the shell handle a protocol upgrade 25 March 2019, 17:48:29 UTC
7b5e737 Endorser/Alpha: improve the endorser's logging and improve double-endorsing security 25 March 2019, 17:48:29 UTC
53f16df Baker/Nonces: clean and refactor nonce revelations 25 March 2019, 17:48:29 UTC
18a96d1 Baker/Nonces: change logging priority for nonce injection 25 March 2019, 17:48:28 UTC
9ff0619 Baker/Nonces: add chain_id to nonces file and functionalize the representation 25 March 2019, 17:48:28 UTC
9eb4693 Scripts: change default parameters used by sandbox to include nonces 25 March 2019, 17:48:27 UTC
e152508 Daemons/State: replace the daemon state functor with a highwatermark system 25 March 2019, 17:48:27 UTC
46bd721 Baker: handle test chain forking cases 25 March 2019, 17:48:27 UTC
189344b Shell: replace the temporary table contents with the forking block's hash and move the test protocol initialisation to Chain_validator Co-authored-by: Benjamin Canou <benjamin@canou.fr> 25 March 2019, 17:48:26 UTC
d33923d Shell: make the testchain start on the forking block 25 March 2019, 17:48:26 UTC
12881f1 Shell/Test: change chain_id's testchain 25 March 2019, 17:48:26 UTC
a7e3744 Shell: add a parameter to disable the testchain 25 March 2019, 17:48:25 UTC
09596d5 Shell/Testchain: unset chain's child on testchain destruction 25 March 2019, 17:48:25 UTC
a2a428a Shell: cleanup the test chain header temporary table 25 March 2019, 17:48:25 UTC
188f94a Shell: revert breaking hash computation change in test chain blocks 25 March 2019, 17:48:24 UTC
a872129 Shell/Testchain: fetch the missing protocol when forking a test chain 25 March 2019, 17:48:24 UTC
dbb0d57 Shell/testnet: preserve the hash of the forked context in the main context 25 March 2019, 17:48:24 UTC
448c540 Shell: improved faked genesis block for testnet 25 March 2019, 17:48:23 UTC
0c12ca0 Shell/RPCs: fix typo 25 March 2019, 17:48:23 UTC
44e00f3 Shell/RPCs: add unhandled cases 25 March 2019, 17:48:23 UTC
cc7b39e Proto/Genesis: add a delay argument to the fork testchain command 25 March 2019, 17:48:22 UTC
53b7c9d Proto/Genesis: add fitness to Activate_testchain operation 25 March 2019, 17:48:22 UTC
37c58f3 Shell/RPCs: add a creation/destruction chain monitoring 25 March 2019, 17:48:22 UTC
4edc3df Shell/Testchain: correctly register the test chain into the global store and initialize the test protocol 25 March 2019, 17:48:21 UTC
ada9581 Shell: changes the genesis hypothesis => it is genesis if its predecessor is itself 25 March 2019, 17:48:21 UTC
85dea24 Shell_services: fix error string typo 25 March 2019, 17:48:21 UTC
98bdbbe Baking/Alpha: fix block listing rpc call 25 March 2019, 17:48:20 UTC
3337827 Alpha/Daemons: use the tezos-client context to select the chain 25 March 2019, 17:48:20 UTC
12f6b98 Client/Base: add a chain argument to the client 25 March 2019, 17:48:20 UTC
ed22cae Alpha/Daemons: lift the chain id selection to the Delegate_commands 25 March 2019, 17:48:19 UTC
ef20267 Alpha/Baker: allow baking on different chain ids 25 March 2019, 17:48:19 UTC
back to top