https://gitlab.com/tezos/tezos

sort by:
Revision Author Date Message Commit Date
f38eb91 Irmin: Clarify Irmin (module signatures and names) 25 March 2024, 16:03:06 UTC
8736311 Merge tezos/tezos!12630: Changelog: remove RPC process items that were reverted Co-authored-by: Victor Allombert <victor.allombert@nomadic-labs.com> Approved-by: Killian Delarue <killian.delarue@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12630 25 March 2024, 09:53:40 UTC
b990d62 Changelog: remove RPC process items that were reverted 25 March 2024, 09:44:54 UTC
e827545 Merge tezos/tezos!12609: CIAO: fix check of generated files Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Philippe Wang <philippe.wang@gmail.com> Approved-by: Raphaël Proust <code@bnwr.net> Approved-by: Romain <romain@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12609 25 March 2024, 09:37:28 UTC
839f9cc CIAO: fix CI generation check 25 March 2024, 09:18:25 UTC
d5e09b2 CI: fix uncommited changes to kaitai changesets 25 March 2024, 09:18:25 UTC
fad8119 Merge tezos/tezos!12626: Dev: Update ocaml-lsp-server and merlin Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Raphaël Proust <code@bnwr.net> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12626 25 March 2024, 09:17:38 UTC
b61db3b Dev: Update ocaml-lsp-server and merlin 25 March 2024, 08:49:44 UTC
d014c61 Merge tezos/tezos!11888: CI/releases: build and release Rocky Linux RPM packages Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Killian Delarue <killian.delarue@nomadic-labs.com> Approved-by: pietro <pietro.abate@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11888 25 March 2024, 08:49:02 UTC
06d50d4 CI: build Rocky Linux packages 25 March 2024, 08:30:26 UTC
a6b3eed CIAO: Add [parallel:matrix] Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> 25 March 2024, 08:30:26 UTC
23af826 CIAO: simplify dependencies specification for parallel jobs It turns out that there is no need to explicitly state the name of each instantiation of a parallel job for the dependency to work -- if you always want to depend on each instantiation of the parallel job, which seems like a reasonable restriction for now. Consider e.g. the following configuration: ``` matrixd_job: parallel: matrix: - FRUIT: ["apple", "orange"] vectord_job: parallel: 3 matrix_collector: needs: ["matrixd_job"] dependencies: ["matrixd_job"] vector_collector: needs: ["vectord_job"] dependencies: ["vectord_job"] ``` Here, the collector jobs will get artifacts from all versions of the matrix'd respectively the vector'd job (assuming they produce artifacts). In other words, there is not need to explicitly depend on [vectord_job 1/3] or [matrixd_job: [apple]]. 25 March 2024, 08:30:26 UTC
229898b [create_gitlab_package.sh]: remove superfluous comment It says no more than the code it comments. 25 March 2024, 08:30:26 UTC
7875b1b [create_gitlab_package.sh]: fix log message in [gitlab_upload] The printed URL was not actually the one used in the upload. 25 March 2024, 08:30:26 UTC
b52f353 [create_gitlab_release.sh]: reorder assets This order is a bit more logical. first binary and source, then various distributions. 25 March 2024, 08:30:25 UTC
b5930a1 [create_gitlab_release.sh]: refactor 25 March 2024, 08:30:25 UTC
4e05135 Merge tezos/tezos!12550: Rollup node: ignore missing protocol info in first refutation loop Co-authored-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> Approved-by: Max <maxime.levillain@functori.com> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12550 25 March 2024, 08:29:09 UTC
4ec021c Rollup node: ignore missing protocol info in first refutation loop 25 March 2024, 08:11:03 UTC
22bcbe9 Merge tezos/tezos!11799: DSN: Terraform scripts for benchmarking Co-authored-by: Andrea Cerone <andrea.cerone@trili.tech> Approved-by: Michael Zaikin <michael.zaikin@trili.tech> Approved-by: Julien Coolen <julien.coolen@nomadic-labs.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11799 24 March 2024, 14:52:12 UTC
102e690 Dsn - Infrastructure modules: Add LICENSE file to remaining modules 24 March 2024, 14:40:41 UTC
f50ca88 Dsn - Infrastructure modules - add README.md 24 March 2024, 14:40:41 UTC
fd9deb2 DSN: Terraform scripts for benchmarking 24 March 2024, 14:40:40 UTC
6e0b5e2 Merge tezos/tezos!12607: EVM/Node: filter events differently for observer Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12607 22 March 2024, 20:49:10 UTC
f7c3425 EVM/Node: filter events differently for observer 22 March 2024, 20:28:08 UTC
9156415 Merge tezos/tezos!12484: proto/tests: add more tests for autostaking Co-authored-by: Marina Polubelova <marina.polubelova@nomadic-labs.com> Co-authored-by: Lucas Randazzo <lucas@nomadic-labs.com> Approved-by: Lucas Randazzo <lucas.randazzo@nomadic-labs.com> Approved-by: Julien <julien.tesson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12484 22 March 2024, 18:09:01 UTC
fc925fe proto/tests: check balances for autostaking 22 March 2024, 17:48:05 UTC
84cc729 proto/tests: check balances after decreasing delegation 22 March 2024, 17:48:05 UTC
4e06ab8 Proto/tests: include attestations 22 March 2024, 17:48:05 UTC
deefa07 Merge tezos/tezos!12578: Riscv/pvm: division instructions Co-authored-by: Thomas Pécseli <thomas.pecseli@trili.tech> Approved-by: Felix Puscasu <felix.puscasu@trili.tech> Approved-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12578 22 March 2024, 17:47:23 UTC
d1954f3 Riscv/pvm: division instructions 22 March 2024, 17:27:18 UTC
e9a0053 Merge tezos/tezos!12608: Docs: Move the Legacy section for error monads to the end Co-authored-by: Gabriel Moise <gabriel.moise@trili.tech> 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/12608 22 March 2024, 17:26:31 UTC
692802a docs: Move the Legacy section for error monads to the end 22 March 2024, 17:13:05 UTC
3cc0e45 Merge tezos/tezos!12610: RISC-V: Add current privilege mode to debugger Co-authored-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Felix Puscasu <felix.puscasu@trili.tech> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> Approved-by: Victor Dumitrescu <victor.dumitrescu@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12610 22 March 2024, 16:36:53 UTC
9340be2 RISC-V: Add current privilege mode to debugger 22 March 2024, 16:16:58 UTC
63bfef4 Merge tezos/tezos!12561: etherlink: rollup node follower is not a worker and retry to reconnect Co-authored-by: Sylvain Ribstein <sylvain.ribstein@nomadic-labs.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/12561 22 March 2024, 15:56:21 UTC
8ec2080 evm/node: catchup evm event at each reconnection 22 March 2024, 15:35:41 UTC
ec0267e evm/node: rollup follower try to reconnect when connection failed 22 March 2024, 15:35:41 UTC
071e98b evm/node: don't ignore error monad in make_stream_call 22 March 2024, 15:35:41 UTC
a46063e evm/node: proxy uses rollup_node_follower instead of own stream 22 March 2024, 15:35:41 UTC
0150c60 evm/node: worker are more similar and uses error monad 22 March 2024, 15:35:41 UTC
060c551 evm/node: follower wait for first rollup valid level 22 March 2024, 15:35:41 UTC
d078d4f evm/node: evm_node dont ignore error monad anymore 22 March 2024, 15:35:41 UTC
8e1d3b5 evm/node: make rollup_node_follower an async fun 22 March 2024, 15:35:41 UTC
c03742d Merge tezos/tezos!12587: EVM/Tezt: test largest delayed transaction possible Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12587 22 March 2024, 15:34:58 UTC
0d1e6b8 EVM/Tezt: test largest delayed transaction possible 22 March 2024, 15:10:59 UTC
3f8a995 Merge tezos/tezos!12571: Etherlink: farewell publishable_blueprints Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12571 22 March 2024, 15:10:11 UTC
8baee88 EVM/Node: merge [to_publish] and [to_execute] 22 March 2024, 14:47:40 UTC
2b18213 EVM/Node: follow new delayed transaction events 22 March 2024, 14:47:40 UTC
46d87d3 EVM/Kernel: [evm_node] special input to populate delayed inbox 22 March 2024, 14:47:40 UTC
307047a Merge tezos/tezos!11742: Avoid GC vs. snapshot races Co-authored-by: Victor Allombert <victor.allombert@nomadic-labs.com> Approved-by: vbot <vincent.botbol@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11742 22 March 2024, 14:46:55 UTC
64f9369 Store: simplify snapshot export and improve UX 22 March 2024, 14:22:30 UTC
1201083 Store: fix GC/snapshot races 22 March 2024, 14:22:30 UTC
91f5d71 Merge tezos/tezos!12598: EVM/Bench: report gas price increase Co-authored-by: pecornilleau <pe.cornilleau@marigold.dev> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> Approved-by: Pierre-Emmanuel CORNILLEAU <pe.cornilleau@marigold.dev> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12598 22 March 2024, 14:21:11 UTC
e908eef EVM/Bench: report gas price increase 22 March 2024, 13:34:46 UTC
8e2f06e Merge tezos/tezos!12429: Validation: add cache to preapply Co-authored-by: Victor Allombert <victor.allombert@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12429 22 March 2024, 13:26:21 UTC
1297149 Validation: introduce with_retry_with_force_loaded_cache 22 March 2024, 13:03:52 UTC
40aa4d8 Validation: add cache to preapply 22 March 2024, 13:03:52 UTC
1a174aa Merge tezos/tezos!12533: RISC-V: Add SFENCE.VMA Co-authored-by: Felix Puscasu <felix.puscasu@trili.tech> Approved-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Victor Dumitrescu <victor.dumitrescu@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12533 22 March 2024, 11:42:35 UTC
1acde97 RISC-V: Add sfence.vma 22 March 2024, 11:17:23 UTC
165c36f Merge tezos/tezos!11289: Kaitai: Add input samples for semantic validation of remaining ground encodings Co-authored-by: Martin Tomazic <martin.tomazic97@gmail.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Raphaël Proust <code@bnwr.net> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11289 22 March 2024, 11:16:41 UTC
d43a2d6 Kaitai: e2e validation of remaining ground types 22 March 2024, 11:08:41 UTC
999b397 Merge tezos/tezos!12603: RISC-V: show fregisters in debugger Co-authored-by: Emma Turner <emma.turner@trili.tech> Approved-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Victor Dumitrescu <victor.dumitrescu@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12603 22 March 2024, 11:07:56 UTC
66ace2f RISC-V: debugger should shown fregisters 22 March 2024, 10:48:39 UTC
bb53e9d Merge tezos/tezos!12560: RiscV: implement FMV.*.* instructions Co-authored-by: Emma Turner <emma.turner@trili.tech> Approved-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Victor Dumitrescu <victor.dumitrescu@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12560 22 March 2024, 10:47:53 UTC
91e9a1a RISC-V: implement fmv.*.* instructions This are designed to move bits between the F and X registers 22 March 2024, 10:22:32 UTC
c486498 Merge tezos/tezos!12555: DAL/testnet_scenarios: remove dailynet 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/12555 22 March 2024, 10:21:49 UTC
0cbac12 DAL/Testnet_scenarios: add more slack when waiting for op 22 March 2024, 09:59:44 UTC
f7353be DAL/Testnet_scenarios: remove Dailynet 22 March 2024, 09:59:44 UTC
5af3084 Merge tezos/tezos!12595: WASM PVM: Catch exception raised by custom [write_debug] implementations Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12595 22 March 2024, 09:58:59 UTC
9fc1fb5 WASM PVM: Catch exception raised by custom [write_debug] implementations 22 March 2024, 09:35:05 UTC
fcd7c40 Merge tezos/tezos!12552: Paris: Update protocol for Paris-A :flag_fr: Co-authored-by: Killian Delarue <killian.delarue@nomadic-labs.com> Approved-by: Julien <julien.tesson@nomadic-labs.com> Approved-by: Lucas Randazzo <lucas.randazzo@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12552 22 March 2024, 09:34:20 UTC
c2d3caf Docs, OpenApi: Regenerate dev specifications for Paris 22 March 2024, 09:03:04 UTC
4114cb0 Proto: Udpate rpc docs 22 March 2024, 09:03:04 UTC
67f55e8 Client-libs: Update kaitai-struct-files 22 March 2024, 09:03:04 UTC
1bca4d7 Proto, Paris: Format tests 22 March 2024, 09:03:03 UTC
f3f7691 Tests: Reset regressions files 22 March 2024, 09:03:03 UTC
b08e5da Proto, Paris: Update libs 22 March 2024, 09:03:03 UTC
ea00074 Proto, Paris: Update protocol 22 March 2024, 09:03:03 UTC
5404ec4 Proto, Paris: Update protocol hash 22 March 2024, 09:03:03 UTC
575c830 Merge tezos/tezos!12586: Manifest: Move tezt_risc_v_sandbox in Octez Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> Approved-by: Victor Dumitrescu <victor.dumitrescu@nomadic-labs.com> Approved-by: Raphaël Proust <code@bnwr.net> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12586 22 March 2024, 08:48:54 UTC
1f7b853 Manifest: Move tezt_risc_v_sandbox in Octez 22 March 2024, 08:22:40 UTC
9da9313 Merge tezos/tezos!12505: AI simulator: charts demo with user interaction Co-authored-by: phink <paul.laforgue@nomadic-labs.com> Approved-by: Lucas Randazzo <lucas.randazzo@nomadic-labs.com> Approved-by: Julien <julien.tesson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12505 21 March 2024, 20:57:42 UTC
606a27f Contrib/ai-simulator: reset and generate AI data report on dragEnd 21 March 2024, 20:51:17 UTC
5475d62 Contrib/ai-simulator: set and reset charts values onDrag 21 March 2024, 20:51:16 UTC
89a762c Contrib/ai-simulator: make AI data report a function 21 March 2024, 20:51:16 UTC
f940c3c Contrib/ai-simulator: make the staked ratio draggable 21 March 2024, 20:51:16 UTC
129d450 Contrib/ai-simulator: set dragData to false for scales 21 March 2024, 20:51:16 UTC
826a6f1 Contrib/ai-simulator: make the charts draggable 21 March 2024, 20:51:16 UTC
b420539 Contrib/ai-simulator: chart.js draggable cdn 21 March 2024, 20:51:16 UTC
18f794b Merge tezos/tezos!12541: Tests/Migration: Check forbidding and deactivation delays Co-authored-by: Mathias Bourgoin <mathias.bourgoin@nomadic-labs.com> Approved-by: Julien <julien.tesson@nomadic-labs.com> Approved-by: Lucas Randazzo <lucas.randazzo@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12541 21 March 2024, 20:50:33 UTC
95fb419 Test/Migration: Test deactivation delays 21 March 2024, 20:28:01 UTC
b7068fe Tezt/Client: Add bake_until_cycle(_end) to the client API 21 March 2024, 20:28:01 UTC
15b7e74 Tezt/Migration: Add check to ensure denounced delegate is correctly forbidden 21 March 2024, 20:28:01 UTC
684b117 Merge tezos/tezos!12577: RISC-V: script for investigating missing instructions Co-authored-by: Emma Turner <emma.turner@trili.tech> Approved-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Victor Dumitrescu <victor.dumitrescu@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12577 21 March 2024, 19:52:13 UTC
597db44 RISC-V: script for investigating missing instructions 21 March 2024, 19:32:58 UTC
2a00833 Merge tezos/tezos!12564: Proto/test/AI: check computation of frozen rights Co-authored-by: Diane Gallois-Wong <diane.gallois-wong@nomadic-labs.com> Approved-by: Lucas Randazzo <lucas.randazzo@nomadic-labs.com> Approved-by: Julien <julien.tesson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12564 21 March 2024, 19:32:11 UTC
cf26dfa Proto/test/AI: remove unnecessary set_baker This commit is not necessary for the tests to pass. But there is no reason to restrict bakers in test_scenario_stake.ml, since there is no slashing, meaning no forbidden delegates. 21 March 2024, 19:07:53 UTC
408076e Proto/test/AI: fix order of end-of-cycle computations 21 March 2024, 19:07:53 UTC
16e654b Proto/test/AI: fix delay before new delegate parameters are activated 21 March 2024, 19:07:52 UTC
f4f9532 Proto/test/AI: actually compute the frozen rights used in the state but still check they're consistent with the initial_frozen_deposits RPC This breaks the tests because of some other problems, that are fixed in the next two commits 21 March 2024, 19:07:52 UTC
back to top