https://gitlab.com/tezos/tezos

sort by:
Revision Author Date Message Commit Date
4bad82f pippenger bench 28 June 2023, 15:52:04 UTC
444cc29 DROPME 28 June 2023, 12:55:28 UTC
58ae4c7 Bench pippenger 28 June 2023, 11:28:03 UTC
08a2f1f PlonK/PC : optimize commitment 27 June 2023, 16:24:20 UTC
b6cf799 PlonK/Cq: compute transcript at the beginning of the verifier 27 June 2023, 13:21:35 UTC
b5b0539 PlonK/Cq: add cm_qb to the transcript 27 June 2023, 13:21:34 UTC
571d700 PlonK/Cq: label setup arguments 27 June 2023, 13:21:34 UTC
e49546e PlonK/Cq: more explicit error messages 27 June 2023, 13:21:00 UTC
9c1cca5 PlonK/Test/Cq: change tests 26 June 2023, 13:27:24 UTC
981f9c1 PlonK/Kzg & Cq: unify commitment in Utils This commit also changes the pippenger function used : before it was Srs_gX.pippenger & now it’s GX.pippenger_with_affine_array. For Cq, SRS is already given as a G1.array in public parameters but in KZG, it’s still as Srs_g1.t and the conversion is done each time we commit (this is still a ×2 gain on each commit). It would be nice to have the SRS as G1.t array in the public parameters to avoid this conversion, & maybe consider to directly have the affine_array 26 June 2023, 11:37:36 UTC
135c4a3 PlonK/Cq : various improvements 23 June 2023, 14:15:59 UTC
6d9e13f PlonK: add Cq vanilla 23 June 2023, 09:07:19 UTC
9a695a8 Shell: close former process socket when restarting ext. validator 23 June 2023, 09:07:18 UTC
8c04f85 Kernel SDK: update changelog 20 June 2023, 16:44:39 UTC
094fd3f Kernel SDK: test DAC certificate verification 20 June 2023, 16:44:38 UTC
a0458b5 Kernel SDK: verify DAC certificate 20 June 2023, 16:44:38 UTC
c5c65c9 Merge tezos/tezos!9210: Kernel EVM: remove dependency on installer client Co-authored-by: Emma Turner <emma.turner@trili.tech> Approved-by: Rodi-Can Bozman <rodi.bozman@functori.com> 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/9210 20 June 2023, 16:07:33 UTC
1130b62 Kernel EVM: remove dependency on installer client - installer client is purely for use as a binary, and is not designed to be consumed as a lib - remove 'PREPARE_KERNEL_PATH' - staging area is unneeded as the EVM writes all paths under `/tmp` 20 June 2023, 15:38:40 UTC
fec56d3 Merge tezos/tezos!9204: WASM: Add [store_exists] host functions Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9204 20 June 2023, 15:37:47 UTC
13cc0f1 WASM: Add [store_exists] host functions 20 June 2023, 15:05:16 UTC
e147dbd WASM: Add traces of a kernel trying to link [store_exists] 20 June 2023, 15:05:16 UTC
23a02c8 Merge tezos/tezos!8581: Build: upgrade to irmin.3.7 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> Approved-by: Killian Delarue <killian.delarue@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8581 20 June 2023, 15:04:24 UTC
8ba67ce Build: update dependencies 20 June 2023, 14:22:26 UTC
193cd1c Node: conform to irmin.3.7 api 20 June 2023, 14:22:26 UTC
5618bbf Manifest: upgrade to irmin.3.7.2 20 June 2023, 14:22:25 UTC
0d29c22 Merge tezos/tezos!9015: Proto/ai: fail on undetermined coefficient access Co-authored-by: Julien Tesson <julien.tesson@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Lucas Randazzo <lucas.randazzo@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9015 20 June 2023, 14:21:02 UTC
c0af581 proto/adaptive_inflation_storage: fail on undetermined coeff access 20 June 2023, 13:47:11 UTC
4060ece Merge tezos/tezos!9075: Tezt: Make the [Dac_node] module compatible with [Client.endpoint] Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Gauthier <gauthier@marigold.dev> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Andrea Cerone <andrea.cerone@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9075 20 June 2023, 13:12:52 UTC
8e29229 Tezt: Make the [Dac_node] module compatible with [Client.endpoint] We follow the approach used by the Client module to not assume the DAC node is communicating with an Octez node managed by Tezt. This generalizes the Dac_node module, and makes it possible to [run] a [Dac_node.t] process against a public endpoint like the one of Mondaynet for instance. 20 June 2023, 12:43:27 UTC
47dd992 Merge tezos/tezos!9200: DAL/Node: Some minor modifications Co-authored-by: François Thiré <francois.thire@nomadic-labs.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/9200 20 June 2023, 12:42:40 UTC
c1b8937 DAL/Node: Rename net_addr option internally into listen_addr 20 June 2023, 12:07:56 UTC
243ebe0 DAL/Node: Simplify handling of configuration file in P2P part 20 June 2023, 12:07:56 UTC
1df3cd6 DAL/Node: Simplify the store path handling 20 June 2023, 12:07:56 UTC
f4e9726 DAL/Node: Simplify handling of configuration filename 20 June 2023, 12:07:56 UTC
5092ade DAL/Node: Only export default value 20 June 2023, 12:07:56 UTC
98cff5e DAL/Node: Add an option to set an endpoint in the configuration 20 June 2023, 12:07:56 UTC
a2870e6 DAL/Node: Rename `configuration` into `configuration_file` 20 June 2023, 12:07:55 UTC
6ec74b9 DAL/Node: Add a default configuration 20 June 2023, 12:07:55 UTC
8905050 DAL/Node: Rename "main_dal" into "main" 20 June 2023, 12:07:55 UTC
c1d57c8 Merge tezos/tezos!9179: 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> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9179 20 June 2023, 12:07:10 UTC
ee642d1 Doc: update Alpha changelog 20 June 2023, 11:35:09 UTC
2a08c38 Merge tezos/tezos!9201: Tezt: improve start up time of [lib_mec, lib_polynomial] Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9201 20 June 2023, 11:25:08 UTC
76bf0f7 Tests: Fix usage of [repeat] in [src/lib_polynomial/test] 20 June 2023, 10:54:53 UTC
5307824 Tests: Fix usage of [repeat] in [src/lib_plonk/test] 20 June 2023, 10:54:53 UTC
dec8956 Tests: Fix usage of [repeat] in [src/lib_mec/test] 20 June 2023, 10:54:53 UTC
373a143 Tests: Fix usage of [repeat] in [src/lib_bls12_381_polynomial/test] 20 June 2023, 10:54:53 UTC
01b9a25 Merge tezos/tezos!9193: EVM: Kernel: fix bug in cumulative gas computation Co-authored-by: pecornilleau <pe.cornilleau@marigold.dev> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9193 20 June 2023, 10:54:10 UTC
5932086 EVM: fix cumulative gas 20 June 2023, 10:22:02 UTC
596926f Merge tezos/tezos!9153: Update hacl-star to 0.7.1 Co-authored-by: Victor Dumitrescu <v.dumitrescu@outlook.com> Approved-by: Pierre Boutillier <pierre.boutillier@nomadic-labs.com> Approved-by: Hugo Heuzard <hugo.heuzard@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9153 20 June 2023, 10:21:20 UTC
1eb9248 scripts/version.sh: Bump opam_repository_tag 20 June 2023, 09:46:47 UTC
0b9361b lib_hacl: mirror API changes from hacl-wasm 20 June 2023, 09:46:47 UTC
1754067 Manifest: bump hacl-star and hacl-wasm package versions 20 June 2023, 09:46:47 UTC
c1dabe6 Merge tezos/tezos!8669: kernel/sequencer: add messages definition Co-authored-by: Pierre-Louis <pierrelouis.dubois@tutanota.com> Approved-by: Ilya Peresadin <ilya.peresadin@trili.tech> Approved-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Joel Bjornson <joel.bjornson@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8669 20 June 2023, 09:43:43 UTC
0a59598 kernel/sequencer: handle the different messages 20 June 2023, 09:02:14 UTC
4aa2690 kernel/sequencer: add message definition 20 June 2023, 09:02:14 UTC
26e4b83 kernel/sequencer: add set sequencer msg definition 20 June 2023, 09:02:14 UTC
fd507f1 kernel/sequencer: add sequence message 20 June 2023, 09:02:14 UTC
db9aa69 kernel/sequencer: add framing protocol 20 June 2023, 09:02:14 UTC
93545ed kernel/sequencer: add dependencies 20 June 2023, 09:02:14 UTC
3a37c2f Merge tezos/tezos!8910: EVM/Kernel: upgrade mechanism for the kernel Co-authored-by: Rodi-Can Bozman <rodi.bozman@functori.com> 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/8910 20 June 2023, 09:01:26 UTC
cedf8b0 EVM/Kernel: test the upgrade process 20 June 2023, 08:31:58 UTC
edff7f5 EVM/Kernel: test valid kernel upgrade parsing 20 June 2023, 08:31:58 UTC
9a28a1c EVM/Kernel: test dictator's signature 20 June 2023, 08:31:58 UTC
8158a38 EVM/Kernel: use the upgrade mechanism after block production ..if there is an upcoming upgrade. 20 June 2023, 08:31:58 UTC
d74a32a EVM/Kernel: upgrade kernel process 20 June 2023, 08:31:58 UTC
2f30d02 EVM/Kernel: special 'kernel upgrade' inbox message 20 June 2023, 08:31:58 UTC
eb0a0d1 EVM/Kernel: read/store kernel upgrade nonce 20 June 2023, 08:31:58 UTC
f7563b2 EVM/Kernel: signature check in upgrade module The module for now only contains the dictator key and the associated signature check. In the following commits, the upgrade process functions will appear. 20 June 2023, 08:31:58 UTC
e59e986 EVM/Ethereum: rename TransactionError to more generic SigError 20 June 2023, 08:31:58 UTC
a6d47b3 EVM/Ethereum: extract generic [caller] & [signature] functions ...from [EthereumTransactionCommon] implementation. 20 June 2023, 08:31:58 UTC
3afdac2 Merge tezos/tezos!9162: Doc/timelock: update the returned type Co-authored-by: Germán Delbianco <german@nomadic-labs.com> Co-authored-by: marcbeunardeau <marc.beunardeau@nomadic-labs.com> Approved-by: Marco Stronati <marco@stronati.org> Approved-by: Tezos Merbocop <merbocop@cryptium.ch> Approved-by: Julien Coolen <julien.coolen@nomadic-labs.com> Approved-by: Germán Delbianco <german@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9162 20 June 2023, 08:31:09 UTC
d04012d Doc/timelock: nit 20 June 2023, 07:48:24 UTC
04d439a Doc/timelock: update the returned type 20 June 2023, 07:41:13 UTC
84bb0ef Merge tezos/tezos!9110: Doc/Michelson: redirect events to interactive reference Co-authored-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Approved-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: Tezos Merbocop <merbocop@cryptium.ch> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9110 19 June 2023, 22:01:09 UTC
e0a74c4 Doc/Michelson: redirect events to interactive reference. 19 June 2023, 21:25:21 UTC
8595890 Merge tezos/tezos!9061: Proto/Adaptive inflation: EMA integration test Co-authored-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Co-authored-by: Philippe Wang <philippe.wang@nomadic-labs.com> Approved-by: Philippe Wang <philippe.wang@gmail.com> Approved-by: Julien <julien.tesson@nomadic-labs.com> Approved-by: Lucas Randazzo <lucas.randazzo@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9061 19 June 2023, 20:53:43 UTC
1ebefc0 Tests/Proto/AI/Vote: add a quick test using a low threshold This is to provide a quick feedback loop. 19 June 2023, 19:46:29 UTC
0ab176c Tests/Proto/AI/Vote: parametrize the test by threshold and duration 19 June 2023, 19:46:29 UTC
5bfb396 Test/Proto/AI/Vote: initialize the context with a custom threshold 19 June 2023, 19:46:29 UTC
2255d01 Tests/AI: integration test, AI "On" votes increase the EMA This commit introduces an integration test for the activation vote of the adaptive inflation feature. We test that, by voting "On" many times, the threshold of the vote can be reached. 19 June 2023, 19:46:29 UTC
a9a085f Tests/Proto/Helpers: generalize Block.bake_while with metadata This commit adds a variant of the Block.bake_while helper function whose predicate can inspect the metadata of the block. 19 June 2023, 19:46:29 UTC
40ac605 Proto/Test: add Block.bake_n_with_metadata Co-authored-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> 19 June 2023, 19:46:29 UTC
a8721f1 Merge tezos/tezos!8685: Logs: add colors to stdout printer Co-authored-by: Rémy El Sibaïe <remy.el-sibaie@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/8685 19 June 2023, 19:45:47 UTC
6422ce7 CHANGES: advertise log coloration for the node 19 June 2023, 18:44:50 UTC
de96dae Logs: improve and add testing on pp-short formatter 19 June 2023, 18:44:50 UTC
7c27c0d Logs: add field in simple log config and cmd line arg for colors 19 June 2023, 18:44:50 UTC
49c4629 Logs: add doc for `color` parameter in file-descriptor-sink Co-authored-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> Co-authored-by: Rémy El Sibaïe <remy.el-sibaie@nomadic-labs.com> 19 June 2023, 18:44:50 UTC
29fcbf7 Logs: set color=true to default stdout printer 19 June 2023, 18:44:50 UTC
17f48f3 Log sinks: move 'flag' function to allow broader usage 19 June 2023, 18:44:50 UTC
cc59cd8 Log sinks: add "color" param and colors for pp_short 19 June 2023, 18:44:50 UTC
9d20828 Logs sinks: factorize printing function 19 June 2023, 18:44:50 UTC
bc6e90f Merge tezos/tezos!9158: Tezt: add Tag module and flaky tag Co-authored-by: Romain Bardou <romain@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Mathias Bourgoin <mathias.bourgoin@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9158 19 June 2023, 18:44:05 UTC
c018472 Tezt: use Tag module and unify ci_disable{,d} 19 June 2023, 18:07:51 UTC
39096b8 Tezt: add Tag module 19 June 2023, 18:07:51 UTC
8a8c6b9 CI: disable tests with flaky tag 19 June 2023, 18:07:51 UTC
7037fd5 Merge tezos/tezos!9168: CI: remove cache for [publish:documentation] Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Ilias Garnier <ilias.garnier@nomadic-labs.com> Approved-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> Approved-by: pietro <pietro.abate@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9168 19 June 2023, 16:31:06 UTC
bd4f178 CI: remove cache for [publish:documentation] The cache is malfunctioning, partial caches results in broken odoc build. Disabling for now. 19 June 2023, 15:57:25 UTC
6414026 Merge tezos/tezos!9017: EVM: proxy calls rollup node simulation for eth_call Co-authored-by: pecornilleau <pe.cornilleau@marigold.dev> 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/9017 19 June 2023, 15:29:47 UTC
78c2215 EVM: add test for eth_call with eth-cli 19 June 2023, 15:02:23 UTC
4a4f1bc EVM: proxy calls rollup simulation 19 June 2023, 15:02:23 UTC
back to top