swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e

sort by:
Revision Author Date Message Commit Date
9d1ae79 Dac/Node: emit event when page from stream is saved 12 April 2023, 16:31:52 UTC
ba9580e Dac/Node: stream pages after they have been saved 12 April 2023, 16:29:01 UTC
5f8695d Dac/Node: handle streamed pages in daemon 12 April 2023, 15:11:45 UTC
94c58d4 Dac/Node: Pages encoding with streaming of data 12 April 2023, 15:02:02 UTC
f1ec0e2 Dac/Node: endpoint for listening to streamed pages 12 April 2023, 15:02:00 UTC
05ae761 Dac/Node: Page_store with streaming capabilities 12 April 2023, 14:48:20 UTC
673a340 DAC: command to generate sample payload 12 April 2023, 14:47:17 UTC
d541d37 Merge tezos/tezos!8375: WASM/PVM: add `store_create` for V1 Co-authored-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8375 12 April 2023, 13:15:46 UTC
40a7d5e WASM/PVM: update `store_create` regressions 12 April 2023, 12:47:32 UTC
0bf1d3e WASM/PVM: test `store_create` cannot be imported in V0 12 April 2023, 12:47:32 UTC
046c031 WASM/PVM: refactor host function availability checking Testing a host function can be imported from the wrong version is actually generic on the host function definition. This commit refactors the test to simply use a host function definition and try importing it. 12 April 2023, 12:47:32 UTC
380f1dc WASM/PVM: test `store_create` 12 April 2023, 12:47:32 UTC
253466e Lazy_containers: fix Chunked_byte_vector chunk size in docstring The actual size of a chunk is 512B in the implementation, but the documentation in the interface states 4KB. 12 April 2023, 12:47:32 UTC
49a8951 WASM/PVM: refactor host function version checking Put in its own commit to avoid polluting the newly introduced test that will use it. The change is quite simple: write the test logic in its own function, wrap it into a version check. 12 April 2023, 12:47:32 UTC
f1f8181 WASM/PVM: add `store_create` host function for V1 12 April 2023, 12:47:32 UTC
80ef583 WASM/PVM: add `Durable.create_value_exn` to allocate a new value 12 April 2023, 12:47:32 UTC
8f6e9b5 Merge tezos/tezos!8440: Durable snapshot: Remove the useless `kind` type Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Ilya Peresadin <ilya.peresadin@trili.tech> 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/8440 12 April 2023, 12:46:45 UTC
0c73f2f Durable snapshot: Remove the useless `kind` type 12 April 2023, 12:16:21 UTC
439d921 Merge tezos/tezos!8443: Gossipsub: Add score checks to IHave and IWant Co-authored-by: lin <linoshitani@gmail.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/8443 12 April 2023, 12:15:34 UTC
3074693 Gossipsub: Add score check to IHave and IWant 12 April 2023, 11:43:24 UTC
72228df Gossipsub: Add/modify negative score output for IHave/IWant 12 April 2023, 11:43:24 UTC
e4b86c5 Merge tezos/tezos!8401: EVM/Kernel: don't use unsafe split_at Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8401 12 April 2023, 10:51:19 UTC
d94cf76 EVM/Kernel: safe custom [bytes.split_at] 12 April 2023, 10:23:27 UTC
fbcaddd EVM/Kernel: expose unsafeness of split_at 12 April 2023, 10:23:27 UTC
4a95c83 Merge tezos/tezos!8392: Proto/Michelson: simplify ty_eq Co-authored-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Julien <julien.tesson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8392 12 April 2023, 10:21:36 UTC
8ed3105 Proto/Michelson: simplify ty_eq To test the equality of comparable subtypes, there used to be a recursive call of the ty_eq function. In all other cases however, the recursive call is more local. This commit make ty_eq more regular by always recursing as locally as possible. 12 April 2023, 09:50:30 UTC
0e18f69 Merge tezos/tezos!8275: EVM: chunked transactions 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> Approved-by: Rodi-Can Bozman <rodi.bozman@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8275 12 April 2023, 09:49:43 UTC
e25c5fc EVM/Test: unit tests inbox transactions 12 April 2023, 09:23:45 UTC
97d875c EVM/Tezt: test chunked transactions 12 April 2023, 09:23:45 UTC
5c032da EVM/Tezt: add chunked transaction inputs 12 April 2023, 09:23:45 UTC
371243d EVM/Proxy: split large transactions in chunks 12 April 2023, 09:23:45 UTC
6b25308 EVM/Kernel: transaction chunk 12 April 2023, 09:23:45 UTC
64eae08 EVM/Kernel: new chunked transaction 12 April 2023, 09:23:44 UTC
26b87e8 EVM/Kernel: simple transaction 12 April 2023, 09:23:44 UTC
447994f EVM/Kernel: remove dead code 12 April 2023, 09:23:44 UTC
c2487da EVM/Kernel: remove useless field [level] 12 April 2023, 09:23:44 UTC
b3876d7 Merge tezos/tezos!8362: Test: increase timeout in SCORU test to prevent flakyness on CI Co-authored-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8362 12 April 2023, 09:12:48 UTC
5d4a7e4 Test: increase timeout in SCORU test to prevent flakyness on CI The timeout to detect the LPC event is increased from 5s to 15s. 12 April 2023, 08:41:24 UTC
f2ee665 Merge tezos/tezos!8377: WASM PVM: Unlock WASM stack size for V1 Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Ole Krüger <ole.kruger@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/8377 12 April 2023, 08:09:48 UTC
d7e1c5d WASM PVM: Set the WASM stack size for V1 to 60,000 The limit 60_000 has been chosen such that the simplest WASM program consisting in trying to recursively call 60,000 times the same function results in Wasmer raising a runtime error. (module (memory 1) (export "mem" (memory 0)) (func $aux (param $n i32) (i32.ne (local.get $n) (i32.const 0)) (if (then (call $aux (i32.sub (local.get $n) (i32.const 1)))))) (func (export "kernel_run") (call $aux (i32.const 66_000)))) As a result, the key idea is that any program executing with Wasmer without an error could be executing by the WASM PVM. *) 12 April 2023, 07:37:46 UTC
eeaf371 Merge tezos/tezos!8379: Gossipsub: move scores out of connection Co-authored-by: Ilias Garnier <ilias.garnier@nomadic-labs.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.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/8379 12 April 2023, 07:37:00 UTC
7ac70e8 Gossipsub: only remember negative scores on Remove_peer 12 April 2023, 07:06:24 UTC
298d216 Gossipsub: improve docstrings 12 April 2023, 07:06:24 UTC
8669ee0 Gossipsub: explicit variant for peer status in score 12 April 2023, 07:06:24 UTC
e65d442 Gossipsub: do not clean scores at each heartbeat 12 April 2023, 07:06:24 UTC
ed2faa4 Gossipsub: rename peers_info -> connections 12 April 2023, 07:06:24 UTC
d17dc44 Gossipsub: simplify connection type 12 April 2023, 07:06:24 UTC
14cc146 Gossipsub: move expiration counter on score rather than connection 12 April 2023, 07:06:24 UTC
27058a7 Gossipsub: semantics-preserving split of score 12 April 2023, 07:06:24 UTC
bf2fd2b Gossipsub: add score map 12 April 2023, 07:06:23 UTC
bc08411 Merge tezos/tezos!8307: WASM/PVM: add `store_value_delete` for version V1 Co-authored-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Thomas Letan <lthms@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/8307 11 April 2023, 21:36:33 UTC
70761e6 WASM/PVM: update regressions for `store_delete_value` 11 April 2023, 21:08:03 UTC
a2f7a43 Durable: Revert the snapshot back to its initial interface 11 April 2023, 21:08:03 UTC
21930a3 WASM/PVM: test `store_delete_value` 11 April 2023, 21:08:03 UTC
1e76072 WASM/PVM: add `store_delete_value` host function 11 April 2023, 21:08:01 UTC
46952ce WASM/Durable: `delete` can remove only the value if asked 11 April 2023, 21:07:33 UTC
0dd5145 WASM/PVM: rename `Subtree into Directory and make it a variant 11 April 2023, 21:07:30 UTC
9bf1ae5 Merge tezos/tezos!8383: SCORU/Node: synchronize Nairobi rollup node with Alpha version Co-authored-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Antonio Locascio <antonio.locascio1@gmail.com> Approved-by: Ole Krüger <ole.kruger@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8383 11 April 2023, 18:44:58 UTC
74eea64 SCORU/Node: synchronize Nairobi rollup node with Alpha version Some MRs were not backported during the Nairobi snapshot. 11 April 2023, 18:10:11 UTC
75fe7e0 Merge tezos/tezos!8306: Kernel SDK: remove store_get_nth_key Co-authored-by: Emma Turner <emma.turner@trili.tech> Approved-by: Thomas Pecseli <thomas.pecseli@trili.tech> Approved-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Ole Krüger <ole.kruger@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8306 11 April 2023, 18:09:24 UTC
798cff8 SCORU/Docs: remove references to store_get_nth_key 11 April 2023, 17:41:09 UTC
709ef09 Kernel SDK: remove store_get_nth_key no convincing use-case for store_get_nth_key has been found, and it very difficult to use correctly and/or safely 11 April 2023, 17:41:09 UTC
d4bd887 Merge tezos/tezos!8374: WASM PVM: Introduce a new directory to write regression tests 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/8374 11 April 2023, 17:40:23 UTC
095e545 WASM PVM: Introduce a new directory to write regression tests 11 April 2023, 17:05:10 UTC
05eac78 Merge tezos/tezos!8340: SORU: EVM: fix a decoding bug Co-authored-by: pecornilleau <pe.cornilleau@marigold.dev> Approved-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8340 11 April 2023, 17:04:20 UTC
cd1fd67 SORU: EVM: fix a decoding bug 11 April 2023, 16:31:44 UTC
c956662 Merge tezos/tezos!8314: EVM on WASM: Support ORIGIN opcode for the EVM. Co-authored-by: Thomas Pécseli <thomas.pecseli@trili.tech> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8314 11 April 2023, 16:30:52 UTC
6220831 EVM on WASM: ORIGIN opcode. No panics on other opcodes. 11 April 2023, 15:02:22 UTC
25ae175 Merge tezos/tezos!8378: Kernel SDK: switch crate names to kebab-case Co-authored-by: Emma Turner <emma.turner@trili.tech> Approved-by: Sylvain R. <sylvain.ribstein@gmail.com> Approved-by: Ole Krüger <ole.kruger@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8378 11 April 2023, 14:56:42 UTC
646ad6b Kernel SDK: switch crate names to kebab-case 11 April 2023, 14:24:58 UTC
289c74c Merge tezos/tezos!8333: Tezt/external_validation: fix flakiness Co-authored-by: Victor Allombert <victor.allombert@nomadic-labs.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8333 11 April 2023, 13:03:46 UTC
c6d7a96 Tezt/external_validation: fix flakiness 11 April 2023, 12:37:17 UTC
8d63d6b Merge tezos/tezos!8352: Proto/bench: remove redundant intercept benchmarks Co-authored-by: Sota Sato <sota.sato@dailambda.jp> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Approved-by: Jun Furuse <jun.furuse@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8352 11 April 2023, 12:35:56 UTC
5c34f14 Proto/bench: remove redundant intercept benchmarks 11 April 2023, 12:01:06 UTC
9c10015 Merge tezos/tezos!8228: Alcotezt: split Alcotezts into on Tezt test per Alcotest case Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: pietro <pietro.abate@nomadic-labs.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8228 11 April 2023, 12:00:10 UTC
a62cba0 Alcotezt: split tests 11 April 2023, 11:25:07 UTC
190c454 Merge tezos/tezos!8150: Benchmark: refactors Dep_graph with better graph types for auto-build Co-authored-by: Jun Furuse <jun.furuse@dailambda.jp> Approved-by: satos <sota.sato@dailambda.jp> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Approved-by: Jun Furuse <jun.furuse@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8150 11 April 2023, 11:24:19 UTC
3f336e7 Snoop: adds Main_snoop.perform_benchmark - perform_benchmark returns measurement instead of unit 11 April 2023, 10:52:27 UTC
c6f5541 Benchmark.Dep_graph: refactoring for auto-build Solver: Determine the free variables introduced by workload applications to be dependencies. It makes the solver less ambiguous. Graphviz: Fixed node names for free variables to avoid name clashes with benchmarks Graph: Build now returns 2 graphs: one is with ambiguities. The other is without them, resolving by heuristics. This is left for compatibility: this resolution is NOT actually safe and should be removed in future. 11 April 2023, 10:52:27 UTC
b011be5 Dep_graph: adds a label to load_workload_files 11 April 2023, 10:52:27 UTC
fd5a320 Benchmark: exports Dep_graph.Graphviz.save 11 April 2023, 10:52:27 UTC
695d99f Merge tezos/tezos!8146: Updating and re-enabling Timelock Co-authored-by: Raphael Toledo <contact@raphael-toledo.com> Approved-by: Yann Regis-Gianas <946787-yrg@users.noreply.gitlab.com> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8146 11 April 2023, 10:51:30 UTC
521255d Lib_store: Updating test_consistency's demo_noops with latest environment 11 April 2023, 10:19:57 UTC
733573a Renaming "time_lock" into "timelock" 11 April 2023, 10:19:57 UTC
92c5d1d Doc: Updating timelock documentation 11 April 2023, 10:19:57 UTC
8f10129 Proto_X/test/integration: Removing timelock tests (now in tezt) 11 April 2023, 10:19:57 UTC
4b81371 Tezt/test: Adding coin toss timelock game tests 11 April 2023, 10:19:56 UTC
4c79d1c Proto_Alpha/test/integration/contracts: Adding coin toss timelock game 11 April 2023, 10:19:56 UTC
05d23bf Proto_alpha/lib_client-lib_client_commands: Adding client commands for timelocks 11 April 2023, 10:19:56 UTC
6dea6fc Proto_alpha/lib_client-lib_protocol: Re-enabling timelock 11 April 2023, 10:19:56 UTC
68bef6b Lib_crypto: Adding new version of Timelock 11 April 2023, 10:19:56 UTC
c26af1f Tezt/test: Updating timelock_disabled.ml 11 April 2023, 10:19:56 UTC
c7fd712 Tezt/test: Checking timelock "disabled" only in Mumbai 11 April 2023, 10:19:56 UTC
2227f06 Proto_016/lib_benchmarks_proto: Updating benchs 11 April 2023, 10:19:56 UTC
fdc3005 Lib_crypto: Updating timelock to timelock_legacy 11 April 2023, 10:19:56 UTC
98d27f6 Lib_crypto: Renaming Timelock to Timelock_legacy 11 April 2023, 10:19:56 UTC
c4ed571 Merge tezos/tezos!7698: alcotezt: [lib_hacl] Co-authored-by: Pietro Abate <pietro.abate@nomadic-labs.com> Approved-by: Victor Dumitrescu <victor.dumitrescu@nomadic-labs.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7698 11 April 2023, 10:19:04 UTC
6be21c9 makefile: add @runtezt_js to tezt-js target 11 April 2023, 09:47:01 UTC
0d79b58 hacl: port tests to alcotezt 11 April 2023, 09:47:01 UTC
d296baa alcotezt: add unit testable type 11 April 2023, 09:47:01 UTC
back to top