https://gitlab.com/tezos/tezos

sort by:
Revision Author Date Message Commit Date
cb4f78e Taquito: update license info to match Taquito upstream update See https://github.com/ecadlabs/taquito/commit/d103c23818ade73bb7cfcba91f9c3a571e21c2df Also includes license files 11 September 2023, 15:02:01 UTC
e92f34d Contrib: update taquito-rpc-bin placeholder 21 August 2023, 21:01:07 UTC
20c8591 Contrib: add Taquito-rpc-bin placeholder This is a simple direct copy from the taquito-rpc package. 21 August 2023, 14:33:24 UTC
5745a2e Merge tezos/tezos!9652: SCORU/Node: fix issue with level information during reorganisation Co-authored-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> Approved-by: lykimquyen <1718826-lykimquyen@users.noreply.gitlab.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9652 12 August 2023, 11:04:34 UTC
73e9763 SCORU/Node: don't depend on level hash association to publish This additional safety measure prevents from publishing an incorrect commitment in case the level -> hash association is not correct. 12 August 2023, 09:59:27 UTC
16540bd SCORU/Node/Store: recompute correct level associations 12 August 2023, 09:59:26 UTC
668d0aa SCORU/Node: associate level to block even if already processed 12 August 2023, 09:59:25 UTC
4a70771 Merge tezos/tezos!9766: 1MTPS: Add the collector developed by Elevate Labs Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Lucas Randazzo <lucas.randazzo@nomadic-labs.com> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> Approved-by: Julien Coolen <julien.coolen@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9766 11 August 2023, 13:44:01 UTC
5b035dc 1MTPS: Add the collector developed by Elevate Labs 11 August 2023, 13:18:39 UTC
939c974 Merge tezos/tezos!9726: WASM: Add `reveal_dal_page` to the Rust SDK Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Lin Oshitani <linoshitani@gmail.com> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9726 11 August 2023, 09:20:12 UTC
74af01d WASM: Add `reveal_dal_page` to the Rust SDK 11 August 2023, 08:56:05 UTC
ffea1eb Merge tezos/tezos!9767: EVM/Kernel: revert all the `tmp` changes from the failed migration Co-authored-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Joel Bjornson <joel.bjornson@trili.tech> Approved-by: Pierre-Emmanuel CORNILLEAU <pe.cornilleau@marigold.dev> Approved-by: Pierre-Louis Dubois <pierrelouis.dubois@tutanota.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9767 11 August 2023, 08:08:59 UTC
f9dda18 EVM/Tezt: add a sanity check for tmp dir deletion 11 August 2023, 07:40:08 UTC
08021ec EVM/Kernel: revert all the changes from the failed migration For now we don't have any migration code, but when we will, if it fails we need to revert everything that was done on the temporary subdir. 11 August 2023, 07:40:08 UTC
8d65d8f Merge tezos/tezos!9761: WASM: Remove the `bench' command from the debugger Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Julien Coolen <julien.coolen@nomadic-labs.com> Approved-by: Pierre-Emmanuel CORNILLEAU <pe.cornilleau@marigold.dev> Approved-by: Ole Krüger <ole.kruger@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9761 10 August 2023, 19:53:32 UTC
c2b8c4e WASM: Remove the `bench' command from the debugger It is now completety superseded by the `profile' command. 10 August 2023, 18:56:17 UTC
7c3d066 Merge tezos/tezos!8877: Stdlib: implement pick_successful Co-authored-by: Ryan Tan <ryan.tan@trili.tech> Approved-by: Raphaël Proust <code@bnwr.net> Approved-by: Joel Bjornson <joel.bjornson@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8877 10 August 2023, 16:50:41 UTC
a34ff2d Stdlib: implement pick_successful Stdlib: test Lwt pick successful Stdlib: fixup1 Stdlib: fixup2 Stdlib: fixup3 Fixup 4: remove unnecessary try-catch in do_on_failure Fixup 5: inline dependent handler functions Fixup 6: Remove random shuffle in test" -m "The 'randomness The 'randomness' is not really random since the seeds are fixed. This can be misleading. At the same time, the tests exhasutively test the properties of the function. Fixup: missing locs 10 August 2023, 16:23:27 UTC
9e9f2e1 Merge tezos/tezos!9768: Nairobi: Discard operations containing invalid proof earlier Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Killian Delarue <killian.delarue@nomadic-labs.com> Approved-by: Ole Krüger <ole.kruger@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9768 10 August 2023, 16:22:42 UTC
0e6af33 Nairobi: Discard operations containing invalid proof earlier 10 August 2023, 15:56:03 UTC
c9c3770 Mempool: Project [syntactic_check] in Lwt.t 10 August 2023, 15:56:03 UTC
734484a Merge tezos/tezos!9369: EVM: Store and reload Block in progress Co-authored-by: pecornilleau <pe.cornilleau@marigold.dev> Approved-by: Ilya Peresadin <ilya.peresadin@trili.tech> Approved-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Joel Bjornson <joel.bjornson@trili.tech> Approved-by: Hantang Sun <hantang.sun@trili.tech> Approved-by: Pierre-Emmanuel CORNILLEAU <pe.cornilleau@marigold.dev> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9369 10 August 2023, 15:55:17 UTC
122ebed EVM: Kernel: mention reboot in changelog 10 August 2023, 14:27:00 UTC
5f81609 EVM: Kernel: introduce tick counter wrapper 10 August 2023, 14:27:00 UTC
fa34e14 EVM: Kernel: delete block in progress 10 August 2023, 14:27:00 UTC
53cc8d7 EVM: Kernel: reload bip on reboot 10 August 2023, 14:27:00 UTC
bfb0d2f EVM: Kernel: store block in progress 10 August 2023, 14:27:00 UTC
fe3a80a EVM: Kernel: encode and decode BIP 10 August 2023, 14:27:00 UTC
d0587da Merge tezos/tezos!9642: Client: add shortcuts for new staking operations Co-authored-by: Lucas Randazzo <lucas@nomadic-labs.com> Co-authored-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Lucas Randazzo <lucas.randazzo@nomadic-labs.com> Approved-by: Killian Delarue <killian.delarue@nomadic-labs.com> Approved-by: Julien <julien.tesson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9642 10 August 2023, 14:26:14 UTC
c667a00 Oxford: update changelog 10 August 2023, 14:02:03 UTC
92f531b Oxford/client: apply changes in other folder 10 August 2023, 14:02:03 UTC
af8e288 Oxford/client: better stake/unstake descriptions 10 August 2023, 14:02:03 UTC
f6d24cf Oxford/client: better arg description 10 August 2023, 14:02:03 UTC
6bcc27f Oxford/client: more explicit error message 10 August 2023, 14:02:02 UTC
2d1785a Oxford/client: add balance commands 10 August 2023, 14:02:02 UTC
e559264 Oxford/Client: same things 10 August 2023, 14:02:02 UTC
4da6f93 Client: allow unstake everything 10 August 2023, 14:02:02 UTC
afac11a Client/fixed_point_parameter: allow specifying percentages 10 August 2023, 14:02:02 UTC
117fd03 Proto/Client: add set_delegate_parameters command 10 August 2023, 14:02:02 UTC
f10a1da Proto/Client: add finalize unstake command 10 August 2023, 14:02:02 UTC
1ac27a1 Proto/Client: add unstake command 10 August 2023, 14:02:02 UTC
da1f90c Proto/Client: add stake command 10 August 2023, 14:02:02 UTC
8b42bf2 Merge tezos/tezos!9712: Bootstrap devtool to pre-generate test network experiments data Co-authored-by: Andrea Cerone <andrea.cerone@trili.tech> Approved-by: Gabriel Moise <gabriel.moise@trili.tech> Approved-by: Ryan Tan <ryan.tan@trili.tech> Approved-by: Gauthier <gauthier@marigold.dev> Approved-by: Joel Bjornson <joel.bjornson@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9712 10 August 2023, 13:45:42 UTC
d48b794 Testnet experiments: Bootstrap devtools 10 August 2023, 13:15:23 UTC
99ea457 Merge tezos/tezos!9732: EVM/Kernel: fallback mechanism on stage zero Co-authored-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Ilya Peresadin <ilya.peresadin@trili.tech> Approved-by: Pierre-Emmanuel CORNILLEAU <pe.cornilleau@marigold.dev> Approved-by: Joel Bjornson <joel.bjornson@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9732 10 August 2023, 13:00:09 UTC
ebc0060 EVM/Logs: add a line for the fallback mechanism on stage zero Also move the stage zero from Internal to EVM Kernel in the previous version. 10 August 2023, 12:33:12 UTC
c3dc1c9 EVM/Tezt: E2E fallback mechanism after migration failed 10 August 2023, 12:33:12 UTC
56e3665 EVM/Kernel: set storage version and remove default one This created inconsitency between the current version and the upcoming one. Before any migration the kernel storage version was never set thus no migration could happen. 10 August 2023, 12:33:12 UTC
48c9faf EVM/Kernel: use the fallback mechanism to retrogade kernel 10 August 2023, 12:33:12 UTC
49d5b8a EVM/Kernel: log upgrade promotion 10 August 2023, 12:33:12 UTC
0a4b5c1 EVM/Kernel: fallback functions 10 August 2023, 12:33:12 UTC
dcd685c Merge tezos/tezos!9147: 1MTPS: Add the demo kernel to tezos/tezos Co-authored-by: Emma Turner <emma.turner@trili.tech> Approved-by: Andrea Cerone <andrea.cerone@trili.tech> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9147 10 August 2023, 12:09:38 UTC
0e0ae3f 1MTPS: Import the TX kernel Import the kernel as of commit c318ecbf70e1a02829ff0e6fe51b227804e3a854 from https://gitlab.com/tezos/kernel. Co-authored-by: Thomas Pecseli <thomas.pecseli@trili.tech> Co-authored-by: Andrea Cerone <andrea.cerone@trili.tech> Co-authored-by: Xiang Fe <xf@marigold.dev> 10 August 2023, 11:42:23 UTC
012baff Merge tezos/tezos!9572: Proto,private rollup: prevent execution of older whitelist update message Co-authored-by: julien <julien.coolen@nomadic-labs.com> Approved-by: Ilias Garnier <ilias.garnier@nomadic-labs.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9572 10 August 2023, 10:44:47 UTC
6b74b30 Proto,test: prevent execution of older whitelist update message 10 August 2023, 09:11:39 UTC
2a32e7c Proto,scoru: prevent execution of older whitelist update message 10 August 2023, 09:11:39 UTC
9644889 Merge tezos/tezos!9680: EVM: Refit the automated benchmark runner to target the EVM kernel Co-authored-by: Hantang Sun <hantang.sun@trili.tech> Approved-by: Joel Bjornson <joel.bjornson@trili.tech> Approved-by: Pierre-Emmanuel CORNILLEAU <pe.cornilleau@marigold.dev> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9680 10 August 2023, 09:00:16 UTC
2c341a6 EVM: Refit the automated benchmark runner to target the EVM kernel 10 August 2023, 08:33:12 UTC
ad7a871 Merge tezos/tezos!9762: DAL/Infra: Add netbase package Co-authored-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Charles Nguyen <charles.nguyen@nomadic-labs.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9762 09 August 2023, 20:32:48 UTC
6ea0fa4 DAL/Infra: Add netbase package 09 August 2023, 19:57:13 UTC
5d1a38d Merge tezos/tezos!9412: Private rollup: new outbox message to update whitelist Co-authored-by: Sylvain Ribstein <sylvain.ribstein@gmail.com> Approved-by: Antonio Locascio <antonio.locascio1@gmail.com> Approved-by: Julien Coolen <julien.coolen@nomadic-labs.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9412 09 August 2023, 11:48:39 UTC
51d2202 tezt/soru: add update whitelist test for private rollup 09 August 2023, 11:13:47 UTC
bced8b1 test/proto/soru: add test for the whitelist update 09 August 2023, 11:13:47 UTC
dc6e760 soru/client: add whitelist_update case for outbox proof 09 August 2023, 11:13:47 UTC
ec2e68b proto/soru: update whitelist with None makes rollup public 09 August 2023, 11:13:47 UTC
99ad15a proto/soru: burn fee for whitelist storage 09 August 2023, 11:13:47 UTC
147a71c proto/soru: whitelist update replace existing list 09 August 2023, 11:13:47 UTC
d3f607f proto/soru: Whitelist.init return size in Z 09 August 2023, 11:13:47 UTC
c8a7360 proto/soru: add whitelist update outbox msg 09 August 2023, 11:13:47 UTC
649df5b proto/alpha: split execute_outbox_msg fct in two 09 August 2023, 11:13:47 UTC
53a2bcd Merge tezos/tezos!9676: WASM: Introduce the [reveal] host function Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Lin Oshitani <linoshitani@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9676 09 August 2023, 09:28:40 UTC
f2adc99 WASM: Introduce the [reveal] host function 09 August 2023, 09:00:04 UTC
e8fb2c4 WASM: Introduce regressions for the [reveal] host function 09 August 2023, 09:00:04 UTC
b8e7904 Merge tezos/tezos!9686: Snoop: fix display Co-authored-by: KOBAYASHI Kazuhiro <kazuhiro.kobayashi@dailambda.jp> Approved-by: satos <sota.sato@dailambda.jp> Approved-by: Jun Furuse <jun.furuse@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9686 09 August 2023, 06:28:55 UTC
c44b54d Snoop: fix display 09 August 2023, 03:34:46 UTC
6026003 Merge tezos/tezos!9700: Benchmark: adds reformatting of generated code using ocamlformat Co-authored-by: Jun Furuse <jun.furuse@dailambda.jp> Approved-by: Pavlo Khrystenko <p.khrystenko@gmail.com> Approved-by: satos <sota.sato@dailambda.jp> Approved-by: Jun Furuse <jun.furuse@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9700 09 August 2023, 03:23:22 UTC
543cc62 Benchmark: added Ocamlformat module to format OCaml code 09 August 2023, 02:09:48 UTC
a99bfc4 Fix of function_name to handle misc/LWT_MAIN.RUN 08 August 2023, 23:37:55 UTC
495af21 Merge tezos/tezos!9734: Dal/Infra: Terraform for creating state storage buckets Co-authored-by: lin <linoshitani@gmail.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Charles Nguyen <charles.nguyen@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9734 08 August 2023, 16:53:55 UTC
035739f Dal/Infra: Use project_id instead of project 08 August 2023, 16:18:50 UTC
b060e3a Dal/Infra: Use tfvars file We will reference this tfvars file when initalizing the terraform backend in later MR. 08 August 2023, 16:18:50 UTC
b17b67b Dal/Infra: Run terraform fmt 08 August 2023, 16:18:50 UTC
99f1110 Dal/Infra: Rework README 08 August 2023, 16:18:50 UTC
9130151 Dal/Infra: Extract gcs as library 08 August 2023, 16:18:50 UTC
1c36875 Dal/Infra: README for state-storage-bucket 08 August 2023, 16:18:50 UTC
db20532 Dal/Infra: Copy-and-paste tf-gcp-state-storage-bucket 08 August 2023, 16:18:50 UTC
9332953 Dal/Infra: Rework README for docker directory 08 August 2023, 16:18:50 UTC
26cfd10 Dal/Infra: Fix paths 08 August 2023, 16:18:50 UTC
cdb6b6d Dal/Infra: Move docker related terraform files into docker dir We plan to place non-docker related things in the `prerequisite` dir so we isolate docker related files in the docker dir. 08 August 2023, 16:18:50 UTC
b847ad5 Merge tezos/tezos!9677: Manifest: Support multiple preprocessors Co-authored-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Killian Delarue <killian.delarue@nomadic-labs.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9677 08 August 2023, 15:39:46 UTC
52cc8ce Manifest: Support multiple preprocessors 08 August 2023, 15:11:49 UTC
66b1ff3 Merge tezos/tezos!9373: Doc: update Oxford changelog Co-authored-by: bsall <boubacar@nomadic-labs.com> 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/9373 08 August 2023, 14:41:17 UTC
c69a3e0 Doc: update Oxford changelog 08 August 2023, 12:04:50 UTC
57ea2ad Merge tezos/tezos!9556: Proto/Client_sapling: Replace legacy bindings with let constructs Co-authored-by: Gabriel Moise <gabriel.moise@trili.tech> Approved-by: Marc Beunardeau <marc.beunardeau@nomadic-labs.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9556 08 August 2023, 10:16:19 UTC
a68e1ca Proto/Client_sapling: Replace legacy bindings with let constructs 08 August 2023, 09:51:37 UTC
58028e1 Merge tezos/tezos!9674: Snoop: enable alloc benchmark for continuation benchmarks Co-authored-by: Sota Sato <sota.sato@dailambda.jp> Approved-by: Jun Furuse <jun.furuse@gmail.com> Approved-by: KOBAYASHI Kazuhiro <kazuhiro.kobayashi@dailambda.jp> Approved-by: satos <sota.sato@dailambda.jp> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9674 08 August 2023, 09:28:37 UTC
ab0f1fc lib_benchmarks_proto: add alloc benchmark for N_KNil 08 August 2023, 08:31:42 UTC
0da4486 lib_benchmarks_proto: enable alloc benchmark for continuation benchmarks 08 August 2023, 08:31:42 UTC
ee4caa3 Merge tezos/tezos!9660: Proto: update gas for Uncomb Co-authored-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Approved-by: Jun Furuse <jun.furuse@gmail.com> Approved-by: satos <sota.sato@dailambda.jp> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9660 08 August 2023, 08:30:39 UTC
1746072 Tezt: update regression traces. 08 August 2023, 07:37:56 UTC
back to top