https://gitlab.com/tezos/tezos

sort by:
Revision Author Date Message Commit Date
1e29598 Scoru,Proto: refactoring duplicated code 18 November 2022, 16:09:06 UTC
216eff8 Proto,Scoru: fix in fuel consumption in scoru node 18 November 2022, 16:02:53 UTC
d4a45ef Merge tezos/tezos!6873: SCORU,WASM: Correctly align ticks number for commitment periods 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/6873 17 November 2022, 15:54:34 UTC
39df548 SCORU,WASM: Correctly align ticks number for commitment periods Previously, the tick to commit was off-by-one, meaning it was not a multiplier of [MAX_TICKS]. This was only visible on the first commitment period, since after that, the tick numbers are relative to the previous period. This fix will make easier to constrains the tick numbers in a dissection wrt. snapshot size. 17 November 2022, 15:26:39 UTC
48a071f Merge tezos/tezos!6861: Tezt: Use a real WASM kernel in SCORU test-suite Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Joel Bjornson <joel.bjornson@trili.tech> Approved-by: Yann Regis-Gianas <946787-yrg@users.noreply.gitlab.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6861 17 November 2022, 15:24:49 UTC
d421425 Tezt: Use a real WASM kernel in SCORU test-suite 17 November 2022, 14:52:02 UTC
55393ff Merge tezos/tezos!6807: Manifest: fixes that were needed to release Octez 15.0 on opam Co-authored-by: Romain Bardou <romain@nomadic-labs.com> Approved-by: Pierre Boutillier <pierre.boutillier@nomadic-labs.com> Approved-by: Raphaël Proust <code@bnwr.net> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6807 17 November 2022, 14:44:04 UTC
1183c82 Manifest: generate 17 November 2022, 14:17:28 UTC
a8b37e7 Manifest: check synopsis passes opam.ci.ocaml.org's lint check 17 November 2022, 14:17:28 UTC
1ac0efd Manifest: octez-proxy-server is released 17 November 2022, 14:17:28 UTC
11338fc Manifest: fix version constraints Those constraints were discovered when trying to release Octez v15.0 on opam. 17 November 2022, 14:17:28 UTC
4a18381 Merge tezos/tezos!6878: Manifest: Disable unfixable warnings in Wasmer stubs Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Romain <romain@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6878 17 November 2022, 13:58:22 UTC
a9b2978 Manifest: Disable unfixable warnings in Wasmer stubs 17 November 2022, 13:31:28 UTC
abc5f43 Merge tezos/tezos!6866: Lazy_containers: Clean-up keys with `Lazy_vector.pop` Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Joel Bjornson <joel.bjornson@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6866 17 November 2022, 13:04:30 UTC
2044fae Lazy_containers: Clean-up keys with `Lazy_vector.pop` 17 November 2022, 12:25:59 UTC
b2f0fa7 Merge tezos/tezos!6837: SCORU: WASM: Fix behaviour for set_input_step when tick_state is Padding Co-authored-by: Ilya Peresadin <ilya.peresadin@trili.tech> Approved-by: Ole Krüger <ole.kruger@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/6837 17 November 2022, 12:16:57 UTC
52ef95f SCORU: WASM: Fix set_input_step behaviour when state is Padding 17 November 2022, 11:50:23 UTC
233172e Merge tezos/tezos!6865: Lazy_containers: Modify `Lazy_map.t` to prepare for keys clean-up Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Joel Bjornson <joel.bjornson@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6865 17 November 2022, 11:44:46 UTC
710a403 Lazy_containers: Modify `Lazy_map.t` to prepare for keys clean-up We modify the internals of `Lazy_map.t` to register key removals in addition to key addition. This will make it easy to support keys clean-up (e.g., in the inbox and outbox, for instance). 17 November 2022, 11:20:04 UTC
2b7e6e7 Merge tezos/tezos!6775: Scripts: fix patch-yes_node.sh Co-authored-by: Victor Allombert <victor.allombert@nomadic-labs.com> Co-authored-by: Arvid Jakobsson <arvid.jakobsson@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/6775 17 November 2022, 10:34:34 UTC
1777809 Scripts/CI: add scripts/patch-yes_node.sh to lint checks 17 November 2022, 10:08:30 UTC
0c8fca7 Scripts: add --dry-run flag to scripts/patch-yes_node.sh 17 November 2022, 10:08:30 UTC
ed212b0 Scripts: fix patch-yes_node.sh Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> 17 November 2022, 10:08:30 UTC
cf87186 Proto: refactor client_proto_stresstest_commands.ml commands 17 November 2022, 10:08:30 UTC
f28a25a Merge tezos/tezos!6783: Fix `pending_operation` encoding when the rpc is called in binary mode Co-authored-by: Albin Coquereau <albin.coquereau@nomadic-labs.com> Co-authored-by: Diane Gallois-Wong <diane.gallois-wong@nomadic-labs.com> 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/6783 17 November 2022, 10:07:15 UTC
ac57874 changes: add entries for pending_operations version and binary format 17 November 2022, 09:38:23 UTC
2abe0d0 lib_shell_services: use version 1 by default in pending_operations RPC 17 November 2022, 09:38:23 UTC
f7ee1e0 lib_shell_services: fix pending_operation encoding when the rpc is called in binary with version 1 17 November 2022, 09:38:23 UTC
9a48a78 Merge tezos/tezos!6851: Dal: The DAL node does not trim or fill a slot Co-authored-by: iguerNL@Functori <iguer@functori.com> 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/6851 17 November 2022, 09:26:40 UTC
b0b69c8 Dal: Do not trim or fill a slot 17 November 2022, 09:00:36 UTC
eaba2db Merge tezos/tezos!6811: DAL: rename availability to attestation Co-authored-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6811 17 November 2022, 08:59:51 UTC
2e0eae4 DAL: use (slot) "attestation" instead "availability" or "endorsement" This mainly includes the following renamings: * the operation `Dal_slot_availability` becomes `Dal_attestation` * the parameter `endorsement_lag` becomes `attestation_lag` * endorsements are renamed attestations when they refer to (slot) attestations (and not to consensus operations) * in the DAL context, endorsers are renamed attestors 17 November 2022, 08:34:13 UTC
efb1386 Merge tezos/tezos!6507: add inbox merkelized payload hashes 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/6507 17 November 2022, 08:33:23 UTC
39ac403 test/scoru: add tests for the merkelized payload hashes 17 November 2022, 07:59:33 UTC
1063d6a test/scoru: add new inbox test file 17 November 2022, 07:59:33 UTC
3d5d6f0 test/scoru: archive inbox_legacy test 17 November 2022, 07:59:33 UTC
22dcdc1 proto/scoru: add inbox merkelized payload hashes module 17 November 2022, 07:59:33 UTC
ac25fb9 proto/skip_list: add find fct for cell at index 17 November 2022, 07:59:33 UTC
8b27aea Merge tezos/tezos!6325: Migrate test big_map_to_self from pytest to tezt Co-authored-by: lykimq <lykimq@gmail.com> Approved-by: Lin Oshitani <linoshitani@gmail.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: YunYan <jaiyalas@gmail.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6325 17 November 2022, 07:58:46 UTC
9be94a4 Test/Python: remove Big_map to self test 17 November 2022, 07:13:23 UTC
2dda3b9 Tezt: add big_map to self tests 17 November 2022, 07:13:23 UTC
ecdbfd1 Merge tezos/tezos!6852: Dal: A bit of cosmetics Co-authored-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> Approved-by: Andrea Cerone <andrea.cerone@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6852 17 November 2022, 05:59:17 UTC
58b7449 Dal/Node: Write an interface for DAL node services 17 November 2022, 05:30:26 UTC
e3dbe1a Dal/Crypto: Make datatype consistent with their denotation 17 November 2022, 05:30:26 UTC
57009ad Merge tezos/tezos!6821: [DAC] Stop rollup node if reveal hash data is wrong Co-authored-by: Andrea Cerone <andrea.cerone@trili.tech> Approved-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6821 17 November 2022, 02:25:20 UTC
28dd40b Dac/Tezt: rollup node stops if reveal data hash is wrong 17 November 2022, 00:46:24 UTC
8cbe98c Proto: Remove Sc_rollup_errors.Cannot_retrieve_reveal 17 November 2022, 00:46:24 UTC
e8981d6 Dac/Rollup node: Better UX for reveal data 17 November 2022, 00:46:24 UTC
a9b7d69 Proto: change type of PVM_with_context_and_state.reveal 17 November 2022, 00:46:24 UTC
ac20552 Merge tezos/tezos!6804: Client: Add CLI for all_ticket_balances Co-authored-by: lin <linoshitani@gmail.com> Approved-by: lykimquyen <1718826-lykimquyen@users.noreply.gitlab.com> Approved-by: Joel Bjornson <joel.bjornson@trili.tech> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6804 16 November 2022, 23:50:59 UTC
50a5cbb Doc: Add entry for all_ticket_balances CLI 16 November 2022, 23:24:21 UTC
bcfd073 Tezt: Test all_ticket_balances CLI 16 November 2022, 23:24:21 UTC
9eb81bd Tezt/Client: Add all_ticket_balances commands 16 November 2022, 23:24:21 UTC
a5b7341 Client: Add all ticket balances CLI 16 November 2022, 23:24:20 UTC
80ca12f Plugin/Client: Expose ticket_balances_encoding Will use this encoding when implementing the all_ticket_balances CLI 16 November 2022, 23:24:20 UTC
8db1335 Plugin/Client: Add all_ticket_balances function 16 November 2022, 23:24:20 UTC
13f5de7 Client: Fix comment for ticket_balance 16 November 2022, 23:24:20 UTC
a998c12 Plugin/RPC: Fix naming of ticket_balance RPC This makes the naming of previously implemented `ticket_balance` RPC function more consistent with other RPC functions. 16 November 2022, 23:24:20 UTC
5a13edc Merge tezos/tezos!6818: manifest: generates sc_rollup_proto_version Co-authored-by: Sylvain Ribstein <sylvain.ribstein@gmail.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/6818 16 November 2022, 23:23:20 UTC
0aaf21f manifest: generates sc_rollup_proto_version 16 November 2022, 22:59:06 UTC
7f172b3 Merge tezos/tezos!6694: Scoru,Proto: rework the RPC paths Co-authored-by: Yann Regis-Gianas <yann@nomadic-labs.com> Co-authored-by: Alain Mebsout <alain.mebsout@functori.com> Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> Approved-by: Yann Regis-Gianas <946787-yrg@users.noreply.gitlab.com> Approved-by: Romain <romain@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6694 16 November 2022, 18:59:16 UTC
6f3b232 Proto,Plugin: Fix formatting issue Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 16 November 2022, 18:33:00 UTC
9e80250 SCORU,RPC: Cosmetics 16 November 2022, 18:33:00 UTC
f0f8268 Tezt: update regression trace 16 November 2022, 18:33:00 UTC
c76cc5b Scoru,Tezt: adapt rpc path 16 November 2022, 18:33:00 UTC
34b051f Scoru,Proto: common prefix for one rollup or all rollups 16 November 2022, 18:32:59 UTC
28d3705 Merge tezos/tezos!6817: DAL/crypto: fix prove/verify commitment Co-authored-by: Julien Coolen <julien.coolen@nomadic-labs.com> Approved-by: Marc Beunardeau <marc.beunardeau@nomadic-labs.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6817 16 November 2022, 18:32:14 UTC
2b1f6d8 DAL/crypto: comment on exception which never happens 16 November 2022, 18:06:18 UTC
3adc405 DAL/crypto: comment SRS size check 16 November 2022, 18:06:18 UTC
ea99eaa DAL/crypto: rename test 16 November 2022, 18:06:18 UTC
6e047ac DAL/crypto: fix potential buffer overflow This is hypothetical because the slot_size is 2^k bytes and is not a multiple of scalar_bytes_amount which is 31 bytes 16 November 2022, 18:06:18 UTC
a1ccf9d DAL/crypto: update test 16 November 2022, 18:06:18 UTC
11d5577 DAL/crypto: check size of SRS on G2 16 November 2022, 18:06:18 UTC
d7684ac DAL/crypto: fix prove/verify commitment 16 November 2022, 18:06:18 UTC
10d672e Merge tezos/tezos!6844: Use condensed syntax modules in protocol 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> Approved-by: Raphaël Proust <code@bnwr.net> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6844 16 November 2022, 18:04:37 UTC
a15aebf Proto-alpha: adapt to condensed result syntax modules 16 November 2022, 17:42:18 UTC
eeab752 Env-V8: expose condensed result syntax modules 16 November 2022, 17:42:18 UTC
69030d9 Error-monad: generalise types for tzfail and friends 16 November 2022, 17:42:18 UTC
3d1e96d Merge tezos/tezos!6688: Snoop: register parameters with unique names Co-authored-by: Lucas Randazzo <lucas@nomadic-labs.com> Approved-by: Ilias Garnier <ilias.garnier@nomadic-labs.com> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6688 16 November 2022, 17:40:04 UTC
112b3dc Snoop: update benchmarks for new naming convention 16 November 2022, 17:14:17 UTC
bb44bda Snoop: register free variables 16 November 2022, 17:14:17 UTC
b0934c5 Snoop: change Free_variable.t internal representation 16 November 2022, 17:14:17 UTC
27a5da6 Merge tezos/tezos!6808: SCORU: WASM: Test against TX kernel Co-authored-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> Approved-by: Ilya Peresadin <ilya.peresadin@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6808 16 November 2022, 17:12:50 UTC
9ed4d14 SCORU: WASM: Test against TX kernel 16 November 2022, 16:49:15 UTC
1c3cef0 Merge tezos/tezos!6424: Improve tezos crypto namespace Co-authored-by: Raphaël Proust <code@bnwr.net> Approved-by: Hugo Heuzard <hugo.heuzard@gmail.com> Approved-by: Lucas Randazzo <lucas.randazzo@nomadic-labs.com> Approved-by: Alain Mebsout <alain.mebsout@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6424 16 November 2022, 16:47:18 UTC
42f0aec Crypto: remove internal modules from external interface 16 November 2022, 16:22:00 UTC
da77cbc Crypto: namespace module 16 November 2022, 16:22:00 UTC
f4fa757 devtools: unopen Crypto 16 November 2022, 16:22:00 UTC
735813d Tezt: unopen Crypto 16 November 2022, 16:22:00 UTC
d78e996 Docgen: unopen Crypto 16 November 2022, 16:22:00 UTC
8b93147 Node: unopen Crypto 16 November 2022, 16:22:00 UTC
5a500d7 Snoop: unopen Crypto 16 November 2022, 16:22:00 UTC
6dbf185 Client: unopen Crypto 16 November 2022, 16:22:00 UTC
b9dfeb4 manifest/protos:unopen Crypto 16 November 2022, 16:22:00 UTC
827fd19 Protos: unopen Crypto 16 November 2022, 16:21:59 UTC
8c887f7 Proto-alpha: unopen Crypto 16 November 2022, 16:21:59 UTC
105750d Validation: unopen Crypto 16 November 2022, 16:21:59 UTC
ecffc5e Signer: unopen Crypto 16 November 2022, 16:21:59 UTC
a4e10b5 Benchmark: unopen Crypto 16 November 2022, 16:21:59 UTC
b48d5d9 DALnode: unopen Crypto 16 November 2022, 16:21:59 UTC
back to top