swh:1:snp:9c27352633c4639a943e316050a7b904f57900e2

sort by:
Revision Author Date Message Commit Date
afc3a70 Fix a couple of compilation problems : TO BE SQUASHED 15 July 2020, 14:42:56 UTC
a670638 P2P: Add RPCs to (un)preserve peers 15 July 2020, 14:42:55 UTC
9875dd0 P2P: handle preserved peers during maintenance 15 July 2020, 14:42:55 UTC
91638fc P2P: Add preserved_peers in config file 15 July 2020, 14:42:55 UTC
369f33d P2P: remove useless try_with and associated TODO 15 July 2020, 14:42:54 UTC
d627a49 Shell: small refactor Fix #865 15 July 2020, 12:14:06 UTC
18c0290 Context: get rid of del, copy of remove_rec 13 July 2020, 22:26:49 UTC
fb8d468 Tests/Python: adapt test to check the absence of metadata 13 July 2020, 16:53:11 UTC
cebcdc1 Tests/Python: add get_block_metadata_per_level 13 July 2020, 16:53:11 UTC
a7a9dbb Shell/Services: hide absent metadata in blocks and ops 13 July 2020, 16:53:11 UTC
0f15f84 Stdlib: improve lwt_pipe documentation 13 July 2020, 15:07:30 UTC
54d5eb8 P2p: minor change in test 13 July 2020, 15:07:30 UTC
f572062 Stdlib: use fail rather than raise in unprotected parts 13 July 2020, 15:07:30 UTC
a06a969 P2p: minor rewrite of while into rec function 13 July 2020, 15:07:30 UTC
6a5f622 Stdlib/lwt_pipe: do not export unsafe functions Note that technically all the functions are unsafe because they can raise/fail with `Closed`. 13 July 2020, 15:07:30 UTC
1665528 Everywhere: do not use unsafe functions from Lwt_pipe 13 July 2020, 15:07:30 UTC
e0186eb Lib_base: delete unused SET and MAP signatures 13 July 2020, 14:41:25 UTC
58a83cf V0: use sigs from structs 13 July 2020, 14:41:25 UTC
b783c3f V0 structs: add S for legacy signatures 13 July 2020, 14:41:25 UTC
8956d38 V0 sigs: do not mention Stdlib 13 July 2020, 14:41:25 UTC
0dd6e83 Client: improve error reporting on conflicting arguments, again 13 July 2020, 14:12:49 UTC
502b60d Client: improve error reporting on conflicting arguments More specifically, when --addr, --port, or --tls appears the same time as --endpoint 13 July 2020, 14:12:49 UTC
2f0baa7 Tests/Python: do not pass connectivity options when client mode being 'mockup' 13 July 2020, 14:12:49 UTC
6b3b167 Test: modify docs in client.py for the change of constructor args 13 July 2020, 14:12:49 UTC
956461c Tests/Python: use the `-enpoint` option in the client wrapper The `-endpoint` option is used instead of the deprecated options `-addr`, `-port`, and `-S`. 13 July 2020, 14:12:49 UTC
f048ea9 Tests/Python: also use the endpoint switch for baker and endorser 13 July 2020, 14:12:49 UTC
50a46e0 Client: cosmetic updates to the addition of --endpoint arg 13 July 2020, 14:12:49 UTC
473a4ec Client: raise error when --endpoint coexists with -A -P -S 13 July 2020, 14:12:48 UTC
9eea857 Client: add option --endpoint 13 July 2020, 14:12:48 UTC
d9d582e All: Add missing encoding cases 13 July 2020, 12:45:29 UTC
832758f Everywhere: do not exit on dont_wait uncaught exception In most cases just print the uncaught exception, in some cases dont not wait. 13 July 2020, 11:03:12 UTC
33cebf3 fixup! Error_monad: test recursive registration Reflect dependency to alcotest-lwt in opam file 09 July 2020, 13:29:44 UTC
ff133d1 Protocol/test: update migration script, its documentation and test 09 July 2020, 13:15:41 UTC
207bba8 Error_monad: only use mu when there is at least one recursive error 08 July 2020, 12:17:27 UTC
1de0a0a Error_monad: test recursive registration 08 July 2020, 12:17:27 UTC
1fbb94d Shell: register Economic_protocol_error 08 July 2020, 12:17:27 UTC
da86f67 Error_monad: use different names for each error encoding 08 July 2020, 12:17:27 UTC
71378d9 Error_monad: add register_recursive_error_kind 08 July 2020, 12:17:27 UTC
0fdd13d Error_monad: inline raw_register_error_kind 08 July 2020, 12:17:27 UTC
ec198d5 p2p: demote all by swap errors to debug 07 July 2020, 08:51:25 UTC
62d476d Vendors/flextesa: Add Alpha protocol and use as default 07 July 2020, 07:32:16 UTC
e7266ad Lwtreslib: Better semantic, names, and doc for Lwt-Hashtbl traversors 07 July 2020, 07:02:01 UTC
b77ab9d Lwtreslib: improve documentation of Lwt-Hastbl 07 July 2020, 07:02:01 UTC
70db94e Lwtreslib: export Hastbl.hash for easy shadowing 07 July 2020, 07:02:01 UTC
bef16a1 CI: update_unit_test, update_opam_test 07 July 2020, 07:02:01 UTC
f48af45 Error_monad: remove Error_table, use Lwtreslib.Hashtbl.S_LWT instead 07 July 2020, 07:02:01 UTC
1268e85 Lwtreslib: Hastbl 07 July 2020, 07:02:01 UTC
536b184 Build: refresh tezos/opam-repository commit hash 06 July 2020, 21:36:18 UTC
9107ce0 Tests/coq-of-ocaml: Add a CI rule to run coq-of-ocaml 06 July 2020, 14:14:51 UTC
710478b Storage: use Irmin 2.2.0 Co-authored-by: Ioana Cristescu <ioana@tarides.com> 06 July 2020, 14:12:41 UTC
6993dac Error_monad: [@inline] trivial functions (ok, return, etc.) 03 July 2020, 06:56:30 UTC
d1fd0f6 Docs: fix margin on table of contents in generated OCaml documentation Fixes #610 Instead of using an absolution positioning, this commit puts the table of contents inline on top of the page. This fixes the problem that the toc would cover the contents on some pages. 02 July 2020, 15:59:44 UTC
f004ed5 docs: fix glitchs in ToC and mockup doc 02 July 2020, 15:28:31 UTC
2ec7343 shell_services: change encoding of pipeline field from int8 to int16 02 July 2020, 12:00:31 UTC
14eb0b0 Tests/Python:catch rpc error when checking two chains 02 July 2020, 11:04:25 UTC
0154fd1 Tests/python: make test_voting_full.py more deterministic . only use one bootstrap account to bake. This make sure delegate is always active . use retried-based check of chain_id . launch baker only after corresponding protocol is known as 'next_protocol' 02 July 2020, 11:04:25 UTC
af56ca9 Tests/Python: Fix full voting test protocol transition 02 July 2020, 11:04:25 UTC
b6c80c5 Tests/python: utility function to test chain_id 02 July 2020, 11:04:25 UTC
501c60c Tests/Python: Add client methods for RPC metadata and next protocol 02 July 2020, 11:04:25 UTC
9dcf30f doc: fix error in configuration file example fix #842 02 July 2020, 08:14:25 UTC
5f7d9e6 lib_stdlib_unix: Remove the RPC dependency 01 July 2020, 08:00:30 UTC
336193d Bash scripts: /usr/bin/env bash rather than /bin/bash 30 June 2020, 13:49:19 UTC
b0c6979 Everywhere: use lint.sh --ignore 30 June 2020, 13:49:19 UTC
e4f96dc Lint.sh: allow to ignore files with --ignore file_a.ml file_b.ml Used in the next commit 30 June 2020, 13:49:19 UTC
16bc90c lint.sh: refactor to ease following changes - use dash-dash options - proper arrays - do not compute file lists if not needed 30 June 2020, 13:49:19 UTC
20c15f0 Lint.sh: fix some shellcheck warnings 30 June 2020, 13:49:19 UTC
2e52649 p2p: consolidate all p2p events in one file 30 June 2020, 08:35:49 UTC
6a3cc96 p2p: remove legacy logging from p2p_protocol 30 June 2020, 08:35:49 UTC
974b06f Tests: test pre-commit hook in CI 29 June 2020, 14:19:16 UTC
abb0ea0 Tests: add pre-commit hook 29 June 2020, 14:19:16 UTC
e5fc7f9 CI: update hacl, index, ringo, ipaddr dependencies 26 June 2020, 16:53:04 UTC
63f37ac P2p: update code to new ipaddr version (5.0.0) 26 June 2020, 16:53:02 UTC
9e0c01b Build: add spacetime to the ocaml variants in the opam-repository 26 June 2020, 16:46:57 UTC
169da84 Dependency: the opam package for libffi is ctypes-foreign 26 June 2020, 16:46:54 UTC
ec9d2cf Update opam repository to include bls12-381 test deps 25 June 2020, 16:49:35 UTC
92f9a2f CI: reorder CI stages Specifically, move optional stages later to make the UI of pipelines more intuitive. 24 June 2020, 13:55:51 UTC
b6a780a CI: only run doc linkcheck if docs have changed 23 June 2020, 07:02:20 UTC
8f4255e shell: return enum for rpc sync_state instead of a naked string 22 June 2020, 17:04:43 UTC
7b399de Stdlib: fix documentation of split 22 June 2020, 16:13:33 UTC
31042e8 Test/Stdlib: add tests for split Test the default behavior of split handles a duplicated separator. Test at the same time the behavior is the same with ~dup:true 22 June 2020, 16:13:33 UTC
4d90d79 Tests/Python: Duplicate address alias test now passes 22 June 2020, 15:40:35 UTC
26dca40 Client: favor aliases for which secret or public keys are known Fixes #653 22 June 2020, 15:40:35 UTC
317e4fe Tests/Python: test issue #653 22 June 2020, 15:40:35 UTC
fc913dc Tests/Python: add client commands to add and show an address 22 June 2020, 15:40:35 UTC
127438f Fixup: linting 22 June 2020, 15:19:53 UTC
9214c21 Fixup: always search for a chain id in the CreateMockup class This simplifies the parsing code of the output of the `create mockup` command. 22 June 2020, 15:19:53 UTC
c96fbd9 Fixup: fix and simplify the chain_id_seed test 22 June 2020, 15:19:53 UTC
b6cdb3e Client/mockup: start message with uppercase letter This makes it coherent with other feedback messages 22 June 2020, 15:19:53 UTC
c707a6e Test: fix typo 22 June 2020, 15:19:53 UTC
615ee9e Test: chain_id 22 June 2020, 15:19:53 UTC
10c8618 Doc: Add subsection for chain id 22 June 2020, 15:19:53 UTC
683a28e Client/mockup: Add chain-id-seed cli parameters The chain id seed on the command line allows the user to specify a value that will generate a valid chain identifier for the mockup experiments. The generated chain id is printed back to the user, e.g., to be used later inside a JSON file specifying a bunch of protocol parameters, including the chain id. 22 June 2020, 15:19:53 UTC
2fb212d Client/mockup: group persistent mockup env utils into own module 22 June 2020, 15:19:53 UTC
4d989bf Client/mockup: shorter wallet initialization 22 June 2020, 15:19:53 UTC
b06b26d Lwtreslib: lwt- and error-monad-aware replacements for stdlib bits 22 June 2020, 14:57:48 UTC
1b91c93 Tests/CI: Add test for protocol-compiler rejections 22 June 2020, 14:19:31 UTC
c83b742 Apply 1 suggestion(s) to 1 file(s) 22 June 2020, 13:53:02 UTC
c8a8fef lib_shell_services: improve description of /chains/<chain>/blocks 22 June 2020, 13:50:06 UTC
f0da8e4 Tests/Python: reset regression tests outputs 22 June 2020, 13:29:58 UTC
4fb9c64 Client: Pretty-print baker in dry-runs where zero PKH is used 22 June 2020, 13:29:58 UTC
back to top