https://gitlab.com/tezos/tezos

sort by:
Revision Author Date Message Commit Date
93fb047 Shell: Remove testchain support 13 May 2022, 21:09:05 UTC
041a5cc Merge branch 'shrmtv@update-changelogs' into 'master' Doc: notices about updated protocol revisions See merge request tezos/tezos!5126 07 May 2022, 12:32:35 UTC
a20df67 Doc: notices about updated protocol revisions 07 May 2022, 10:49:53 UTC
9052aef Merge branch 'hhugo-bisect' into 'master' Cleanup bisect usage See merge request tezos/tezos!5221 06 May 2022, 18:31:04 UTC
b53d6ae Coverage: remove test dep on bisect_ppx 06 May 2022, 17:47:13 UTC
0e2e76c Merge branch 'tx-rollup@better-client' into 'master' Tx_rollup: Make the client provide proper `transfer' and 'withdraw' commands Closes #2929 and #2928 See merge request tezos/tezos!5129 06 May 2022, 17:45:53 UTC
d749913 Tezt,Tx_rollup: test withdrawal command 06 May 2022, 17:01:34 UTC
f7b9f70 Tezt,tx_rollup: Generalize helpers to prepare for the withdraw command 06 May 2022, 17:01:34 UTC
2a7f9ee Tx_rollup: Add a client command to request a layer-2 withdrawal Similar to the transfer command 06 May 2022, 17:01:34 UTC
c35aa81 Tezt,Tx_rollup: test transfer command 06 May 2022, 17:01:34 UTC
02d537f Tx_rollup_client: Allow to craft transactions with signer’s pkh or pk 06 May 2022, 17:01:34 UTC
2f15818 Tx_rollup_client: Refactor commands to use the monadic let operators Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> 06 May 2022, 17:01:34 UTC
42c359e Tx_rollup_client: Remove useless scope 06 May 2022, 17:01:34 UTC
25d4d9a Tx_rollup: Add a client command to request a layer-2 transfer As of now, the transaction rollup client only provides fairly low-level commands. One needs to “craft” (produce a JSON) a transaction, then “craft” a batch, then finally “inject” the transaction. These functions make sense to test the rollup node with care, but not that much for end-users. To improve on the situation, we introduce a new `transfer` command, that can be used by actual human being. 06 May 2022, 17:01:34 UTC
d7c8812 Merge branch 'scoru@wasm-interpreter-package' into 'master' SCORU: Create placeholder for SCORU WASM-related libraries and modules See merge request tezos/tezos!5178 06 May 2022, 17:00:40 UTC
e86e8fe SCORU: Skip ShellCheck for WebAssembly interpreter scripts 06 May 2022, 16:15:25 UTC
9cb0603 SCORU: Add library for SCORU WASM protocol env dependency 06 May 2022, 16:15:25 UTC
10293ae SCORU: Disable formatting for WebAssembly interpreter 06 May 2022, 16:15:25 UTC
3760e04 SCORU: Shield WebAssembly from semgrep 06 May 2022, 16:15:25 UTC
053901e SCORU: Clean Dune-related stuff for WebAssembly interpreter 06 May 2022, 16:15:25 UTC
67b4450 SCORU: Add WebAssembly reference interpreter Starting point: https://github.com/vapourismo/spec/commit/d27227b1f3e6d046efe2e9686ec5aef9c6873e62 06 May 2022, 16:15:25 UTC
6f271d4 Merge branch 'thomas.pecseli@2934-Decrement-staker-only-once' into 'master' Remove double decrement of staker count in withdraw_stake Closes #2934 See merge request tezos/tezos!5219 06 May 2022, 16:14:38 UTC
3fefc60 Remove double decrement of staker count in withdraw_stake 06 May 2022, 15:29:49 UTC
c322808 Merge branch 'sylvain@tx_rollup_client@bls_support_client' into 'master' tx rollup client: use the wallet instead of passing secret keys See merge request tezos/tezos!5134 06 May 2022, 15:29:07 UTC
0ba2ed7 Tezt,tx_rollup: Fix flakiness of [check_injection] When the injector flushes its batches of layer-1 operations to inject, it emits one “injecting” event per layer-1 operation. [check_injection] is a function that checks that an “injecting” event. The previous implementation of [check_injection] was flaky, because it was trying to use the “completed” event emitted once the flush has ended as a way to determine the absence of the “injecting” event. In practice, it meant that if a second call to [check_injection] was done before the “completed” event related to the first “injecting”, then the test would fail. To fix this, we prefer to use a timeout to determine whether or not a “injecting” event is missing or not. 06 May 2022, 14:42:57 UTC
c2ce3ac tezt/toru: update test with new tx cmd and wallet Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> 06 May 2022, 14:42:57 UTC
3eb81e0 toru/client : register signer 06 May 2022, 14:42:57 UTC
e94bc34 toru/client: cmd craft tx return a valid tx 06 May 2022, 14:42:57 UTC
6b0f1f2 toru/client: add cmd to sign tx 06 May 2022, 14:42:57 UTC
a39829e toru/client: sig instead of sk in craft batch cmd 06 May 2022, 14:42:57 UTC
b008e07 client: split file_or_text_parameter in two fct 06 May 2022, 14:42:57 UTC
e0a9114 client_keys: add param and args autocomplete for bls keys 06 May 2022, 14:42:57 UTC
ef48262 toru/client: add a wallet dir to share adds a directory to the config to know where to look for for keys. This directory is different of the tx_rollup base dir as it can be share with the tezos_client. By default it it the tezos_client` directory 06 May 2022, 14:42:56 UTC
3316734 toru/batcher: accepts list of sig for transaction 06 May 2022, 14:42:56 UTC
2e4ff41 Merge branch 'sventimir@delete-contract-patches' into 'master' Proto/Test: Remove smart contract patches. See merge request tezos/tezos!5208 06 May 2022, 09:46:56 UTC
7f881b9 Proto/Test: Remove smart contract patches. These scripts and diffs were used to test and review protocol migration from Ithaca to Jakarta. They're not needed anymore. 06 May 2022, 09:01:06 UTC
4b836e3 Merge branch 'vch9@tx@fix-flaky-test' into 'master' Proto,Test: put back rng state to fix flakiness See merge request tezos/tezos!5214 06 May 2022, 08:59:46 UTC
6e68ee3 Proto,Test: invalid_arg instead of assert 06 May 2022, 08:17:15 UTC
b974184 Proto,Test: put back rng state to fix flakiness 06 May 2022, 08:17:15 UTC
43b2324 Merge branch 'julien@yes-node_more-costly-sig-check' into 'master' Yes-node: make fake signature check more costly See merge request tezos/tezos!3782 06 May 2022, 08:16:35 UTC
039c74a scripts/yes-node: bench signature check cost 06 May 2022, 07:32:59 UTC
b61f37f scripts/yes-node: make fake signature more costly 06 May 2022, 07:32:59 UTC
59ae621 Merge branch 'arvid@fix-ci-coverage-keyword' into 'master' CI: fix coverage configuration following GitLab change Closes #2690 See merge request tezos/tezos!5223 06 May 2022, 07:32:15 UTC
7c54dd6 CI: fix coverage configuration following GitLab change See: - https://gitlab.com/gitlab-org/gitlab/-/issues/344533 - https://docs.gitlab.com/ee/update/deprecations#artifactsreportcobertura-keyword - https://gitlab.com/tezos/tezos/-/issues/2690 06 May 2022, 06:50:09 UTC
e0c9b10 Merge branch 'andrea@scoru-fetch-lcc-in-node' into 'master' Proto: Scoru node: RPC call to fetch LCC level from layer1 See merge request tezos/tezos!5070 06 May 2022, 00:39:45 UTC
b1e2e21 Tezt: test RPC to fetch last cemented commitment hash and level 05 May 2022, 23:01:03 UTC
a428d3e Proto: Scoru: RPC to fetch last cemented commitment hash and level 05 May 2022, 23:01:03 UTC
9a94ee0 Merge branch 'hhugo-no-tooling-dep' into 'master' Opam: no longer depend on tezos-tooling See merge request tezos/tezos!5205 05 May 2022, 19:07:45 UTC
1cc178e Opam: no longer depend on tezos-tooling 05 May 2022, 18:14:22 UTC
6ca7ae5 Merge branch 'mehdi@contract2' into 'master' Proto: unabstract Contract.t See merge request tezos/tezos!5188 05 May 2022, 18:13:00 UTC
bac329d Proto: remove Contract.implicit dumb constructor 05 May 2022, 17:13:43 UTC
12f7e50 Proto: make Contract.t non-private 05 May 2022, 17:13:43 UTC
a37cf13 Proto: remove Contract.is_originated 05 May 2022, 17:13:43 UTC
5fd865e Proto: remove Contract_repr.is_implicit 05 May 2022, 17:13:43 UTC
dfdbdf9 Proto: remove Contract.is_implicit 05 May 2022, 17:13:43 UTC
30bbc13 Proto: expose Contract.t constructors 05 May 2022, 17:13:43 UTC
3872a72 Merge branch 'raphael-p@fix-flaky-test-for-priority-map-of-op-in-prevalidator' into 'master' fix flaky test for priority map of op in prevalidator See merge request tezos/tezos!5193 05 May 2022, 17:13:03 UTC
7cb6226 Shell: document pending-ops invariant Also adhere to that invariant in the tests. 05 May 2022, 16:28:47 UTC
e22cc45 Shell/test: improve code of prevalidator-pending-ops test 05 May 2022, 16:28:47 UTC
07118cc Test: helpers for misc tests 05 May 2022, 16:28:47 UTC
d73daa9 Merge branch 'jobjo@rmp-deposit' into 'master' Proto: Scoru: rollup management protocol See merge request tezos/tezos!5138 05 May 2022, 16:27:26 UTC
98c9c6e Test: rollup management protocol 05 May 2022, 15:45:26 UTC
c7170ea Proto: introduce rollup management protocol module 05 May 2022, 15:45:26 UTC
08a6bcf Merge branch 'arvid@interruptible' into 'master' CI: Set interruptible more coherently See merge request tezos/tezos!5190 05 May 2022, 14:41:07 UTC
3c44624 CI: Set interruptible more consequently 05 May 2022, 13:53:12 UTC
071e3e4 Merge branch 'romain-v12-and-v13-doc' into 'master' Documentation for 12.4 and 13.0 See merge request tezos/tezos!5184 05 May 2022, 13:51:52 UTC
1a42bfd Changelog: update for v13.0 05 May 2022, 13:06:45 UTC
789b059 Doc: add doc for v13.0 05 May 2022, 13:06:45 UTC
a34b654 Changelog: update for v12.4 05 May 2022, 13:06:45 UTC
336bb9b Doc: add doc for v12.4 05 May 2022, 13:06:45 UTC
7cc491a Merge branch 'hhugo-mv-lint-to-scripts' into 'master' CI: move lint.sh in scripts See merge request tezos/tezos!5206 05 May 2022, 13:05:22 UTC
d6e8f6b CI: move lint.sh in scripts 05 May 2022, 12:20:09 UTC
42749b0 Merge branch 'yy@typo-in-lib_validation' into 'master' lib_validation: fix typo See merge request tezos/tezos!5207 05 May 2022, 12:18:48 UTC
bbb2437 lib_validation: fix typo 05 May 2022, 11:32:56 UTC
ff49be8 Merge branch 'rb@tezting-migration' into 'master' Add multiple migration tests in Tezt See merge request tezos/tezos!4849 05 May 2022, 10:03:23 UTC
31e1cea Test/Tezt: tests for baker-based protocol migration A first test mainly checks that the chain progresses after the transition block using bakers. This checks that we indeed include *no* endorsements for the transition block. A second test checks that the chain still progresses correctly *even after* activating 2 different migration blocks on 2 different nodes, then re-syncing them. Pre-migration blocks are injected manually using `bale for`, post-migration blocks are injected by baker daemons. The third test is similar, except that pre-migration blocks are injected using bakers (timing is important). It uses 3 nodes, separated into 2 groups, none of which has enough voting power to work without the other. Prior to migration, we simulate a network issue, which disconnects the groups. They are reconnected after migration blocks are proposed and are expected to resume making progress on the chain. 05 May 2022, 09:17:32 UTC
bb34b00 Tezt/Lib: export wait_for_ready/run/create in Baker 05 May 2022, 09:17:32 UTC
897d993 Test/RPC: add `operations/[validation_pass]/[operation_offset]`` Add RPC support for `/chain/[chain]/blocks/[block]/operations/[validation_pass]/[operation_offset]` Used in protocol_migration 05 May 2022, 09:17:32 UTC
66c23f0 Merge branch 'raphael-p@fix-bugs-in-sized-set-and-sized-map' into 'master' Base: fix bugs in SizedSet and SizedMap See merge request tezos/tezos!5191 05 May 2022, 08:19:23 UTC
9bdc1d8 Base: small improvements in SizedSet 05 May 2022, 07:36:09 UTC
a00b86c Base: fix bugs in SizedSet and SizedMap Specifically bugs where the `cardinal` field would become inconsistent with the actual cardinal of the underlying data-structure. 05 May 2022, 07:36:09 UTC
fb0c2d6 Merge branch 'dannywillems-bump-up-bls12-381-3.0.3' into 'master' Bump up bls12-381 to 3.0.3 See merge request tezos/tezos!5187 04 May 2022, 15:10:32 UTC
d3394c5 Build: update public opam repository for bls12-381.3.0.3 04 May 2022, 14:23:06 UTC
0219814 Merge branch 'arvid@improve-opam-test-output2000' into 'master' CI/opam-test: improve opam error logging See merge request tezos/tezos!5102 04 May 2022, 13:04:21 UTC
e64bdcc CI/opam-test: improve opam error logging 04 May 2022, 12:19:26 UTC
d85ab37 Merge branch 'emturner@2793-scoru-node-fee-parameter-args' into 'master' SCORU: add fee-parameter rollup node configuration Closes #2793 See merge request tezos/tezos!5133 04 May 2022, 12:18:07 UTC
21d960d Scoru: Rollup node: use config fee_parameter in publish commitment 04 May 2022, 11:34:52 UTC
302f363 Scoru: Rollup node: add fee_parameter to sc_rollup_node config 04 May 2022, 11:34:52 UTC
1657fde Merge branch 'sylvain@bls_encrypted_signer' into 'master' client keys: add encrypted signer for bls See merge request tezos/tezos!5105 04 May 2022, 11:34:07 UTC
7676f20 Client/BLS: add tests for keys encryption 04 May 2022, 10:51:02 UTC
b89dc38 client/bls: add switch to show private keys 04 May 2022, 10:51:02 UTC
fd11ac4 client: bls keys can be encrypted 04 May 2022, 10:51:02 UTC
0e5e816 signer: add encrypted backend for aggregate keys 04 May 2022, 10:51:02 UTC
a94a850 crypto/base58: fix size comment 04 May 2022, 10:51:02 UTC
5dbc542 Merge branch 'tx_rollup_node@vch9@forbid-large-transaction' into 'master' Tx_rollup,Node: forbid too large transaction in the batcher Closes #2796 See merge request tezos/tezos!5108 04 May 2022, 10:49:44 UTC
eef50bb Tx_rollup,Node: forbid too large transactions in the batcher 04 May 2022, 10:06:04 UTC
11c46e3 Tezt,Tx_rollup: craft tx multiple transfers 04 May 2022, 10:06:04 UTC
fc147e4 Tezt,Tx_rollup: abstract l2-transfer type 04 May 2022, 10:06:04 UTC
c7b103c Tx_rollup,Client: command for multiple transfers 04 May 2022, 10:06:04 UTC
c2502b4 Merge branch 'rb@tb-cleanup-todos-fixmes' into 'master' (partial) cleanup of TODOS & FIXMES in Tenderbake's codebase (`lib_delegate`) See merge request tezos/tezos!4763 04 May 2022, 10:04:03 UTC
back to top