https://gitlab.com/tezos/tezos

sort by:
Revision Author Date Message Commit Date
1569b16 Tezt: Allows to use [SO_REUSEPORT] to avoid port flakyness 21 March 2023, 09:08:01 UTC
a9bc0ed P2p: [SO_ADDRPORT] can be used for the welcome worker 21 March 2023, 09:08:01 UTC
1258978 Node/Config: Add an option "reuse_port" 21 March 2023, 09:08:01 UTC
313f714 Merge tezos/tezos!7591: Proto/Gas+Pipelining: carbonate signature checking for manager operations Co-authored-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Co-authored-by: Albin Coquereau <albin.coquereau@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> Approved-by: vbot <vincent.botbol@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7591 20 March 2023, 23:46:28 UTC
e8f8bda Docs/Alpha: mention MR !7591 20 March 2023, 22:36:21 UTC
461696f Tests/Pipelining: fix low gas manager tests 20 March 2023, 22:36:21 UTC
8ca5dec Tests/Gas: fix gas level tests 20 March 2023, 22:36:21 UTC
a6576db Tests/Pipelining: don't minimize gas in test_empty_undelegated 20 March 2023, 22:36:21 UTC
c6645ca Tests/Helpers: account for check sig gas in the "Low" gas limit Co-authored-by: Albin Coquereau <albin.coquereau@nomadic-labs.com> 20 March 2023, 22:36:21 UTC
13014c9 Tests: fix hardcoded fees 20 March 2023, 22:36:21 UTC
47f2617 Tests/Gas: make gas limit protocol dependent 20 March 2023, 22:36:21 UTC
0f05319 Tests: manager_operation_gas_cost Tezt constant is proto specific 20 March 2023, 22:36:21 UTC
57bb76e Test/Manager contract: use --fee Instead of hardcoding the exact minimal fee for each transaction, which is verbose to do because it depends on the protocol version, we hardcode an upperbound of the fees and set the transaction fees to this value using the `--fee` option. 20 March 2023, 22:36:21 UTC
d07754a Tests: reset Tezt regression traces I ran dune exec tezt/tests/main.exe regression alpha -- --reset-regressions 20 March 2023, 22:36:21 UTC
faa9008 Proto/Gas: new Operation_costs module This module defines the gas model for checking signatures of manager operations, including the serialization which remains to be benchmarked. 20 March 2023, 22:36:21 UTC
7e8bdc4 Proto: decrease the constant gas cost of manager operation The 1000 value for this constant was mostly there to cover for the cost of checking signatures which is now handled more directly; with the previous commits, the cost now depends on the signature scheme being used and the length of the operation but more importantly it is only consumed as many times as signatures are indeed checked (only once for each batch and never for internal operations). The remaining 100 cost is there to cover the resources used in apply either directly (dispatching on operation kinds) or indirectly (in particular in the production of operation results). 20 March 2023, 22:36:21 UTC
57fe207 Proto/Apply/Manager: consume gas for sig check 20 March 2023, 22:36:21 UTC
ea73973 Proto/Validate/Manager: consume gas for signature check Check that the gas limit of the first manager operation of each batch is enough to pay for the signature check. 20 March 2023, 22:36:21 UTC
054a952 Proto/Operations: split operation serialization from sig checking This commit exports two functions related to serialization of unsigned operations: - Operation.serialize_unsigned_operation used to serialize the operation (will be useful for benchmarking), and - Operation.unsigned_operation_length used to measure the length the operation would take if we serialized it (will be useful for gas models). 20 March 2023, 22:36:20 UTC
435f9a7 Proto/Operations: further simplification of check_signature 20 March 2023, 22:36:20 UTC
449c4f6 Proto/Operations: simplify check_signature 20 March 2023, 22:36:20 UTC
208c649 Merge tezos/tezos!8076: WASM: [Host_funcs.lookup] per revision of the PVM 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/8076 20 March 2023, 22:35:38 UTC
5d1f4b3 WASM: [Host_funcs.lookup] per revision of the PVM Before this patch, only the host funcs registry is specialized for each WASM PVM revision. The [lookup] function is not. This is actually bad, because during the linking phase, the [lookup] function is used to “translate” the host function global name to their implementation name. Modifying this function to unconditionally add a new lookup would therefore change the behavior of the WASM PVM: in a revision where the new host function is missing, it will eventually fails, but not at the same tick. This patches fixes this issue, as a preliminary step towards adding a new host function to the WASM PVM. 20 March 2023, 22:03:26 UTC
961fa9c Merge tezos/tezos!7745: layer2_store: port tests to alcotezt Co-authored-by: Pietro Abate <pietro.abate@nomadic-labs.com> Approved-by: lykimquyen <1718826-lykimquyen@users.noreply.gitlab.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/7745 20 March 2023, 22:02:40 UTC
356da22 layer2_store: port tests to alcotezt 20 March 2023, 21:31:55 UTC
ae291db Merge tezos/tezos!8015: Doc : update Alpha changelog Co-authored-by: bsall <boubacar@nomadic-labs.com> Approved-by: Tezos Merbocop <merbocop@cryptium.ch> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8015 20 March 2023, 21:30:19 UTC
6196dce Doc : update Alpha changelog Co-authored-By: Alain Mebsout <alain.mebsout@functori.com> Co-authored-By: Nic Volanschi <nic.volanschi@nomadic-labs.com> 20 March 2023, 20:12:29 UTC
763e4c7 Merge tezos/tezos!8078: WASM: Add an option to the debugger to select a WASM PVM version 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/8078 20 March 2023, 20:11:43 UTC
9b211b1 WASM: Add an option to the debugger to select a WASM PVM version 20 March 2023, 19:20:01 UTC
973febe Merge tezos/tezos!8089: Benchmark.Measure.save: returns the packed_measurement Co-authored-by: Jun Furuse <jun.furuse@dailambda.jp> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Approved-by: Jun Furuse <jun.furuse@gmail.com> Approved-by: Pavlo Khrystenko <p.khrystenko@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8089 20 March 2023, 19:18:33 UTC
e17fc27 Benchmark.Measure.save: returns the packed_measurement 20 March 2023, 18:50:39 UTC
4235dfd Merge tezos/tezos!8121: SDK: copy [tezos_smart_rollup_entrypoint] from tezos/kernel Co-authored-by: Valentin Chaboche <valentin.chaboche@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/8121 20 March 2023, 18:49:36 UTC
27baf58 SDK: copy [tezos_smart_rollup_entrypoint] from tezos/kernel 20 March 2023, 18:19:28 UTC
087a0b9 Merge tezos/tezos!8090: Proto/Apply: remove error Set_deposits_limit_too_high Co-authored-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: vbot <vincent.botbol@nomadic-labs.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8090 20 March 2023, 17:30:38 UTC
13cc300 Proto/Apply: remove error Set_deposits_limit_too_high The deposit limit is only used in `Delegate_sampler` where `Int64.max_int` is used when the limit is `None`. Hence a limit higher than 10% max_int can't hurt. 20 March 2023, 16:53:46 UTC
8610d2b Merge tezos/tezos!8069: Gossipsub: Implement subscribe/unsubscribe 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/8069 20 March 2023, 16:51:52 UTC
328368a Gossipsub: Port subscribe/unsubscribe tests from rust-libp2p 20 March 2023, 16:19:00 UTC
85490bf Gossipsub: Expose subscribed topic of peers for testing 20 March 2023, 16:19:00 UTC
7d6eb12 Gossipsub: Minor refactor of test code, refine init_state 20 March 2023, 16:19:00 UTC
0e91b7f Gossipsub: Implement subscribe/unsubscribe 20 March 2023, 16:19:00 UTC
8f32bdf Merge tezos/tezos!7534: Signer: reorder the display of the ledger addresses Co-authored-by: Victor Allombert <victor.allombert@nomadic-labs.com> Approved-by: Pierre Boutillier <pierre.boutillier@nomadic-labs.com> Approved-by: vbot <vincent.botbol@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7534 20 March 2023, 15:28:57 UTC
da76711 Changelog: reorder the display of the ledger addresses 20 March 2023, 14:54:39 UTC
2fa1b99 Signer: reorder the display of the ledger addresses 20 March 2023, 14:54:39 UTC
55a22d2 Merge tezos/tezos!7935: Fix [Test revert to unique consensus key] test Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Diane Gallois-Wong <diane.galloiswong@gmail.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7935 20 March 2023, 14:53:05 UTC
117eb2a CI/Tezt: Add [FIXME] for synchronization threshold tests 20 March 2023, 14:18:25 UTC
b443ffc CI/Tezt: re-enable [consensus_key] tests 20 March 2023, 14:18:25 UTC
cc81eee Tezt: remove flaky regression traces for [consensus_key.ml] test 20 March 2023, 14:18:25 UTC
237bb28 Merge tezos/tezos!7987: DAL/crypto: refactoring Co-authored-by: Julien Coolen <julien.coolen@nomadic-labs.com> Approved-by: Yann Regis-Gianas <946787-yrg@users.noreply.gitlab.com> Approved-by: Marc Beunardeau <marc.beunardeau@nomadic-labs.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7987 20 March 2023, 14:17:22 UTC
37f14f3 DAL/crypto: add pretty-printer for commit error 20 March 2023, 13:49:11 UTC
731c399 DAL/crypto: rename Segment_index_out_of_range to Page_index_out_of_range 20 March 2023, 13:49:11 UTC
4dc5342 lib_bls_polynomial: restrict signature of copy Add the previous version of copy in the unsafe version of the module. 20 March 2023, 13:49:11 UTC
c66e2c0 DAL/crypto: use fold_left_map Closes https://gitlab.com/tezos/tezos/-/issues/5059. 20 March 2023, 13:49:11 UTC
f4cc83e lib_bls_polynomial: add fold_left_map 20 March 2023, 13:49:11 UTC
a8d212a DAL/crypto: use Polynomial.truncate 20 March 2023, 13:49:11 UTC
6798885 lib_bls_polynomial: add Polynomial.truncate Closes https://gitlab.com/tezos/tezos/-/issues/5020. 20 March 2023, 13:49:11 UTC
3347e6a DAL/crypto: remove unneeded record field 20 March 2023, 13:49:11 UTC
f9f0724 DAL/crypto: simplify multiple_multi_reveals Closes https://gitlab.com/tezos/tezos/-/issues/5060. The evaluation_ecfft function is now doing the allocation of the result so there is no need to allocate the result manually. 20 March 2023, 13:49:11 UTC
b2c3253 DAL/crypto: evaluation FFT is no longer in-place 20 March 2023, 13:49:11 UTC
4acdb89 Merge tezos/tezos!8105: Snoop: fix tags of encodings Co-authored-by: Pavlo Khrystenko <p.khrystenko@gmail.com> Approved-by: Jun Furuse <jun.furuse@gmail.com> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8105 20 March 2023, 13:47:15 UTC
f69938e Snoop: fix tags of encodings 20 March 2023, 13:09:37 UTC
289df25 Merge tezos/tezos!8062: Snoop: fix output when listing benchmarks Co-authored-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Approved-by: Jun Furuse <jun.furuse@gmail.com> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: Pavlo Khrystenko <p.khrystenko@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8062 20 March 2023, 12:22:17 UTC
a995404 Snoop: fix output when listing benchmarks. 20 March 2023, 11:50:00 UTC
f5d9799 Merge tezos/tezos!7966: EVM/Proxy: support [eth_getTransactionByHash] Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Rodi-Can Bozman <rodi.bozman@functori.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/7966 20 March 2023, 11:48:52 UTC
76c2db5 EVM/Proxy: support [eth_getTransactionByHash] 20 March 2023, 11:16:33 UTC
6135f6e Merge tezos/tezos!8108: DAL/GS: move interfaces to gossipsub_intf.ml Co-authored-by: iguerNL@Functori <iguer@functori.com> Approved-by: Ilias Garnier <ilias.garnier@nomadic-labs.com> Approved-by: Lin Oshitani <linoshitani@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8108 20 March 2023, 11:15:33 UTC
dfdf415 DAL/GS: Use more accurate names for GS automaton interface and arg 20 March 2023, 10:43:06 UTC
c7d8115 DAL/GS: move interfaces to gossipsub_intf.ml 20 March 2023, 10:43:06 UTC
11e99d9 Merge tezos/tezos!7990: EVM/Kernel: initialize kernel with a genesis block Co-authored-by: Rodi-Can Bozman <rodi.bozman@functori.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/7990 20 March 2023, 10:42:09 UTC
bb9f649 EVM/Tezt: shift block progression by one (starting from genesis) 20 March 2023, 10:15:50 UTC
4c0a72d EVM/Tezt: add a genesis_mint_tx field to accounts 20 March 2023, 10:15:50 UTC
e87f9d8 EVM/Kernel: initialize genesis block once on kernel entry 20 March 2023, 10:15:50 UTC
9724cca EVM/Kernel: split account initialisation 20 March 2023, 10:15:50 UTC
8886a63 Merge tezos/tezos!8037: EVM/Tezt: [lib_ethereum] with an eth/wei module 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/8037 20 March 2023, 10:14:51 UTC
554d131 EVM/Tezt: readapt the evm rollup tests with new libs 20 March 2023, 09:34:34 UTC
02177dc Tezt/Lib: readapt eth_cli with wei assets 20 March 2023, 09:34:34 UTC
a81218b Tezt/Lib: moving eth_cli to lib_ethereum 20 March 2023, 09:34:34 UTC
bfb3f57 Tezt/Lib: ethereum wei assets lib 20 March 2023, 09:34:34 UTC
65d826f Tezt/Lib: extracting block to lib_ethereum 20 March 2023, 09:34:34 UTC
ce8f2fb Manifest/Tezt: introducing lib_ethereum 20 March 2023, 09:34:34 UTC
8712832 Merge tezos/tezos!8113: Tezt/records: fail on HTTP errors Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> Approved-by: Sylvain R. <sylvain.ribstein@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8113 20 March 2023, 09:33:45 UTC
0201f0c Tezt/records: fail on HTTP errors [dune exec tezt/records/update.exe -- -a from=last-merged-pipeline] does not fail when the records of the last merged pipeline have been removed by Gitlab. This is since, although GitLab returns a 404 error, curl does not fail by default on HTTP errors. Here, we pass [--fail] to curl, so that the script will fail when the artifacts are removed. Consequently, the job [tezt:fetch-records] will also fail, and the fall back stored in the repo will be used instead. 20 March 2023, 08:42:31 UTC
4fb4a85 Merge tezos/tezos!7555: [DAC] Move operating modes to own module Co-authored-by: Andrea Cerone <andrea.cerone@trili.tech> Approved-by: Gauthier <gauthier@marigold.dev> Approved-by: Ryan Tan <ryan.tan@trili.tech> Approved-by: Joel Bjornson <joel.bjornson@trili.tech> Approved-by: Andrea Cerone <andrea.cerone@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7555 17 March 2023, 19:28:14 UTC
b826ba1 Tezt/Dac: rename Dac_member -> Committee_member 17 March 2023, 18:54:30 UTC
baa30e7 Dac Node/Configuration: General improvements 17 March 2023, 18:54:30 UTC
2fdc5bf Merge tezos/tezos!8088: sdk: add missing error Co-authored-by: Sylvain Ribstein <sylvain.ribstein@gmail.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8088 17 March 2023, 18:53:48 UTC
4001e80 sdk: add missing error type 17 March 2023, 18:06:13 UTC
45033bb Merge tezos/tezos!8075: EVM/Proxy: remove redundant match on rollup_node_config 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/8075 17 March 2023, 18:05:30 UTC
e4b86a0 EVM/Proxy: remove redundant match on rollup_node_config 17 March 2023, 16:57:54 UTC
b84e537 Merge tezos/tezos!8008: [Michelson emacs-mode] Update documentation (tezos-to-octez renaming) Co-authored-by: Julien <julien.tesson@nomadic-labs.com> Approved-by: Tezos Merbocop <merbocop@cryptium.ch> Approved-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8008 17 March 2023, 16:57:08 UTC
223d7dc Michelson emacs-mode: Update documentation with tezos-to-octez renaming 17 March 2023, 16:24:56 UTC
c63e4f5 Merge tezos/tezos!7886: Gossipsub: implement heartbeat Co-authored-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> Approved-by: Lin Oshitani <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/7886 17 March 2023, 16:24:07 UTC
560ce33 Gossipsub: partially implement heartbeat 17 March 2023, 15:24:40 UTC
9182e1c Gossipsub: add FIXME for updating topics in Graft 17 March 2023, 15:24:40 UTC
3dbbdc4 Gossipsub: remove useless module prefix 17 March 2023, 15:24:39 UTC
0231d1e Gossipsub: split get_peers, rename it, and do not use Seq 17 March 2023, 15:24:39 UTC
d89d0a5 Gossipsub: update Score interface 17 March 2023, 15:24:39 UTC
9fc1409 Gossipsub: make score decrease with the penalty 17 March 2023, 15:24:39 UTC
ebe92ec Gossipsub: use penalty instead of penality 17 March 2023, 15:24:39 UTC
125a69f Merge tezos/tezos!8025: Dal/GS: move state monad to a file and document it Co-authored-by: iguerNL@Functori <iguer@functori.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Ilias Garnier <ilias.garnier@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8025 17 March 2023, 14:22:47 UTC
aed2d46 Dal/GS: move state monad to a dedicated file and document it 17 March 2023, 13:49:39 UTC
back to top