swh:1:snp:9c27352633c4639a943e316050a7b904f57900e2

sort by:
Revision Author Date Message Commit Date
9e93aa5 Doc: add december release to index 11 December 2019, 14:11:16 UTC
ef0c63a Doc: add mainnet.sh update instructions 11 December 2019, 13:39:52 UTC
ce02559 Tests: remove redundant bash tests from CI 11 December 2019, 11:24:55 UTC
dd005a5 Tests/python: add more traces in CI use -s --log-dir=tmp option this displays traces in CI, but also some tests check for errors in the traces 11 December 2019, 11:24:52 UTC
3804172 Scripts: do not number opam tests in CI The intent is to have a more stable CI file with fewer meaningless diffs. 11 December 2019, 10:49:43 UTC
91bacca lib_mempool: use dune rather than jbuilder This is the result of `dune upgrade` Needed for tezos/tezos#633 10 December 2019, 20:57:06 UTC
f45b297 Tests_python: log linters versions 10 December 2019, 14:41:09 UTC
3fae35c Tests_python: remove unused imports This was found by pylint version 2.4.3. 10 December 2019, 14:39:03 UTC
dbc15fa Doc: december 2019 release, with storage upgrade instructions 09 December 2019, 21:54:49 UTC
2b54e55 Doc: october-2019 was never actually released 09 December 2019, 21:54:49 UTC
d99809c Wrong P2P default port in doc. Port 19732 is for the local/testnet(s) 09 December 2019, 16:21:40 UTC
aed0235 Node: better error message if config file is invalid 09 December 2019, 15:28:59 UTC
daa6518 State: remove dont_enforce_context_hash unused argument 09 December 2019, 11:54:52 UTC
c1db447 Snapshots: handle transition block 09 December 2019, 10:56:25 UTC
8ca72f8 Doc: add missing markdown code symbol 04 December 2019, 17:04:00 UTC
1fe98b0 Test/python: update test examples and add to CI 04 December 2019, 09:11:12 UTC
7ea842f CI: use string instead of number for variables in YAML config 03 December 2019, 16:25:40 UTC
56245ce Scripts: fix condition in update_unit_test.sh 03 December 2019, 11:13:58 UTC
8b85898 Doc: mark 005_PsBABY5H as orphan 03 December 2019, 10:34:13 UTC
5842882 Doc: fix duplicate reference name 03 December 2019, 10:34:13 UTC
7ff57c6 Doc: fix list indent Fixes ``` WARNING: Bullet list ends without a blank line; unexpected unindent. ``` 03 December 2019, 10:34:13 UTC
af20054 Doc: fix redundancy Fixes ``` WARNING: Duplicate explicit target name: "proto-006" ``` 03 December 2019, 10:34:13 UTC
974d8ec Doc: fix lib_p2p docstring warnings 03 December 2019, 10:34:13 UTC
f971b2f Doc: fix links 03 December 2019, 10:34:13 UTC
15df20c build-dev-deps: add odoc The package is needed for building the documentation 03 December 2019, 10:34:13 UTC
887d0b3 Bin_node: prohibit recontsruction on a running node 02 December 2019, 17:16:43 UTC
bfe91ea Bin_node: remove hard coded paths 02 December 2019, 17:15:52 UTC
c52ee69 Doc: Redirections 29 November 2019, 14:01:28 UTC
5a0c51b Doc/Michelson: Typo 29 November 2019, 14:01:28 UTC
f21c1ee Test/python: add user-friendly trace 29 November 2019, 11:25:39 UTC
0d5550a Docs: Update howtoget.rst (@paracetamolo review changes) 29 November 2019, 10:49:44 UTC
ccef22d Docs:Update howtoget.rst remove opam init 29 November 2019, 10:49:44 UTC
1d65b31 Apply suggestion to docs/introduction/howtouse.rst 29 November 2019, 10:49:44 UTC
f846106 Update index.rst 29 November 2019, 10:49:44 UTC
c637965 Docs: Update index.rst 29 November 2019, 10:49:44 UTC
5e7d277 Docs: Update howtoget.rst 29 November 2019, 10:49:44 UTC
34f6bd0 Docs: Update howtouse.rst (test network) 29 November 2019, 10:49:44 UTC
03fb5f6 Tests/Python: test reconstruct feature 29 November 2019, 10:26:24 UTC
ab481d0 Tests/Python: add timestamp argument to utils.activate_alpha 29 November 2019, 10:26:24 UTC
ab4adb9 Tests/Python: add node's reconstruct command 29 November 2019, 10:26:24 UTC
7a72451 Tests/Python: add reconstruct option for snapshot imports 29 November 2019, 10:26:24 UTC
7fd8321 Tests/Python: optimize get_block_hash and add get_block_per_level 29 November 2019, 10:26:24 UTC
d558d3a Shell: patch the context when importing a snapshot 29 November 2019, 10:26:24 UTC
75e39e9 Shell: refactor sandbox file manipulation 29 November 2019, 10:26:24 UTC
09f7b02 Node: add reconstruct option to snapshot import command 29 November 2019, 10:26:24 UTC
2ee1175 Node: add reconstruct command 29 November 2019, 10:26:24 UTC
db3b077 Shell: add storage reconstruction feature 29 November 2019, 10:26:24 UTC
6cdfb95 Upgrade to index.1.0.1 29 November 2019, 10:08:07 UTC
a172674 Shell/Validation: do not skip block validation when their context is unknown 28 November 2019, 13:41:34 UTC
49f8acb Shell/Validation: relax store invariants on block commits 28 November 2019, 13:41:34 UTC
6f4eee1 Shell: add a sanity disk check and fix at node startup 28 November 2019, 13:41:34 UTC
38bc1a1 Shell/State: add context existence predicate 28 November 2019, 13:41:34 UTC
6fd71f0 Shell/State: add block removal 28 November 2019, 13:41:34 UTC
d344510 Shell: fix typo in documentation 28 November 2019, 13:41:34 UTC
aca7dca Update tezblock.io link Tezblock is now live and hence the link changed from https://mvp.tezblock.io to https://tezblock.io 27 November 2019, 11:19:19 UTC
9e03a96 [irmin, irmin-pack, index] Use upstream irmin.2.0.0 to improve perf - index: store less data in memory - index: allow the creation of empty read-only files - index, irmin, irmin-pack: better close functions - index: support for asynchronous merges - index: avoid 0-len writes - index: do not allocate on the thread stack 25 November 2019, 16:28:11 UTC
3551e61 ci: sync with refreshed version of opam_repository 21 November 2019, 16:37:49 UTC
c0816ab Data_encoding: remove tezos-stdlib dependency 21 November 2019, 14:38:59 UTC
ed44206 scripts: update_unit_test.sh consider all 'test' directories 20 November 2019, 15:19:16 UTC
59863dc Scripts: documentation of update_*_test.sh 20 November 2019, 15:19:16 UTC
9e1fcd0 tooling: add script to update all unit tests for the CI 20 November 2019, 15:19:16 UTC
7f0319d Data_encoding: Remove prettyprinting of placeholder fields in binary schema descriptions 20 November 2019, 14:59:49 UTC
65b63cc Protocol/Env: remove Array `Array` is not in the signature of the protocol environment, hence this module alias is useless here. I found it while trying to use `Array` in the protocol... Test: compiles, counting on CI 19 November 2019, 10:30:21 UTC
232c959 Update tezos-opam-repository to handle ocaml-migrate-parsetree.1.4.0 inplace replacement 15 November 2019, 16:14:33 UTC
5df2a18 Doc: fix broken link 15 November 2019, 15:06:13 UTC
69cd28e Doc: add merge-team suggestions for MRs 15 November 2019, 14:10:47 UTC
75a3f3e Doc: Fix Carthage doc formatting 15 November 2019, 10:47:16 UTC
839d43a Mempool: protect operation validation from exceptions 15 November 2019, 08:41:03 UTC
15675b2 Test: remove dune dependency to a (now deleted) bash test file 14 November 2019, 16:12:58 UTC
1077200 docker: better help for entrypoint.sh 14 November 2019, 15:18:53 UTC
f539123 Tests: remove redundant test_contracts_attic.sh 14 November 2019, 13:39:47 UTC
2ac0795 Tests_python: split test_contract_opcodes into onchain and 'run script' tests For three reasons: 1. so that run script tests are not marked incremental 2. since the test_contract_opcodes.py was too long for the linter 3. cleaner Moving forward, the test_contract_onchain_opcodes.py can be further split into suites according to the inter-test dependencies. 14 November 2019, 13:39:47 UTC
ccfdf33 Tests_python: extract utility functions from test_contract_opcodes.py 14 November 2019, 13:39:47 UTC
0c1bd23 Tests_python: test the `big_map_magic.tz` contract Covers the EMPTY_BIG_MAP instruction. 14 November 2019, 13:39:47 UTC
29963fd Tests_python: add tests for many instructions Tests for the following instructions are added: - CONS - NONE - CONCAT - CAR - CDR - AND - ADD - ABS - DIP - PACK - UNPACK - GET - MEM - MAP - UPDATE - EDIV - XOR - SIZE - SLICE - COMPARE - EQ - NEQ - LE - LT - GE - GT - ADDRESS - CONTRACT - CREATE_CONTRACT - OR - NOT - LSL - LSR - INT - MUL - SET_DELEGATE - NEG - SOURCE - SENDER - DIG - CHAIN_ID 14 November 2019, 13:39:47 UTC
936639d Tests_python: remove test for the deprecated STEPS_TO_QUOTA instruction 14 November 2019, 13:39:47 UTC
a684766 Tests: pythonify test_contracts_opcodes.sh 14 November 2019, 13:39:47 UTC
fda5bc0 Tests: pythonify test_contracts_mini_scenarios.sh & test_contracts.sh 14 November 2019, 13:39:47 UTC
9430bed Tests_python/Client: capture multistring contract storage 14 November 2019, 13:39:47 UTC
fa35912 Tests_python/Client: fix parsing of decimal balance 14 November 2019, 13:39:47 UTC
821696c Tests_python/Client: add some client commands New commands: - get_storage - get_delegate - typecheck_data - get_known_addresses - get_timestamp - get_now 14 November 2019, 13:39:47 UTC
c1890c1 Tests_python/Client: register stderr in all client calls Add facilities to get stderr as well as stdout in case of error while running the client. 14 November 2019, 13:39:47 UTC
3a91df4 Tests_python/Utils: Add function `check_run_failure` `check_run_failure` expects the called closure to fail and some given pattern to be present in stdout or stderr. Useful to test expected failure of client commands. 14 November 2019, 13:39:47 UTC
39542b8 Tests: document some smart contract scripts in the mini_scenario test suite 14 November 2019, 13:39:47 UTC
e7f48a2 Doc: add page for protocol 006 carthage 14 November 2019, 12:35:10 UTC
088e60e Doc: fix Babylonnet constants They were extracted using the RPC /constants command, but this command applies the deposit ramp-up and thus returns constants which actually vary. 13 November 2019, 16:46:15 UTC
ee5f864 Doc: add Carthagenet to the list of test networks 13 November 2019, 16:46:13 UTC
d32f5b6 Tests: remove test_multisig.sh 13 November 2019, 15:47:00 UTC
6ca4c96 Tests: translate test_multisig to python 13 November 2019, 15:47:00 UTC
0a0d647 Tests: remove test_basic.sh 13 November 2019, 15:47:00 UTC
098c468 Tests: translate test_basic.sh into python 13 November 2019, 15:47:00 UTC
defbdb2 Tests: split test_basic into test_basic and test_multisig 13 November 2019, 15:47:00 UTC
3fa2bed Stdlib: remove buggy add_and_return_erased 13 November 2019, 15:17:05 UTC
72ce4ed Tests/python: fix Makefile/README 13 November 2019, 15:02:13 UTC
e0692db P2p: rename P2p_events -> P2p_trigger 12 November 2019, 12:43:50 UTC
c5576cb P2p: make P2p_events.t abstract 12 November 2019, 12:43:50 UTC
752d0e6 P2p: documentation and simple refactoring 12 November 2019, 12:43:50 UTC
febecd8 P2p: extract swap request manager from pool . P2p_pool doesn't try to create swap request directly, but provide functions to compute peer/points candidates . Swap requests 'state' is moved to the default protocol state . Better encapsulation of P2p_conn.t 12 November 2019, 12:43:50 UTC
9db2082 P2p: split P2p_pool P2p_pool is split into several modules . P2p_conn.t represents a connection with a peer. It uses an answering callback to reply to the peer messages. It corresponds to former P2p_answerer and P2p_pool.Connection, . P2p_answerer defines the type of answerers used by P2p_connections, . P2p_pool defines pools of points, peers and connections, . P2p_connect_handler defines the connecting functions (connect and accept), and session establishement (authentication, version negociation), . P2p_protocol defines two "answerers" (Private and Default) 12 November 2019, 12:43:50 UTC
3ccb6c3 P2p: refactoring of P2p events 1. Extract module Events from P2p_pool -> P2p_events 2. P2p_connection.Pool_events -> P2p_connection.P2p_events 3. Fix unit test Event streams / condition are now created in P2p rather than in P2p_pool. 12 November 2019, 12:43:50 UTC
back to top