https://gitlab.com/tezos/tezos

sort by:
Revision Author Date Message Commit Date
6639bbd Fixup: Update docstring with new api_version parameter 09 May 2023, 10:49:41 UTC
a3e6d99 Fixup: Fetch function should not depend on the API version 09 May 2023, 10:49:41 UTC
93a741e DAC/tezt: v0 specific endpoints are not supported in V1 api 09 May 2023, 10:49:41 UTC
f0f9bb3 DAC/tezt: Test legacy mode does not support v1 API 09 May 2023, 10:49:41 UTC
e235e8e DAC: Enforce `legacy` mode does not support `v1` endpoints 09 May 2023, 10:49:41 UTC
320c3a3 Fixup: Split Dac_node_client into V0 and V1 module 09 May 2023, 10:49:41 UTC
ffe63a7 DAC: Add api_version to Node_context.t 09 May 2023, 10:49:41 UTC
120a3e0 DAC/tezt: Consistent use of API version within same test suites 09 May 2023, 10:49:41 UTC
5bb2896 DAC: Version DAC API with `v0` and `v1` DAC API is currently versioned via two major versions: 1. V0 that corresponds to the API that consists of the old legacy endpoints also used by the `legacy` (super) mode. It is meant to be used during the demo. 2. V1 that corresponds to the API that will be released as a first public API. 09 May 2023, 10:49:41 UTC
cff2e5e Fixup: pp version_rpc_arg correctly 09 May 2023, 10:49:41 UTC
fabe9be DAC: Define `Api` module for versioning DAC API 09 May 2023, 10:49:41 UTC
4004271 DAC: Remove register_get_verify_signature from Coordinator mode 09 May 2023, 10:49:41 UTC
18ce1cc DAC: Add missing license to RPC_services.mli 09 May 2023, 10:49:41 UTC
24df463 Merge tezos/tezos!8522: WASM/Debugger: parse the `name.functions` custom section Co-authored-by: Pierrick Couderc <pierrick.couderc@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/8522 09 May 2023, 09:33:33 UTC
8f5358a WASM/Debugger: Update Changelog for `dump function symbols` 09 May 2023, 08:54:04 UTC
cc67e60 WASM/Debugger: add `dump function symbols` command 09 May 2023, 08:54:04 UTC
b761fbd WASM/Debugger: Custom section parsing 09 May 2023, 08:54:04 UTC
429be4f Merge tezos/tezos!8633: Gossipsub: Properly notify scoring about graft 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/8633 09 May 2023, 08:20:34 UTC
4476f14 Gossipsub: Properly notify scoring about graft We are missing some Score.graft calls 09 May 2023, 06:37:35 UTC
4327566 Gossipsub/Test: Lower heartbeat interval in test_unsubscribe_backoff This is to prevent exceeding [mesh_message_deliveries_activation], which defaults to 5 seconds, within this test 09 May 2023, 06:37:35 UTC
0bd770d Gossipsub/Test: Add Milliseconds.to_int_ms 09 May 2023, 06:37:35 UTC
8ac3a20 Gossipsub/Test: Change Time.elapse to take Milliseconds 09 May 2023, 06:37:35 UTC
af6964d Gossipsub: Expose get_topic_params for testing purpose 09 May 2023, 06:37:34 UTC
78e5c87 Merge tezos/tezos!8642: store: fix problem with duplicated logs in unit tests Co-authored-by: Pietro Abate <pietro.abate@nomadic-labs.com> Approved-by: Victor Allombert <victor.allombert@tezcore.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8642 08 May 2023, 11:12:52 UTC
0c60f93 store: fix problem with duplicated logs in unit tests 08 May 2023, 10:33:55 UTC
16f5f79 Merge tezos/tezos!8586: CI: Simplify the workflow rules Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: pietro <pietro.abate@nomadic-labs.com> Approved-by: Raphaël Proust <code@bnwr.net> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8586 08 May 2023, 10:14:24 UTC
6d81b52 [.gitlab-ci.yml]: Harmonize CI_COMMIT_TAG regexp for beta releases A beta release can be numbered but it is required. Therefore we go with [\d*] instead of [\d+]. 08 May 2023, 09:37:04 UTC
cda1f23 CI/[.gitlab-ci.yml]: comment the 'test latest/tag release' pipelines 08 May 2023, 09:37:04 UTC
5eca0d2 CI/[.gitlab-ci.yml]: refactor [rules] for readability 08 May 2023, 09:37:04 UTC
8aa3a4a CI: Simplify the workflow rules Now each rule is an exact copy of the include rules below. A consequence of this is that we no longer have any push pipelines containing only a single 'trigger' job. 08 May 2023, 09:37:03 UTC
9af8420 Merge tezos/tezos!8609: Devtools/git-gas-diff: disable external diff Co-authored-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> 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/8609 08 May 2023, 05:56:48 UTC
499138f Devtools/git-gas-diff: disable external diff For users of external diffing tools in `git diff` (like patdiff for example), the git-gas-diff.sh script is currently broken because it assumes that the diff is presented in patch format. This commit fixes the script by disabling external diff in the call to `git diff`. 08 May 2023, 05:16:26 UTC
f7a5699 Merge tezos/tezos!8651: Gossipsub: prune after a Graft when nedeed Co-authored-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> Approved-by: Lin Oshitani <linoshitani@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8651 05 May 2023, 18:23:26 UTC
96f6c5c Gossipsub: fix test by using the right constant 05 May 2023, 17:12:05 UTC
8310d3a Gossipsub: improve formating in pp functions 05 May 2023, 17:12:05 UTC
35fcbab Gossipsub: remove outdated FIXME 05 May 2023, 17:12:04 UTC
c2b16d0 Gossipsub: rename Unknown_topic to Unsubscribed_topic 05 May 2023, 17:12:04 UTC
9eb99b0 Gossipsub: sometimes prune after an unsuccessful graft 05 May 2023, 17:09:14 UTC
fd86877 Gossipsub: add backoff to Prune message 05 May 2023, 17:09:13 UTC
441f6e7 Merge tezos/tezos!8607: Implement RPC only baker Co-authored-by: vbot <vincent.botbol@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> Approved-by: Diane Gallois-Wong <diane.galloiswong@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8607 05 May 2023, 15:28:38 UTC
f2248d3 Changelog: add an entry 05 May 2023, 14:55:32 UTC
d15b646 Tests: add RPC-only baker test 05 May 2023, 14:55:32 UTC
1adfb45 Nairobi/Baker: port changes 05 May 2023, 14:55:32 UTC
ea61d8c Mumbai/Baker: port changes 05 May 2023, 14:55:32 UTC
da8a678 Baker: refactor baker commands 05 May 2023, 14:55:32 UTC
76aad73 Baker: expose an RPC-only baker daemon 05 May 2023, 14:55:32 UTC
98dd918 Baker: make context_path an optional argument 05 May 2023, 14:55:32 UTC
fcb481b Merge tezos/tezos!8606: Client: non protocol specific smart rollup alias Co-authored-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Sylvain R. <sylvain.ribstein@gmail.com> Approved-by: Victor Dumitrescu <victor.dumitrescu@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8606 05 May 2023, 14:54:15 UTC
7caeef7 Client/016,017: small wrapper on smart rollup address alias 05 May 2023, 13:24:10 UTC
240deaf Client/Alpha: use smart rollup alias from base wallet 05 May 2023, 13:24:09 UTC
d7a9509 Client: smart rollup commands in base client 05 May 2023, 13:24:09 UTC
46398c5 Client: non protocol specific smart rollup alias 05 May 2023, 13:24:09 UTC
5853315 Merge tezos/tezos!8498: SCORU/Node: move configuration outside of protocol dir Co-authored-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Sylvain R. <sylvain.ribstein@gmail.com> Approved-by: Victor Dumitrescu <victor.dumitrescu@nomadic-labs.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8498 05 May 2023, 13:23:23 UTC
b88f5e1 SCORU/Node: move configuration outside of protocol dir 05 May 2023, 12:49:51 UTC
f6df318 SCORU/Node/017: protocol agnostic configuration - SCORU/Node: configuration does not depend on protocol fee parameters - SCORU/Node: check fee parameters allow operations to be propagated - SCORU/Node: move protocol_max_batch_size computation to node context - SCORU/Node: use protocol agnostic rollup address in configuration 05 May 2023, 12:49:51 UTC
bd2668a SCORU/Node/016: protocol agnostic configuration - SCORU/Node: configuration does not depend on protocol fee parameters - SCORU/Node: check fee parameters allow operations to be propagated - SCORU/Node: move protocol_max_batch_size computation to node context - SCORU/Node: use protocol agnostic rollup address in configuration 05 May 2023, 12:49:51 UTC
4f3339d SCORU/Node: use protocol agnostic rollup address in configuration 05 May 2023, 12:49:50 UTC
82ebbcc SCORU/Node: move protocol_max_batch_size computation to node context 05 May 2023, 12:49:50 UTC
355ec59 SCORU/Node: check fee parameters allow operations to be propagated 05 May 2023, 12:49:50 UTC
2f40967 SCORU/Node: configuration does not depend on protocol fee parameters 05 May 2023, 12:49:50 UTC
f65811c Manifest: initialize protocol agnostic library for smart rollup node 05 May 2023, 12:49:50 UTC
d884bf5 Merge tezos/tezos!8616: Doc : update Alpha changelog Co-authored-by: bsall <boubacar@nomadic-labs.com> Approved-by: Tezos Merbocop <merbocop@cryptium.ch> Approved-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> Approved-by: Alain Mebsout <alain.mebsout@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8616 05 May 2023, 12:01:13 UTC
8beb4b8 Doc : update Alpha changelog 05 May 2023, 11:25:36 UTC
83c65e8 Merge tezos/tezos!8524: SCORU/Node: remove useless handling of finalized block Co-authored-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> Approved-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Victor Dumitrescu <victor.dumitrescu@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8524 05 May 2023, 10:28:59 UTC
bd4db67 SCORU/Node: backport !8524 to Nairobi rollup node - SCORU/Node: only store finalized level instead of L2 block - SCORU/Node: use finalized level where possible - SCORU/Node: remove useless handling of finalized block 05 May 2023, 09:56:45 UTC
0b547f8 SCORU/Node: backport !8524 to Mumbai rollup node - SCORU/Node: only store finalized level instead of L2 block - SCORU/Node: use finalized level where possible - SCORU/Node: remove useless handling of finalized block 05 May 2023, 09:56:45 UTC
b9c736b SCORU/Node: remove useless handling of finalized block This also prevents accidentally fetching a block from a previous protocol. 05 May 2023, 09:56:45 UTC
4e4fa82 SCORU/Node: use finalized level where possible 05 May 2023, 09:56:45 UTC
8da2d9b SCORU/Node: only store finalized level instead of L2 block 05 May 2023, 09:56:45 UTC
b4cca86 Merge tezos/tezos!8587: Alcotezt: port [lib_mec/test] Co-authored-by: lykimq <lykimq@gmail.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: pietro <pietro.abate@nomadic-labs.com> Approved-by: Victor Dumitrescu <victor.dumitrescu@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8587 05 May 2023, 09:09:17 UTC
ae014d3 Alcotezt-ux: add header and invocation header 05 May 2023, 08:03:59 UTC
83bd606 Alcotezt: port [lib_mec/test] 05 May 2023, 08:03:55 UTC
35e8949 Merge tezos/tezos!8436: Plompiler: generalize the number of wires in the architecture of PlonK Co-authored-by: ambrona <mac.ambrona@gmail.com> Approved-by: Antonio Locascio <antonio.locascio1@gmail.com> Approved-by: Marco Stronati <marco@stronati.org> Approved-by: Anne-Laure <anne.laure@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8436 04 May 2023, 12:11:21 UTC
cc82541 lib_plonk: generalize names of T, Si and Ss polynomials 04 May 2023, 11:38:11 UTC
87d8a83 lib_aplonk: generalize permutation argument 04 May 2023, 11:38:11 UTC
331e05a lib_plompiler csir: generalize linear selector names 04 May 2023, 11:38:11 UTC
75aeb2f lib_plonk circuit: generalize [sat_gate] 04 May 2023, 11:38:11 UTC
4ee759f lib_plompiler circuit: generalize [append_lookup] 04 May 2023, 11:38:11 UTC
3d705a3 lib_plompiler utils: remove [map5] function 04 May 2023, 11:38:11 UTC
2115ba7 lib_plompiler csir circuit: generalize [new_constraint] 04 May 2023, 11:38:11 UTC
5894ec4 lib_plompiler solver circuit: generalize [lookup_desc] 04 May 2023, 11:38:11 UTC
35a33f6 lib_plompiler solver circuit: generalize [wires_desc] 04 May 2023, 11:38:11 UTC
b29f878 lib_plompiler solver circuit: generalize [arith_desc] 04 May 2023, 11:38:11 UTC
2c7e08d lib_plompiler csir: generalize [table_or] 04 May 2023, 11:38:11 UTC
166d203 lib_plompiler csir: generalize [wires_of_constr_i] 04 May 2023, 11:38:11 UTC
f5932c8 lib_plonk: generalize [make_gates] 04 May 2023, 11:38:11 UTC
5bb1287 lib_plompiler csir: generalize [raw_constraint] type 04 May 2023, 11:38:11 UTC
5ae0b12 lib_plompiler csir: generalize [Wire] case of [selector_tag] variant 04 May 2023, 11:38:11 UTC
dab65f2 lib_plompiler csir circuit: generalize [q_list] 04 May 2023, 11:38:11 UTC
684cae8 lib_plompiler csir: generalize [entry] and [partial_entry] In order to support arbitrarily many wires 04 May 2023, 11:38:10 UTC
4b6749a Merge tezos/tezos!8330: SORU: EVM: import of benchmark kernel Co-authored-by: pecornilleau <pe.cornilleau@marigold.dev> Approved-by: Thomas Pecseli <thomas.pecseli@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/8330 04 May 2023, 09:15:16 UTC
20738e1 SORU: EVM: benchmark kernel doc 04 May 2023, 08:43:09 UTC
17ac8a7 SORU: EVM: benchmark creation scripts 04 May 2023, 08:43:09 UTC
33c387f SORU: EVM: import of minimal evm kernel from tezos/kernel 04 May 2023, 08:43:09 UTC
9f8b3ae Merge tezos/tezos!8563: alpha: introduce attestation encoding and version 2 of operation encoding Co-authored-by: Albin Coquereau <albin.coquereau@nomadic-labs.com> Approved-by: Raphaël Proust <code@bnwr.net> Approved-by: Diane Gallois-Wong <diane.galloiswong@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8563 04 May 2023, 06:38:22 UTC
9eccbfc changes/alpha: add an entry for legacy operation encoding 04 May 2023, 06:00:08 UTC
5a812a5 changes: add a client entry for the new registered encodings 04 May 2023, 06:00:08 UTC
6b649e9 tezt/tests: add sample as tag in encoding tests 04 May 2023, 06:00:08 UTC
aacce8a tezt/tests: add encoding tests for operation_with_attestation encoding 04 May 2023, 06:00:08 UTC
0e560aa tezt/tests: add preendorsement operations sample to the encoding tests and remove endorsement_with_slot file 04 May 2023, 06:00:08 UTC
back to top