https://gitlab.com/tezos/tezos

sort by:
Revision Author Date Message Commit Date
df6ffd9 DAC: Certificate_repr.t is now versioned, alternative proposal 03 May 2023, 14:28:43 UTC
4643b09 DAC: Certificate_repr.t is now versioned 03 May 2023, 13:41:26 UTC
5378909 Merge tezos/tezos!8611: Lib_bls12_381_signature/tests: fix tests declaration Co-authored-by: Victor Dumitrescu <v.dumitrescu@outlook.com> Approved-by: lykimquyen <1718826-lykimquyen@users.noreply.gitlab.com> Approved-by: Pierre Boutillier <pierre.boutillier@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8611 03 May 2023, 09:34:18 UTC
39d9c58 Lib_bls12_381_signature/tests: fix tests declaration 03 May 2023, 09:02:18 UTC
ba790f6 Merge tezos/tezos!8559: EVM/Kernel: plug evm-execution's run_transaction to the kernel Co-authored-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Pierre-Emmanuel CORNILLEAU <pe.cornilleau@marigold.dev> 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/8559 03 May 2023, 09:01:31 UTC
3033589 EVM/Kernel: test transfers gas consumption consistency 03 May 2023, 08:27:09 UTC
a5f4f59 EVM/Kernel: store/read receipt's cumulative gas used 03 May 2023, 08:27:09 UTC
f76e13f EVM/Kernel: test several proposals validity 03 May 2023, 08:27:09 UTC
8c595a0 EVM/Kernel: test several transactions validity 03 May 2023, 08:27:09 UTC
7d961cb EVM/Execution: store accounts values as little endian The reason for that is because cli likes eth-cli are decoding u256 as little endian values, which means that an account that holds 9999 ETH, will hold ~1.518E+72 ETH (when decoding as big endian) which is absurd. As a side result, some of our E2E tests are failing as well. Note that it doesn't change anything from evm-execution's perspective. 03 May 2023, 08:27:09 UTC
b5a1db1 EVM/Kernel: test if a valid transaction produces a valid receipt 03 May 2023, 08:27:09 UTC
1e71e54 EVM/Kernel: test to check mint accounts balances with the new account storage from evm execution 03 May 2023, 08:27:09 UTC
5d8e048 EVM/Kernel: rely on evm execution's account storage 03 May 2023, 08:27:08 UTC
6806eca EVM/Kernel: use evm-execution.run_transaction 03 May 2023, 08:27:08 UTC
0abee3a Merge tezos/tezos!8532: Docs: remove endorser note Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.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/8532 03 May 2023, 08:26:22 UTC
a2e38ec Docs: remove endorser note 03 May 2023, 07:55:03 UTC
7371bad Merge tezos/tezos!8623: Kernel SDK: Address build issues on Mac Co-authored-by: Joel Bjornson <joel.bjornson@trili.tech> Approved-by: Sylvain R. <sylvain.ribstein@gmail.com> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8623 03 May 2023, 07:25:49 UTC
2afe0ba Kernel SDK: extend README with wabt instructions 03 May 2023, 06:48:50 UTC
c0ea099 Kernel SDK: avoid overwriting CC 03 May 2023, 06:48:50 UTC
387e98d Merge tezos/tezos!8615: SCORU/Node: rely on cementation metadata for commitment Co-authored-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Andrea Cerone <andrea.cerone@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8615 02 May 2023, 16:55:42 UTC
1fbd43c Test: ensure rollup node ignores cementation commitment hash 02 May 2023, 16:22:12 UTC
09ca517 SCORU/Node: rely on cementation metadata for commitment The cementation operation cements the next possible commitment irrespective of the provided commitment hash for protocols >= Nairobi following https://gitlab.com/tezos/tezos/-/merge_requests/7316. We also ignore it in the rollup node. 02 May 2023, 16:22:12 UTC
dad969a Merge tezos/tezos!8463: WASM PVM: Let the CI enforce that the hashes traces of V0 do not change Co-authored-by: Thomas Letan <lthms@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/8463 02 May 2023, 16:21:27 UTC
d726c39 WASM PVM: Let the CI enforce that the hashes traces of V0 do not change 02 May 2023, 15:49:54 UTC
2479a80 Merge tezos/tezos!8479: Build: Improve Makefile rules related to kernels Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8479 02 May 2023, 15:49:10 UTC
8fa244d Build: Improve Makefile rules related to kernels Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> 02 May 2023, 15:17:41 UTC
9583b07 Merge tezos/tezos!8617: SCORU/Node: Compute genesis commitment instead of fetching with RPC Co-authored-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Ole Krüger <ole.kruger@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8617 02 May 2023, 15:16:56 UTC
0c980b7 SCORU/Node: backport !8617 to Nairobi rollup node - SCORU/Node: Compute genesis commitment instead of fetching with RPC 02 May 2023, 14:43:32 UTC
cf4b579 SCORU/Node: backport !8617 to Mumbai rollup node - SCORU/Node: Compute genesis commitment instead of fetching with RPC 02 May 2023, 14:43:32 UTC
a03ea8f SCORU/Node: Compute genesis commitment instead of fetching with RPC The genesis commitment is stored on the L1 only temporarily and it will become unavailable after a while. This patch is necessary for running a rollup node for a rollup that was originated a while ago. 02 May 2023, 14:43:32 UTC
83af6c8 Merge tezos/tezos!8551: EVM/Kernel: Unify block's representation between evm-execution and evm-kernel Co-authored-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Pierre-Emmanuel CORNILLEAU <pe.cornilleau@marigold.dev> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.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/8551 02 May 2023, 14:42:43 UTC
83289df EVM/Kernel: Move L2Block/BlocksConstants from kernel/evm-exec in tezos_ethereum 02 May 2023, 14:09:02 UTC
c7fd9e9 Merge tezos/tezos!8583: Gossipsub: optional topic score cap Co-authored-by: Ilias Garnier <ilias.garnier@nomadic-labs.com> Approved-by: Lin Oshitani <linoshitani@gmail.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8583 02 May 2023, 14:08:13 UTC
9bd5b0e Gossipsub: add optional topic score cap 02 May 2023, 13:33:09 UTC
dab4ec3 Merge tezos/tezos!8473: SORU: EVM: make signature operations safe Co-authored-by: pecornilleau <pe.cornilleau@marigold.dev> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Thomas Pecseli <thomas.pecseli@trili.tech> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Rodi-Can Bozman <rodi.bozman@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8473 02 May 2023, 13:32:19 UTC
8e2cbcf SORU: EVM: more info to error 02 May 2023, 12:49:03 UTC
78fcc90 SORU: EVM: add U256 overflow checks 02 May 2023, 12:49:03 UTC
9e301f2 SORU: EVM: cleanup tests 02 May 2023, 12:49:03 UTC
a385774 SORU: EVM: make signature verification safe 02 May 2023, 12:49:03 UTC
231d770 Merge tezos/tezos!8622: Proto: Fix incorrect comment Co-authored-by: Hantang Sun <hantang.sun@trili.tech> Approved-by: Andrea Cerone <andrea.cerone@trili.tech> Approved-by: Joel Bjornson <joel.bjornson@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8622 02 May 2023, 12:48:11 UTC
749b585 Proto: Fixed incorrect comment 02 May 2023, 12:15:14 UTC
7bcb198 Merge tezos/tezos!8507: Env: remove List.*assq functions Co-authored-by: Raphaël Proust <code@bnwr.net> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8507 02 May 2023, 12:14:23 UTC
be619e6 Env: remove List.*assq functions 02 May 2023, 11:40:59 UTC
a8a8915 Merge tezos/tezos!8570: Gossipsub/score: decay Co-authored-by: Ilias Garnier <ilias.garnier@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/8570 02 May 2023, 11:39:38 UTC
81ae9f4 Gossipsub/score: decay 02 May 2023, 10:34:04 UTC
81491b9 Gossipsub/score: switch counters subject to decay to float 02 May 2023, 10:34:04 UTC
4194390 Gossipsub: add decay-related parameters 02 May 2023, 10:34:04 UTC
2521a86 Merge tezos/tezos!8502: Alcotezt: merge [@runtezt] into [@runtest] Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Raphaël Proust <code@bnwr.net> Approved-by: Hugo Heuzard <hugo.heuzard@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8502 02 May 2023, 10:33:17 UTC
5a436d5 Docs: Replace mentions of [runtezt] with [runtest] Also remove the explanation of the [runtezt] alias in [alcotezt.rst]. Also add an explanation of the [RUNTEZTALIAS] environment variable. 02 May 2023, 10:00:30 UTC
19d063f Makefile: Do not run [runtezt_js] in [test-js] The alias is [runtezt_js] now included in [runtest_js]. 02 May 2023, 10:00:30 UTC
6a20fc0 CI: deactivate Tezts in unit jobs but run them in opam jobs 02 May 2023, 10:00:29 UTC
cb54342 Manifest: update opam/dune files 02 May 2023, 10:00:29 UTC
6b2bd8d Manifest: tezts use [runtest] disabled in the CI Do not use a separate [runtezt] alias for [tezts]. Instead, use [runtest] as for other tests, but qualify it with an [enabled_if] clause so that we can disable it in the CI. The tezts are executed using the [tezt/tests/main.exe] entrypoint instead. 02 May 2023, 10:00:29 UTC
109135e Manifest: Add [enabled_if] to [test] and [tests] The [enabled_if] clause is added to the [runtest] alias optionally generated by these functions. 02 May 2023, 10:00:29 UTC
98d4fba CI: remove job [unit:lib-store-unix] This job was created in !8328 to isolate of the store jobs, under suspicion of flakiness. However, since then, this job has not been flaky. Also, in !8291, when the store tests were ported to Alcotezt, they started running with the other Tezts - consequently the store tests now run twice. Consequently, removing this job. 02 May 2023, 10:00:29 UTC
9a61265 Merge tezos/tezos!8568: Gossipsub/score: p5 Co-authored-by: Ilias Garnier <ilias.garnier@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/8568 02 May 2023, 09:36:30 UTC
017488f Gossipsub: set_application_score message 02 May 2023, 09:04:06 UTC
bd9b3e4 Gossipsub: p5 score functionality 02 May 2023, 09:04:04 UTC
61b349a Merge tezos/tezos!8542: Gossipsub: p4 score computation 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> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8542 02 May 2023, 09:01:56 UTC
54ee7b5 Gossipsub/score: P4 score computation 02 May 2023, 08:00:39 UTC
2b4a309 Gossipsub: add [validity] predicate to messages 02 May 2023, 08:00:39 UTC
1a98732 Merge tezos/tezos!8589: SDK: implement trait Error and Display for PathError Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8589 02 May 2023, 07:59:53 UTC
7e31574 SDK: implement trait Error and Display for PathError 02 May 2023, 07:24:44 UTC
0f402a4 Merge tezos/tezos!8572: Gossipsub: Introduce TTL for seen messages Co-authored-by: lin <linoshitani@gmail.com> Approved-by: Ilias Garnier <ilias.garnier@nomadic-labs.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8572 02 May 2023, 07:23:57 UTC
1749eee Gossipsub: Switch to use seen message cache in Message_cache 02 May 2023, 06:52:21 UTC
aebef2b Gossipsub: Implement seen message cache in Message_cache 02 May 2023, 06:52:21 UTC
4c287e2 Gossipsub: Factor out sliding message id map from message cache The factored out data structure will be used to store first seen message times. 02 May 2023, 06:52:21 UTC
f31f487 Gossipsub/Test: Fix error messages 02 May 2023, 06:52:21 UTC
19e993f Merge tezos/tezos!8602: Gossipsub: update comment and tracked issues Co-authored-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> Approved-by: Ilias Garnier <ilias.garnier@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/8602 01 May 2023, 10:20:45 UTC
db7f50b Gossipsub: update issue number for applyIWantPenalties 01 May 2023, 08:55:19 UTC
5ae5912 Gossipsub: remove outdated todo 01 May 2023, 08:55:19 UTC
85f8a0a Gossipsub/heartbeat: add comment about opportunistic grafting 01 May 2023, 08:55:19 UTC
8b74239 Merge tezos/tezos!8071: doc: add hints on using docstrings Co-authored-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> Approved-by: Tezos Merbocop <merbocop@cryptium.ch> Approved-by: Raphaël Proust <code@bnwr.net> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8071 28 April 2023, 14:11:40 UTC
85b5b4f doc: add hints on using docstrings 28 April 2023, 13:39:54 UTC
e999b51 Merge tezos/tezos!8590: P2p identity: refactoring to use the code in DAL node Co-authored-by: iguerNL@Functori <iguer@functori.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8590 28 April 2023, 13:38:31 UTC
1371cb4 p2p_identity_file: add comments in interface file 28 April 2023, 13:06:32 UTC
e1fb4dd Node: move function init_identity_file to lib p2p_identity_file 28 April 2023, 13:06:32 UTC
2d212d8 Octez/Node: move node_identity_file* to lib_base/p2p_identity_file 28 April 2023, 13:06:32 UTC
72e17b2 Manifest: perpare a new lib in src/lib_p2p_identity 28 April 2023, 13:06:32 UTC
b7221fa Octez/Node: refactor Node_identity_file to break dep to Data_version 28 April 2023, 13:06:32 UTC
7d38f1a Merge tezos/tezos!8578: Misc Kernel development environment additions Co-authored-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> Approved-by: Andrea Cerone <andrea.cerone@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8578 28 April 2023, 12:44:24 UTC
24eea4b Nix: Bring in llvm-ar 28 April 2023, 12:05:07 UTC
4ef3de8 Merge tezos/tezos!8503: Prevent the DDB from freezing the node Co-authored-by: vbot <vincent.botbol@nomadic-labs.com> Approved-by: Pierre Boutillier <pierre.boutillier@nomadic-labs.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8503 28 April 2023, 11:47:04 UTC
45493fb Changes: added an entry 28 April 2023, 11:16:20 UTC
f401e49 Ddb/Tests: adapt tests to the new throttling mechanism 28 April 2023, 11:16:20 UTC
c59f97d Ddb: implement request batching by adding explicit throttling Co-authored-by: klakplok <benjamin.canou@nomadic-labs.com> Co-authored-by: Pierre Chambart <pierre.chambart@ocamlpro.com> 28 April 2023, 11:16:20 UTC
c87f67f Ddb: compute the minimal timeout while folding on requests Co-authored-by: klakplok <benjamin.canou@nomadic-labs.com> Co-authored-by: Pierre Chambart <pierre.chambart@ocamlpro.com> 28 April 2023, 11:16:19 UTC
c1f33c8 Ddb: do not mutate requests table while iterating Co-authored-by: klakplok <benjamin.canou@nomadic-labs.com> Co-authored-by: Pierre Chambart <pierre.chambart@ocamlpro.com> 28 April 2023, 11:16:19 UTC
0281e1d Merge tezos/tezos!8496: DAC: add Dac_plugin.raw_hash type in the APIs Co-authored-by: Gauthier SEBILLE <gauthier@marigold.dev> Approved-by: Andrea Cerone <andrea.cerone@trili.tech> Approved-by: Martin Tomazic <martin.tomazic97@gmail.com> Approved-by: Joel Bjornson <joel.bjornson@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8496 28 April 2023, 11:13:18 UTC
10d5b46 DAC: define raw_to_hash inside dac_plugin.ml 28 April 2023, 09:53:05 UTC
fee480f DAC: fix docstring comments 28 April 2023, 09:53:05 UTC
3c70e89 DAC: rework error type + switch back to hash in external_message 28 April 2023, 09:53:05 UTC
53eb5ab DAC: rework unsafe conversion + error type 28 April 2023, 09:53:05 UTC
14ea60d DAC: unsafe conversion return tzresult 28 April 2023, 09:53:05 UTC
ca46dc9 DAC: rework using of dac_plugin 28 April 2023, 09:53:05 UTC
e78277b DAC: using raw_hash in streamers 28 April 2023, 09:53:05 UTC
2207de6 DAC: rebasing and modify streaming endpoints DAC: cleansing 28 April 2023, 09:53:04 UTC
eca35ba DAC: renaming and rework page_store 28 April 2023, 09:53:04 UTC
b6fd43e DAC: add Dac_plugin.raw_hash type in the APIs 28 April 2023, 09:53:04 UTC
f6be2e1 Merge tezos/tezos!8576: EVM/Kernel: fix RuntimeError related to transaction hash reading from a block Co-authored-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8576 28 April 2023, 09:38:01 UTC
back to top