swh:1:snp:9c27352633c4639a943e316050a7b904f57900e2

sort by:
Revision Author Date Message Commit Date
c884db3 Stdlib/bloomer: document test constants 16 March 2021, 21:47:26 UTC
b873ed8 Stdlib/bloomer: factor bound checking code 16 March 2021, 21:47:26 UTC
bafda89 Doc: improve bloomer documentation 16 March 2021, 21:47:26 UTC
765e7a4 Snoop/shell_benchmarks: bloomer bench 16 March 2021, 21:47:26 UTC
ab21ecd Stdlib: add approximative counter to bloomer 16 March 2021, 21:47:26 UTC
1dd486f P2p/acl: expose bloom filter stats 16 March 2021, 21:47:26 UTC
8fcd1c8 Stdlib/bloomer: stats on bloom filters 16 March 2021, 21:47:26 UTC
390ed3f P2p,Stdlib: remove now unused HashPtree module 16 March 2021, 21:47:26 UTC
84eaa54 P2p: switch the IP greylist to a bloomer 16 March 2021, 21:47:26 UTC
23904c4 Stdlib: add unit tests for bloomer.ml 16 March 2021, 21:47:26 UTC
0bc357a Stdlib: introducing bloomer.ml, a probabilistic set implementation 16 March 2021, 21:47:26 UTC
9aaa7d8 p2p: small fix of a comment of P2p_io_scheduler 16 March 2021, 21:47:26 UTC
e1885c9 Changes.md: dummy address generator in Sapling bugfix 16 March 2021, 21:47:26 UTC
e4808ee Test: Sapling - test output of ivk_to_pkd 16 March 2021, 21:47:26 UTC
a546090 Sapling: fix dummy address generation The mask was applied on the wrong byte because of the endianess. 16 March 2021, 21:47:26 UTC
a6a0231 Sapling: assert the last 5 bits are set to 0 (in big endian) An ivk is encoded on 251 bits. It is used later to encode a scalar on Jubjub 16 March 2021, 21:47:26 UTC
edb4127 Build: update opam repo for coq-of-ocaml.2.4.1, dune.2.8.4 and ctypes.0.18.0 16 March 2021, 21:46:30 UTC
cfb245c Protocol-environment: remove old hack from packer 16 March 2021, 12:57:43 UTC
37310c9 proxy: Purge legacy logging. 16 March 2021, 12:36:38 UTC
39dc78f Node: deduplicate the notion of valid URL 16 March 2021, 07:13:41 UTC
e47aece Changelog: add entry about changed node's interface. 16 March 2021, 07:13:41 UTC
e0dca36 Stdlib: move alternative to lib_lwt_result_stdlib. 16 March 2021, 07:13:41 UTC
d71a966 Node: add an option to fetch network config from internet or a local file. 16 March 2021, 07:13:41 UTC
ed6f53c lib_storage: adapt opam file 15 March 2021, 17:35:17 UTC
574b706 opam: use opam-repository containing Irmin 2.5.0 15 March 2021, 17:35:17 UTC
2048d9c lib_storage: adapt to use Irmin 2.5.0 15 March 2021, 17:35:17 UTC
9209360 007: Only keep inspection query in client 15 March 2021, 12:58:46 UTC
b7e5aa9 Proto/007: remove tests now that Delphi is inactive 15 March 2021, 12:58:45 UTC
eb9a09c Build: remove Delphi from active protocols 15 March 2021, 12:58:45 UTC
a7351a5 Doc: Generate Edo RPC openapi doc 15 March 2021, 12:58:44 UTC
faf5d36 Doc: Replace Delphinet by Edonet 15 March 2021, 12:58:44 UTC
1a01c70 Node: remove delphinet alias 15 March 2021, 12:58:26 UTC
ebd65b0 lib_shell_services: document raw_context 15 March 2021, 08:01:22 UTC
5b7ab90 lib_shell_services: Change raw_context Dir constructor to a Map * Takes care of not changing the encoding Closes https://gitlab.com/tezos/tezos/-/issues/1148 15 March 2021, 08:01:22 UTC
68b4ea1 Client: don't wrap lines in `get contract code for` The previous implementation of this command sometimes produced unparseable ("misaligned") Michelson, because Format.pp_print_text would convert some spaces to newlines. 13 March 2021, 15:56:46 UTC
e28cae7 Howtoget: reorder scenarios and add instructions for updating 13 March 2021, 15:49:19 UTC
f980ae0 lib_shell_services: Fix chain validator events level 12 March 2021, 23:46:46 UTC
7a26737 Lwtreslib: document whole-module invariant in hashtbl_es 12 March 2021, 18:26:49 UTC
48a2925 Lwtreslib: rename sigs/sigs/ into functor_outputs/ 12 March 2021, 18:26:49 UTC
51866c5 Lwtreslib: documentation improvements (mlis and README) 12 March 2021, 18:26:49 UTC
6ac0a42 Lwtreslib: better monad documentation 12 March 2021, 18:26:49 UTC
d3b8f34 Lwtreslib: put traces in an examples/ dir, better README 12 March 2021, 18:26:49 UTC
c12c090 Error_monad: document usage of trace constructors 12 March 2021, 18:26:49 UTC
6dc6bc5 Everywhere: adapt to flipped-dependency lwtreslib 12 March 2021, 18:26:49 UTC
efe578c Lwtreslib, Error_monad: invert dependency 12 March 2021, 18:26:49 UTC
cf30bcb Lwtreslib: improve documentation 12 March 2021, 18:26:49 UTC
33b09a1 Lwtreslib: _ep traversal for bare with lists of errors 12 March 2021, 18:26:49 UTC
7f37a83 Lwtreslib: better (if overengineered) file structure bare/sigs/sigs: for module types exported by modules in bare/structs bare/sigs: for module types of modules in bare/structs bare/structs: for modules of the non-traced monad And similarly for traced/ 12 March 2021, 18:26:49 UTC
82cbdb4 Lwtreslib: Remove unneeded file 12 March 2021, 18:26:49 UTC
23c86e1 Lwtreslib: push error-monad dependency to a single line 12 March 2021, 18:26:49 UTC
ca7a35e Lwtreslib: fix and improve tests 12 March 2021, 18:26:49 UTC
4482150 Lwtreslib: separate bare, traced, and traces code - the main interface of the library is mostly unchanged - `unit_s`, `unit_e`, `unit_es` are added - similar for other preallocated small values - `ok_unit` and `return_unit` are kept for compatibility - the code is split into two sub-libraries: - `bare` is the trace-independent code - `traced` is the trace-dependent code, it is a functor that takes a Trace and returns an augmented `bare` - the code includes a `traces` directory giving examples of traces 12 March 2021, 18:26:49 UTC
a50b453 proto_009: Backport Mockup protocol constants to 009 Closes https://gitlab.com/tezos/tezos/-/issues/1150 12 March 2021, 13:14:14 UTC
5ad6cd8 Tests: fix pylint warnings About inconsistent-return-statements and use generators instead of lists 12 March 2021, 07:02:39 UTC
f82ccef CI: Update hash of opam-repository 12 March 2021, 07:01:46 UTC
f0651d4 Test: Validate OpenAPI spec 12 March 2021, 07:01:46 UTC
3344b09 Tests: fix mypy version to 0.790 as 0.8x gives errors Errors are caused by duplicated tests. 12 March 2021, 07:01:43 UTC
ea75d33 Test: add openapi-spec-validator in python deps 12 March 2021, 07:01:37 UTC
aeb9b1f Revert baking accounts 12 March 2021, 00:20:32 UTC
3f148f8 doc: fix alpha naming in various pages: - howtouse.rst - entering_alpha.rst - protocol_environment.rst - Tezos Software Architecture - validation.rst - proposal_testing.rst - glossary (x4) - contribution guidelines 11 March 2021, 13:24:49 UTC
1e1f612 lib_sapling: disable formatting of Dune files 11 March 2021, 00:03:24 UTC
26d720c Fix small typos in the doc 10 March 2021, 21:52:13 UTC
248e9bb lib_client: Remove support for Proxy mode in Carthage 10 March 2021, 10:12:43 UTC
c365310 bin_node: notice when the configuration has been a success 09 March 2021, 23:23:12 UTC
9db365e bin_node: add connections setup configuration validation We verify the following cases accordingly to previous checks found in the Node_config_file module. * min_connections > expected_connections * expected_connections > max_connections * target_known_peer_ids > max_known_peer_ids * max_connections > target_known_peer_ids * target_known_points > max_known_points * max_connections > target_known_points 09 March 2021, 23:23:12 UTC
181a686 bin_node: add addresses configuration validation * verify listening addrs * verify bootstrap peers * verify discovery addrs * verify rpc listening addrs 09 March 2021, 23:23:12 UTC
f6042f4 bin_node: add expected proof-of-work configuration validation 09 March 2021, 23:23:12 UTC
57a1361 bin_node: export the Failed_to_parse_address error 09 March 2021, 23:23:12 UTC
918a74c bin_node: add the tezos-node config validate command 09 March 2021, 23:23:12 UTC
052795b bin_node: use Node_config_validation.check 09 March 2021, 23:23:12 UTC
172c100 bin_node: introduce node_config_validation module 09 March 2021, 23:23:12 UTC
28b4ca9 bin_node: add internal event unix initialisation 09 March 2021, 23:23:12 UTC
ffa4b67 bin_node: improve message format 09 March 2021, 23:23:12 UTC
8875cfe bin_node: do not check the config when asking the node to show it 09 March 2021, 23:23:12 UTC
0ebb735 bin_node: make the p2p field optional with default value default_p2p 09 March 2021, 23:23:12 UTC
231056a bin_node: add the disable-configuration-validation argument 09 March 2021, 23:23:12 UTC
cddcca3 Tezt: log to stderr only for special commands 09 March 2021, 20:08:59 UTC
5d9c758 CI: split tezt job using `run-tezt-tests-ci.sh` 09 March 2021, 20:08:59 UTC
d9f0341 Tezt: add option `--list-tsv` for scriptability 09 March 2021, 20:08:59 UTC
17f16cf Tezt: log errors and warnings to stderr instead of stdout 09 March 2021, 20:08:59 UTC
12ef2d2 Tezt: add comments to main.ml 09 March 2021, 18:29:34 UTC
5452ecc Tezt: replace Delphi by Edo in regression tests 09 March 2021, 18:29:34 UTC
021d1fb Tezt: add and use alias Protocol.current_mainnet 09 March 2021, 18:29:34 UTC
3b41412 Tezt: remove Delphi 09 March 2021, 18:29:34 UTC
8480577 Tezt: remove Carthage 09 March 2021, 18:29:34 UTC
27a1d43 Tezt: add RPC tests for 008 Edo 09 March 2021, 18:29:34 UTC
ba6b243 Tezt: simplify the RPC module 09 March 2021, 18:29:34 UTC
bae36b0 Tezt: simplify main 09 March 2021, 18:29:34 UTC
a304d03 OCaml: Bump to 4.10.2 09 March 2021, 13:25:15 UTC
a5a7134 docs/openapi: Remove the old delphi openapi specification 09 March 2021, 11:19:11 UTC
3161c49 docs/openapi: Update with the edo protocol 09 March 2021, 11:19:11 UTC
efa8e22 openapi: Switch to Edo protocol 09 March 2021, 11:19:11 UTC
92248bd openapi: Add mempool RPCs 09 March 2021, 11:19:11 UTC
d7f9a88 lib_shell: recamp consensus doc and cosmetics on implementation 09 March 2021, 09:53:27 UTC
16d8791 lib_shell/tests: Implement tests for the consensus heuristic 09 March 2021, 09:53:27 UTC
518c820 lib_shell: Implement a new consensus heuristic The new consensus heuristic can be used to decide a consensus for a candidate: A candidate is a piece of data with a peer. An `lwt` worker is also implement which runs the heuristic until a consensus was found. 09 March 2021, 09:53:27 UTC
d154472 Changelog: add the ban/unban semantic changes 09 March 2021, 08:27:01 UTC
85a88f8 tests: check the result of ban/unban/trust/untrust rpcs 09 March 2021, 08:27:01 UTC
ff6373c base: add rpc_arg to p2p_addr 09 March 2021, 08:27:01 UTC
0823b75 p2p: also blacklisting peers when banning an address 09 March 2021, 08:27:01 UTC
back to top