https://gitlab.com/tezos/tezos

sort by:
Revision Author Date Message Commit Date
b26fece WIP version with less diff 29 November 2022, 11:11:38 UTC
33c5a3d WIP: group operations under common tags ZK 29 November 2022, 10:51:07 UTC
389d4c7 Merge tezos/tezos!5444: Proto: Support for BLS signatures and tz4 accounts in protocol Co-authored-by: Alain Mebsout <alain.mebsout@functori.com> Co-authored-by: vbot <vincent.botbol@nomadic-labs.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> Approved-by: vbot <vincent.botbol@nomadic-labs.com> Approved-by: Raphaël Proust <code@bnwr.net> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/5444 28 November 2022, 11:51:21 UTC
5466984 Doc: mention restriction that delegates cannot be tz4 28 November 2022, 11:26:54 UTC
8488c27 Proto: disallow tz4 self-delegation/update consensus key in validate 28 November 2022, 11:26:54 UTC
6d8dd9c Proto: tail recursive Operation.of_list 28 November 2022, 11:26:54 UTC
dbd2657 Tests/Proto: unit tests for split signature decoding errors 28 November 2022, 11:26:54 UTC
eb69eac Tests/Proto: Roundtrip operation encoding 28 November 2022, 11:26:53 UTC
e6b3814 Tests/Proto: better generators 28 November 2022, 11:26:53 UTC
f949e60 Tests: consensus keys cannot be tz4 28 November 2022, 11:26:53 UTC
f39c1b9 Tests/Proto: include tz4 in generators 28 November 2022, 11:26:53 UTC
2a9570c Tests/Tezt: adapt signer test and check forbidden tz4 delegate 28 November 2022, 11:26:53 UTC
e05921d Proto: forbid consensus keys to be tz4 28 November 2022, 11:26:53 UTC
26ef1da Proto: forbid delegates registration of tz4 accounts Note that it is still possible to have tz4 delegates if they are set as bootstrap accounts for instance. 28 November 2022, 11:26:53 UTC
a85b2a3 Crypto/Encoding: Restrict tagged signature to BLS only This is done so that legacy signatures have a unique valid binary representation. 28 November 2022, 11:26:53 UTC
1a2cd88 Doc: mention #3811 at first change point 28 November 2022, 11:26:53 UTC
8b9c30e Doc: changelog client and protocol 28 November 2022, 11:26:53 UTC
45b5ce2 Doc: mention new cryptographic curve supported by Tezos 28 November 2022, 11:26:53 UTC
faa92c0 Tezt: minor simplification in one of SCORU test 28 November 2022, 11:26:53 UTC
1bbf284 Test/Tezt: test tx rollup withdrawals to tz4 addresses on L1 28 November 2022, 11:26:53 UTC
a37c108 Test/Tezt: test client signatures and on chain check 28 November 2022, 11:26:53 UTC
79ec62a Test/Tezt: test transfers between tz1, tz2, tz3, tz4 28 November 2022, 11:26:53 UTC
b066c4c Test/Tezt: test BLS keys in wallet 28 November 2022, 11:26:53 UTC
02f3d5b Tezt/Tezos: define new constant tz4_account 28 November 2022, 11:26:53 UTC
2bba9e5 Test/Tezt: BLS baker test 28 November 2022, 11:26:53 UTC
178155e Test/Tezt: BLS remote signer 28 November 2022, 11:26:53 UTC
02d5d0d Tezt/Tezos: override bootstrap accounts easily 28 November 2022, 11:26:53 UTC
4ed007c Shell/RPC: /injection returns real hash of operation Reencoding the operation might yield a different result now that there are multiple encodings for signatures. 28 November 2022, 11:26:53 UTC
c038af9 Client/Alpha: fix signature length w.r.t. new encoding 28 November 2022, 11:26:53 UTC
0991efc Proto/Alpha/Tx_rollup: backward compatible JSON encoding for L2 ops This allows to represent withdrawals to tz4 accounts on L1 and to distinguish with transfers on L2 to tz4 accounts. 28 November 2022, 11:26:53 UTC
cf50bed Proto/Alpha: binary encoding for operations with split signature 28 November 2022, 11:26:52 UTC
023fff3 Yes-wallet: adapt to signature versions 28 November 2022, 11:26:52 UTC
35aea4a Tests/Alpha: Generate real BLS signatures 28 November 2022, 11:26:52 UTC
cd0504e Benchmarks/Alpha: benchs for BLS signatures, keys Co-authored-by: Lucas Randazzo <lucas@nomadic-labs.com> Co-authored-by: Alain Mebsout <alain.mebsout@functori.com> 28 November 2022, 11:26:52 UTC
e570667 Signer: variable length signatures 28 November 2022, 11:26:52 UTC
ddb6381 Client/Alpha: variable length signatures 28 November 2022, 11:26:52 UTC
75489a7 Proto/Alpha: variable length signatures 28 November 2022, 11:26:52 UTC
a5d7260 Proto/Alpha: BLS crypto support 28 November 2022, 11:26:52 UTC
2c0b29e Environment/V8: define Data_encoding.splitted 28 November 2022, 11:26:52 UTC
db81e48 Environment V8: BLS crypto support 28 November 2022, 11:26:52 UTC
40a0638 Shell/benchmarks: BLS encoding benchmarks 28 November 2022, 11:26:52 UTC
9a3881a Signer backend: BLS support 28 November 2022, 11:26:52 UTC
d587982 Client base: support BLS for client keys 28 November 2022, 11:26:52 UTC
23e7c75 Crypto: Signature splitted binary representation 28 November 2022, 11:26:52 UTC
1ef8dd4 Crypto: add support for BLS in Signature V1 28 November 2022, 11:26:52 UTC
340425f Merge tezos/tezos!6302: Signature module versioning Co-authored-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Raphaël Proust <code@bnwr.net> Approved-by: vbot <vincent.botbol@nomadic-labs.com> Approved-by: Yann Regis-Gianas <946787-yrg@users.noreply.gitlab.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6302 28 November 2022, 11:26:05 UTC
5a90809 Benchmarks: use environment signature 28 November 2022, 11:07:42 UTC
c4d6ebd Test/Tezt: fix mockup test for signature versions 28 November 2022, 11:07:42 UTC
333769e Doc: changelog for signature versioning 28 November 2022, 11:07:41 UTC
8d0ed90 Yes-wallet: adapt to signature versions 28 November 2022, 11:07:41 UTC
62ddfa7 Proto_0*/Benchmarks: use Crypto_samplers.V0 Patch obtained with: find src/proto_0* src/proto_genesis -iname "*.ml*" -exec sed -i -e 's/Crypto_samplers\.Finite/Crypto_samplers.V0.Finite/g; s/Crypto_samplers\.Make/Crypto_samplers.V0.Make/g' {} \; make fmt-ocaml 28 November 2022, 11:07:41 UTC
a925005 Proto_0*: use Client_keys.V0 Patch obtained with find src/proto_0* src/proto_genesis -iname "*.ml*" -exec sed -i -e s/Client_keys/Client_keys_v0/g {} \; make fmt-ocaml 28 November 2022, 11:07:41 UTC
df95b35 Proto_0*: use Signature.V0 Patch obtained with: find src/proto_0* src/proto_genesis -iname "*.ml*" -exec sed -i -e s/Tezos_crypto.Signature/Tezos_crypto.Signature.V0/g {} \; make fmt-ocaml 28 November 2022, 11:07:41 UTC
0926171 Benchmarks: crypto sampler parameterized by signature module 28 November 2022, 11:07:41 UTC
9ff281a Benchmarks: versioned crypto samplers 28 November 2022, 11:07:41 UTC
dc22b7b Rollups/Alpha: fixes for signature versions 28 November 2022, 11:07:41 UTC
0860431 Client/Alpha: compatibility with future versions 28 November 2022, 11:07:41 UTC
7cfa735 Client/Alpha: parse V1 keys 28 November 2022, 11:07:41 UTC
dbee446 Client/006,008,009,010,011,012,013,014,015: parse V0 keys 28 November 2022, 11:07:41 UTC
1c0e135 Client base: versioned Client_keys 28 November 2022, 11:07:41 UTC
b93526f Environment V8: depends on V1 signature (prepare for BLS crypto) 28 November 2022, 11:07:41 UTC
c8e75a6 Environments V0-V7: depend on V0 signature (no BLS) 28 November 2022, 11:07:41 UTC
d20729d Cryto: Of_V_latest conversion modules 28 November 2022, 11:07:40 UTC
55cd72c Crypto: Versioned Signature module - V0 is the old Signature - V1 is a duplicate of V0 (for now) - V_latest is a pointer to V1 28 November 2022, 11:07:40 UTC
aa12b4f Merge tezos/tezos!6447: ci: Use dedicated runners for the build jobs Co-authored-by: mujx <mujx@tuta.io> Approved-by: Neo <11726174-neo.nl@users.noreply.gitlab.com> Approved-by: Romain <romain@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6447 28 November 2022, 11:06:48 UTC
3bfe297 ci: Use dedicated runners for the build jobs The runners are configured to use the dune cache, which is a directory mounted on the docker container during the build time. Note that the executing jobs on the dedicated runners is controller by the `dedicated` tag and is only allocated for the build related jobs. Update tag name 28 November 2022, 10:44:15 UTC
847cfff Merge tezos/tezos!6839: Proto/Client: add commands for ZKRU operations, closes #3654 Co-authored-by: Antonio Locascio <locascio.Antonio@nomadic-labs.com> Approved-by: Marco Stronati <marco@stronati.org> Approved-by: Thomas Letan <lthms@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6839 28 November 2022, 10:42:56 UTC
b6d1734 Tezt/ZKRU: add integration test 28 November 2022, 09:46:03 UTC
2a36b3b Tezt/lib_tezos: add ZK Rollup helpers 28 November 2022, 09:46:03 UTC
15f5af7 Proto/Client: add ZKRU commands in Tezos client 28 November 2022, 09:46:02 UTC
aa6bec9 Proto/Client: add parameters for ZKRU commands 28 November 2022, 09:46:02 UTC
4b6e3dd Proto/Client: helpers for ZKRU commands 28 November 2022, 09:46:02 UTC
df79ea6 Proto/ZKRU: expose circuits_info encoding in the alpha_context 28 November 2022, 09:46:02 UTC
fead6c0 Merge tezos/tezos!6490: Proto: Allow ticket transfers from originated to implicit accounts Co-authored-by: Ding Xiang Fei <xf@marigold.dev> Approved-by: Lin Oshitani <linoshitani@gmail.com> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: Joel Bjornson <joel.bjornson@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6490 28 November 2022, 09:44:36 UTC
79457c1 Proto: Allow ticket transfers from originated to implicit accounts 28 November 2022, 09:44:35 UTC
56f7273 Merge tezos/tezos!6671: Typo train Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Co-authored-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> Co-authored-by: Germán Andrés Delbianco <german@nomadic-labs.com> Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Co-authored-by: Ilya Peresadin <ilya.peresadin@trili.tech> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> Approved-by: Germán Delbianco <german@nomadic-labs.com> Approved-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6671 28 November 2022, 06:54:43 UTC
4cd95e8 WASM: `Input_buffer.dequeue` clean-up the tree This is the result of !6866 and !6819. 28 November 2022, 06:27:46 UTC
e745037 doc: make the endorsing rewards example more realistic (by Lacra) 28 November 2022, 06:27:46 UTC
8af0a64 doc: add clarification in slashing (by Lacra) 28 November 2022, 06:27:46 UTC
67ef037 doc/scoru: fix WABT link Markdown to RST syntax fix Signed-off-by: Germán Andrés Delbianco <german@nomadic-labs.com> 28 November 2022, 06:27:46 UTC
7016dca doc: docstring fixes by zettez 28 November 2022, 06:27:46 UTC
819aa23 doc: add meta-issue to guide doc update when adding a new environment 28 November 2022, 06:27:46 UTC
34fb41d Typo: enable -> enabled in [gc_is_not_allowed] warning message 28 November 2022, 06:27:46 UTC
2ebf16b Rename tezos executables to octez ones at user/sandbox 28 November 2022, 06:27:46 UTC
04b889e Merge tezos/tezos!6963: WASM/PVM: refactor the output buffer Co-authored-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: corneliuhoffman <corneliuhoffman@gmail.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6963 25 November 2022, 21:49:09 UTC
89809ae WASM/PVM: refactor the output buffer - use options instead of negative values - use `message_info` that wasn't used at all - rename functions and variables to make their usage clearer - comments 25 November 2022, 17:19:13 UTC
06fef33 WASM/PVM: rename Output_buffer names to help reviews 25 November 2022, 17:19:13 UTC
0c6c9eb Merge tezos/tezos!6942: Proto: remove incorrect functions from Reveal_hash Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Co-authored-by: Andrea Cerone <andrea.cerone@trili.tech> 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/6942 25 November 2022, 17:18:31 UTC
792cc93 Proto: move Sc_rollup_reveal_hash to own module 25 November 2022, 16:51:56 UTC
6a08b70 Proto: Minimal interface for multi-reveal-hash 25 November 2022, 16:51:56 UTC
5b5cc1a Proto: remove incorrect functions from Reveal_hash 25 November 2022, 16:51:56 UTC
7d4e4f3 Dac/Test: check that hash pages do not exceed page length 25 November 2022, 16:51:56 UTC
66637b9 Merge tezos/tezos!6850: Sc_rollup_node: Add metrics server Co-authored-by: Killian Delarue <killian.delarue@nomadic-labs.com> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> Approved-by: Alain Mebsout <alain.mebsout@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6850 25 November 2022, 16:51:10 UTC
4fc799e Tezt, Sc_rollup: add metrics-addr when testing rollup node running 25 November 2022, 16:20:36 UTC
6ea6dc1 SCORU, Node: Add metrics server 25 November 2022, 16:20:36 UTC
eb85717 Node_config: add default_metrics_port to resolve metrics_addr 25 November 2022, 16:20:36 UTC
84fe065 Proto_alpha, Plugin: Rename Metrics to Metrics_plugin 25 November 2022, 16:20:36 UTC
d7e0be7 Manifest: Add octez-config-file to scoru node dependencies 25 November 2022, 16:20:36 UTC
484d979 Manifest: Add prometheus to scoru node dependencies 25 November 2022, 16:20:36 UTC
d1f8a7e Merge tezos/tezos!6954: scoru: rewrite inbox test Co-authored-by: Sylvain Ribstein <sylvain.ribstein@gmail.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6954 25 November 2022, 16:07:06 UTC
back to top