swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e

sort by:
Revision Author Date Message Commit Date
6ca1e83 Proto/tx_rollup: update regressions traces due to gas model change 08 April 2022, 08:53:54 UTC
12363a6 Proto/tx_rollup: implement cost model derived from compact bench 08 April 2022, 08:53:54 UTC
a64591a Proto/tx_rollup: bench Tx_rollup_commitment_repr.Full.compact 08 April 2022, 08:53:54 UTC
8171eba Merge branch 'proto-j-backport-4965' into proto-j Backport !4965 - Tx rollup: update gas model of consume_add_message See merge request tezos/tezos!4987 08 April 2022, 08:51:18 UTC
b1fbb3d Snoop/tezt: add tx_rollup benchmarks 07 April 2022, 13:57:52 UTC
3a0be97 Proto/tx_rollup: update regressions traces due to gas model change 07 April 2022, 13:57:52 UTC
19bf6d4 Proto/tx_rollup: implement cost model derived from add_message bench 07 April 2022, 13:57:52 UTC
f6c5eab Proto/tx_rollup: benchmark Tx_rollup_inbox_repr.Merkle.add_message 07 April 2022, 13:57:52 UTC
7d9809e Merge branch 'lrand@gas-for-J' into 'master' Gas for J Closes #2499, #2498, #2520, #2508, #2264, #2504, and #2062 See merge request tezos/tezos!4840 06 April 2022, 20:00:05 UTC
afb4817 Tests: Fix typo Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 06 April 2022, 19:17:19 UTC
268d546 Tests: Update a constant that depends on the gas model Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 06 April 2022, 19:17:04 UTC
705f3b7 Proto,Tests: Add PBT to sqrt in saturation arithmetic Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 06 April 2022, 16:56:33 UTC
4a6c91e Tests: Update gas regression 06 April 2022, 16:56:33 UTC
efbeb3f Proto: Update gas tests 06 April 2022, 16:56:33 UTC
79d82b2 Proto/Gas: Gas for J 06 April 2022, 16:56:33 UTC
2133948 Proto: update parse/unparse address gas consumption 06 April 2022, 16:56:33 UTC
bac51b2 Proto: update gas storage consumption 06 April 2022, 16:56:33 UTC
be932b3 Proto: add sqrt to saturated arithmetic 06 April 2022, 16:56:33 UTC
239baf3 Merge branch 'yrg@update-size-model' into 'master' Update size cost model for J Closes #1834 and #2500 See merge request tezos/tezos!4948 06 April 2022, 16:55:04 UTC
42c032c Proto: Overapproximate the size of Z values Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 06 April 2022, 16:19:59 UTC
db62c5e Proto,Test: Fix typo in comment Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 06 April 2022, 16:19:59 UTC
04bd0bb Proto,test: Add a test for size model ty_size Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 06 April 2022, 16:19:59 UTC
96bc62a Proto: Fix a typo Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 06 April 2022, 16:19:59 UTC
af53118 Proto: Avoid to export a local function Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 06 April 2022, 16:19:59 UTC
bfa0ece Proto: Rephrase a size cost model definition Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 06 April 2022, 16:19:59 UTC
2a3302d Proto: Update some values of the size cost model Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 06 April 2022, 16:19:59 UTC
e5ba842 Proto,Test: Rewrite test for the cost model This commit completely removes the previous test and replaces it with a sequence of tests, one for each case of Michelson types. The test is incomplete: it will be completed with more tests about Michelson type representation (ty) and Michelson code representation (kinstr) in a forthcoming commit. The test also fails on purpose: the fixes will be gradually introduced by forthcoming commits. Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 06 April 2022, 16:19:59 UTC
ea000a9 Merge branch 'functori@add-back-missing-tests-from-3930' into 'master' Tests/Tezt: add tests that were reverted from !3930 by accident See merge request tezos/tezos!4962 06 April 2022, 15:13:14 UTC
0825b5d Tests/Tezt: add tests that were reverted from !3930 by accident 06 April 2022, 14:40:52 UTC
d5698a0 Merge branch 'timcer@lib_test/lib_store' into 'master' lib_store: Use lib_test enriched instead of dup assert.ml in tests See merge request tezos/tezos!4873 06 April 2022, 11:14:41 UTC
b0f0bac Rename Assert_base to Assert_lib, use multiple top-level modules in assert_lib.ml The point is that the name Assert_base was confusing: it could look like it was the base assert* file, whereas it is the file meant to test modules depending on Base. Hence Assert_lib is a better name. Signed-off-by: Litchi Pi <litchi.pi@protonmail.com> 06 April 2022, 10:30:54 UTC
c95f98c Merge branch 'vch9@complex-proofs' into 'master' Tx_rollup,Test: reject commitments when the number of withdrawals is wrong See merge request tezos/tezos!4814 06 April 2022, 10:30:14 UTC
5e3392c Tx_rollup,Tezt: change the deposit quantity to 100_000 06 April 2022, 09:55:13 UTC
41998a1 Tx_rollup,Test: use l2_addr as parameter 06 April 2022, 09:55:13 UTC
3778a8a Tx_rollup,Test: test the rejection for withdrawals limits 06 April 2022, 09:55:13 UTC
686b79e Tx_rollup,Test: refactor the deposit to change the values easily 06 April 2022, 09:55:13 UTC
b9ac925 Tx_rollup,Test: refactor a bit the helper 06 April 2022, 09:55:12 UTC
ab1dbef Merge branch 'tx_rollup@fixes' into 'master' Proto,tx_rollup: Fix [check_path] errors See merge request tezos/tezos!4963 06 April 2022, 09:53:47 UTC
1b49c8c Proto,tx_rollup: Fix an error constructor encoding 06 April 2022, 09:19:39 UTC
f0d5dc7 Proto,tx_rollup: Fix [check_path] errors During a rejection, in case of incorrect paths related to commitments, the protocol would wrongfully declare the issue is related to the inbox. 06 April 2022, 09:19:39 UTC
22fbc73 Merge branch 'functori@tx-rollup-dead-code-1' into 'master' Proto: Remove noop code from application of Tx_rollup_dispatch_tickets See merge request tezos/tezos!4956 06 April 2022, 08:45:01 UTC
9e236db Proto: Remove noop code from application of Tx_rollup_dispatch_tickets 06 April 2022, 08:08:15 UTC
8061c60 Merge branch 'update_irmin' into 'master' lib_context: update to irmin.3.2.0 See merge request tezos/tezos!4860 06 April 2022, 06:43:03 UTC
e8d4074 Build: update tezos/opam-repository ref commit 06 April 2022, 05:52:47 UTC
b2ac4f3 lib_store: update to irmin.3.2.0 06 April 2022, 05:52:47 UTC
b9e1159 proto_alpha: update to irmin.3.2.0 06 April 2022, 05:52:47 UTC
579b88e lib_context: update to irmin.3.2.0 06 April 2022, 05:52:47 UTC
d3afd24 Merge branch 'tx_rollup@test_apply_error' into 'master' Proto,Tx_rollup: Test proofs with l2 apply failure scenarios See merge request tezos/tezos!4858 06 April 2022, 01:07:41 UTC
6cc30aa Proto,Tx_rollup: Test proofs with l2 apply failure scenarios 06 April 2022, 00:33:09 UTC
f32e1b0 Merge branch 'tx_rollup@too-big-withdraw' into 'master' Proto,tx_rollup: test for too-large withdraw position See merge request tezos/tezos!4787 05 April 2022, 20:25:24 UTC
334cbd0 Proto,tx_rollup: test for too-large withdraw position 05 April 2022, 19:54:39 UTC
611a492 Merge branch 'tx_rollup@sunset' into 'master' Proto,Tx_rollup: add sunset parameter See merge request tezos/tezos!4913 05 April 2022, 19:54:01 UTC
fe2be2d Proto,Tx_rollup: add sunset parameter 05 April 2022, 19:23:06 UTC
34fedc4 Merge branch 'romain-manifest-protos' into 'master' Manifest: protocol packages See merge request tezos/tezos!4242 05 April 2022, 19:21:36 UTC
2edcf1c Manifest: generate 05 April 2022, 18:17:28 UTC
d17ef31 Manifest: add automatically generated comments 05 April 2022, 18:17:28 UTC
3498474 Build: remove unused .opam files 05 April 2022, 18:17:28 UTC
3e5cb2a Manifest: do not exclude protocol files 05 April 2022, 18:17:28 UTC
4d8bd72 Manifest: protocols Co-authored-by: Richard Davison <richardneildavison@gmail.com> 05 April 2022, 18:17:28 UTC
cae5ac8 Merge branch 'romain-revert-lrand@bench-bls-check-portable' into 'master' Revert "Merge branch 'lrand@bench-bls-check-portable' into 'master'" See merge request tezos/tezos!4959 05 April 2022, 18:16:07 UTC
956e8ce Revert "Merge branch 'lrand@bench-bls-check-portable' into 'master'" This reverts commit da4a3bd87ce47263820d34d894894f1cde1a40c8, reversing changes made to 3a2bbfd20648ebab1b4cc2c28a648f6c6232d494. The original MR (!4596) did not backport its changes to old protocols, causing opam tests to fail. 05 April 2022, 17:44:25 UTC
b810170 Merge branch 'functori@tx-rollup-node-block-hash' into 'master' Tx_rollup, Node: L2 block hash in block structure See merge request tezos/tezos!4888 05 April 2022, 17:41:34 UTC
a34577e Test/Tezt: fix flakyness in tx_rollup node tests 05 April 2022, 17:10:38 UTC
e286753 Tx_rollup, Node: L2 block hash in block structure 05 April 2022, 17:10:37 UTC
4eecbfd Merge branch 'tx_rollup@test_more_overflow' into 'master' Tx_rollup: test more overflow See merge request tezos/tezos!4894 05 April 2022, 17:09:11 UTC
e3688f5 Proto,Tx_rollup: Test multiple large deposits to different destinations 05 April 2022, 16:15:12 UTC
7770a3f Proto, tx_rollup: Remove bogus extra deposit in test 05 April 2022, 16:15:12 UTC
3958967 Merge branch 'tx_rollup@inbox-clarity' into 'master' Proto,tx_rollup: remove an unreachable case See merge request tezos/tezos!4878 05 April 2022, 16:14:26 UTC
4a1a167 Proto,tx_rollup: remove an unreachable case 05 April 2022, 15:32:16 UTC
0788fe1 Merge branch 'functori@deserialize-tx-rollup-expr-precheck' into 'master' Proto: Deserialize Micheline of tx rollup operations in precheck See merge request tezos/tezos!4951 05 April 2022, 14:53:46 UTC
4f31a96 Proto: Deserialize lazy exprs of tx rollup operations in precheck 05 April 2022, 14:16:14 UTC
da4a3bd Merge branch 'lrand@bench-bls-check-portable' into 'master' Proto/bench: add ADX check to BLS benchmarks See merge request tezos/tezos!4596 05 April 2022, 12:55:04 UTC
b01056a Proto/bench: add ADX check to BLS encoding benchmarks 05 April 2022, 12:19:26 UTC
748e292 Bench: add check to encoding bench helpers 05 April 2022, 12:19:26 UTC
6209670 Proto/bench: add ADX check to BLS interpreter benchmarks 05 April 2022, 12:19:26 UTC
ec58a73 Proto/bench: add check to interpreter bench helpers 05 April 2022, 12:19:26 UTC
3a2bbfd Merge branch 'igarnier-remove-gnuplot' into 'master' Remove gnuplot See merge request tezos/tezos!4942 05 April 2022, 09:22:32 UTC
de4d0da manifest: remove gnuplot 05 April 2022, 08:35:01 UTC
fca7378 opam: remove gnuplot 05 April 2022, 08:35:01 UTC
765f110 Merge branch 'tx_rollup@test_future_inbox' into 'master' Two tx_rollup rpc tezts See merge request tezos/tezos!4835 05 April 2022, 08:34:23 UTC
5ba042e Tx_rollup,Tezt: make inbox rpc return option rather than 404; test commitment rpc 05 April 2022, 08:00:37 UTC
620a942 Merge branch 'functori@-revert-4927-cors-sandbox' into 'master' Revert "scripts: add --cors-origin when starting a sandbox node" See merge request tezos/tezos!4944 05 April 2022, 07:40:00 UTC
781789e Revert "scripts: add --cors-origin when starting a sandbox node" This reverts commit b9da1d19373cc5fbad96ff90a7ac5dea090a3a10. 05 April 2022, 06:37:43 UTC
ba96621 Merge branch 'shrmtv@update-changelog' into 'master' Doc: Update Alpha changelog See merge request tezos/tezos!4682 04 April 2022, 22:19:26 UTC
21cde87 Doc: Update Alpha changelog Describe new changes that have been merged. 04 April 2022, 21:22:29 UTC
9c8ba92 Merge branch 'functori@tx-rollup-no-commit-empty' into 'master' Tx_rollup,Node: Don't commit empty context See merge request tezos/tezos!4892 04 April 2022, 21:21:52 UTC
95e6e50 Tx_rollup,Node: Don't commit empty context 04 April 2022, 20:48:18 UTC
12e9478 lib_context: Context.is_empty This information can be necessary to know when not to commit a context which is empty. 04 April 2022, 20:48:18 UTC
3728e51 Merge branch 'tx_rollup@lazy-slashing' into 'master' Proto,tx_rollup: Add lazy slashing for rejected commitment’s successors See merge request tezos/tezos!4917 04 April 2022, 20:46:59 UTC
8743372 Proto,tx_rollup: Add lazy slashing for rejected commitment’s successors Prior to this patch, only the committers of rejected commitments see their frozen bond burn. Commitments that are descendants of rejected commitments are simply overwritten. As a consequence, committers of these commitments can never reclaim their bond. This is probably safe enough, but there is a trick: frozen bonds are still part of their stake. This patch changes that. Now, prior to updating the layer-1 storage with a commitment, we check whether one exists already or not. If so, we burn their bond once and for all. As a safety net to avoid edge cases, we forbid an implicit account to overwrite one of its own commitment. 04 April 2022, 20:16:15 UTC
f646ae0 Merge branch 'hhugo-gen-package-json' into 'master' Manifest: Generate package.json file See merge request tezos/tezos!4932 04 April 2022, 20:15:33 UTC
1f53543 Bls: update npm version 04 April 2022, 19:45:12 UTC
da0b4ca Doc: update the doc 04 April 2022, 19:45:12 UTC
add57b9 Manifest: generate package.json 04 April 2022, 19:45:12 UTC
334234f Merge branch 'solomon@update-emacs-readme-doc' into 'master' doc: update emacs readme and emacs info in user/various.html See merge request tezos/tezos!4845 04 April 2022, 19:43:48 UTC
836c964 doc: update emacs readme and emacs info in user/various.html 04 April 2022, 19:43:48 UTC
4c839ee Merge branch 'nic@update-v12-howtoget-doc' into 'master' doc: don't install depext anymore when compiling Octez with Opam Closes #2700 See merge request tezos/tezos!4899 04 April 2022, 19:10:50 UTC
ed68df3 fixup: typo in late[r] 04 April 2022, 18:31:17 UTC
e78db81 doc: add comment explaining that depext is deprecated 04 April 2022, 18:31:17 UTC
019a11b doc: don t install depext anymore (built in opam now) 04 April 2022, 18:31:17 UTC
back to top