https://gitlab.com/tezos/tezos

sort by:
Revision Author Date Message Commit Date
f9d7a37 Lib_shell_services: test `merkle_proof_eq` and remove useless tests 20 September 2022, 10:28:39 UTC
766c407 Lib_proxy: test Irmin's merkle proof and remove useless tests 20 September 2022, 10:28:39 UTC
fcffa8b Lib_proxy: comsume Irmin proofs in `validate` and `consensus` Also remove useless file `light_internal.ml` Co-authored by 'Swann Moreau <evertedsphere@gmail.com>' 20 September 2022, 10:28:38 UTC
aeb4486 Lib_context: produce Irmin proofs in `merkle_tree` RPC calls Co-authored by 'Swann Moreau <evertedsphere@gmail.com>' 20 September 2022, 09:04:59 UTC
c30e973 Lib_context: add a With_get_data functor This new functor in `src/lib_context/sigs/context.ml` gives a `get_data` function to any module that has the `Storelike` interface (basically, any store we use will have that interface). The partial application `get_data leaf_kind keys` has the correct signature to be used in Irmin's `{produce,verify}_proof`, and corresponds to a proof that a tree contains the keys given in argument. 20 September 2022, 08:40:38 UTC
d3f4c6d Lib_context: expose `type raw` and `unshallow` function 20 September 2022, 08:33:59 UTC
6989068 refactor: change dependencies and build order 20 September 2022, 08:11:45 UTC
40f459c Merge tezos/tezos!6319: WASM: Tickify the linking phase of host functions in the PVM Co-authored-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6319 15 September 2022, 13:23:19 UTC
9b3dafe WASM/Test: test linking 15 September 2022, 12:57:07 UTC
53bb73b WASM/PVM: Link_error state 15 September 2022, 12:57:07 UTC
6557045 WASM/PVM: add tickified link steps 15 September 2022, 12:57:04 UTC
36ffe8b Merge tezos/tezos!6172: Tezt: move RPCs from legacy to core: part 5 Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> Approved-by: Rémy El Sibaïe <remy.el-sibaie@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6172 15 September 2022, 12:53:04 UTC
1449e0a Tezt,RPC: move [Contracts.get_storage] from legacy to core 15 September 2022, 12:28:39 UTC
841fa9e Tezt,RPC: move [Contracts.get_script] from legacy to core 15 September 2022, 12:28:39 UTC
1f010e1 Tezt,RPC: move [Contracts.get_manager_key] from legacy to core 15 September 2022, 12:28:38 UTC
1cd8904 Tezt,RPC: move [Contracts.get_entrypoints] from legacy to core 15 September 2022, 12:28:38 UTC
7e8d917 Tezt,RPC: move [Contracts.get_delegate] from legacy to core 15 September 2022, 12:28:38 UTC
72517af Tezt,RPC: move [Contracts.get_counter] from legacy to core 15 September 2022, 12:28:38 UTC
be895af Tezt,RPC: move [Contracts.big_map_get] from legacy to core 15 September 2022, 12:28:38 UTC
eb8df92 Tezt,RPC: move [Contracts.get_balance_and_frozen_bonds] from legacy to core 15 September 2022, 12:28:38 UTC
f3da052 Tezt,RPC: move [Contracts.get_frozen_bonds] from legacy to core 15 September 2022, 12:28:38 UTC
e89ab9d Tezt,RPC: move [Contracts.get_balance] from legacy to core 15 September 2022, 12:28:38 UTC
b11f997 Tezt,RPC: move [Contracts.get] from legacy to core 15 September 2022, 12:28:38 UTC
15cb597 Tezt,RPC: move [Contracts.get_all] from legacy to core 15 September 2022, 12:28:38 UTC
a8ce1cf Merge tezos/tezos!6313: Remove conflict between voting operations and a testnet dictator operation Co-authored-by: vbot <vincent.botbol@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6313 15 September 2022, 12:27:56 UTC
c6a3893 Proto/Doc: document conflict removal on voting operations 15 September 2022, 12:04:20 UTC
3e7ba75 Proto: treat voting ballot/proposals as noop if test dictator voted 15 September 2022, 12:04:20 UTC
c08ba0c Proto/Vote: bound the list encoding of proposals for proposals op 15 September 2022, 12:04:19 UTC
e35c9c7 Merge tezos/tezos!6308: SCORU: Wasm PVM: implement write_debug host func Co-authored-by: Emma Turner <emma.turner@trili.tech> Approved-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Thomas Letan <lthms@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6308 15 September 2022, 11:36:45 UTC
06976f0 SCORU: Wasm PVM: implement write_debug host func 15 September 2022, 11:12:49 UTC
adbdfc6 Merge tezos/tezos!6246: Add Context Garbage Collection Co-authored-by: Victor Allombert <victor.allombert@nomadic-labs.com> Co-authored-by: vbot <vincent.botbol@nomadic-labs.com> Co-authored-by: Thomas Gazagnaire <thomas@gazagnaire.org> Approved-by: vbot <vincent.botbol@nomadic-labs.com> Approved-by: Pierre Boutillier <pierre.boutillier@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6246 15 September 2022, 10:26:34 UTC
c045752 Shell: synchronize context while bootstrapping 15 September 2022, 10:04:08 UTC
f0e0783 Context: expose sync 15 September 2022, 10:04:08 UTC
bceca98 Changelog: introduce v.2.0 storage version and Context GC 15 September 2022, 10:04:08 UTC
5194342 Node: introduce v.2.0 storage version 15 September 2022, 10:04:08 UTC
cb1cde5 Store/reconstruct: commit genesis context if missing 15 September 2022, 10:04:08 UTC
c74740d Context: allow missing commit info 15 September 2022, 10:04:08 UTC
f4e0bd3 Shell: prevent querying contexts below savepoint 15 September 2022, 10:04:08 UTC
34f9770 Store/Tests: register the GC in tests 15 September 2022, 10:04:08 UTC
41a27b8 Shell: plug context garbage collection 15 September 2022, 10:04:08 UTC
a62aaa5 Shell: plug context garbage collection 15 September 2022, 10:04:08 UTC
3513ed2 Validator: add a context garbage collection entrypoint 15 September 2022, 10:04:07 UTC
fe4ec0b Context: add Context.gc to GC old commits Context.gc removes from disk all the data older than the commit passed as parameter. Every operations working on checkouts more recent than this commit will continue to work. However, calling Context.checkout on GC-ed commits will return [None]. Co-authored-by: metanivek <metanivek@gmail.com> 15 September 2022, 10:04:07 UTC
e97a6be Merge tezos/tezos!6288: Test/Tezt: don't erase user's node config Co-authored-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Romain <romain@nomadic-labs.com> Approved-by: Killian Delarue <killian@nomadic-labs.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6288 14 September 2022, 20:41:11 UTC
62d4c60 Test/Tezt: check values of default config 14 September 2022, 20:16:19 UTC
b7aace2 Test/Tezt: don't erase user's node config 14 September 2022, 20:16:19 UTC
2a33735 Tezt/Tezos: node commands config reset and config show 14 September 2022, 20:16:19 UTC
34cc700 Merge tezos/tezos!6316: Env-v7: add missing list functions Co-authored-by: Raphaël Proust <code@bnwr.net> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Yann Regis-Gianas <946787-yrg@users.noreply.gitlab.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6316 14 September 2022, 17:01:10 UTC
a20b961 Env-v7: add missing list functions 14 September 2022, 16:34:54 UTC
3eceed6 Merge tezos/tezos!6282: Crypto: add watermark support to BLS signatures and checks Co-authored-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> Approved-by: Danny Willems <be.danny.willems@gmail.com> Approved-by: Yann Regis-Gianas <946787-yrg@users.noreply.gitlab.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6282 14 September 2022, 15:48:31 UTC
740bd74 Test: test signatures with watermarks 14 September 2022, 15:24:40 UTC
e308174 Test: fix signature tests 14 September 2022, 15:24:40 UTC
fe882c0 Crypto: add watermark support for aggregate signatures Co-author: Alain Mebsout <alain.mebsout@functori.com> Co-author: Sylvain R <sylvain.ribstein@nomadic-labs.com> 14 September 2022, 15:24:40 UTC
d86a4d6 Crypto: add watermark support for BLS signature/check 14 September 2022, 15:24:40 UTC
25b23ab Crypto: simplify signature of AGGREGATE_SIGNATURE 14 September 2022, 15:24:40 UTC
a9549a2 Merge tezos/tezos!6315: Scoru,Proto: do not use tag "kind" in [Sc_rollup_originate] encoding Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Approved-by: Yann Regis-Gianas <946787-yrg@users.noreply.gitlab.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6315 14 September 2022, 14:56:03 UTC
6bb62d6 Scoru,Proto: do not use tag "kind" in [Sc_rollup_originate] encoding The operation's encoding already use the tag "kind" for the operation name. So before this commit, the tag is duplicated for the operation name and the pvm name. 14 September 2022, 14:32:45 UTC
f0e3281 Merge tezos/tezos!6303: SCORU: Smaller smaller ticks Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> Approved-by: Ole Krüger <ole.kruger@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6303 14 September 2022, 14:32:03 UTC
fc3b1ec Lazy_containers: Do not store default chunks when calling 'grow' This was a source of unboundness. 14 September 2022, 14:03:53 UTC
d0af297 Lazy_containers: Shrink the chunks to reduce the size of the proofs From 4,096 up to 512. In certain circumstances, we have to read more than one page, which could take a toll on proof size. With this, most of the proof we are able to observe are lesser than 8KBytes. 14 September 2022, 14:03:53 UTC
ca829f0 WASM: Meta admin instructions 14 September 2022, 14:03:53 UTC
c62287c Merge tezos/tezos!6312: WASM: Fix a tree-encoding mismatch between the parser and interpreter Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6312 14 September 2022, 13:06:30 UTC
947cc1a WASM: Fix a tree-encoding mismatch between the parser and interpreter 14 September 2022, 12:43:31 UTC
6f5c0db Merge tezos/tezos!6200: CI: Decrease the number of script lines in YAML files Co-authored-by: Neo <11726174-neo.nomadic@users.noreply.gitlab.com> Approved-by: mujx <374817-mujx@users.noreply.gitlab.com> Approved-by: Romain <romain@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6200 14 September 2022, 12:37:20 UTC
35980fb CI: Decrease the number of script lines in YAML files 14 September 2022, 12:12:53 UTC
da17775 Merge tezos/tezos!6298: WASM/Parser+Ast: use raw string instead of vectors of utf8 chars Co-authored-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Ole Krüger <ole.kruger@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6298 14 September 2022, 10:30:53 UTC
4666ca4 WASM/Test: test names length 14 September 2022, 10:01:41 UTC
e5e3727 WASM/Parser+Ast: use raw string instead of vectors of utf8 chars 14 September 2022, 10:01:41 UTC
9f42556 Merge tezos/tezos!5963: Proto: deny zero tickets Co-authored-by: Ding Xiang Fei <xf@marigold.dev> Approved-by: Joel Bjornson <joel.bjornson@trili.tech> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/5963 14 September 2022, 09:05:13 UTC
3a7dfaa Proto: deny zero tickets 14 September 2022, 09:05:13 UTC
447dfc6 Merge tezos/tezos!6290: WASM: Move input and output buffers out of the config Co-authored-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Pierre-Emmanuel CORNILLEAU <pe.cornilleau@marigold.dev> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6290 14 September 2022, 08:21:12 UTC
749b9ae WASM: Move input and output buffers out of the config 14 September 2022, 07:58:01 UTC
859c1e7 Merge tezos/tezos!6120: Doc: update Events docs in Kathmandu Co-authored-by: Fedor Sheremetyev <sheremetyev@gmail.com> Approved-by: Tezos Merbocop <merbocop@cryptium.ch> Approved-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> Approved-by: Yann Regis-Gianas <946787-yrg@users.noreply.gitlab.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6120 14 September 2022, 06:28:41 UTC
4d3ea6d Doc: update events docs in Kathmandu Copy description from Alpha. Implementation was changed in MR 5724. 13 September 2022, 22:55:13 UTC
3720dc1 Merge tezos/tezos!6270: Tezt,WASM: Enable back tezts running kernels as long tests Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6270 13 September 2022, 18:34:26 UTC
8110261 Tezt,WASM: Enable back tezts running kernels as long tests The WASM PVM is becoming increasingly slow, due to ticks becoming smaller and smaller to enable small proofs. As a consequence, the rollup node is becoming slower too, and the tezt tests using the WASM PVM are taking a longer time to complete. Because the runners are on average 10 time slower than the typical developer computer, making these tests part of the CI run for every MR is not practical (it took more than 30s for certain inbox level to be computed). As a consequence, we move these tests to Tezt long tests infrastructure. These tests are still run, but asynchronously. 13 September 2022, 17:07:41 UTC
c3829db Merge tezos/tezos!6268: WASM/Tests: refine Stuck error testing Co-authored-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6268 13 September 2022, 16:23:29 UTC
0c01ae9 WASM/Tests: refine Stuck error testing 13 September 2022, 16:02:26 UTC
e1d133e Merge tezos/tezos!6284: Rollup: extract utility functions for common usage between dal and sc_rollup as separate library Co-authored-by: Rémy El Sibaïe <remy.el-sibaie@nomadic-labs.com> Approved-by: Andrea Cerone <andrea.cerone@trili.tech> Approved-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Raphaël Proust <code@bnwr.net> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6284 13 September 2022, 15:23:52 UTC
0c6f7f8 Rollup/Storage: use Base.Time instead of unix 13 September 2022, 14:56:55 UTC
3b66311 Rollup: move rollup storage utils to layer2 utils lib 13 September 2022, 14:56:55 UTC
eb566d1 Rollup: extract layer1 services from node to external lib 13 September 2022, 14:56:55 UTC
413d6e5 Merge tezos/tezos!6272: [Dal] Dal node: Endpoint for returning slot contents as a list of segments Co-authored-by: Andrea Cerone <andrea.cerone@trili.tech> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> Approved-by: Rémy El Sibaïe <remy.el-sibaie@nomadic-labs.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6272 13 September 2022, 14:56:02 UTC
d45bf13 Tezt: reset regressions 13 September 2022, 14:31:11 UTC
e9fab5f Dal: Rename segment to page across dal related codebase 13 September 2022, 14:31:11 UTC
72d4953 Dal/Tezt: check that call to retrieve slot segments is successful 13 September 2022, 14:31:11 UTC
e5aa2d5 Dal/Node: endpoint to fetch slot segments 13 September 2022, 14:31:11 UTC
ec51a88 TzString: chunk sequence of bytes in list of strings 13 September 2022, 14:31:11 UTC
280bbdc Merge tezos/tezos!6307: SCORU: WASM: Skip decoding/encoding overhead in PVM Co-authored-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6307 13 September 2022, 14:30:23 UTC
af17e53 SCORU: WASM: Skip decoding/encoding overhead in PVM 13 September 2022, 13:23:44 UTC
b63024d Merge tezos/tezos!6251: SCORU: Wasm PVM: thread durable to host funcs Co-authored-by: Emma Turner <emma.turner@trili.tech> Approved-by: corneliuhoffman <corneliuhoffman@gmail.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Ole Krüger <ole.kruger@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6251 13 September 2022, 12:07:46 UTC
e6e74a3 SCORU: Wasm PVM: return durable from host funcs Return the (possibly) updated durable storage from the host funcs and update the eval_config with this value. 13 September 2022, 11:46:13 UTC
be1a6a6 SCORU: Wasm PVM: thread durable to host funcs Thread durable storage (as a Lazy_containers.Map.tree) through the Wasm interpreter, to the host funcs. 13 September 2022, 11:46:13 UTC
8bdd9b6 Merge tezos/tezos!6285: Remove redundant bits from the Nix shell Co-authored-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Swann Moreau <evertedsphere@gmail.com> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Approved-by: Andrea Cerone <andrea.cerone@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6285 13 September 2022, 10:56:47 UTC
7f53a77 Remove redundant bits from the Nix shell 13 September 2022, 10:35:29 UTC
67f2631 Merge tezos/tezos!6260: Proto/Michelson: Deprecate OPEN_CHEST instruction. Co-authored-by: Frej Soya <frej.soya@ext.nomadic-labs.com> Approved-by: Marco Stronati <marco@stronati.org> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6260 13 September 2022, 10:17:56 UTC
e6d2e39 Doc: Add deprecation notice wrt to timelock. 13 September 2022, 09:49:59 UTC
49eeb2d Proto/Michelin: Crude example for expected fail Wrap old test in expected failure wrapper. This really belongs in the test framework and not here for bettter reporting. 13 September 2022, 09:49:59 UTC
1f8513e Proto/Michelson: Unify around contract test helper - Use Contract_helpers in both cases. - Note that the disabled test wont be run on CI/make test with this approach 13 September 2022, 09:49:59 UTC
abec369 Proto/Michelson: Safer resource handling. 13 September 2022, 09:49:58 UTC
back to top