sort by:
Revision Author Date Message Commit Date
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
3a50869 Proto/Michelson: Deprecate OPEN_CHEST instruction. 13 September 2022, 09:49:58 UTC
a2635fb Merge tezos/tezos!6306: Base: register exception printers for data-encoding binary exns Co-authored-by: Raphaël Proust <code@bnwr.net> Approved-by: vbot <vincent.botbol@nomadic-labs.com> Approved-by: Victor Allombert <victor.allombert@tezcore.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6306 13 September 2022, 09:22:08 UTC
a33312f Base: register exception printers for data-encoding binary exns 13 September 2022, 08:57:28 UTC
ae79a99 Merge tezos/tezos!6305: Scoru: remove legacy file Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Yann Regis-Gianas <946787-yrg@users.noreply.gitlab.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6305 13 September 2022, 08:50:37 UTC
7d9bb57 Scoru: remove legacy file 13 September 2022, 08:25:52 UTC
4b11277 Merge tezos/tezos!6292: Document the switch to python 3.10.5 and rust 1.60.0 Co-authored-by: Romain <romain@nomadic-labs.com> Co-authored-by: Pierre Boutillier <pierre.boutillier@nomadic-labs.com> Approved-by: Danny Willems <be.danny.willems@gmail.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Raphaël Proust <code@bnwr.net> Approved-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6292 13 September 2022, 08:25:05 UTC
460de60 typos 13 September 2022, 07:57:16 UTC
012919d Doc: switch to python 3.10.5 and rust 1.60.0 13 September 2022, 07:57:16 UTC
625116d Merge tezos/tezos!6301: WASM: Simplifies PVM handling of errors Co-authored-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> Approved-by: Raphaël Proust <code@bnwr.net> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6301 13 September 2022, 07:55:56 UTC
2c1e861 WASM: Simplifies PVM handling of errors No need for two functions to handle known exceptions when only one is enough. 13 September 2022, 07:35:00 UTC
4d0b1de Merge tezos/tezos!6130: Scoru,Proto: turn invalid deadcode into an error Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Yann Regis-Gianas <946787-yrg@users.noreply.gitlab.com> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6130 13 September 2022, 07:34:19 UTC
062cebf Scoru,Proto: turn invalid deadcode into an error 13 September 2022, 07:09:37 UTC
af286a7 Merge tezos/tezos!6166: Tezt: move RPCs from legacy to core: part 4 Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6166 13 September 2022, 07:08:55 UTC
78243dd Tezt,RPC: move [Big_maps.get_all] from legacy to core 12 September 2022, 13:12:20 UTC
43b48ba Tezt,RPC: move [Big_maps.get] from legacy to core 12 September 2022, 13:12:19 UTC
9d5642a Tezt,RPC: move [get_levels_in_current_cycle] from legacy to core 12 September 2022, 13:12:19 UTC
f20a4c0 Tezt,RPC: move [get_endorsing_rights] from legacy to core 12 September 2022, 13:12:18 UTC
53a2ddc Tezt,RPC: move [get_current_level] from legacy to core 12 September 2022, 13:12:18 UTC
5782092 Tezt,RPC: move [get_baking_rights] from legacy to core 12 September 2022, 13:07:22 UTC
4a67333 Merge tezos/tezos!6242: SCORU: WASM: Ensure kernel exposes main memory 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/6242 12 September 2022, 11:20:27 UTC
4dca5a6 SCORU: WASM: Test that modules expose their main memory 12 September 2022, 10:51:48 UTC
6220678 WASM: Expose useful modules for .wat/.wasm interation 12 September 2022, 10:51:48 UTC
378b048 SCORU: WASM: Ensure kernel exposes main memory 12 September 2022, 10:51:44 UTC
754948f Merge tezos/tezos!6296: Build: update rust-toolchain to version of alpine 3.16 Co-authored-by: Pierre Boutillier <pierre.boutillier@nomadic-labs.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6296 12 September 2022, 10:43:25 UTC
3300545 Build: update rust-toolchain to version of alpine 3.16 12 September 2022, 10:18:22 UTC
71c2681 Merge tezos/tezos!5477: CI: Build debian and fedora packages Co-authored-by: mujx <mujx@tuta.io> Approved-by: Richard Davison <richardneildavison@gmail.com> Approved-by: pietro <pietro.abate@tezcore.com> Approved-by: Raphaël Proust <code@bnwr.net> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: David Dumas <david.dumas@tweag.io> Approved-by: Romain <romain@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/5477 12 September 2022, 10:16:28 UTC
ad62afc CI: Build debian and fedora packages 12 September 2022, 09:51:05 UTC
1621bc2 Merge tezos/tezos!6259: SCORU: Do not print boot sectors in origination reports Co-authored-by: Yann Regis-Gianas <yann@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Hans Hoglund <hans.hoglund@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6259 12 September 2022, 09:49:49 UTC
54dc600 SCORU,Tezt: Reset regression traces Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 12 September 2022, 09:23:38 UTC
71dc1c2 Proto,SCORU: Do not print boot sectors in origination reports Indeed, if the boot sector contains non printable characters, that's not a good UX (as it may send wrong commands to the terminal for instance). We print the boot sector hash instead. Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 12 September 2022, 09:23:38 UTC
b29ad84 Merge tezos/tezos!6247: Doc: simplify and update instructions to add/update dependencies Co-authored-by: Raphaël Proust <code@bnwr.net> Approved-by: Tezos Merbocop <merbocop@cryptium.ch> Approved-by: Pierre Boutillier <pierre.boutillier@nomadic-labs.com> Approved-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6247 12 September 2022, 09:22:53 UTC
7b77e1c Doc: simplify and update instructions to add/update dependencies 12 September 2022, 09:01:36 UTC
56d2365 Merge tezos/tezos!6258: Scoru: small fix over alpha_context signature Co-authored-by: Sylvain Ribstein <sylvain.ribstein@gmail.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Yann Regis-Gianas <946787-yrg@users.noreply.gitlab.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6258 12 September 2022, 09:00:18 UTC
59d9fde proto/scoru: remove unnecessary comment 12 September 2022, 08:36:23 UTC
25a6567 proto/scoru: use Alpha_context type 12 September 2022, 08:36:23 UTC
back to top