https://gitlab.com/tezos/tezos

sort by:
Revision Author Date Message Commit Date
a154b9a DAL/Node: Introduce an index to map slot id to their commitment 22 November 2022, 13:26:59 UTC
de7d1eb Merge tezos/tezos!6899: WASM: Reset the input buffer when the kernel yields Co-authored-by: Thomas Letan <lthms@nomadic-labs.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/6899 22 November 2022, 11:24:33 UTC
7c10c4a WASM: Reset the input buffer when the kernel yields To do that, we had to modify tree_encoding to properly clean-up the tree when encoding a fresh map. This drastically reduces the cost of installing a fresh map in a location already used by a map in a previous iteration (divided by 5). This is logic, because we don't need the contents of this previous map to construct the hash of the new subtree. 22 November 2022, 10:49:57 UTC
73add87 Merge tezos/tezos!6855: ZKRU: Rename user-facing references to Epoxy Co-authored-by: Antonio Locascio <locascio.Antonio@nomadic-labs.com> Approved-by: Marco Stronati <marco@stronati.org> Approved-by: Thomas Letan <lthms@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6855 22 November 2022, 10:49:10 UTC
4480475 Proto/Client: rename ZKRU to Epoxy in operation result pp 22 November 2022, 10:22:32 UTC
5e6f608 Proto/ZKRU: rename zkr1 to epx1 22 November 2022, 10:22:32 UTC
0268a8e Merge tezos/tezos!6836: ZKRU/Proto: fix scalar conversion of L2 operations, fixes #4213 Co-authored-by: Antonio Locascio <locascio.Antonio@nomadic-labs.com> Approved-by: Marco Stronati <marco@stronati.org> Approved-by: Marc Beunardeau <marc.beunardeau@nomadic-labs.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6836 22 November 2022, 10:21:35 UTC
b6742e7 Proto/ZKRU: fix L2 op conversion to scalar array 22 November 2022, 09:57:22 UTC
354c26b Test/ZKRU: change dummy rollup to expose scalar conversion error 22 November 2022, 09:57:22 UTC
f31f120 Merge tezos/tezos!6731: DAL/Node: Light daemons refactoring Co-authored-by: Rémy El Sibaïe <remy.el-sibaie@nomadic-labs.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Andrea Cerone <andrea.cerone@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6731 22 November 2022, 09:56:01 UTC
ae69447 DAL/Node: add some fixme for plugin and concurrent tasks 22 November 2022, 09:32:28 UTC
461073b Dal/Node: encapsulate slot_headers storage in Slot_manager 22 November 2022, 09:32:28 UTC
1eb8e0c Dal/Node: make configuration data_dir field creation implicit 22 November 2022, 09:32:28 UTC
6ba46ac Dal/Node: comment and split startup daemon and new_head daemon 22 November 2022, 09:32:28 UTC
9314a48 Merge tezos/tezos!6896: WASM: Give control to the PVM on memory accesses during reveal ticks Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Ilya Peresadin <ilya.peresadin@trili.tech> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6896 22 November 2022, 09:31:43 UTC
efeadc1 WASM: Fix the error handling of the reveal functions With this patch, they are now consistent with the other host functions. We do that by giving control to the PVM on how the result of an input tick is loaded into memory. Now, the PVM not only decides what to do when the [reveal_info] fails, but also when the “push the result to memory” fails. It is also a good news for the fast execution, because it allows to functorize the loading of the result of the tick into the memory, as it was done for the other host functions. 22 November 2022, 09:06:35 UTC
c1af6cb Merge tezos/tezos!6906: Tezt/Tests: [RPC_test.ml] do not log error schema and protocol source Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Romain <romain@nomadic-labs.com> Approved-by: Yann Regis-Gianas <946787-yrg@users.noreply.gitlab.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6906 22 November 2022, 09:05:51 UTC
8879579 Tezt/Tests: [RPC_test.ml] do not log error schema and protocol source 22 November 2022, 08:40:29 UTC
22fc910 Merge tezos/tezos!6864: Rename legacy environment error monad fail Co-authored-by: Raphaël Proust <code@bnwr.net> Approved-by: Joel Bjornson <joel.bjornson@trili.tech> Approved-by: Thomas Letan <lthms@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6864 22 November 2022, 08:39:46 UTC
d07c0df Client/test: adapt injection test protocol to tzfail rename 22 November 2022, 08:16:52 UTC
7d9808e Proto-alpha: adapt to enviornment's legacy `fail` rename 22 November 2022, 08:16:52 UTC
141acc0 Proto-env-v8: rename legacy `fail` to `tzfail` to match syntax modules 22 November 2022, 08:16:52 UTC
f55680e Merge tezos/tezos!6732: Improve snapshot command line Co-authored-by: Victor Allombert <victor.allombert@nomadic-labs.com> Approved-by: Killian Delarue <killian.delarue@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Mathias Bourgoin <mathias.bourgoin@nomadic-labs.com> Approved-by: vbot <vincent.botbol@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6732 22 November 2022, 08:15:27 UTC
2e5bbaa Changelog: introduce --json flag to print snasphot info as json 22 November 2022, 07:48:47 UTC
d58a22b Node: introduce --json flag to print snasphot info as json 22 November 2022, 07:48:47 UTC
8433bd8 Store: export snapshot headers encodings 22 November 2022, 07:48:47 UTC
3049ebd Store: remove bits of legacy snapshot headers 22 November 2022, 07:48:47 UTC
ee8943c Bin_node: clean snapshot command arguments 22 November 2022, 07:48:47 UTC
acf8c1a Merge tezos/tezos!6908: DAL/Node: fix RPC registration by using dynamic services Co-authored-by: Rémy El Sibaïe <remy.el-sibaie@nomadic-labs.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Andrea Cerone <andrea.cerone@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6908 21 November 2022, 23:34:29 UTC
c4ac006 DAL/Node: fix rpc registration by using dynamic directory 21 November 2022, 23:07:28 UTC
854fa59 Merge tezos/tezos!6909: Doc: Update Alpha changelog Co-authored-by: Fedor Sheremetyev <sheremetyev@gmail.com> Approved-by: Joel Bjornson <joel.bjornson@trili.tech> Approved-by: Tezos Merbocop <merbocop@cryptium.ch> Approved-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6909 21 November 2022, 23:06:46 UTC
d61cd29 Doc: Update Alpha changelog Describe protocol changes merged to master in the last week. 21 November 2022, 22:40:06 UTC
6c18522 Merge tezos/tezos!6644: Fix test Manager operation validator (Proto/Tests/Manager_operation_helpers: fix ignored Lwt values) Co-authored-by: Zaynah Dargaye <zaynah.dargaye@nomadic-labs.com> Co-authored-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> Approved-by: vbot <vincent.botbol@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6644 21 November 2022, 22:39:21 UTC
1d2f293 Proto/test: backport manager op validation diadnostic to 015 21 November 2022, 22:13:41 UTC
cb32fd9 Proto/test: correct diagnostic for manager ops validation 21 November 2022, 22:13:41 UTC
c29fa20 Proto/Tests/Manager_operation_helpers: fix ignored Lwt values 21 November 2022, 22:13:40 UTC
90e4a6e Merge tezos/tezos!6055: Michelson: Add AND, OR, XOR, NOT, LSL, and LSR for bytes Co-authored-by: Jun FURUSE <jun.furuse@dailambda.jp> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6055 21 November 2022, 22:12:54 UTC
e726871 Test: adds tests for Michelson bitwise logical operators 21 November 2022, 21:39:28 UTC
d01ab06 Docs: document the Michelson logical ops on bytes 21 November 2022, 21:39:28 UTC
a641218 Proto: add Michelson opcodes for logical operations on bytes 21 November 2022, 21:39:28 UTC
9b18149 Proto-env: expose the logical operations on bytes in Bytes 21 November 2022, 21:39:28 UTC
279eeb2 Base: include Tezos_stdlib.TzBytes in TzPervasives.Bytes 21 November 2022, 21:39:28 UTC
fdbbe85 Stdlib: add TzBytes, logical operations on bytes. tzBytes.ml depends on the following C and JS backends: - tzBytes_c.c in C for bytecode and native programs - tzBytes_js.js in JavaScript for Js_of_ocaml programs 21 November 2022, 21:39:28 UTC
e46ab42 Merge tezos/tezos!6544: add new level filter: none Co-authored-by: Pietro <pietro.abate@tezcore.com> Approved-by: Romain <romain@nomadic-labs.com> Approved-by: Seb Mondet <seb@mondet.org> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6544 21 November 2022, 18:34:39 UTC
633a64b event_sink: add new level filter: none 21 November 2022, 17:24:17 UTC
3fa60da Merge tezos/tezos!6912: SCORU: WASM: Instantiate Wasmer store and engine lazily Co-authored-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Ilya Peresadin <ilya.peresadin@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6912 21 November 2022, 17:22:59 UTC
1556746 SCORU: WASM: Instantiate Wasmer store and engine lazily 21 November 2022, 16:59:19 UTC
738d26c Merge tezos/tezos!6894: SCORU: WASM: Ensure Wasmer feature configuration is consistent with PVM features Co-authored-by: Ole Krüger <ole.kruger@trili.tech> 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/6894 21 November 2022, 16:58:31 UTC
66cd0be SCORU: WASM: Make Wasmer configuration consistent 21 November 2022, 16:32:54 UTC
da3980a Merge tezos/tezos!5490: Doc: add new entry for (pipelined) validation of blocks and operations to the economic protocol documentation Co-authored-by: vbot <vincent.botbol@nomadic-labs.com> Co-authored-by: Germán Delbianco <german@nomadic-labs.com> Co-authored-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> Approved-by: vbot <vincent.botbol@nomadic-labs.com> Approved-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> Approved-by: Solomon Lederer <solomon.lederer@ext.nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/5490 21 November 2022, 16:32:04 UTC
3762261 doc: add description for consensus key related operations Co-authored-by: vbot <vincent.botbol@nomadic-labs.com> Co-authored-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> 21 November 2022, 16:07:30 UTC
5ad71c7 doc: update precheck filters and plugins entries wrt to K - Clarifies that 1M is enforced globally. - Leaves work for Lima and Alpha as TODO 21 November 2022, 16:07:30 UTC
09cce0f doc: make a few nits to protocol glossary Kathmandu, Alpha 21 November 2022, 16:07:30 UTC
b3ae078 doc: add operation validation and application section Contributes to #3162. - Details the validation of manager operations. - Details the application of manager operations. - Explains Backtracked/Applied/Failed/Skipped semantics (Fixes #3111). Updates Kathmandu, and Alpha up to Kathmandu. Co-authored-by: Germán Delbianco <german@nomadic-labs.com> Co-authored-by: vbot <vincent.botbol@nomadic-labs.com> 21 November 2022, 16:07:30 UTC
47c3274 doc: add block validity section to protocol validation entry Advances #3921, #3162. Adds block validation overview subsection to protocol validation entries for Kathmandu, Lima, Alpha -- updated up to Kathmandu. Co-authored-by: Germán Delbianco <german@nomadic-labs.com> Co-authored-by: vbot <vincent.botbol@nomadic-labs.com> 21 November 2022, 16:07:30 UTC
04f9f8f doc: add validation modes to protocol validation entry Advances #3921, #3162. Expand description of validation modes. Implemented for Kathmandu, Lima, Alpha -- updated up to Kathmandu. Co-authored-by: vbot <vincent.botbol@nomadic-labs.com> Co-authored-by: Germán Delbianco <german@nomadic-labs.com> 21 November 2022, 16:07:30 UTC
bc9086a doc: add overview for protocol validation & application Advances #3921, #3162. Adds an overview for the block validation and application protocol entry. Implemented for Kathmandu, Lima, and Alpha. Updated up to Pipelining phase 1 (Kathmandu). Co-authored-by: vbot <vincent.botbol@nomadic-labs.com> Co-authored-by: Germán Delbianco <german@nomadic-labs.com> 21 November 2022, 16:07:30 UTC
bfe70d1 doc: add a protocol-specific entry for operations Advances #3921, #3162. Fix 3937. Adds a protocol perspective on operations, describing all enabled operations by validation passess. Updated up to Kathmandu (exported to Lima and Alpha). Co-authored-by: Germán Delbianco <german@nomadic-labs.com> Co-authored-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> 21 November 2022, 16:07:30 UTC
4052f63 doc: fork operations and validation entry for the protocol doc Advances #3162, #3921 - Forks a section to describe the content of blocks and operations for each economic protocol. - Forks a section to describe the validation and application of blocks and operations for each economic protocol. - Updates protocol overview section accordingly. - Impmemented for Kathmandu, Lima and Alpha docs 21 November 2022, 16:07:30 UTC
ad0d807 doc: include the in-use numbered protocols in odoc-lite 21 November 2022, 16:07:30 UTC
107d741 Merge tezos/tezos!6907: SCORU/Wasm PVM: make store_write error consistent with others Co-authored-by: Emma Turner <emma.turner@trili.tech> 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/6907 21 November 2022, 16:06:00 UTC
80f4571 SCORU/Wasm PVM: fix read_input doc 21 November 2022, 15:41:48 UTC
c7a0c2c SCORU/Wasm PVM: make store_write error consistent with others All host funcs are now able to return negative error codes, rather than trapping. Previously, the only function to do so where store_write & write_output, with positive error codes. They should also be negative for consistency 21 November 2022, 15:41:48 UTC
9a3c114 Merge tezos/tezos!6768: Remove redundant prefixes from lib_node_config Co-authored-by: Victor Allombert <victor.allombert@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Romain <romain@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6768 21 November 2022, 15:40:52 UTC
ca2f9b9 Changelog: remove redundant prefix in module names 21 November 2022, 15:16:16 UTC
2740096 Doc: update doc accordingly 21 November 2022, 15:16:16 UTC
383e05e Build: update scripts accordingly 21 November 2022, 15:16:16 UTC
039ad3d Lib_node: remove redundant prefix in module names 21 November 2022, 15:16:16 UTC
9e88633 Merge tezos/tezos!6857: Proto: Introduce `Sc_rollup_dissection_chunk_repr` Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6857 21 November 2022, 15:14:45 UTC
3a8ee34 Proto: Introduce `Sc_rollup_dissection_chunk_repr` This paves the road towards allowing each PVM to provide its own `check_dissection` function. 21 November 2022, 14:47:47 UTC
3da4aed Merge tezos/tezos!6889: DAC/Plugin: Improve code quality Co-authored-by: Andrea Cerone <andrea.cerone@trili.tech> Approved-by: Martin Tomazic <martin.tomazic97@gmail.com> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6889 21 November 2022, 14:46:45 UTC
e2193cc Dac/Plugin: use Environment.S.HASH 21 November 2022, 14:23:19 UTC
468fadc Dac/Plugin: use Reveal_hash above alpha context 21 November 2022, 14:23:19 UTC
8257e91 Dac/Plugin: use error monad consistently 21 November 2022, 14:23:19 UTC
bca7317 Merge tezos/tezos!6606: Proto_compiler: dump protocol files under their correct name Co-authored-by: Pierre Boutillier <pierre.boutillier@nomadic-labs.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: vbot <vincent.botbol@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6606 21 November 2022, 14:22:12 UTC
94ce4eb Proto_compiler: dump protocol files under their correct name 21 November 2022, 13:55:26 UTC
594b4c6 Merge tezos/tezos!6881: SCORU: WASM: Update last_input_info on new input Co-authored-by: Ilya Peresadin <ilya.peresadin@trili.tech> 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/6881 21 November 2022, 13:20:15 UTC
8b09356 SCORU: WASM: Update last_input_info of pvm_state in set_input_step * Building the snapshotable state requires to encode input_info * We don't need to hard-code dumb value for input info 21 November 2022, 12:56:31 UTC
508bf6c Merge tezos/tezos!6856: Py2ml: remove `test_baker_endorser.py` Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> Approved-by: vbot <vincent.botbol@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6856 21 November 2022, 12:54:07 UTC
1bf3d26 Tests/Python: Remove test_baker_endorser.py This test is covered by the Tenderbake Tezt Longtests in [tezt/long_tests/tenderbake.ml]. 21 November 2022, 12:25:08 UTC
f177d1b Merge tezos/tezos!6859: Build: bump opam-repo and image hash Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Co-authored-by: Raphaël Proust <code@bnwr.net> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Pierre Boutillier <pierre.boutillier@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6859 21 November 2022, 10:22:40 UTC
9254add Tezt: migrate pytests [test_operation_size_with_nat_*] 21 November 2022, 09:52:06 UTC
22f1672 Docs: update documentation to instruct to use python.3.10.8 21 November 2022, 09:52:06 UTC
76c2834 Build: bump opam-repo and image hash 21 November 2022, 09:52:06 UTC
a4760da Merge tezos/tezos!6581: SCORU/Node: Retrieve status of L2 message from rollup node Co-authored-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Yann Regis-Gianas <946787-yrg@users.noreply.gitlab.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6581 21 November 2022, 09:50:45 UTC
327c6e8 Tezt: test message status 21 November 2022, 09:25:58 UTC
c84ce4e SCORU/Node: configurable injector retention period 21 November 2022, 09:25:57 UTC
08b02b4 ORU/Alpha: configurable retention period for injector 21 November 2022, 09:25:57 UTC
ada2509 SCORU/Node: RPC to retrieve message and its status from batcher 21 November 2022, 09:25:57 UTC
3045d75 Manifest: lib_sc_rollup uses injector types (for status) 21 November 2022, 09:25:57 UTC
5fc42e9 SCORU/Node: batched status of messages in the batcher 21 November 2022, 09:25:57 UTC
2c4ddb0 ORU/Alpha: retrieve status of operation in injector 21 November 2022, 09:25:56 UTC
0dc9562 SCORU/Node: remember latest batched messages 21 November 2022, 09:25:56 UTC
1091b69 ORU/Alpha: injector returns L1 manager operation hash when adding 21 November 2022, 09:25:56 UTC
2744768 Merge tezos/tezos!6520: SCORU/Node: batcher for L2 messages Co-authored-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Andrea Cerone <andrea.cerone@trili.tech> Approved-by: Yann Regis-Gianas <946787-yrg@users.noreply.gitlab.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6520 21 November 2022, 09:06:32 UTC
6840f9f Tezt: reset regressions for new tests of SCORU batcher 19 November 2022, 14:37:20 UTC
9a3e052 Test/tezt: test message submissions to batcher - test sending to batcher with RPC - ensure the messages are batches and sent to the injector - ensure the operation in injected on L1 19 November 2022, 14:37:20 UTC
4eabf94 Tezt/tezos: injection rpc SCORU client 19 November 2022, 14:37:20 UTC
66abcfa SCORU/Node: RPC to retrieve messages messages from the batcher queue 19 November 2022, 14:37:20 UTC
c03adc8 SCORU/Node: batcher events 19 November 2022, 14:37:20 UTC
back to top