swh:1:snp:9c27352633c4639a943e316050a7b904f57900e2

sort by:
Revision Author Date Message Commit Date
41df8bb Merge branch 'pirbo@git-version-opam' into 'master' Tezos-version: new attempt to say depends upon everything See merge request tezos/tezos!1315 04 October 2019, 16:04:03 UTC
f606ec9 Tezos-version: new attempt to say depends upon everything 04 October 2019, 14:32:45 UTC
b4b6ed3 CI: update ci 04 October 2019, 12:44:16 UTC
9733208 Version: ensure hash update 04 October 2019, 06:49:25 UTC
30c26da Glossary: links Merge request: https://gitlab.com/tezos/tezos/merge_requests/1309 03 October 2019, 14:28:43 UTC
342ac30 Doc: fix some typos Merge request: https://gitlab.com/tezos/tezos/merge_requests/1308 03 October 2019, 14:20:10 UTC
fa7e2b7 Encoding: reduce initial binary writer buffer size 03 October 2019, 13:18:00 UTC
4a4c872 Tests: adapt to the new more deterministic pow mining 03 October 2019, 13:18:00 UTC
37604b9 POW: counter instead of rand 03 October 2019, 13:18:00 UTC
38ac52f Doc: add docs/releases/october-2019.rst 03 October 2019, 13:00:25 UTC
3347b10 Binaries: when exiting via a handled signal, exit with 0 03 October 2019, 12:16:50 UTC
8a573cf All binaries: use Lwt_exit to watch for termination promise 03 October 2019, 01:00:33 UTC
28e81cb Client_commands: yield in gen loop 03 October 2019, 00:42:50 UTC
10c9560 Add michelson syntax highlighting in docs See 'How to use Tezos' and 'Michelson: ...' page for an example. 02 October 2019, 15:44:19 UTC
bdd378d P2p: unban also ungreylists peer/address Make the operation coherent with the fact that is_banned is in fact is_banned or is_greylisted 02 October 2019, 11:26:46 UTC
8eaa5e8 Error monad: add a pretty printer to Canceled and Timeout 02 October 2019, 11:26:43 UTC
3f35e43 Makefile: fix 'clean' target 02 October 2019, 10:32:29 UTC
ec11ca6 Blake2: remove dependency to bigstring in .opam 01 October 2019, 09:17:00 UTC
9e45137 Blake2: replace bigarrays by bytes Co-authored-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> 30 September 2019, 16:25:24 UTC
cc33690 Everywhere: avoid useless operations Bytes.concat 30 September 2019, 16:25:24 UTC
e1508dc validator: remove MBytes and useless conversions 30 September 2019, 16:25:24 UTC
fb3683c Validator: fix lint-test in `dune` file 30 September 2019, 13:52:56 UTC
9a189e0 storage: set hash size to 30 Quoting samoht: "That constant is used to partition the hash space into smaller sets to speed up searches -- with the current constant (60) that could lead to huge sets. With 30 most of the time these sets can only be stored on 1 page." 30 September 2019, 08:33:54 UTC
de5c80b Shell: Remove hardcoded testchain ttl 27 September 2019, 09:24:13 UTC
9466f85 Baker: use preserved_cycles instead of hard-coded constant 26 September 2019, 14:31:29 UTC
b5a0ee9 add 005 migration docs 26 September 2019, 08:00:26 UTC
1db34e4 Version: fix .gitattributes 25 September 2019, 10:17:01 UTC
aa0252e ci: really push new docker images 24 September 2019, 14:09:52 UTC
40e3734 Dependencies: Refresh hash of ocaml/opam-repository used 23 September 2019, 10:02:23 UTC
ae084df Opam: Apparently dune is not a "build only" dependency anymore 23 September 2019, 10:02:19 UTC
8cec8b1 Doc: Fix broken link Found by @frabrunelle 23 September 2019, 09:14:08 UTC
f570b9e ci: build three different minimal images shave 70 Mb from minimal images 22 September 2019, 17:20:01 UTC
c059d66 Doc: add september release page 20 September 2019, 13:54:05 UTC
4086d71 Doc: add bug to protocol 005 page 20 September 2019, 13:54:04 UTC
5e38d87 update activate_protocol.sh for bin_validation 19 September 2019, 08:18:05 UTC
a133a5a ci: fix opam dependencies 18 September 2019, 16:07:46 UTC
14b3a73 storage: simplify the serialisation function for tree nodes 18 September 2019, 16:07:46 UTC
a29e312 storage: automatically close the underlying database resources 18 September 2019, 16:07:46 UTC
aaa72db storage: add the ability to change the index log size via env variables Use TEZOS_STORAGE='index-log-size=10_000_000,v` to enable logs+increasing the index log size to 10m 18 September 2019, 16:07:46 UTC
e1afd86 storage: use TEZOS_STORAGE=v to turn on debug message for storage 18 September 2019, 16:07:46 UTC
f3a20f6 storage: use digestif instead of ocaml-blake2 to compute tree hashes This allows unecessary allocations in the C and major heaps. 18 September 2019, 16:07:46 UTC
c29c67c storage: use irmin.2.0 18 September 2019, 16:07:46 UTC
8f531bb vendors: import irmin.2.0, index and irmin-pack (and remove irmin-lmdb) sources: - mirage/irmin, mirage/irmin-pack: aae0542ef373c5fb65af9eae468e1aef22a7df34 - mirage/index: c960e2b2b0265d7cd4d3ec2d82e8cb6f6af488b0 Co-authored-by: Thomas Gazagnaire <thomas@tarides.com> Co-authored-by: Clément Pascutto <clement@tarides.com> Co-authored-by: Craig Ferguson <craig@tarides.com> Co-authored-by: Ioana Cristescu <ioana@tarides.com> 18 September 2019, 13:18:42 UTC
be0a3d0 Build: update gitlab-ci 18 September 2019, 12:12:35 UTC
2f12069 Proto_env: disambiguate `Compare` module 18 September 2019, 12:12:12 UTC
e6e6dfc Build: fix tezos-validator's opam dependencies 18 September 2019, 12:11:50 UTC
2346845 Shell: introduce voted protocol overrides 18 September 2019, 11:40:15 UTC
32d016d Protocol/Client: generalize registered encodings 18 September 2019, 11:35:52 UTC
7504a12 rename executable tezos-fork-validator into tezos-validator 18 September 2019, 09:17:52 UTC
16c8644 Shell/validation: renaming fork -> external 18 September 2019, 09:17:51 UTC
59f1494 Shell: proper State.Chain.get handling 18 September 2019, 09:17:51 UTC
f8b6712 Node: proper context checkout handling 18 September 2019, 09:17:50 UTC
9aef147 Shell/validation: allow external process to handle the test chain 18 September 2019, 09:17:49 UTC
9620d27 Shell: incrememt -> increment 18 September 2019, 09:17:48 UTC
6caf343 bin_validation: add .ocamlformat and run make fmt #WhiteSpace 18 September 2019, 09:17:48 UTC
370253f Shell: enable multiprocess by default 18 September 2019, 09:17:47 UTC
2831b61 Shell: add a mutex on communications with the external validation process 18 September 2019, 09:17:46 UTC
4195b0b Shell: restart the external validation process on errors 18 September 2019, 09:17:46 UTC
bb2db41 Shell: protect send/recv 18 September 2019, 09:17:45 UTC
0a07a19 Shell: add op code to terminate the validator process 18 September 2019, 09:17:44 UTC
6daf544 Doc: fix doc generation to multiprocess changes 18 September 2019, 09:17:43 UTC
1fe9056 Shell: flush the output and writing to an external process 18 September 2019, 09:17:43 UTC
32f167f Shell: allow shell opening context in RO when using multi-process validation 18 September 2019, 09:17:42 UTC
0131a29 Shell: keep the validator process alive 18 September 2019, 09:17:41 UTC
77c0bce Shell: combine requests in the protocol validator state 18 September 2019, 09:17:41 UTC
b447dd4 Node: introduces `--multiprocess` option 18 September 2019, 09:17:40 UTC
81c0cfb Shell: allows block validation using external validation process 18 September 2019, 09:17:39 UTC
9d9e82d Validation: Add external validator (forked process) 18 September 2019, 09:17:38 UTC
fccffab Shell/Validation: refactor apply result and update tests accordingly 18 September 2019, 09:17:34 UTC
0ef4a8d Shell: raise the timeout limits 17 September 2019, 18:58:36 UTC
5a095e7 Shell: fix initial ddb request times 17 September 2019, 18:58:36 UTC
5adc80e Shell: a bit more parallelism in the bootstrap pipeline 17 September 2019, 18:58:36 UTC
25c9166 Shell: more verbose bootstrap pipeline 17 September 2019, 18:58:36 UTC
a983646 Shell: cut bootstrap pipeline steps earlier 17 September 2019, 18:58:36 UTC
f1ba557 Docs: fix link failing lint 17 September 2019, 16:40:55 UTC
c1be9d0 Signer: Remove ?interactive, add `import_secret_key` 17 September 2019, 14:28:45 UTC
5be91fc test: reduce lint verbosity 16 September 2019, 09:21:24 UTC
7c4daf6 Vendor: fix flextesa-lib opam file 13 September 2019, 22:37:32 UTC
2093113 Update .gitlab-ci.yml 13 September 2019, 18:30:13 UTC
abfd331 Flextesa: adapt to recent mbytes changes and dependencies rework 13 September 2019, 18:25:19 UTC
356ae62 Opam: fix `vendors/flextesa-lib/flextesa.opam` 13 September 2019, 18:25:19 UTC
3b360ff Use vendored flextesa (at `357fd56b85`) 13 September 2019, 18:25:19 UTC
0cfad89 Rename `bin_flextesa` → `bin_sandbox` 13 September 2019, 18:25:19 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
back to top