swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e

sort by:
Revision Author Date Message Commit Date
4ff197f MIR: Kek 04 October 2023, 08:57:32 UTC
6cd6e7f MIR: Add util ambrella module 04 October 2023, 08:46:00 UTC
56ca23a MIR: fixup! MIR: Add tests on new logic 26 September 2023, 13:02:38 UTC
a7ac4f9 MIR: fixup! MIR: Add dummy fibonacci logic to rollup 26 September 2023, 13:02:21 UTC
f328cb7 MIR: Add tests on new logic 25 September 2023, 13:49:33 UTC
4cc6000 MIR: Add dummy fibonacci logic to rollup Prepare a rollup that executes fibonacci contract, but instead of contract call yet have a dummy Rust computation. Parameter is obtained from the processed message, and storage persists in the durable storage. 25 September 2023, 13:49:33 UTC
d3eb89e MIR: Deal with unused warnings Problem: for all targets except `wasm32` I get warnings about all kernel code being unused. This happens because `kernel_entry!` macro exposes our kernel only when compiled for `wasm32`. Solution: add a dummy use of `kernel_entry` for non-wasm32 targets. 16 September 2023, 14:39:42 UTC
e3fd5a0 Add messages parsing 16 September 2023, 14:39:42 UTC
a6e387b Add main processing loop 16 September 2023, 14:38:56 UTC
8d14eac fixup! MIR: Add rollup base 11 September 2023, 12:40:03 UTC
bd00d50 MIR: Add initial docs on building 11 September 2023, 12:40:03 UTC
c5bd2ea MIR: Add rollup base Add a trivial rollup kernel and infra around it. This includes: 1. Toy `lib.rs` from tutorials. 2. Adding `.cargo/config.toml` with wasm as default target. We always want to build like that because having wasm target affects build - e.g. functionality that includes use of environmental randomness is not possible here for reason (rollup should be deterministic as it is executed on different nodes). 3. At this point you still need to pre-install the wasm toolchain. `rust-toolchain.toml` lifts that necessity, the toolchain is not automatically installed with `cargo build`. 4. Declaring `[lib]` in `Cargo.toml`. I also specified `[[bin]]` section to avoid the resulting name collisions (two `mir` targets). 11 September 2023, 12:40:03 UTC
3ef1649 MIR: Add two tests for the Michelson parser 07 September 2023, 08:42:31 UTC
9fff2c1 MIR: Automate parser generation configuration during build 07 September 2023, 08:42:23 UTC
1587d45 MIR: Add parser generator configuration for Michelson 07 September 2023, 08:42:12 UTC
b133d26 MIR: Bootstrap project 07 September 2023, 08:42:05 UTC
2fda79b Merge tezos/tezos!9969: smart rollup node: remove unused first class module Co-authored-by: Sylvain Ribstein <sylvain.ribstein@gmail.com> Approved-by: lykimquyen <1718826-lykimquyen@users.noreply.gitlab.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Alain Mebsout <alain.mebsout@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9969 04 September 2023, 15:41:48 UTC
5746741 soru/node: remove unused open 04 September 2023, 15:11:26 UTC
cd6365d Merge tezos/tezos!9839: RPC: bump shell RPC version to output attestation by default Co-authored-by: Albin Coquereau <albin.coquereau@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> Approved-by: Diane Gallois-Wong <diane.galloiswong@gmail.com> Approved-by: Rémy El Sibaïe <remy.el-sibaie@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9839 04 September 2023, 15:10:41 UTC
c5bf0e4 changes: add entry for RPC version bumping 04 September 2023, 14:38:39 UTC
01eece6 tezt/tests: remove test for the RPC pending_operations version 0 04 September 2023, 14:38:38 UTC
5f4c390 lib_shell_services: remove old pending_operations version 0 04 September 2023, 14:38:38 UTC
720fae9 tezt/tests: adapt rpc regression tests 04 September 2023, 14:38:38 UTC
7f17145 tezt/tests: update tests that use pending_operations 04 September 2023, 14:38:38 UTC
f502afc shell: increase RPC default value 04 September 2023, 14:38:38 UTC
57c35a2 Merge tezos/tezos!9951: Octogram: specify DAL params for L1 node Co-authored-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9951 04 September 2023, 14:37:54 UTC
3b486c4 DAL/TPS: extend yaml to set cryptobox params for node 04 September 2023, 14:13:38 UTC
fac1029 Octogram: add dal params for start_node job 04 September 2023, 14:13:38 UTC
a676764 Merge tezos/tezos!9978: Proto/Dal/Soru: Make boundry check for level inclusive Co-authored-by: lin <linoshitani@gmail.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9978 04 September 2023, 14:12:51 UTC
9cc8a96 Proto/Dal/Soru: Use the naming `commit_inbox_level` to be consistent 04 September 2023, 13:46:57 UTC
689c9af Proto/Dal/Soru: Make boundry check inclusive 04 September 2023, 13:46:57 UTC
98c3976 Merge tezos/tezos!9930: Proto/Michelson: remove legacy typing of storage type Co-authored-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9930 04 September 2023, 13:22:10 UTC
0025222 Proto/Michelson: remove dead function check_composed_type_annot 04 September 2023, 12:42:44 UTC
f11e034 Proto/Michelson: inline parse_normal_storage_ty The distinction between parse_normal_storage_ty and parse_storage_ty has become useless in the previous commit. 04 September 2023, 12:42:44 UTC
3f2d539 Proto/Michelson: remove legacy typing of storage type This commit removes a legacy check in the Michelson type checker. 04 September 2023, 12:42:44 UTC
f2aa249 Merge tezos/tezos!9956: Dal/Test: Add test reveal_dal_page in fast exec Co-authored-by: lin <linoshitani@gmail.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9956 04 September 2023, 12:41:52 UTC
7f59ab0 Dal/Test: Simple E2E test for reveal_dal_page in fast execution 04 September 2023, 12:09:35 UTC
911c94e Dal/Test: Add `dal_echo_kernel.wasm` for testing 04 September 2023, 12:09:35 UTC
888dca9 Merge tezos/tezos!9964: EVM:benchmark scenario generation uses dev mode of evm proxy Co-authored-by: Hantang Sun <hantang.sun@trili.tech> Approved-by: Pierre-Emmanuel CORNILLEAU <pe.cornilleau@marigold.dev> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9964 04 September 2023, 12:08:51 UTC
77d09c4 EVM:benchmark scenario generation uses dev mode of evm proxy 04 September 2023, 11:41:13 UTC
1ac0557 Merge tezos/tezos!9977: Proto/Soru: Fix comment for inbox_level Co-authored-by: lin <linoshitani@gmail.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9977 04 September 2023, 11:22:40 UTC
c085fae Proto/Soru: Fix comment for inbox_level 04 September 2023, 10:53:54 UTC
4c31248 Merge tezos/tezos!9971: rollup/node: remove unused event Co-authored-by: Sylvain Ribstein <sylvain.ribstein@gmail.com> Approved-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: lykimquyen <1718826-lykimquyen@users.noreply.gitlab.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9971 04 September 2023, 09:53:09 UTC
7e3d06c rollup/node: remove unused event 04 September 2023, 09:22:55 UTC
6de85ad Merge tezos/tezos!9914: Tezt: combine and improve mempool config RPC tests Co-authored-by: Diane Gallois-Wong <diane.gallois-wong@nomadic-labs.com> Approved-by: Rémy El Sibaïe <remy.el-sibaie@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> Approved-by: Diane Gallois-Wong <diane.galloiswong@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9914 04 September 2023, 09:22:09 UTC
49ae825 Tezt/prevalidator: remove test_get_post_mempool_filter which is now redundant with the mempool test of RPC_test.ml 04 September 2023, 08:38:43 UTC
55249b0 Tezt/RPC_test: enrich the mempool config test with elements from the test in prevalidator.ml 04 September 2023, 08:38:43 UTC
6eaffdf Tezt/mempool: add ?endpoint ?hooks arguments to Config functions 04 September 2023, 08:38:43 UTC
0d8104c Tezt/mempool: add Config.call_get_filter 04 September 2023, 08:38:43 UTC
a1a902a Tezt: add Client.endpoint_wait_for for non-foreign endpoints 04 September 2023, 08:38:43 UTC
4c6e5e5 Merge tezos/tezos!9625: Proto/Apply: Replace legacy bindings with let constructs Co-authored-by: Gabriel Moise <gabriel.moise@trili.tech> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9625 01 September 2023, 17:50:08 UTC
63d43ad Proto/Apply: Replace legacy bindings with let constructs 01 September 2023, 17:24:36 UTC
49a9963 Merge tezos/tezos!9917: Add utility to extract a chain history, synchronize a yes-node and run a testnet simulation Co-authored-by: vbot <vincent.botbol@nomadic-labs.com> Approved-by: Gauthier <gauthier@marigold.dev> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> Approved-by: Andrea Cerone <andrea.cerone@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9917 01 September 2023, 16:04:22 UTC
89255a2 Tools: add a utility to create and run simulation scenario 01 September 2023, 15:30:12 UTC
af8dbfb AllProto/Bakers: add repropose function in bakers client API 01 September 2023, 15:30:12 UTC
ce07fbf Merge tezos/tezos!9958: CI: timeout for Tezt Co-authored-by: Romain Bardou <romain@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Victor Allombert <victor.allombert@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9958 01 September 2023, 14:44:45 UTC
65b5b1d CI: timeout for Tezt 01 September 2023, 14:09:04 UTC
acbc8f6 Merge tezos/tezos!9827: proto: use operation encoding with attestation name by default Co-authored-by: Albin Coquereau <albin.coquereau@nomadic-labs.com> Approved-by: Raphaël Proust <code@bnwr.net> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9827 01 September 2023, 14:07:44 UTC
0d61b8a alpha/lib_client: use operation encoding with attestation in pretty printer and messages 01 September 2023, 13:30:25 UTC
d2c700c alpha/baker: external operations should use attestation in JSON 01 September 2023, 13:30:25 UTC
88c16e8 alpha: use binary balance updates encoding 01 September 2023, 13:30:25 UTC
46aabd7 alpha: use binary operation encoding with attestation name 01 September 2023, 13:30:25 UTC
6e3f4bc Merge tezos/tezos!9853: Octogram: add a job procedure for bakers Co-authored-by: iguerNL@Functori <iguer@functori.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9853 01 September 2023, 13:29:35 UTC
fabec55 DAL/TPS: extend the yaml scenario to start a baker for all bootstrap keys 01 September 2023, 12:55:38 UTC
b26a7bb Octogram: set expected-pow to 0 for octez-node 01 September 2023, 12:55:38 UTC
d24b3cf Octogram: add a job procedure for bakers 01 September 2023, 12:55:38 UTC
dc8420c Octogram: improve 'protocol' type in Activate_protocol job 01 September 2023, 12:55:38 UTC
accccab Tezt/Lib_tezos: add an encoding for Protocol.t 01 September 2023, 12:55:38 UTC
797f915 Merge tezos/tezos!9918: EVM/Kernel: fix dev config.yaml Co-authored-by: Ilya Peresadin <ilya.peresadin@trili.tech> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9918 01 September 2023, 12:54:47 UTC
63a08df EVM/Kernel: fix dev config.yaml 01 September 2023, 12:23:03 UTC
4c2e6dc Merge tezos/tezos!9849: remove `endorsing_rights` rpc Co-authored-by: Albin Coquereau <albin.coquereau@nomadic-labs.com> Approved-by: Victor Allombert <victor.allombert@nomadic-labs.com> Approved-by: Diane Gallois-Wong <diane.galloiswong@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9849 01 September 2023, 12:22:13 UTC
6010c85 tezt/tests: enable some helpers RPCs in proxy tests 01 September 2023, 11:53:03 UTC
26fc1e6 changes: add entry for endorsing_rights removal 01 September 2023, 11:53:03 UTC
972c06d tezt/tests: adapt attestation_rights regression tests 01 September 2023, 11:53:03 UTC
d9d5ad5 tezt/tests: adapt attestation_rights tests 01 September 2023, 11:53:03 UTC
95dd0f5 alpha: remove endorsing_rights RPC 01 September 2023, 11:53:03 UTC
23c47ac Merge tezos/tezos!9765: Snoop: add alloc benchmarks for half of the interpreter operations 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: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9765 01 September 2023, 11:52:20 UTC
871b8d4 lib_benchmarks_proto: add get_mem_alloc_const_model 01 September 2023, 11:15:31 UTC
9bfad2d lib_benchmarks_proto: add update_alloc_model for interpreter benchmarks 01 September 2023, 11:15:31 UTC
ef9470c lib_benchmark: add log 1 = 0 to constant folding 01 September 2023, 11:15:31 UTC
f2772b5 lib_benchmarks_proto: add allocation benchmarks for some operations 01 September 2023, 11:15:31 UTC
7315b48 lib_benchmarks_proto: add allocation models for some operations 01 September 2023, 11:15:31 UTC
76e6a63 Merge tezos/tezos!9944: Client/Michelson: use Micheline printer for stacks Co-authored-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9944 01 September 2023, 11:14:32 UTC
4758bc0 Changes: mention !9944 01 September 2023, 10:26:48 UTC
5a850b2 Tests/Regressions: reset traces This commit was produced with the following command: dune exec tezt/tests/main.exe -- --file tezt/tests/normalize.ml --title 'Alpha: Test Michelson stack normalization' --reset-regressions 01 September 2023, 10:26:48 UTC
c5a0e56 Client/Michelson: use Micheline printer for stacks Instead of directly printing curly braces and semi-columns inside Michelson_v1_printer, we reuse the Micheline printer. This commit fixes the indentation of the stacks outputted by the `normalize stack` command. 01 September 2023, 10:26:48 UTC
994fe25 Merge tezos/tezos!9911: Octogram: add a job procedure to generate keys Co-authored-by: iguerNL@Functori <iguer@functori.com> Approved-by: Lin Oshitani <linoshitani@gmail.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9911 01 September 2023, 10:26:01 UTC
d762427 DAL/TPS: extend scenario with keys generation 01 September 2023, 09:53:55 UTC
a8fb65a Octogram: add a job procedure to generate (fresh) keys 01 September 2023, 09:53:55 UTC
f8595e8 Merge tezos/tezos!9812: EVM/Proxy: add internal RPC to retrieve the upgrade nonce Co-authored-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9812 01 September 2023, 09:53:08 UTC
d5f9c34 EVM/Tezt: test for the upgrade nonce RPC 01 September 2023, 09:22:16 UTC
c0c65f3 EVM/Proxy: add internal RPC to retrieve upgrade nonce 01 September 2023, 09:22:16 UTC
6c86ac3 Merge tezos/tezos!9872: EVM/Kernel: initialize storage version at first kernel_loop Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Ilya Peresadin <ilya.peresadin@trili.tech> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9872 01 September 2023, 09:21:29 UTC
6f18f43 EVM/Tezt: hide output of RPC for boot.wasm It is simply too large. 01 September 2023, 08:57:56 UTC
2dc54a2 EVM/Kernel: initialize storage version at the first [kernel_loop] 01 September 2023, 08:57:56 UTC
b27b458 Merge tezos/tezos!9931: Proto/Michelson: unparse event payload in readable mode Co-authored-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Philippe Wang <philippe.wang@gmail.com> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9931 01 September 2023, 08:57:02 UTC
e5c4ce8 Client/Michelson: normalize events in Readable mode 01 September 2023, 08:25:16 UTC
3f80b80 Merge tezos/tezos!9706: EVM: Kernel: check result of bench pipeline Co-authored-by: pecornilleau <pe.cornilleau@marigold.dev> Approved-by: Pierre-Emmanuel CORNILLEAU <pe.cornilleau@marigold.dev> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Hantang Sun <hantang.sun@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9706 01 September 2023, 08:24:19 UTC
ce5fd7c EVM: graph tick per gas 01 September 2023, 07:36:56 UTC
26f57cb EVM: Gasometer: init checking script 01 September 2023, 07:36:23 UTC
back to top