https://gitlab.com/tezos/tezos

sort by:
Revision Author Date Message Commit Date
330c153 [WIP] 22 August 2023, 09:03:29 UTC
dbda037 Revert "Octogram: Cleanup explicitly resources used by the agents" This reverts commit 3edce8ff5410fc9776bc6682742f76e402a896f2. 22 August 2023, 09:00:12 UTC
3edce8f Octogram: Cleanup explicitly resources used by the agents 21 August 2023, 15:15:42 UTC
f581a66 Octogram: Avoid using `Lwt.async` 21 August 2023, 14:14:26 UTC
42321ff [WIP] 21 August 2023, 11:51:19 UTC
9bf13d5 fixup! Update script 14 August 2023, 16:47:21 UTC
5c622c2 fixup! allow the activate protocol file to specify a parameter file 14 August 2023, 16:46:57 UTC
2b91cc5 Octogram: A new job to make a protocol file 14 August 2023, 16:46:45 UTC
e0dcaac [TEMP] Fix binary naming for debian images 14 August 2023, 16:45:38 UTC
6ef6a17 Tezt/Tezos/Protocol: Specify an output file for protocol parameters 14 August 2023, 16:44:47 UTC
53d3428 DAL/Infra: Activate the protocol 09 August 2023, 14:49:50 UTC
c404901 Octogram: New job 09 August 2023, 14:49:42 UTC
0876c96 DAL/Infra: Base script for octogram 09 August 2023, 11:12:22 UTC
57f47d2 Octogram: Write experiments and scenarios in Yaml scripts Octogram is an abstraction layer on top of Tezt’s amazing orchestration features whose purpose is to provide a scriptable interface to run complex and large scale scenarios on remote runners. Scenarios are written in a Yaml file whose structure takes heavy inspiration from Ansible. As of now, Octogram supports the following features: - Define stages expected to run on a subset of the known agents defined by regular expressions. These regular expressions can capture part of the agent name to personalize each jobs. By default, agents run a stage concurrently, but it is also possible to run a stage sequentially on each agent. - Stages are defined as a collection of jobs which can either be run concurrently or sequentially. These jobs consists in executing a specific command. As of now, three commands are executed: (1) copy a file from the orchestrator to the agent, start a new Octez node on the agent, and (2) originate a new smart rollup from within the agent. Jobs have access to global variables. They get a copy of them when they are started, and they update the latest version of the global variables once they have finished to execute. - One job can be run several time using the `with_items' field. Each item in the list is derived into a unique job, when the `item' variable is accordingly set. By default, jobs derived fro a `with_items' field are run sequentially, but they can also be run concurrently if necessary. For instance, it is possible to concurrently deploy a list of files to an agent by listing them in a `with_items' field. - Jobs can update the global variables once they have completed. This is useful to transfer information over one job to the subsequent ones. - Allow cross-agent requests thanks to a global scheme of URI. As of now, it is possible to prefix the name of an Octez node chosen by Tezt by the name of the agent which manages them. So for instance, if the agent `node' has spawn an Octez node whose assigned name is `node1', then `node://node1' can be used whenever a node’s endpoint is expected. 09 August 2023, 09:44:02 UTC
876c25a Snoop: fix display 09 August 2023, 09:44:02 UTC
c587e33 Benchmark: added Ocamlformat module to format OCaml code 09 August 2023, 09:44:01 UTC
ba86933 Fix of function_name to handle misc/LWT_MAIN.RUN 09 August 2023, 09:44:01 UTC
497e9a0 Manifest: Support multiple preprocessors 09 August 2023, 09:44:00 UTC
f463d38 Doc: update Oxford changelog 09 August 2023, 09:44:00 UTC
6e174a8 Proto/Client_sapling: Replace legacy bindings with let constructs 09 August 2023, 09:44:00 UTC
1a50ba3 lib_benchmarks_proto: add alloc benchmark for N_KNil 09 August 2023, 09:43:59 UTC
759afe6 lib_benchmarks_proto: enable alloc benchmark for continuation benchmarks 09 August 2023, 09:43:59 UTC
0029c99 Tezt: update regression traces. 09 August 2023, 09:43:58 UTC
339e76a Proto: update gas for Uncomb. 09 August 2023, 09:43:58 UTC
94fbe16 test/proto/soru: test whitelist with duplicate keys 09 August 2023, 09:43:57 UTC
3ebb964 proto/soru: forbid key duplication in the whitelist 09 August 2023, 09:43:57 UTC
33cd513 Proto/Adaptive inflation: Replace legacy bindings with let constructs 09 August 2023, 09:43:57 UTC
51dcf02 Alpha: Update changelog 09 August 2023, 09:43:56 UTC
1fd30e8 tezt/SCORU: test new command to retrieve output proof without message 09 August 2023, 09:43:56 UTC
6232b73 SCORU/Client: backport changes to command to retrieve output proof without message 09 August 2023, 09:43:55 UTC
29f3205 SCORU/Client/Alpha: new command to retrieve output proof without message 09 August 2023, 09:43:55 UTC
98f6a6e CI/Tezt: [allow_failure] in case of corrupt coverage files 09 August 2023, 09:43:54 UTC
c4c065d Proto: update protocol code 09 August 2023, 09:43:54 UTC
09291eb Everywhere: update protocol hash 09 August 2023, 09:43:54 UTC
e59d81a Snoop: fixup resulting noice in codegen 09 August 2023, 09:43:53 UTC
58ac55c Snoop: use codegen destinations 09 August 2023, 09:43:53 UTC
903e4ff WASM: Generalize [reveal] to prepare for the universal reveal Prior to this patch, the [reveal] type declared in the WASM interpreter used by the WASM PVM was a copy of the one declared in the protocol, but where the implementation details of the [Sc_rollup_reveal_hash.t] type were lost. With thisp patch, we push the logic a step further. This will make supporting new reveal mechanisms (like DAL) a lot more straighforward for the WASM PVM. 09 August 2023, 09:43:52 UTC
5b5d09e EVM: add a new next section 09 August 2023, 09:43:52 UTC
eb45bb2 EVM: update Changelog Starting point is 75c84da3cebf0f9a45d339dea12f0a4e4786ed8f, which is the commit from the deployment on Ghostnet. 09 August 2023, 09:43:51 UTC
4f0c037 DAL: Use the good docker image 08 August 2023, 08:55:00 UTC
0b0843f Dal/Infra: Run terraform fmt 07 August 2023, 02:59:29 UTC
fc2bb96 Dal/Infra: Add main/README.md 07 August 2023, 02:55:18 UTC
2063a35 Dal/Infra: Remove hardcoded user-specific strings They will be provided via CLI arguments See README in next commit. 07 August 2023, 02:55:18 UTC
b8000e8 Devtools/Dal: Use custom docker image 07 August 2023, 02:55:17 UTC
b4be26c Devtools/Dal: Stop adding SSH keys in docker startup script The container we built should already have the SSH keys in authorized_keys 07 August 2023, 02:54:35 UTC
4ed3cea Devtool/Dal: Copy-and-paste terraform code for deploying VM Copy-and-pasted from Eugen's branch in terraform-base. 07 August 2023, 02:54:35 UTC
cc4209c Dal/Infra: Run terraform fmt 07 August 2023, 02:51:04 UTC
19dc277 fixup! Rework README 07 August 2023, 02:48:22 UTC
582e40a fixup! Extract gcs as library 04 August 2023, 14:05:04 UTC
d08a559 Dal/Infra: README for state-storage-bucket 04 August 2023, 14:05:03 UTC
d8dabea Dal/Infra: Copy-and-paste tf-gcp-state-storage-bucket 04 August 2023, 11:06:40 UTC
c89cbe7 Dal/Infra: Rework README for docker directory 04 August 2023, 11:06:39 UTC
a6098ae Dal/Infra: Fix paths 04 August 2023, 11:06:39 UTC
3f2d54e 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. 04 August 2023, 11:06:38 UTC
9f2bf3b Merge tezos/tezos!9698: DAL/infra: Docker image for debian with ssh Co-authored-by: François Thiré <francois.thire@nomadic-labs.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/9698 04 August 2023, 11:00:23 UTC
8a8cde2 DAL/Infra: Complete the readme 04 August 2023, 10:32:53 UTC
b532dc5 DAL/infra: script to push the docker image 04 August 2023, 10:32:53 UTC
53efa50 DAL/Infra: Add outputs for the docker registry module 04 August 2023, 10:32:53 UTC
665e6e6 DAL/infra: Debian dockerfile with ssh 04 August 2023, 10:32:53 UTC
c4a41a6 Merge tezos/tezos!9710: EVM: Kernel: remove kernel_benchmark Co-authored-by: pecornilleau <pe.cornilleau@marigold.dev> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> 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/9710 04 August 2023, 10:29:53 UTC
92d0e34 EVM: Kernel: remove kernel_benchmark 04 August 2023, 09:34:51 UTC
bba94ed Merge tezos/tezos!9684: Benchmark: Adds JSON load/save of solutions 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/9684 04 August 2023, 02:27:44 UTC
e611a07 Benchmark: adds a JSON format to Codegen.{load,save}_solution 04 August 2023, 01:57:27 UTC
0b5293a Merge tezos/tezos!9683: DAL: Bootstrap some terraform files for the DAL project Co-authored-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Charles Nguyen <charles.nguyen@nomadic-labs.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/9683 03 August 2023, 19:18:15 UTC
538662f DAL/infra: Minimum files to build the docker registry 03 August 2023, 18:50:15 UTC
6eb0e3d Terraform/lib: Add a library to build a docker registry 03 August 2023, 18:50:15 UTC
2034e9e All: Put temporary terraform files in the gitignore files 03 August 2023, 18:50:15 UTC
ee7524c Merge tezos/tezos!9704: Proto/AI: avoid Z.to_int32 failure Co-authored-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Lucas Randazzo <lucas.randazzo@nomadic-labs.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9704 03 August 2023, 18:49:33 UTC
3292bcc Proto/Staking parameters: avoid Z.to_int32 failures 03 August 2023, 17:54:58 UTC
703c938 Proto/Staking parameters: move conversion from Z 03 August 2023, 17:54:57 UTC
4c111dc Merge tezos/tezos!9718: EVM/Kernel: add a build to set latest git hash commit Co-authored-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Ilya Peresadin <ilya.peresadin@trili.tech> Approved-by: Thomas Letan <lthms@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9718 03 August 2023, 17:54:10 UTC
1adb9fa EVM/Kernel: add a build to set latest git hash commit 03 August 2023, 17:19:47 UTC
a9961d3 Merge tezos/tezos!9579: EVM/Kernel: versioning Co-authored-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Pierre-Emmanuel CORNILLEAU <pe.cornilleau@marigold.dev> Approved-by: Ilya Peresadin <ilya.peresadin@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9579 03 August 2023, 17:19:02 UTC
4f485fe EVM/Logs: add lines for kernel versionning 03 August 2023, 16:48:17 UTC
5c0c1d0 EVM/Proxy: evm proxy/kernel version sync. 03 August 2023, 16:48:17 UTC
6de360d EVM/Proxy: internal kernel version rpc 03 August 2023, 16:48:17 UTC
de3ea7e EVM/Proxy: small refactorisation on durable path module(s) To keep consistency. 03 August 2023, 16:48:17 UTC
38c5967 EVM/Kernel: check/set the kernel version 03 August 2023, 16:48:17 UTC
fb5b6a2 EVM/Kernel: storage store/read kernel version 03 August 2023, 16:48:17 UTC
a4af8d3 Merge tezos/tezos!9311: Manifest: introduce dune_with_test option Co-authored-by: Killian Delarue <killian.delarue@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: pietro <pietro.abate@nomadic-labs.com> Approved-by: Raphaël Proust <code@bnwr.net> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9311 03 August 2023, 16:47:26 UTC
22a6b4b Manifest: Capitalize octez-libs for doc 03 August 2023, 16:15:39 UTC
d97b16f Long_tests: Fix dune 03 August 2023, 16:15:39 UTC
dd44d88 Docs: Fix tezos-lwt-result-stdlib ref 03 August 2023, 16:15:38 UTC
1c4a038 Manifest: Add Tezos-lwt-result-stdlib to Octez-libs 03 August 2023, 16:15:38 UTC
a07c24e Manifest: Replace opam_with_test by dune_with_test in lwt-result 03 August 2023, 16:15:38 UTC
3314ef9 Manifest: Add dune_with_test argument to tests 03 August 2023, 16:15:38 UTC
80ef7c8 Merge tezos/tezos!9565: Snoop: add intercept lifting for allocation benchmarks Co-authored-by: Sota Sato <sota.sato@dailambda.jp> Approved-by: KOBAYASHI Kazuhiro <kazuhiro.kobayashi@dailambda.jp> 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/9565 03 August 2023, 16:13:57 UTC
0c4a523 lib_benchmark: lift intercept for allocation benchmarks 03 August 2023, 15:46:48 UTC
3b0661a lib_benchmark: add Namespace.of_list 03 August 2023, 15:46:48 UTC
6f24fcb Merge tezos/tezos!9724: WASM: Remove mention to a closed issue Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9724 03 August 2023, 15:45:41 UTC
a34d3ed WASM: Remove mention to a closed issue 03 August 2023, 15:21:39 UTC
e3227d4 Merge tezos/tezos!9689: Bls12_381_polynomial : refactor signature Co-authored-by: Anne-Laure <al.schmitt@protonmail.com> Approved-by: Marc Beunardeau <marc.beunardeau@nomadic-labs.com> Approved-by: Julien Coolen <julien.coolen@nomadic-labs.com> Approved-by: Marina Polubelova <marina.polubelova@nomadic-labs.com> Approved-by: Antonio Locascio <antonio.locascio1@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9689 03 August 2023, 15:20:47 UTC
fa9bc78 Bls12_381_polynomial: add Internal_for_tests 03 August 2023, 14:48:32 UTC
f738f44 Bls12_381_Polynomial: change entrypoint 03 August 2023, 14:48:32 UTC
ccc528d Bls12_381_Polynomial: Fix signature 03 August 2023, 14:48:32 UTC
1d8fce2 Bls12_381_Polynomial/Domain: move to_array/of_array in Domain_sig 03 August 2023, 14:48:32 UTC
8da2cbc Merge tezos/tezos!9715: Optimize storage snapshot tezt Co-authored-by: Victor Allombert <victor.allombert@nomadic-labs.com> Approved-by: vbot <vincent.botbol@nomadic-labs.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9715 03 August 2023, 13:19:06 UTC
ad503f8 Tezt: reduce snapshot test memory consumption 03 August 2023, 12:50:52 UTC
1df3be3 Merge tezos/tezos!9720: Tezt/DAL: rename DAL_node.endpoint Co-authored-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> Approved-by: Lin Oshitani <linoshitani@gmail.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9720 03 August 2023, 12:49:30 UTC
f54d2a4 Tezt/DAL: rename DAL_node.endpoint 03 August 2023, 12:12:30 UTC
back to top