swh:1:snp:9c27352633c4639a943e316050a7b904f57900e2

sort by:
Revision Author Date Message Commit Date
d79c5d8 Merge branch 'awa-migration-spec' into 'master' Awa migration spec See merge request tezos/tezos!1227 13 August 2019, 13:04:37 UTC
2dd97bb Shell/Worker: use Event log instead of legacy logging 13 August 2019, 12:41:38 UTC
96c6559 Update migration_004_to_005.md with edited introduction and conclusion. 13 August 2019, 11:00:35 UTC
8c03515 Build system: make biuld-dev-deps only installs merlin when it installs merlin 13 August 2019, 10:03:12 UTC
fdbe7db Remove 'tezos-client call' for now, fixup lambda arguments 13 August 2019, 09:28:14 UTC
ce7c33d RPC, CLI & Michelson notes 13 August 2019, 08:13:22 UTC
469af09 Add example 13 August 2019, 08:13:22 UTC
0c7e24d Add zeronet node 13 August 2019, 08:13:22 UTC
d2f11ef minor changes 13 August 2019, 08:13:22 UTC
4103282 fix tezos-node run 13 August 2019, 08:13:22 UTC
d2de40c Zeronet setup 13 August 2019, 08:13:22 UTC
1674913 Initial migration guide 13 August 2019, 08:13:22 UTC
ce9f9d2 more specs 13 August 2019, 08:13:21 UTC
933a392 Renaming 13 August 2019, 08:13:21 UTC
9e9ca6f Rough specs - to be corrected and completed 13 August 2019, 08:13:21 UTC
95e01d6 P2p: refactor P2p_maintenance interface The implementation details of achieving the user-defined connection bounds is now internal to P2p_maintenance. 11 August 2019, 11:22:44 UTC
0970b42 Test/python: update test_injection.py Launch 3 nodes instead of 2 (test may fail with 2 nodes, due to bootstrap heuristic) 11 August 2019, 11:22:44 UTC
794bc16 base, stdlib: refine ipaddr dependencies 09 August 2019, 16:37:01 UTC
d2aec30 Codec: produce reasonnable error messages on malformed JSON 09 August 2019, 12:11:56 UTC
d868bd0 Git: ignore tezos-code binary 09 August 2019, 12:11:55 UTC
a829f92 Codec: add man and usage 09 August 2019, 12:11:55 UTC
97caa30 Codec: more compact printing 09 August 2019, 12:11:54 UTC
5ba7156 Codec: new command: dump 09 August 2019, 12:11:54 UTC
c38f0af Codec: use /tmp as fallback directory 09 August 2019, 12:11:54 UTC
3b62280 Data_encoding/Registration: use is/description from def 09 August 2019, 12:11:53 UTC
356f3a2 Proto_alpha: define registered encodings 09 August 2019, 12:11:53 UTC
183157f Signer: add definitions for the registered encodings 09 August 2019, 12:11:53 UTC
042202b Base: add descriptions on registered encodings 09 August 2019, 12:11:52 UTC
58b8749 Data_encoding/Registration: recursively seek description 09 August 2019, 12:11:52 UTC
bffd773 Data_encoding/Registration: simplify and beautify 09 August 2019, 12:11:52 UTC
ffaf523 Data_encoding/Registration: raise rather than print on stderr 09 August 2019, 12:11:51 UTC
9b80f80 Data_encoding/Registration: documentation and renames 09 August 2019, 12:11:51 UTC
f952cdb Codec: new binary to encode/decode values Co-authored-by:Julien Rolland <julien.rolland@nomadic-labs.com> 09 August 2019, 12:11:51 UTC
154568f Base: register encodings 09 August 2019, 12:11:50 UTC
a578663 Signer: register encodings 09 August 2019, 12:11:50 UTC
76e8841 Proto_alpha: register encodings 09 August 2019, 12:11:50 UTC
9ff2185 Data_encoding: registration system Allows to register encodings so they can be listed, searched for, indexed, etc. Co-authored-by:Raphaël Proust <code@bnwr.net><Paste> 09 August 2019, 12:11:49 UTC
80a1504 Clic: Fix missing pattern matching case 09 August 2019, 12:11:49 UTC
8865b9b Data_encoding: modularise With_version into its own compilation unit 09 August 2019, 12:11:48 UTC
aeed047 Ledger: Generalize references to Ledger Nano S now that Nano X is supported 08 August 2019, 20:42:39 UTC
c614a8d stdlib: remove lwt_log dependency completely. not used in this module 07 August 2019, 09:24:07 UTC
95345ca logging: use lwt_log.core instead of lwt_log to avoid unix dependency 07 August 2019, 09:24:07 UTC
2e66ebf Prevalidator: Not use _exn functions 07 August 2019, 09:10:46 UTC
28038e9 stdlib: add mtime dependency in opam file 07 August 2019, 08:39:49 UTC
b8f2372 doc: fix babylon rst doc 07 August 2019, 08:25:58 UTC
8265d07 Stdlib/Sys_info: ensure open files are closed 06 August 2019, 21:27:33 UTC
501669d CI: update opam tests 06 August 2019, 10:19:59 UTC
7e5f66f Signer: extract `lib_signer_backends.unix` subpackage from `lib_signer_backends` introduce a new library lib_signer_backends_unix containing the socket and ledger backends 06 August 2019, 10:19:59 UTC
d44fbd5 Block_validation: blocks with eco-proto errors are invalid 05 August 2019, 20:54:28 UTC
4203997 Shell, Validation: less tzresult 05 August 2019, 20:54:28 UTC
a6d8f8a Shell: Only Invalid_block indicates invalid blocks 05 August 2019, 20:54:28 UTC
f8b3caa Fix repeated annotation pattern in Michelson JSON whitedoc. Also clean up some formatting. 05 August 2019, 20:18:28 UTC
4db7b68 Build: make `make build-deps` fail with non-zero 05 August 2019, 19:41:07 UTC
83213b8 Doc: fix number of top-level items 05 August 2019, 10:09:22 UTC
3a8b0ee Doc: update hash of protocol 005 02 August 2019, 15:23:49 UTC
3549454 Doc: binary format changes in 005 02 August 2019, 15:23:49 UTC
a2d82d6 Shell: better use of Lwt - Avoid `>>= fun () -> Lwt.return_unit` (useless bind) - Avoid `>>= return` when `>>= fun () -> return_unit` is valid (prefer inlined return operators, including from the error monad) - etc. 02 August 2019, 14:45:40 UTC
cf42854 Error_monad: improvements in inlined return functions 02 August 2019, 14:45:32 UTC
1a11e58 P2p: better use of Lwt - Avoid `>>= fun () -> Lwt.return_unit` (useless bind) - Avoid `>>= return` when `>>= fun () -> return_unit` is valid (prefer inlined return operators, including from the error monad) 02 August 2019, 14:45:30 UTC
a6f1a97 P2P: fix typo in services documentation 02 August 2019, 11:54:49 UTC
afdbfa6 Shell: Prevent kicking peers sending a locator with one block difference 02 August 2019, 11:54:47 UTC
0983ce7 Ledger: Produce helpful error when attempting to use derivation scheme unsupported by Ledger application 30 July 2019, 21:04:14 UTC
3b88859 Ledger: Make deterministic nonce tests optional 30 July 2019, 21:04:14 UTC
b3fca8b Ledger: Support BIP32-Ed25519 derivation 30 July 2019, 21:04:14 UTC
b587ca5 Ledger: Make support for non-hardened paths depend on derivation scheme 30 July 2019, 20:49:45 UTC
3e010de Ledger: Use 'h' syntax instead of '\'' for showing ledger URIs 30 July 2019, 20:49:45 UTC
b2e58e7 Ledger: Allow 'h' as an alternative syntax to '\'' for non-hardened paths 30 July 2019, 20:49:44 UTC
6c9c041 Ledger: Allow non-hardened paths 30 July 2019, 20:49:36 UTC
fd7d7f6 Ledger: remove obsolete error variant 30 July 2019, 20:03:54 UTC
2e5d4df Ledger: add support for the Legder Nano X 30 July 2019, 20:03:50 UTC
f4a09e2 Ledger: add support for the sign-and-hash APDU 30 July 2019, 20:03:16 UTC
7afa896 Ledger: add support for deterministic nonces 30 July 2019, 19:55:16 UTC
24ffcab Clic: print offending command on insertion conflict 29 July 2019, 08:54:45 UTC
11cce32 Scripts: Adapt reset_chain.sh to moves in the codebase 29 July 2019, 08:02:28 UTC
0b5fb4c Proto alpha client / Lib client : Proto alpha client now unix free add ctxt#now in the client context and move back wait_for_bootstrapped in lib_client_base 29 July 2019, 08:01:55 UTC
a434d77 Test/python: test head after chain fork 27 July 2019, 13:21:09 UTC
498c0e3 Documentation: Corrections for IF_LEFT, IF_CONS,… 26 July 2019, 19:45:46 UTC
458d52f Michelson mode : require cl 26 July 2019, 19:39:50 UTC
f40105d Doc: add proto 005 page 26 July 2019, 13:00:07 UTC
3b95c5d Issues: add history mode information 26 July 2019, 12:26:13 UTC
5184111 Issues: improve issue template 26 July 2019, 12:26:13 UTC
ceb4962 Stdlib: fix Option.pp 25 July 2019, 12:20:19 UTC
634de36 Ledger: Fix formatting for longer error messages 25 July 2019, 00:32:37 UTC
9f2efbc Doc: update proposal testing tutorial to new yes-node 22 July 2019, 16:17:27 UTC
6f5fd95 Flextesa: allow controlling timing of proposals 22 July 2019, 13:51:56 UTC
cfafed8 Flextesa: disable obsidian node in Kiln config 22 July 2019, 13:51:56 UTC
c717856 Flextesa: improve error display 22 July 2019, 13:51:56 UTC
52c925e Flextesa: fix check for protocol path 22 July 2019, 13:51:56 UTC
06b60da Flextesa: config kiln earlier in daemons-upgrade 22 July 2019, 13:51:56 UTC
72a113f Flextesa: add option to include dummy proposals 22 July 2019, 13:51:56 UTC
934e5e9 Flextesa: fix non-closed file 22 July 2019, 13:51:56 UTC
8d11955 Flextesa: improve `--help` of voting test 22 July 2019, 13:51:56 UTC
94b298f Flextesa: fix bug with `--pause-{at-end,on-error}` 22 July 2019, 13:51:56 UTC
92cb399 Flextesa: add `--waiting-attempts` (daemons-upgr.) 22 July 2019, 13:51:56 UTC
d6be655 Flextesa: improve the protocol's `Cmdliner.Term.t` 22 July 2019, 13:51:56 UTC
a21a354 Flextesa: add `nay-for-promotion` test variant It is a new option for the test `daemons-upgrade`. 22 July 2019, 13:51:56 UTC
71dcde1 Doc: correct contributing.md links 20 July 2019, 07:32:30 UTC
dc2228d Node: avoid division by zero when generating identity Fixes #535 19 July 2019, 16:21:28 UTC
43b725b Node: fix and improve documentation of history-mode argument 18 July 2019, 08:31:04 UTC
b55cd84 Base/Time: add pp for stamped values 17 July 2019, 09:08:46 UTC
back to top