https://gitlab.com/tezos/tezos

sort by:
Revision Author Date Message Commit Date
1450d36 WIP: Does not compile: generalize slots pages creation 24 October 2022, 07:27:59 UTC
10d42c0 WIP 24 October 2022, 05:24:43 UTC
91c9cc5 Pbt DAL refutation: refactor main functions to prepare adding DAL 23 October 2022, 05:31:37 UTC
bcdb160 Pbt DAL refutation: refactor existing code 23 October 2022, 05:28:51 UTC
b2adaf7 Pbt DAL refutation: adapt helpers to be able to change all parameters 22 October 2022, 16:48:41 UTC
99b50a9 Pbt DAL refutation: add PVM_sig.pp_input 22 October 2022, 16:47:57 UTC
1fa0df1 Pbt DAL refutation: export more DAL functions. 22 October 2022, 16:47:24 UTC
675cbc2 Test/Tezt: interpret confirmed Dal pages content in Arith PVM 22 October 2022, 16:18:09 UTC
74d34f1 Extend rollup node interpreter with Dal pages support 22 October 2022, 16:18:09 UTC
c14cf74 Proto/Dal: add support for Dal in Arith PVM 22 October 2022, 16:18:09 UTC
7abae61 Proto, scoru node: plug Dal refutation in sc_rollup_proof_repr 22 October 2022, 16:18:08 UTC
87d73d3 Proto/Dal: prepare integration of Dal refutation in Sc_rollup_proof_repr 22 October 2022, 16:18:08 UTC
28e5532 Proto/Dal: add dal slots skip list in refutation game state at init 22 October 2022, 16:18:08 UTC
996e4a3 Proto/Dal: expose more functions from Dal_slot_repr in alpha_context 22 October 2022, 16:18:08 UTC
7f29704 Merge tezos/tezos!6566: Typo train Co-authored-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Co-authored-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> Approved-by: Romain <romain@nomadic-labs.com> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6566 21 October 2022, 16:30:17 UTC
553829c doc: use octez-snoop instead of tezos-snoop 21 October 2022, 16:00:03 UTC
f9997e1 docs/snapshots: fix ipfs.io link 21 October 2022, 16:00:03 UTC
acfe886 Docs: Fix testnet links in [transaction_rollups.rst] 21 October 2022, 16:00:02 UTC
d3aed9b doc/testing: remove outdated info on `gitlab-runner` 21 October 2022, 16:00:02 UTC
8d6a379 doc: explain notion of subtraction underflow in RPC errors 21 October 2022, 16:00:02 UTC
93b00b1 doc: better describe typo trains in contributing.rst 21 October 2022, 16:00:02 UTC
6232b1c proto: add doc string for Consensus_key module 21 October 2022, 16:00:02 UTC
b6721c9 Merge tezos/tezos!6583: Proto: fix ignored values (part 3/3) Co-authored-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> Approved-by: Raphaël Proust <code@bnwr.net> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6583 21 October 2022, 10:08:16 UTC
b595f77 Proto/Tests: add types to ignored values 21 October 2022, 09:11:22 UTC
2f0bad2 Proto/Tests: explicit ignoring tuples It's simpler than adding a type 21 October 2022, 09:11:22 UTC
adbac61 Proto/Tests: do not ignore unit 21 October 2022, 09:11:22 UTC
5c4620d Proto/Tests/Transfer: do not ignore polymorphic value 21 October 2022, 09:11:22 UTC
784851b Proto/Tests/TORU: remove ignored value 21 October 2022, 09:11:22 UTC
232145c Proto: add types to ignored values 21 October 2022, 09:11:22 UTC
cde1532 Merge tezos/tezos!6635: Node: Add --network limanet Co-authored-by: Killian Delarue <killian.delarue@nomadic-labs.com> Approved-by: Romain <romain@nomadic-labs.com> Approved-by: Nicolas Ochem <nicolas.ochem@gmail.com> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6635 21 October 2022, 07:58:04 UTC
4debe45 Changelog: Add --network Limanet 21 October 2022, 07:31:05 UTC
5b4989e Node: add --network limanet argument 21 October 2022, 07:31:05 UTC
b2c68de Docs: add Limanet 21 October 2022, 07:31:05 UTC
ea4d659 Merge tezos/tezos!6493: Stresstest: 1 op per manager per block is now default Co-authored-by: Victor Allombert <victor.allombert@nomadic-labs.com> Approved-by: Diane Gallois-Wong <diane.galloiswong@gmail.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> Approved-by: Killian Delarue <killian@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6493 21 October 2022, 07:11:48 UTC
f6e41dc Bin_tps: remove single_op_per_pkh_per_block argument accordingly 21 October 2022, 06:47:40 UTC
c9f6e6d Tests/Tezt: remove single_op_per_pkh_per_block argument accordingly 21 October 2022, 06:47:40 UTC
417a579 Proto_014/stresstest: single op per manager per block is now default 21 October 2022, 06:47:40 UTC
dfa1268 Proto_015/stresstest: single op per manager per block is now default Backport from tezos/tezos!6493 21 October 2022, 06:47:40 UTC
22eebb6 Proto/stresstest: single op per manager per block is now default Fixes https://gitlab.com/tezos/tezos/-/issues/2522 21 October 2022, 06:47:40 UTC
309be0b Merge tezos/tezos!6127: snoop: code generation should provide comments of the model name and the multiplier in float Co-authored-by: Sota Sato <sota.sato@dailambda.jp> Approved-by: Jun Furuse <jun.furuse@gmail.com> Approved-by: Lucas Randazzo <lucas.randazzo@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6127 20 October 2022, 21:43:38 UTC
0b7abed lib_benchmark: add a comment of auto-generated-and-do-not-edit 20 October 2022, 21:18:30 UTC
fb226dd lib_benchmark: stop printing 'module' when generating multiple models 20 October 2022, 21:18:30 UTC
c279d7e proto: change codegen benchmark to remove proto name suffix 20 October 2022, 21:18:29 UTC
5a73fd4 lib_benchmark: add description comments for genered code 20 October 2022, 21:18:29 UTC
0b789c6 Merge tezos/tezos!6640: Lib_benchmark/test: fix test blake2b compilation Co-authored-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> Approved-by: Romain <romain@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6640 20 October 2022, 15:27:13 UTC
d060ceb Lib_benchmark/test: fix test blake2b compilation 20 October 2022, 15:06:46 UTC
f251e51 Merge tezos/tezos!6579: Proto/Tests: fix ignored values (part 2/3) Co-authored-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> Approved-by: Raphaël Proust <code@bnwr.net> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6579 20 October 2022, 15:06:02 UTC
fc627bc Proto/Tests: add types to ignored named values 20 October 2022, 14:44:15 UTC
a9606f3 Proto/Tests: add types to ignored values 20 October 2022, 14:44:15 UTC
fad2e08 Proto/Tests: give names to ignored pair 20 October 2022, 14:44:15 UTC
0caee15 Proto/Tests: do not ignore unit 20 October 2022, 14:44:15 UTC
fadf7c9 Proto/Tests/Test_storage: add types to ignored values 20 October 2022, 14:44:15 UTC
f3e132e Proto/Tests/Merkle_list: fix ignored result 20 October 2022, 14:44:14 UTC
204d9d0 Proto/Tests/SCORU: fix ignored Lwt value 20 October 2022, 14:44:14 UTC
bc01008 Proto/Tests/Voting: fix try-with with Lwt 20 October 2022, 14:44:14 UTC
1e39298 Merge tezos/tezos!6645: Fix ZKRollup test (Proto/Tests/Zk_rollup: fix ignored result) Co-authored-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Marco Stronati <marco@stronati.org> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6645 20 October 2022, 14:43:24 UTC
571b1dc Proto/Tests/Zk_rollup: fix ignored result 20 October 2022, 14:19:26 UTC
463bf67 Merge tezos/tezos!6633: Fix genesis initial fitness to match tenderbake invariants Co-authored-by: vbot <vincent.botbol@nomadic-labs.com> Approved-by: Diane Gallois-Wong <diane.galloiswong@gmail.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Pierre Boutillier <pierre.boutillier@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6633 20 October 2022, 14:18:38 UTC
018f62e Genesis: fix initial fitness to match tenderbake invariants 20 October 2022, 13:53:48 UTC
20659dd Merge tezos/tezos!6646: Tests: Run DAL tests on less configs to reduce CI time Co-authored-by: iguerNL@Functori <iguer@functori.com> Approved-by: Andrea Cerone <andrea.cerone@trili.tech> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6646 20 October 2022, 13:52:25 UTC
a924cab Tests: only run unit & pbt DAL tests with custom/small parameters 20 October 2022, 13:27:57 UTC
926a7d0 Tests: derive DAL cryptobox (smaller) parameters from mainnet ones 20 October 2022, 13:27:57 UTC
3d10aee Merge tezos/tezos!6504: Proto: update migration for Lima Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Co-authored-by: Fedor Sheremetyev <sheremetyev@gmail.com> Approved-by: Romain <romain@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6504 20 October 2022, 13:27:03 UTC
59c37bb Proto: remove leftover from Kathmandu migration 20 October 2022, 12:11:47 UTC
3e2b2bf Tezt: run tickets migration test on Lima 20 October 2022, 12:11:47 UTC
4b5e2cc Tezt: update ghostnet dictator tests for Lima 20 October 2022, 12:11:47 UTC
205e8f0 Tests/Python: test migration from Lima 20 October 2022, 12:11:47 UTC
b304cc2 Tests/Tezt: test migration from Lima 20 October 2022, 12:11:47 UTC
582bda0 Proto: update migration for Lima Stitching to Alpha now goes from Lima instead of Kathmandu. 20 October 2022, 12:11:47 UTC
a552bbf Merge tezos/tezos!6253: Resolve "Snoop: separate Generated_cost module in michelson_v1_gas.ml of protocol" Co-authored-by: Sota Sato <sota.sato@dailambda.jp> Approved-by: Jun Furuse <jun.furuse@gmail.com> Approved-by: Lucas Randazzo <lucas.randazzo@nomadic-labs.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6253 20 October 2022, 10:53:36 UTC
7ca6744 proto: move some gas cost functions that cannot be auto-generated 20 October 2022, 09:29:02 UTC
3213715 proto: arrange arguments of gas cost functions for auto-generation 20 October 2022, 09:29:02 UTC
2efe894 proto: expose some operators in saturation_repr.Syntax 20 October 2022, 09:29:02 UTC
bfe45e3 proto: separate _costs and _costs_generated from michelson_v1_gas.ml 20 October 2022, 09:29:02 UTC
7e0d76d Merge tezos/tezos!6550: Doc: Update Alpha changelog Co-authored-by: Fedor Sheremetyev <sheremetyev@gmail.com> Approved-by: Tezos Merbocop <merbocop@cryptium.ch> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6550 20 October 2022, 09:28:06 UTC
88a2b77 Doc: Update Alpha changelog Describe changes done before 17th October. 20 October 2022, 08:01:29 UTC
5882e4c Doc: Update Alpha changelog Describe protocol changes merged to master last week. 20 October 2022, 08:01:29 UTC
25a49e9 Merge tezos/tezos!6623: [DAC] Change hash for reveal image input Co-authored-by: Andrea Cerone <andrea.cerone@trili.tech> Approved-by: Yann Regis-Gianas <946787-yrg@users.noreply.gitlab.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6623 20 October 2022, 00:43:53 UTC
20431e2 Tezt: reset regressions 19 October 2022, 23:19:14 UTC
0d9cdae Environment: rename input_hash to reveal_hash 19 October 2022, 23:19:14 UTC
fb310e4 Proto/Rollup node: Use Reveal_hash for reveal inputs 19 October 2022, 23:19:14 UTC
9f97d4c Proto: Hash for reveal preimage input 19 October 2022, 23:19:14 UTC
228e0fb Merge tezos/tezos!6624: SCORU WASM: Split core PVM functions into ones that operate on serialized and unserialized state Co-authored-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Pierre-Emmanuel CORNILLEAU <pe.cornilleau@marigold.dev> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6624 19 October 2022, 23:18:29 UTC
a707281 SCORU: WASM: Seperate core PVM functions into serialized and unserialised 19 October 2022, 21:52:05 UTC
876dc75 Merge tezos/tezos!6066: snoop: change codegen to generate saturated arithmetic Co-authored-by: Ilias Garnier <ilias.garnier@nomadic-labs.com> Co-authored-by: Sota Sato <sota.sato@dailambda.jp> Approved-by: Ilias Garnier <ilias.garnier@nomadic-labs.com> Approved-by: Lucas Randazzo <lucas.randazzo@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6066 19 October 2022, 20:27:20 UTC
4ad313d lib_benchmark: add some expect_test in codegen Co-author: Sota Sato <sota.sato@dailambda.jp> 19 October 2022, 19:08:55 UTC
01e360e manifest: activate expect_test for lib_benchmark 19 October 2022, 19:08:55 UTC
32ee3ab lib_benchmark: suppress unused open warnings for generated code 19 October 2022, 19:08:55 UTC
5cd137c lib_benchmark: stop generating shorthanded module name 19 October 2022, 19:08:55 UTC
fbac4f0 lib_benchmark: lift lambda abstractions to improve readability of generated code 19 October 2022, 19:08:54 UTC
0947052 lib_benchmark: change codegen to generate saturated arithmetic 19 October 2022, 19:08:54 UTC
de48c12 Merge tezos/tezos!6569: Doc/v15: add few instructions for context pruning Co-authored-by: Victor Allombert <victor.allombert@nomadic-labs.com> Approved-by: Germán Delbianco <german@nomadic-labs.com> Approved-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> Approved-by: vbot <vincent.botbol@nomadic-labs.com> Approved-by: Tezos Merbocop <merbocop@cryptium.ch> Approved-by: Romain <romain@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6569 19 October 2022, 19:07:51 UTC
e332dd1 Doc/v15: add few instructions for context pruning 19 October 2022, 17:50:28 UTC
5dce87f Merge tezos/tezos!6605: RPC/Delegate: baking_rights computation takes advantage of caching of the table of slot holder Co-authored-by: Pierre Boutillier <pierre.boutillier@nomadic-labs.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> Approved-by: vbot <vincent.botbol@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6605 19 October 2022, 17:49:03 UTC
e49b590 GHANGES: Add {baking,endorsing}_rights RPC improvements 19 October 2022, 16:31:14 UTC
bf02dac RPC/Delegate: Backport: validators computation takes advantage of caching 19 October 2022, 16:31:14 UTC
aa14c33 RPC/Delegate: validators computation takes advantage of caching 19 October 2022, 16:31:14 UTC
f4a2e97 RPC/Delegate: Backport: endorsing_rights computation takes advantage of caching 19 October 2022, 16:31:14 UTC
a6d5cd3 RPC/Delegate: endorsing_rights computation takes advantage of caching 19 October 2022, 16:31:14 UTC
8408155 RPC/Delegate: Backport: baking_rights computation takes advantage of caching 19 October 2022, 16:31:13 UTC
back to top