swh:1:snp:9c27352633c4639a943e316050a7b904f57900e2

sort by:
Revision Author Date Message Commit Date
038cde1 Merge branch 'vbot@fix_ci-opam' into 'master' Update tezos-version.opam See merge request tezos/tezos!1267 13 September 2019, 18:16:21 UTC
380f004 Build: update tezos-version.opam 13 September 2019, 17:56:57 UTC
a43c246 Build: update ci tests 13 September 2019, 16:42:52 UTC
5bd4bfc Baker: preserve the commit hash hexadecimal form if possible 13 September 2019, 15:55:34 UTC
581dbaa Baker: include commit hash in pow nonce 13 September 2019, 14:45:23 UTC
e7c935e Version: refresh Git commit hash if a file changes 13 September 2019, 14:44:57 UTC
c329c4c Base: move Git info into new lib tezos-version 13 September 2019, 14:44:56 UTC
8919ca6 Everywhere: remove MBtytes in favor of Bytes - stdlib,base: remove bigstring, bigarray,cstruct,ocplib-endian - Add cryptobox tests - crypto: remove secret_key_to_bytes and secret_key_of_bytes from the interface - Stdlib: introduce TzEndian for byte access - data_encoding: remove stdlib dependency Co-authored with - Raphaël Proust <code@bnwr.net> - Thomas Gazagnaire <thomas@gazagnaire.org> 12 September 2019, 21:39:39 UTC
2613d90 stdlib,base: move lwt_utils_unix.Protocol in Tezos_base_unix.Utils.Protocol 05 September 2019, 13:48:15 UTC
a43a08c clic: move module scriptable to unix submodule and move lwt_exit from lib_base to lib_stdlib_unix 03 September 2019, 17:13:36 UTC
b01f6b8 Apply suggestion to src/proto_alpha/lib_delegate/delegate_commands.ml 03 September 2019, 17:13:36 UTC
ddb1d76 lib_delegate: add block_param doc 03 September 2019, 17:13:35 UTC
36fca5a clic: refine dependency to lwt instead that lwt.unix 03 September 2019, 17:13:35 UTC
fe35968 crypto: remove clic from lib_crypto 03 September 2019, 17:13:35 UTC
9faac00 Client: fix missing `--verbose-signing` option It is for the `submit ballot` command which the ledger can always parse so not a big deal, but it is still better to be consistent. 03 September 2019, 14:19:57 UTC
77f5729 Build: remove spurious ocamlformat files 03 September 2019, 13:57:52 UTC
d2de3e9 Shell/snapshot: remove legacy logging 03 September 2019, 13:41:04 UTC
3e93bcd Run `make fmt` #WhiteSpace 30 August 2019, 15:29:03 UTC
7c2f419 Update .ocamlformat files 30 August 2019, 15:28:08 UTC
c98e065 Rename `get-git-info.ml` → `get-git-info.mlt` 30 August 2019, 15:27:59 UTC
0923412 CI: set opam-repo docker tag 30 August 2019, 15:27:50 UTC
59927c5 lint: switch to ocamlformat (except lib_protocol) 30 August 2019, 15:27:38 UTC
830a60f Shell: remove Pipeline library The library is now released in `opam`, the mempool will depend on this newly released verion now. 27 August 2019, 21:34:03 UTC
013d690 Shell/Worker: more readable worker event logs 27 August 2019, 14:01:19 UTC
a0eb9a3 Shell/Worker: Log using worker_base_name as a section 26 August 2019, 06:08:12 UTC
b007475 P2p: doc of P2p interface 23 August 2019, 13:00:00 UTC
e4af59c Fix OPAM dependencies 22 August 2019, 12:37:16 UTC
4f31e35 Doc: fix description of escapes in Michelson strings 21 August 2019, 13:05:48 UTC
4a162f7 scripts: update linting script for portability Replace sed with perl as sed BSD (on Mac OS) and GNU have different behaviors. 21 August 2019, 12:55:32 UTC
f1a1366 opam: remove field "run-test" and move its content in build fix also a minor problem in stdlib_unix 21 August 2019, 11:45:58 UTC
781d8fb Doc: RPC format changes in 005 21 August 2019, 11:31:32 UTC
d39b743 P2p_maintenance: document/refactor try_to_contact 21 August 2019, 08:54:34 UTC
6d51c9d P2p: simple refactoring, documentation of P2p_maintenance . documented the interface and stale doc Few simple refactoring step making the module easier to read. Notably . replaced `st` variables with more conventional `t` to refer to the `type t` defined in this module . Many functions have several levels of indentation, making then hard to read. It's more readable to extract sub-blocks to named and documented functions. . extracted some magic numbers 21 August 2019, 08:54:34 UTC
a293f2a Data_encoding: remove dependencies to Compare and TzList Preliminary work towards a release 20 August 2019, 12:26:34 UTC
d506837 Data_encoding: inline calls to Option As preparation for a release, this commit reduces the number of dependencies of Data_encoding 20 August 2019, 12:26:34 UTC
73618ba Stdlib->Data_encoding: move binary_stream The library is only ever used in Data_encoding. As a preliminary to a future release, this commit reduces the dependencies of Data_encoding. 20 August 2019, 12:26:34 UTC
46e59de Data_encoding: Do not use Stdlib.Utils In preparation for a separate release, remove some dependencies. 20 August 2019, 12:26:34 UTC
cc00b66 Stdlib: simplify Utils 20 August 2019, 12:26:34 UTC
2caa55a Client: show ledger-like hash in `hash data` 20 August 2019, 09:18:30 UTC
93e1e47 Lib_client: use rev_map to avoid overflows 19 August 2019, 15:40:34 UTC
27dd67f Error_monad: Add rev_map_s operator 19 August 2019, 15:40:23 UTC
1a4d08b All binaries: handle SIGINT and SIGTERM uniformly and gracefully Exit on each of those three signals Co-authored-by: Vincent Botbol <vincent.botbol@tezcore.com> Co-authored-by: Raphaël Proust <code@bnwr.net> 16 August 2019, 19:32:47 UTC
27f3aa7 Base: add signal handling capabilities to Lwt_exit 16 August 2019, 19:32:41 UTC
b01d887 Shell/Prevalidator: batched operation application Co-authored-by: @MBourgoin <mathias.bourgoin@nomadic-labs.com> Co-authored-by: @vect0r <victor.allombert@nomadic-labs.com> 14 August 2019, 14:36:56 UTC
361b385 Lib_stdlib: add fold_left_s_n for batched fold_left_s Co-authored-by: @MBourgoin <mathias.bourgoin@nomadic-labs.com> Co-authored-by: @vect0r <victor.allombert@nomadic-labs.com> 14 August 2019, 14:35:59 UTC
8aa1e80 P2P: Always run a maintenance when activating the worker 14 August 2019, 13:57:45 UTC
ca88311 P2p: reload known points info from peers.json on startup 14 August 2019, 11:19:22 UTC
2dd97bb Shell/Worker: use Event log instead of legacy logging 13 August 2019, 12:41:38 UTC
8c03515 Build system: make biuld-dev-deps only installs merlin when it installs merlin 13 August 2019, 10:03:12 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
back to top