swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e

sort by:
Revision Author Date Message Commit Date
c8e5759 Bls12_381_hash: add test for generate_round_constants for Poseidon 09 April 2023, 11:26:19 UTC
f6ab95c REMOVEME: benchmark file 09 April 2023, 10:52:14 UTC
0972318 Bls12_381_hash: security parameters generation for Rescue It is a temporary implementation of routines: - compute_number_of_rounds: there is a discrepancy from different sources. Must be fixed ASAP. - generate_round_constants: should be replaced by the algorithm Algorithm 5 provided in https://eprint.iacr.org/2020/1143.pdf - provide security parameters for a state size of 2. The linear layer should be replaced by the one given in https://eprint.iacr.org/2020/1143.pdf. Anemoi MDS matrix is used at the moment. However, it is not the one recommended in the paper. 09 April 2023, 10:46:17 UTC
47cb8b9 Bls12_381_hash: remove old check The C implementation is generic. The condition did exist because of the security parameters computation was specific for a state size of 3. Now, it is enforced by the type Parameters.t 09 April 2023, 10:44:33 UTC
d3eae85 Bls12_381_hash: use blst_fr_pentaroot in Anemoi/Griffin/Rescue 08 April 2023, 10:59:07 UTC
71f0a9c Bls12_381_hash: extract Fr.pentaroot 08 April 2023, 10:59:07 UTC
735cd18 Bls12_381_hash: add routines related to Poseidon.Parameters - add parameters for a state size of 2 - add generate_round_constants - add compute_number_of_rounds 08 April 2023, 10:59:06 UTC
33b142e Manifest and bls12-381-hash: add digestif dependency 08 April 2023, 10:59:05 UTC
e8ff076 Merge tezos/tezos!8367: DAL/GS/Worker: handle disconnection Co-authored-by: iguerNL@Functori <iguer@functori.com> Approved-by: Lin Oshitani <linoshitani@gmail.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8367 07 April 2023, 20:08:48 UTC
464b1c0 DAL/GS/Worker: handle disconnection: nothing to do 07 April 2023, 19:38:24 UTC
d28c49d Merge tezos/tezos!8398: Gossipsub: prepare gossip Co-authored-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> Approved-by: Lin Oshitani <linoshitani@gmail.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8398 07 April 2023, 16:35:15 UTC
e5fefef Gossipsub: add TODO to optimize select_peers 07 April 2023, 15:55:10 UTC
d8380fc Gossipsub: select gossip messages 07 April 2023, 15:55:10 UTC
dda30f3 Gossipsub: add gossip related limits 07 April 2023, 15:55:10 UTC
7a61d73 Gossipsub: improve doc-strings for ihave/iwant limits 07 April 2023, 15:55:10 UTC
a28d06a Merge tezos/tezos!8364: DAL/GS/Worker: handle New_connection Co-authored-by: iguerNL@Functori <iguer@functori.com> Approved-by: Lin Oshitani <linoshitani@gmail.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8364 07 April 2023, 15:30:35 UTC
ce66e6c DAL/GS/Worker: handle new_connection: subscribe 07 April 2023, 14:59:32 UTC
292fc06 DAL/GS: add a function to return the list of topics of the local peer 07 April 2023, 14:59:32 UTC
9feb7b3 Merge tezos/tezos!8372: SORU: EVM: cleanup unused EIP 1559 code Co-authored-by: pecornilleau <pe.cornilleau@marigold.dev> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8372 07 April 2023, 14:56:48 UTC
dfeef64 SORU: EVM: cleanup unused EIP 1559 code 07 April 2023, 14:27:37 UTC
939d2c5 Merge tezos/tezos!7687: Injector: protocol client code registration Co-authored-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Ilya Peresadin <ilya.peresadin@trili.tech> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Antonio Locascio <antonio.locascio1@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7687 07 April 2023, 14:26:52 UTC
fa87e84 SCORU/Node: register protocol client for injector 07 April 2023, 13:55:16 UTC
338efa5 Injector: use appropriate registered protocol client 07 April 2023, 13:55:16 UTC
12bb184 Injector: keep next protocol information in worker state 07 April 2023, 13:55:16 UTC
8ac0da2 Injector: registration module for protocol code 07 April 2023, 13:55:16 UTC
c965849 Merge tezos/tezos!8281: Check history mode before opening stores Co-authored-by: Victor Allombert <victor.allombert@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> Approved-by: vbot <vincent.botbol@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8281 07 April 2023, 13:54:27 UTC
6f18470 Store: check history mode before opening stores 07 April 2023, 13:25:25 UTC
1645255 Merge tezos/tezos!8353: DAL/GS/Worker: handle join & leave Co-authored-by: iguerNL@Functori <iguer@functori.com> Approved-by: Lin Oshitani <linoshitani@gmail.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8353 07 April 2023, 13:23:50 UTC
2a67a41 DAL/GS/Worker: handle leave: prune, then unsubscribe 07 April 2023, 12:51:46 UTC
f06853e DAL/GS/Worker: handle join: subscribe, then graft 07 April 2023, 12:51:46 UTC
6264c14 DAL/GS/Worker: refactor p2p messages sending 07 April 2023, 12:51:46 UTC
9049aa5 DAL/GS: add function get_connected_peers in Introspection 07 April 2023, 12:51:46 UTC
47fd608 Merge tezos/tezos!8342: Octez: Freeze Lima ☃ Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Co-authored-by: Pierre Boutillier <pierre.boutillier@nomadic-labs.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Pierre Boutillier <pierre.boutillier@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8342 07 April 2023, 12:26:52 UTC
84549aa Octez: Freeze Lima Mumbai is on mainnet. Nairobi has been snapshotted. We can say now safely freeze Lima. 07 April 2023, 11:52:54 UTC
aa9f693 Tezt: self test michelson_script only when pred(pred(Alpha)) exists 07 April 2023, 11:50:49 UTC
ee8e3bd Merge tezos/tezos!8350: DAL/GS/Worker: forward full messages to direct peers Co-authored-by: iguerNL@Functori <iguer@functori.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> Approved-by: Lin Oshitani <linoshitani@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8350 07 April 2023, 10:36:21 UTC
433b7eb DAL/GS: return direct peers in Publish's payload to forward them msgs 07 April 2023, 10:00:26 UTC
1e2af0f Merge tezos/tezos!8381: Alcotezt: improves proto unit tests UX Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: lykimquyen <1718826-lykimquyen@users.noreply.gitlab.com> Approved-by: pietro <pietro.abate@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8381 07 April 2023, 09:59:36 UTC
cdca088 Alcotezt: remove redundant [protocol] 07 April 2023, 08:51:02 UTC
55e5c25 Alcotezt: removes redundant [Unit] 07 April 2023, 08:51:02 UTC
aa061e4 Merge tezos/tezos!8344: proto: remove tx_rollup logic above the alpha context Co-authored-by: Sylvain Ribstein <sylvain.ribstein@gmail.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8344 07 April 2023, 08:50:17 UTC
4906fb9 proto/toru: assert tag of toru destination is not resued 07 April 2023, 08:10:10 UTC
8bda633 proto: remove Transaction_to_tx_rollup_result 07 April 2023, 08:10:10 UTC
94d4f71 proto/toru: remove above alpha toru module 07 April 2023, 08:10:09 UTC
0dddd95 proto/toru: remove apply toru error 07 April 2023, 08:10:09 UTC
a203b12 Merge tezos/tezos!8382: SCORU/Node: fix bug in Arith PVM eval_many for dissections Co-authored-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Ole Krüger <ole.kruger@trili.tech> 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/8382 07 April 2023, 08:09:25 UTC
d5d7224 Test: new regression traces for arith dissections 07 April 2023, 07:37:44 UTC
58a0eff SCORU/Node: fix bug in Arith PVM eval_many for dissections The off-by one error made the interpreter think the PVM consumed more ticks than allowed and so would generate incorrect dissections. 07 April 2023, 07:37:44 UTC
24286b4 Merge tezos/tezos!8361: Gossipsub: Remove TODO Co-authored-by: lin <linoshitani@gmail.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> Approved-by: Ilias Garnier <ilias.garnier@nomadic-labs.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8361 07 April 2023, 07:37:01 UTC
5884ff5 Gossipsub: Remove TODO as it is already implemented 07 April 2023, 07:00:47 UTC
bae2776 Merge tezos/tezos!8315: Context: simplify encoding using new features of data-encoding Co-authored-by: Raphaël Proust <code@bnwr.net> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: lykimquyen <1718826-lykimquyen@users.noreply.gitlab.com> Approved-by: satos <sota.sato@dailambda.jp> Approved-by: Raphaël Proust <code@bnwr.net> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8315 07 April 2023, 06:59:53 UTC
e0982d1 Context: simplify encoding using new features of data-encoding 07 April 2023, 06:06:46 UTC
4154678 Merge tezos/tezos!8311: Snoop: move lib_benchmark_proto/global_constants to new registration Co-authored-by: Pavlo Khrystenko <p.khrystenko@gmail.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/8311 07 April 2023, 02:22:37 UTC
e4e88bd Snoop: move lib_benchmark_proto/global_constants to new registration 07 April 2023, 01:50:06 UTC
42a4ad5 Merge tezos/tezos!8263: Snoop: move lib_benchmark_proto/sc_rollup to new registration Co-authored-by: Pavlo Khrystenko <p.khrystenko@gmail.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/8263 07 April 2023, 01:49:18 UTC
d590a4c Snoop: move lib_benchmark_proto/sc_rollup to new registration 07 April 2023, 01:16:14 UTC
1081ea2 Merge tezos/tezos!8115: Tezt/protocol_migration: improve baker forked migration test with event waiters Co-authored-by: Diane Gallois-Wong <diane.gallois-wong@nomadic-labs.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8115 07 April 2023, 01:15:21 UTC
44ced34 Tezt/proto_migration: fix disconnect Without calling untrust_address, the nodes may reconnect on their own after about one minute. 06 April 2023, 23:50:42 UTC
d18cffd Tezt/proto_migration: do not call RPC again to check whether the block contains endorsements, instead use the block json that we have already retrieved. Also, count number of endorsements instead of voting power. 06 April 2023, 23:50:42 UTC
01c90b3 Tezt/proto_migration: revamp baker forked test with event waiters instead of sleeps 06 April 2023, 23:50:42 UTC
3e2fd53 Tezt/proto_migration: set expected connection count to avoid not enough connections message 06 April 2023, 23:50:42 UTC
1a08c5b Tezt/proto_migration: stop logging all baker events, instead log block injections: they are relatively light logs, they are a good indicator of the progress of the test, and they show which delegate has baking rights for each level and round. 06 April 2023, 23:50:41 UTC
331a3f2 Merge tezos/tezos!8384: Nairobi: Backport !8227 Co-authored-by: Arvid Jakobsson <arvid.jakobsson@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/8384 06 April 2023, 23:49:48 UTC
8fe1f88 Nairobi: Backport !8227 06 April 2023, 22:22:49 UTC
efeb3ce Merge tezos/tezos!8230: SCORU Node: Use DAC observer client Co-authored-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Andrea Cerone <andrea.cerone@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8230 06 April 2023, 22:21:57 UTC
aeae982 SCORU: Use DAC client 06 April 2023, 21:13:16 UTC
a1b6607 Merge tezos/tezos!8153: doc: 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: Corentin Méhat <corentin.mehat@nomadic-labs.com> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8153 06 April 2023, 21:12:23 UTC
c2ab473 doc: fix typos in glossary/voting listings 06 April 2023, 20:17:48 UTC
460dfcf doc: explain what stake is used for the voting power 06 April 2023, 20:17:48 UTC
efc1584 docs/storage.rst: fix accidental single backticks 06 April 2023, 20:17:48 UTC
1952d92 docs/history_modes: replace [experimental-rolling] with [rolling] 06 April 2023, 20:17:48 UTC
fa33dc7 adding protocols KLMN * past: kathmandu * active: Lima * future : Mumbai, Nairobi 06 April 2023, 20:17:48 UTC
d447fcf doc: allow link redirect on reddit channel 06 April 2023, 20:17:47 UTC
cffa9b7 Merge tezos/tezos!8271: Alcotezt-UX: fix invocation headers in [lib_p2p] and [lib_tree_encoding] Co-authored-by: lykimq <lykimq@gmail.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: pietro <pietro.abate@nomadic-labs.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8271 06 April 2023, 19:28:18 UTC
55b33dd Alcotezt-UX: fix invocation headers 06 April 2023, 18:33:57 UTC
fb1b703 Merge tezos/tezos!8368: Nairobi: Backport !8129 Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8368 06 April 2023, 18:32:47 UTC
beb2a36 Nairobi: Backport !8129 06 April 2023, 17:46:04 UTC
8a36487 Merge tezos/tezos!8332: tezos-base: remove hack for ptime Co-authored-by: Hugo Heuzard <hugo.heuzard@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Raphaël Proust <code@bnwr.net> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8332 06 April 2023, 17:45:00 UTC
c3bca08 tezos-base: remove hack for ptime 06 April 2023, 17:11:25 UTC
e30fa3f Merge tezos/tezos!8348: Baker: backport changes from alpha to N Co-authored-by: Diane Gallois-Wong <diane.gallois-wong@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8348 06 April 2023, 15:08:24 UTC
c001658 Backport !8065 - Baker & tezt: log (pre)endorsement event level and... round, and shorten baker logs 06 April 2023, 14:31:20 UTC
ab95506 Backport !8175 - baker: use only consensus operation with minimal slot 06 April 2023, 14:31:20 UTC
e514e0c Merge tezos/tezos!8063: Upgrade to irmin.3.6.1 Co-authored-by: Victor Allombert <victor.allombert@nomadic-labs.com> Approved-by: Killian Delarue <killian.delarue@nomadic-labs.com> Approved-by: Pierre Boutillier <pierre.boutillier@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8063 06 April 2023, 14:29:45 UTC
d37e4cd Build: update dependencies 06 April 2023, 13:23:25 UTC
78d54ea Changelog: upgrade to irmin.3.6.1 06 April 2023, 13:23:25 UTC
e28fbd3 Manifest: upgrade to irmin.3.6.1 06 April 2023, 13:23:25 UTC
9dfbabc Merge tezos/tezos!8318: Gossipsub: select px peers Co-authored-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> Approved-by: Lin Oshitani <linoshitani@gmail.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8318 06 April 2023, 12:06:39 UTC
bf73f18 Gossipsub: expose function to select peers for PX 06 April 2023, 11:32:28 UTC
053a50f Gossipsub: add peers_to_px parameter 06 April 2023, 11:32:28 UTC
f1b742f Gossipsub: add doPX parameter 06 April 2023, 11:32:28 UTC
13a6b7b Merge tezos/tezos!7965: Alcotezt-UX: register Alcotests with [__FILE__] Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: lykimquyen <1718826-lykimquyen@users.noreply.gitlab.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: pietro <pietro.abate@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7965 06 April 2023, 11:31:37 UTC
d48cd04 Alcotezts: pass [~__FILE__] everywhere 06 April 2023, 10:56:58 UTC
59bcb39 test_hash_queue_lwt.ml: disambiguate test 06 April 2023, 10:56:58 UTC
6c751c4 Tezt: [Alcotezt(_lwt).run] now takes a [~__FILE__] arg 06 April 2023, 10:56:58 UTC
9643180 Merge tezos/tezos!8313: Shell/Chain_validator: The disconnection is asynchronous Co-authored-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: vbot <vincent.botbol@nomadic-labs.com> Approved-by: Victor Allombert <victor.allombert@tezcore.com> Approved-by: Mathias Bourgoin <mathias.bourgoin@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8313 06 April 2023, 10:56:05 UTC
cbfe8f7 Shell/Chain_validator: The disconnection is asynchronous 06 April 2023, 10:05:10 UTC
239c71f Merge tezos/tezos!8336: smart rollup: add manual to client Co-authored-by: Sylvain Ribstein <sylvain.ribstein@gmail.com> Approved-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Alain Mebsout <alain.mebsout@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8336 06 April 2023, 08:25:14 UTC
4e6992a soru/client: backport client manual 06 April 2023, 07:48:31 UTC
c4de752 soru/client: add manual to client 06 April 2023, 07:48:31 UTC
0cc7be5 Merge tezos/tezos!8335: Improve replay command Co-authored-by: vbot <vincent.botbol@nomadic-labs.com> Co-authored-by: Victor Allombert <victor.allombert@nomadic-labs.com> Approved-by: vbot <vincent.botbol@nomadic-labs.com> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8335 06 April 2023, 07:47:42 UTC
back to top