swh:1:snp:9c27352633c4639a943e316050a7b904f57900e2

sort by:
Revision Author Date Message Commit Date
0743f30 Merge branch 'tomas/migration-balance-updates' into 'master' Allow to apply balance updates from migration See merge request tezos/tezos!1537 29 January 2020, 13:07:46 UTC
61568fb Tests/OCaml: update tests for migration balance updates 29 January 2020, 13:05:11 UTC
63f08f1 Proto: Allow to apply balance updates from migration This commit allows to attach balance update receipts from a migration. Because the migration runs before the first block of the new protocol, we cannot return balance updates directly from migration. Instead, we add the balance updates receipts when we're finalizing the first block. This adds a new storage (`Storage.Pending_migration_balance_updates`) that can be set during migration and checked when we try to finalize a block to apply balance updates receipts. 29 January 2020, 13:04:42 UTC
3986211 Data_encoding: Remove single lwt function and whole lwt dependency Downstream of 057df27e53d9f92122013af7b0f5b559092dd07a 28 January 2020, 22:22:15 UTC
b7b8097 Registration: move module to fix type dependency Downstream of fafe3ca6dc232b9dac40ef6981dcb4876a39ddb0 28 January 2020, 22:22:15 UTC
cf4cc46 Shell, Protocol: adapt to new data-encoding error handling 28 January 2020, 22:22:15 UTC
8d0e242 Data_encoding: Binary writer/reader: better error management options for the user Downstream of ccecd00659ebc264be23b0823a70fee3046edda0 28 January 2020, 22:22:15 UTC
c4005d7 Data_encoding: Add opitonal parameter to control buffer size during serialisaiton Downstream of 0b64f836b627e8adbc9d3aeb4f199da2430d2eff 28 January 2020, 22:22:15 UTC
3ddd7d8 P2p_test: allowing to set process name prefix This allows to set the prefix of the name of a forked process, which serves to identify the log lines belonging to this process in addition to its peer id. Typical use is in the module Overcrowded where some process are either the `Target`, a `Client_V1`or a `Client_V2`. 28 January 2020, 21:49:51 UTC
6a417bf P2p: Nack send the motive for the connection rejection. This patch provide a `Nack` with an error code, in the vein of http error codes that allow the client to know why its connection is not accepted by the node. It should help to understand the failure to connect to a node given via RPC for example. The P2p_rejection file is in lib_base as the rejection error will be used in Network_version in case no network version can be negotiated. The rejection motive is encoded as an integer. Each new motive will have a higher number and thus fall into Unknown_argument case. When in private mode, `raw_authenticate` of an untrusted peer result in the P2p_errors.Private_mode error, preventing the reply with a Nack and a list of known points. `authenticate` function will close the connection immediately. This patch does not change the p2p version as it is meant to be released together with "P2p: `Nack` with a list of known peers". 28 January 2020, 21:49:51 UTC
c0a4080 P2p: `Nack` with a list of known peers This patch increase the p2p version number. Points announcing a compatible p2p version will receive a ̀Nack` that carries a list of alternative points while legacy node (p2p version 0) will receive a legacy `Nack`. This mechanism allows new nodes to get a list of points they can try to connect to, even if their known entry point to the network are overcrowded. P2p test : overcrowded test adaptation to "private points not announced" is a bit unsatisfactory: it makes the nodes non-private, making them more likely to interfere with other nodes. 28 January 2020, 21:49:51 UTC
3671b88 P2p_pool: improve debug msg when rejecting peer connection 28 January 2020, 21:49:51 UTC
811e281 P2p_pool: authenticate before rejecting when `max_connections` is reached `max_connections` is meant to affect the number of active connections, it makes sense to authenticate the incoming connection, memorize the point information, and then decide if there is a slot available for this peer. The number of unauthenticated on-going connections is limited by `max_incoming_connection`. 28 January 2020, 21:49:51 UTC
f5fa37f Stdlib: remove lwt_canceler and use released version instead 28 January 2020, 17:57:50 UTC
a0e4196 Stdlib: remove lwt-watcher and replace with released version 28 January 2020, 16:27:51 UTC
33b1413 Shell: Move new logging in a separate file 28 January 2020, 14:50:22 UTC
8fb63c2 Shell: add level and timestamp info when a new block is processed 28 January 2020, 14:50:22 UTC
0c92271 Shell: improve block validator process logging 28 January 2020, 14:50:22 UTC
bd4319f Lib_validation: add request pp 28 January 2020, 14:50:22 UTC
c0def20 Shell: remove legacy logging from block_validator_process_ext 28 January 2020, 14:50:22 UTC
83fb287 Shell: remove legacy logging from block_validator_process_seq 28 January 2020, 14:50:22 UTC
b64e698 docker: add back entrypoint.* in tezos/tezos image 28 January 2020, 13:34:19 UTC
867c889 docker: add docker labels to image 28 January 2020, 13:34:19 UTC
99618fd Proto/Michelson: abstract logging facility Encapsulate logging in 1st class module for more flexibility 27 January 2020, 13:41:00 UTC
3ec29be StdLib: Remove HashPtree indexed by Z 26 January 2020, 22:17:14 UTC
b183167 P2P: Use HashPTree with int64 rather than Z 26 January 2020, 22:17:14 UTC
25cfa9c StdLib: 2 x Int64 version of HashPtree 26 January 2020, 22:17:14 UTC
d76c9e5 P2p tests: ffff:ffff::/32 is included in 8000::/1 so the test should fail 26 January 2020, 22:17:14 UTC
277022b Stdlib: HashPtree masks are really masks 26 January 2020, 22:17:14 UTC
7644cd6 Stdlib/HashPtree: Implement BE_prefix using BE_gen_prefix 26 January 2020, 22:17:14 UTC
3081579 StdLib: Adjust required signature by HashPtree 26 January 2020, 22:17:14 UTC
059b1c1 Protocol: remove Carthage vanity nonce 23 January 2020, 15:50:22 UTC
03e8f75 Protocol: remove code specific to the migration from Babylon to Carthage 23 January 2020, 15:38:40 UTC
da3ed6b Vendors/flextesa: update protocol constants Co-authored-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> 23 January 2020, 15:22:35 UTC
9ef7bcf Tests/Python: update protocol constants Co-authored-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> 23 January 2020, 15:22:35 UTC
14d184b Protocol/Tests: update reward functions Co-authored-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> 23 January 2020, 15:22:35 UTC
3e33752 Protocol/Parameters: update the reward constants Co-authored-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> 23 January 2020, 15:22:35 UTC
9fcffe2 Protocol/Migration: migrate protocol constants 23 January 2020, 15:22:35 UTC
ec64bf9 Protocol: update reward functions Co-authored-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> 23 January 2020, 15:22:35 UTC
370a8be Tests/Python: test failure of deserialisation of bad annotation 23 January 2020, 15:22:34 UTC
929e228 Protocol/Michelson: annotation validity check Check at parsing time that Michelson annotations only contain valid characters. This check is useless for annotations produced by `lib_micheline` but could fail for annotated lambdas deserialized using the `UNPACK` instruction. 23 January 2020, 15:22:34 UTC
8f65b34 Proto/Tests: Add a test case for emptying delegated contract 23 January 2020, 15:22:34 UTC
958f1cf Proto: Allow to empty non self-delegated contract For non self-delegated contracts, the removed assertion was causing an error when emptying a delegated contract. 23 January 2020, 15:22:34 UTC
458718a Protocol: add vanity nonce 23 January 2020, 15:22:34 UTC
ca180f5 Tests/Python: adapt test of the CONTRACT instruction The gas cost of `CONTRACT` when applied to the address of an implicit account is now 132 units cheaper. 23 January 2020, 15:22:34 UTC
42abef6 Protocol/Michelson: improve the performance of the CONTRACT instruction Add an optimisation that make the instruction cheaper in gas for implicit contracts (tz1, tz2, tz3) by saving an I/O. 23 January 2020, 15:22:34 UTC
d67b37d Tests/Python: test the Michelson MAP instruction on maps in the case of side effects 23 January 2020, 15:22:34 UTC
1e78fb0 Protocol/Michelson: fix the interpretation of the MAP instruction on maps In the previous implementation, accumulating a value during a MAP on a map was impossible because the initial stack tail was restored. This was not the documented behavior of the MAP instruction and it was inconsistent with the case of mapping over a list. BREAKING CHANGE: originated contracts that rely on the previous and incorrect) semantics might behave incorrectly. 23 January 2020, 15:22:33 UTC
eb7e3ba Tests/Python: verify EMPTY_BIG_MAP arity error message 23 January 2020, 15:22:33 UTC
0ef031c Protocol/Michelson: handling of the bad arity error for the EMPTY_BIG_MAP instruction Improve error reporting when checking for the arity of the EMPTY_BIG_MAP instruction 23 January 2020, 14:55:43 UTC
5649dd5 Protocol/Michelson: remove the peephole optimisation of UNPAIR Remove an unreachable optimisation. A proper UNPAIR instruction shall be added in the next protocol instead. 23 January 2020, 14:55:43 UTC
27bf8b3 Protocol/Migration: bump gas limit constants in the context Update the gas limit constants in the context on protocol transition. 23 January 2020, 14:55:43 UTC
2b6f015 Tests/Python: adapt the gas-bound test to the new gas limit 23 January 2020, 14:55:43 UTC
1b27bad Tests/Python: adapt regression tests to new gas limit 23 January 2020, 14:55:07 UTC
a2421a3 Tests/Python: increase the gas limit per block and per operation by 30% 23 January 2020, 12:59:15 UTC
95567b3 Protocol/Gas: increase the gas limits per block and operation by 30% Bump the gas limit for blocks and operations by 30% going from 800000 per operation and 8000000 per block to 104000 per operation and 1040000 per block. 23 January 2020, 12:59:15 UTC
0126fbc Tests: the merge_comparable_pairs.tz contract is now well-typed 23 January 2020, 12:59:15 UTC
a0be121 Tests/Python: activate tests of comparable pairs in sets, maps, and big_maps Co-Authored-By: Charles DEHLINGER <charles.dehlinger@tezcore.com> 23 January 2020, 12:59:15 UTC
612da6a Tests/Python: fix an expected error message When attempting to pack a big_map, we now have a better error message. 23 January 2020, 12:59:15 UTC
8f7ab78 Protocol/Client: fix a misleading error message (unexpected big_map) 23 January 2020, 12:59:15 UTC
1f74407 Protocol/Michelson: allow all parameter types when typechecking a litteral Extend the range of the typecheck_data RPC by also allowing big_map values. Co-Authored-By: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> 23 January 2020, 12:59:15 UTC
bad6bff Tests/Python: adapt regression test outputs Typechecking cost has been very slightly increased because `comparable_ty_eq` now costs at least `Typecheck_costs.cycle`. 23 January 2020, 12:55:05 UTC
a867a64 Protocol/Michelson: fix comparable comb pairs Allow comb pairs as map keys and set elements, not only as operands of COMPARE. 23 January 2020, 09:54:37 UTC
cbf684a Tests/OCaml: add tests for baking and endorsement reward forumlae Co-Authored-By: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> Co-Authored-By: Adrian Brink <adrian@cryptium.io> 23 January 2020, 09:54:36 UTC
ca6666f Protocol/Emmy+: optimise baking and endorsement reward function Fix the imprecision in the baking reward formula to make it linear in the number of endorsements included instead of a step function. Improve the precision on the endorsement reward computation by applying the priority malus on the total endorsement reward. 23 January 2020, 09:54:36 UTC
eb58d86 Protocol/RPC: fix 'baking_rights' so that 'max_priority' is included Fix a bug where the `../helpers/baking_rights` RPC would exclude the `max_priority` baking right from its result. 23 January 2020, 09:54:36 UTC
8a59950 Protocol/Storage: initialize big_map ids only for genesis 23 January 2020, 09:54:36 UTC
e995956 Protocol/Migration: remove babylon's vanity nonce 23 January 2020, 09:54:36 UTC
eadab57 Stdlib: remove unused functions in utils 22 January 2020, 19:26:29 UTC
230ce72 Tests: add regression logs for test_contract{,_onchain}_opcodes.py 22 January 2020, 16:37:20 UTC
bf07f44 Tests: regressions tests for test_contract{,_onchain}_opcodes.py 22 January 2020, 16:37:19 UTC
3cba418 Tests: add pytest-regtest 22 January 2020, 16:37:19 UTC
d0e7436 Tests/Python: fix strange duplication of client's stderr 22 January 2020, 15:42:28 UTC
a2492fd Client: add tezos-client-demo-counter in .opam 22 January 2020, 14:35:12 UTC
2c9a711 Doc: typo in the « The Big Picture » session 22 January 2020, 10:27:11 UTC
fef6543 Doc: fix deadlink to the validator 22 January 2020, 10:27:10 UTC
55f2abb Doc: wrong function name. register_handler -> register_error 22 January 2020, 10:27:09 UTC
04ed990 Doc: typo hitory -> history 22 January 2020, 10:27:08 UTC
38632af Doc: Add link to Data_encoding session 22 January 2020, 10:27:07 UTC
e6db84f Doc: Use code-blocks instead of code. For highlighting 22 January 2020, 10:27:05 UTC
713481f proto_genesis: use predefined protocol hash 22 January 2020, 09:07:29 UTC
254be33 proto_demo_counter: a new demo protocol co-authored with Eugen Zalinescu This protocol maintains a couple of non-negative counters { a: int32, b: int32 } in its context. This state can be updated via simple increment and transfer operations. 22 January 2020, 09:07:29 UTC
c20f57e Shell: Extract workers to separate library 21 January 2020, 16:00:25 UTC
3aea4b1 Docs: Update proposal testing docs 21 January 2020, 15:16:02 UTC
52c46fd Scripts: update yes-node.patch to ocamlformat 21 January 2020, 15:16:02 UTC
83a7c45 Scripts: update yes-node.patch MBytes to Bytes 21 January 2020, 15:16:02 UTC
6738da4 Bin_node: handle non writable version file 21 January 2020, 14:36:13 UTC
987fcb0 Bin_node: add upgrade status command 21 January 2020, 14:36:13 UTC
208d6a5 Bin_node/upgrade_command: add event logs 21 January 2020, 14:36:13 UTC
d01da04 Bin_node: Extract read_version_file as a function 21 January 2020, 14:36:13 UTC
43bbb8f Doc/Michelson: fix a typo in the semantic rule for NONE Fixes issue https://gitlab.com/tezos/tezos/issues/654. 20 January 2020, 14:47:28 UTC
7f611bc Tests/Python: verify EMPTY_BIG_MAP arity error message Adaptation of 9bfed67a4ef15c13568956927c277e61e250966b 17 January 2020, 10:36:16 UTC
1ce3c8a Tests/Python: test the Michelson MAP instruction on maps in the case of side effects Adaptation of e289be9068c8e311905b03cce4d8b98d01763fc7 Co-Authored-By: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> 17 January 2020, 10:36:16 UTC
9071c97 Tests/Python: add more failing tests for comparable pairs Adaptation of 7608094eb64ee26cce1a4729b29c851a6a12d241 Tested with ``` pytest-3 tests_python/tests/test_contract.py -k TestComparablePairs ``` 17 January 2020, 10:36:16 UTC
130d86b Tests/Python: skipped tests of comparable pairs in sets, maps, and big_maps Test with ``` pytest-3 tests_python/tests/test_contract.py -k TestComparablePairs ``` Adaptation of 89205d04a26ec2aad698cd4891ce2fa636260491 Co-Authored-By: Charles DEHLINGER <charles.dehlinger@tezcore.com> Co-Authored-By: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> 17 January 2020, 10:36:16 UTC
8dc5904 Tests/Python: utility function for typechecking failure Adaptation of 21ffbbcb2e44a1b1e020ffcb2dd24b2c505bc745 17 January 2020, 10:36:16 UTC
7f5c3fa Shell: protect rpc request with unknown block hash 16 January 2020, 21:18:05 UTC
599fc12 Doc: add virtualenv alternative to build the documentation locally 16 January 2020, 18:54:56 UTC
53d502e Tests/python: add --proto option to run_node_baker.py This allows to choose between two protocols (alpha, babylon). Default is `alpha`. Some third-party client library target pecifically babylon. It is useful to be able to run a sandbox node on this specific protocol. 16 January 2020, 14:22:07 UTC
514c245 Test/python: script to launch a node/baker (optionally a contract) 16 January 2020, 14:22:07 UTC
back to top