https://gitlab.com/tezos/tezos

sort by:
Revision Author Date Message Commit Date
2ead4cd WIP 14 October 2022, 08:01:53 UTC
58bf19b Merge tezos/tezos!6576: Tests/python: remove unused trace files Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6576 13 October 2022, 16:20:15 UTC
2a89c94 Tests/python: remove unused trace files 13 October 2022, 15:56:15 UTC
dd20741 Merge tezos/tezos!6546: Tests/Python: always run `octez-client run script` with `--trace-stack` Co-authored-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6546 13 October 2022, 15:55:34 UTC
34f087f Tests/Python: regenerate non-alpha regression traces 13 October 2022, 15:31:20 UTC
b866f85 Tests/Python: Backport changes to non-alpha protocols 13 October 2022, 15:31:20 UTC
5b167f8 Tests/Python: regenerate regression traces 13 October 2022, 15:31:20 UTC
a848510 Tests/Python: always run `octez-client run script` with `--trace-stack` This commit activates trace logging for all calls to the emulation of the Michelson interpreter in the test_contract_opcodes.py test. This allows to detect more gas regressions. 13 October 2022, 15:31:20 UTC
943d94d Merge tezos/tezos!6528: CODEOWNERS: add @vch9 and @sribaroud for sc-rollup related files Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Yann Regis-Gianas <946787-yrg@users.noreply.gitlab.com> Approved-by: Seb Mondet <seb@mondet.org> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6528 13 October 2022, 14:15:42 UTC
3cddb72 CODEOWNERS: add @sribaroud for sc-rollup related files 13 October 2022, 13:51:25 UTC
b21b163 CODEOWNERS: add @vch9 for sc-rollup related files 13 October 2022, 13:51:25 UTC
aee69c1 Merge tezos/tezos!6543: WASM: Introduce the `reveal_metadata` host function 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/6543 13 October 2022, 10:19:06 UTC
55e18e5 WASM: Introduce the `reveal_metadata` host function 13 October 2022, 06:58:06 UTC
0e2a69f Merge tezos/tezos!6536: Test: Migrate big_map_arity pytest to Tezt Co-authored-by: YY <jaiyalas@gmail.com> Approved-by: Lin Oshitani <linoshitani@gmail.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6536 13 October 2022, 06:36:49 UTC
1970bc9 Pytest: remove case - big_map_arity_error 13 October 2022, 05:48:09 UTC
0fba37e Tezt: add test case - big_map arity 13 October 2022, 05:48:09 UTC
e78de03 Merge tezos/tezos!6416: SCORU/Node: improve RPC API of rollup node Co-authored-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Yann Regis-Gianas <946787-yrg@users.noreply.gitlab.com> Approved-by: Andrea Cerone <andrea.cerone@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6416 12 October 2022, 19:32:27 UTC
4db830e Test/Tezt: reset regressions for new RPCs 12 October 2022, 19:06:10 UTC
5d4933b Test/Tezt: RPC tests and regressions for rollup node 12 October 2022, 19:06:10 UTC
2afda31 SCORU/Node: RPC ../blocks/<block>/level 12 October 2022, 19:06:10 UTC
b702af2 SCORU/Node: RPC ../blocks/<block>/hash 12 October 2022, 19:06:10 UTC
c97623e Tezt/Tezos: use new SCORU node RPCs and commands 12 October 2022, 19:06:10 UTC
6deffc5 SCORU/Client: option --block/-B for block contextual commands 12 October 2022, 19:06:10 UTC
e16c6ac SCORU/Node: Move RPC ../outbox to block specific section 12 October 2022, 19:06:10 UTC
6e9ac66 SCORU/Node: block aliases "finalized" and "cemented" for RPCs 12 October 2022, 19:06:10 UTC
bcfa526 SCORU/Node: RPCs with block hash or level 12 October 2022, 19:06:10 UTC
a08333b SCORU/Node: mli for RPC server 12 October 2022, 19:06:10 UTC
861ab91 SCORU/Node: remove unused Components.S signature 12 October 2022, 19:06:10 UTC
ea07242 SCORU/Node: one function RPC_server.start 12 October 2022, 19:06:10 UTC
aa521bf SCORU/Node: Encodings module in rollup services 12 October 2022, 19:06:10 UTC
b7aa213 SCORU/Node: inbox RPC returns option instead of 404 12 October 2022, 19:06:10 UTC
1bfcf41 SCORU/Node: RPC services are constants 12 October 2022, 19:06:10 UTC
89f0054 Merge tezos/tezos!6540: WASM: Introduce `store_size` 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/6540 12 October 2022, 14:34:42 UTC
3c577d2 WASM: Introduce `store_value_size` 12 October 2022, 14:10:25 UTC
ef138f9 Merge tezos/tezos!6511: Get_contracts: Report gas consumption for parsing and unparsing Co-authored-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6511 12 October 2022, 13:54:03 UTC
341d920 Devtools/Get_contracts: small refactor to decrease nesting 12 October 2022, 13:30:30 UTC
b58c9f0 Get_contracts: report gas consumption for parsing and unparsing 12 October 2022, 13:30:30 UTC
726f9dc Get_contracts: add a function for measuring gas of unparse_data 12 October 2022, 13:30:30 UTC
d674cb2 Get_contracts: measure consumed gas in parsing functions 12 October 2022, 13:30:30 UTC
3183453 Get_contracts: export parse_data 12 October 2022, 13:30:30 UTC
6051310 Get_contracts: export (_, _) ty and the definition of ex_ty 12 October 2022, 13:30:29 UTC
874aead Get_contracts: add type annotations for some Obj.magic 12 October 2022, 13:30:29 UTC
3d247a8 Get_contracts/Kathmandu: get rid of an unused optional argument 12 October 2022, 13:30:29 UTC
16b809d Get_contracts: Set a gas limit at context preparation Raw_context.prepare produces a context in unlimited gas mode. In that mode, Gas.consume has no effect and we cannot measure any gas consumption. We don't care about the exact limit here as long as it is high enough so we put `max_int`. 12 October 2022, 13:30:29 UTC
3866fc0 Merge tezos/tezos!6513: Proto/Michelson: remove Script_typed_ir.comparable_option_t Co-authored-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: Nicolas Ayache <nicolas.ayache@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/6513 12 October 2022, 13:29:15 UTC
1aa5089 Proto/Michelson: remove Script_typed_ir.comparable_option_t This function is a special case of Script_typed_ir.option_t which is also exported. 12 October 2022, 13:04:47 UTC
f65578a Merge tezos/tezos!6563: Client: update autocomplete script with new command names Co-authored-by: Lucas Randazzo <lucas@nomadic-labs.com> Approved-by: vbot <vincent.botbol@nomadic-labs.com> Approved-by: Romain <romain@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6563 12 October 2022, 13:03:31 UTC
9c0ec7f Client: update autocomplete script with new command names 12 October 2022, 12:37:57 UTC
f6dd7c2 Merge tezos/tezos!6564: Give a positive gas cost to the BALANCE instruction Co-authored-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Lucas Randazzo <lucas.randazzo@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6564 12 October 2022, 12:37:15 UTC
76b94a8 Tests/Tezt: reset regression traces 12 October 2022, 12:12:17 UTC
749094e Tests/Python: regenerate regression traces 12 October 2022, 12:12:17 UTC
5c08bec Proto/Michelson/Gas: give a positive cost to the BALANCE instruction 12 October 2022, 12:12:17 UTC
1bcc588 Merge tezos/tezos!6508: Protocol: Fix and test the specification of search for skip lists Co-authored-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> Approved-by: Yann Regis-Gianas <946787-yrg@users.noreply.gitlab.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6508 12 October 2022, 07:06:54 UTC
154d09e Protocol/DAL: Fix and test the specification of search 12 October 2022, 06:34:01 UTC
f70a430 Merge tezos/tezos!6366: SCORU/Node: Refactor L1 heads processing Co-authored-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Andrea Cerone <andrea.cerone@trili.tech> Approved-by: Yann Regis-Gianas <946787-yrg@users.noreply.gitlab.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6366 11 October 2022, 22:25:37 UTC
e75a3b2 SCORU/Node: remove unused genesis_hash 11 October 2022, 21:58:29 UTC
6565d2a SCORU/Node: store levels of processed blocks 11 October 2022, 21:58:29 UTC
c6c4e8b SCORU/Node: non-recursive processing of new heads 11 October 2022, 21:58:28 UTC
c30d8e4 SCORU/Node: get_predecessor_opt returns None for genesis 11 October 2022, 21:58:28 UTC
d88cbcc SCORU/Node: remove hard exit from Daemon.process_head function 11 October 2022, 21:58:28 UTC
9056def SCORU/Node: remove hard exit from Layer1.get_predecessor function 11 October 2022, 21:58:28 UTC
7ec4ac5 Test/Tezt: Fix event name to reflect last change 11 October 2022, 21:58:28 UTC
aafd318 Tezt/tezos: fix waiting wrong event from scoru node 11 October 2022, 21:58:28 UTC
0eb0bea SCORU/Node: clean up daemon and layer 1 events 11 October 2022, 21:58:27 UTC
44419f1 SCORU/Node: remove Layer1.Head constructor 11 October 2022, 21:58:27 UTC
2a6f6fd SCORU/Node: remove type block_hash 11 October 2022, 21:58:27 UTC
499e6a9 SCORU/Node: move level -> hash mapping to State module 11 October 2022, 21:58:27 UTC
e7301a3 Tezt: reset regressions 11 October 2022, 21:58:27 UTC
dedaff0 SCORU/Node: simplify heads processing 11 October 2022, 18:01:57 UTC
a9f6586 SCORU/Node: remove passing around of configuration in refutation module 11 October 2022, 18:01:57 UTC
b39102a Test/Tezt: test interruption (before first inbox processed) 11 October 2022, 18:01:57 UTC
9854fb7 Tezt/Tezos: remove duplicated code in Tx_rollup_node's wait_for 11 October 2022, 18:01:57 UTC
9d7ffc7 Tezt/Tezos: allow to wait for scoru node events 11 October 2022, 18:01:56 UTC
3cc5a84 Merge tezos/tezos!6393: Typo train Co-authored-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> Co-authored-by: sol.lederer <solomon.lederer@ext.nomadic-labs.com> Co-authored-by: daniel_nomadic <daniel.jean@nomadic-labs.com> Co-authored-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Co-authored-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Co-authored-by: Danny Willems <be.danny.willems@gmail.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/6393 11 October 2022, 17:05:54 UTC
1be2fc2 doc: update banner to v15_rc 11 October 2022, 16:36:09 UTC
bdbaf6c doc: fixing docker sectioning 11 October 2022, 16:36:09 UTC
a65bacf changing 0x00 by 0x03. 0x00 is not supported 11 October 2022, 16:36:09 UTC
7151a1a doc: fix a typo in Lima changelog 11 October 2022, 16:36:09 UTC
4493b1f doc: add link from get_troubleshooting to support 11 October 2022, 16:36:09 UTC
00c3651 doc: fix some redirected links to gitlab docs 11 October 2022, 16:36:08 UTC
d45427d doc: eliminate links to Giganode, whiched ceased operation 11 October 2022, 16:36:08 UTC
2f45743 doc: typo in Michelson 11 October 2022, 16:36:08 UTC
41a28c5 doc: fix banner on smartphones 11 October 2022, 16:36:08 UTC
758a56f doc: typos in snapshots.rst 11 October 2022, 16:36:08 UTC
1bbb11f Doc: typo in JavaScript section 11 October 2022, 16:36:08 UTC
4bfe6f3 doc: link to update instruction in releases/v14 11 October 2022, 16:36:08 UTC
ed07476 Merge tezos/tezos!6542: Documentation for v15~rc1 release Co-authored-by: Romain Bardou <romain@nomadic-labs.com> Approved-by: Romain <romain@nomadic-labs.com> Approved-by: Pierre Boutillier <pierre.boutillier@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6542 11 October 2022, 13:39:34 UTC
62574d9 Docs: add page for version 15.0~rc1 11 October 2022, 12:43:07 UTC
a768982 Changelog: Snapshot for v15 11 October 2022, 12:43:07 UTC
6266e75 Changelog: renaming of executables 11 October 2022, 12:28:37 UTC
467bf10 Merge tezos/tezos!6064: Snoop: default config values for fixed-point codegen Co-authored-by: KOBAYASHI Kazuhiro <kazuhiro.kobayashi@dailambda.jp> Approved-by: Ilias Garnier <ilias.garnier@nomadic-labs.com> Approved-by: Lucas Randazzo <lucas.randazzo@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6064 11 October 2022, 12:12:37 UTC
c86dee4 snoop: add command to show default config for fixed-point 11 October 2022, 11:48:36 UTC
2db989e snoop: default config values for fixed-point codegen 11 October 2022, 11:48:36 UTC
e45ea3f Merge tezos/tezos!6556: WASM: Remove trailing whitespaces in comments Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6556 11 October 2022, 11:23:47 UTC
c2e93c5 WASM: Remove trailing whitespaces in comments 11 October 2022, 10:05:54 UTC
2aba286 Merge tezos/tezos!6541: doc: improve user/snapshots.rst Co-authored-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> Approved-by: Victor Allombert <victor.allombert@tezcore.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6541 11 October 2022, 09:00:37 UTC
b8432a9 doc: improve user/snapshots.rst 11 October 2022, 08:35:12 UTC
f5134cb Merge tezos/tezos!6460: Wasm: expose building block of compute step in Internal for tests Co-authored-by: pecornilleau <pe.cornilleau@marigold.dev> Approved-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Thomas Letan <lthms@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6460 11 October 2022, 08:24:33 UTC
3554c19 Wasm: isolate decomposition in Internal_for_benchmark 11 October 2022, 07:59:29 UTC
bba8cec Wasm: allow redefining compute_step_many stopping condition 11 October 2022, 07:59:29 UTC
back to top