https://gitlab.com/tezos/tezos

sort by:
Revision Author Date Message Commit Date
bfe7170 DAC/Client: move observer client out of proto dir 07 June 2023, 13:42:02 UTC
6fe4261 DAC/Plugin: remove dependency to Protocol from observer client 07 June 2023, 13:36:39 UTC
c2c7288 Merge tezos/tezos!8945: EVM: rlp encode/decode transaction objects Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Pierre-Emmanuel CORNILLEAU <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/8945 07 June 2023, 11:34:45 UTC
dd5d2f5 EVM/Proxy: rlp decode transaction object 07 June 2023, 10:59:24 UTC
8a70b62 EVM/Kernel: rlp encode transaction object 07 June 2023, 10:59:24 UTC
0832690 Merge tezos/tezos!8986: CODEOWNERS: add @ryan.tan3 Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> Approved-by: Ryan Tan <ryan.tan@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8986 07 June 2023, 10:58:37 UTC
6ed7d09 CODEOWNERS: add @ryan.tan3 07 June 2023, 10:25:44 UTC
4611652 Merge tezos/tezos!8786: SORU: EVM: tezt of calls to large contracts 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/8786 07 June 2023, 08:52:19 UTC
a46d4fb SORU: EVM: add tezt making contract call 07 June 2023, 08:21:31 UTC
4fed116 Merge tezos/tezos!8985: EVM/Kernel: store chain id in rollup Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8985 07 June 2023, 08:20:39 UTC
9b0e210 EVM/Kernel: store chain id in rollup 07 June 2023, 07:09:04 UTC
fa03d92 Merge tezos/tezos!8898: Snoop: add intercept benchmarks for N_ICompare and N_IPairing_check_bls12_381 Co-authored-by: Sota Sato <sota.sato@dailambda.jp> 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/8898 07 June 2023, 05:20:51 UTC
1694063 lib_benchmarks_proto: fix intercept benchmark of N_ICompare 07 June 2023, 04:03:40 UTC
ed06ea2 lib_benchmarks_proto: add intercept benchmark of N_ICompare 07 June 2023, 04:03:40 UTC
f6da5f0 lib_benchmarks_proto: add intercept benchmark of N_IPairing_check_bls12_381 07 June 2023, 04:03:40 UTC
da57aa1 Merge tezos/tezos!8967: Proto: Adaptive inflation: add fields in the storage for the EMA and the launch cycle Co-authored-by: Philippe Wang <philippe.wang@nomadic-labs.com> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8967 07 June 2023, 00:50:17 UTC
f9dfc5c Proto/tests: regenerate regression test 07 June 2023, 00:10:18 UTC
78de3d5 Proto/AI: add storage init for EMA and feature flag 07 June 2023, 00:09:54 UTC
75aa9c3 Merge tezos/tezos!8987: Proto/Block votes: represent EMAs on int64 Co-authored-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: Philippe Wang <philippe.wang@gmail.com> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8987 06 June 2023, 23:41:16 UTC
28f0ffc Tests: reset regression traces These changes come from a breaking change to the encoding of Liquidity Baking EMA. The EMA and the threshold are now represented on 64 bits which is too large to fit in a JSON number so Data_encoding uses JSON strings to write them. This commit was produced by: $ make && dune exec tezt/tests/main.exe -- regression alpha rpc --reset-regressions 06 June 2023, 23:07:54 UTC
a24c9a3 Doc: add a pair of changelog entries for MR !8987. 06 June 2023, 23:07:54 UTC
1657a49 Proto/Migration: migrate the Liquidity Baking EMA field The Liquidity Baking EMA field had a legacy name ("escape" instead of "toggle") and its type was changed from int32 to int64 in the previous commit. This commit adds a migration step taking care of renaming the field and updating its representation. 06 June 2023, 23:07:54 UTC
1a709cc Proto/Block votes: represent EMAs on int64 This commit changes the representation of exponential moving averages from int32 to int64. This is motivated by the need to increase the half life of the adaptive inflation vote EMA; this requires a finer precision in the computation of the EMA and hence to use larger numbers. 06 June 2023, 23:07:54 UTC
8524263 Merge tezos/tezos!8982: Proto/AI: Add Total supply RPC Co-authored-by: Lucas Randazzo <lucas@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Julien <julien.tesson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8982 06 June 2023, 23:07:09 UTC
ee6a26c Proto/AI: add `total_supply` RPC 06 June 2023, 21:57:58 UTC
7e8f4f6 Proto: expose `get_total_supply` 06 June 2023, 21:57:58 UTC
18bd78f Merge tezos/tezos!8958: Proto/AI: unstake requests Co-authored-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Lucas Randazzo <lucas.randazzo@nomadic-labs.com> Approved-by: Benjamin Canou <benjamin@canou.fr> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8958 06 June 2023, 21:56:32 UTC
9c9c3ce Proto/Unstake_requests_storage: add prepare_finalize_unstake 06 June 2023, 20:17:06 UTC
713e40e Proto: add module Unstake_requests_storage 06 June 2023, 20:17:06 UTC
a0f8a9a Proto/Storage: add Unstake_requests 06 June 2023, 20:17:06 UTC
ba59f93 Merge tezos/tezos!8098: Snoop: add local model table 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/8098 06 June 2023, 18:52:47 UTC
25bba9f Snoop: add local model table 06 June 2023, 18:12:50 UTC
1c3c974 Merge tezos/tezos!8768: Allow run/simulate_operation RPCs to accept operations with attestation kind Co-authored-by: Albin Coquereau <albin.coquereau@nomadic-labs.com> Approved-by: Rémy El Sibaïe <remy.el-sibaie@nomadic-labs.com> Approved-by: Diane Gallois-Wong <diane.galloiswong@gmail.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8768 06 June 2023, 15:04:41 UTC
f384e8d changes: add entry for newly accepted kinds in run_operations and simulate_operations rpcs 06 June 2023, 14:05:12 UTC
d8bf290 tezt/tests: add run/simulate_operation rpc tests for double consensus operations using both the `attestation` and `endorsement` naming 06 June 2023, 14:05:12 UTC
77115a0 tezt/tests: factorize double_consensus_evidence helper in rpc_versioning_attestation.ml 06 June 2023, 14:05:12 UTC
fde595a tezt/lib_tezos: export and fix operation hash function from helper 06 June 2023, 14:05:12 UTC
55e7a7e tezt/tests: add run/simulate_operation rpc tests for consensus operations using both the `attestation` and `endorsement` naming 06 June 2023, 14:05:12 UTC
dd55e83 proto_alpha/plugin: run/simulate_operation can take operations with attestation or endorsements kinds in the JSON formatted operation 06 June 2023, 14:05:12 UTC
89c56c2 Merge tezos/tezos!8888: Scoru,Node: take payloads instead of messages during simulation Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Pierre-Emmanuel CORNILLEAU <pe.cornilleau@marigold.dev> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8888 06 June 2023, 14:04:26 UTC
50d3c90 SCORU/Node/Nairobi: backport !8888 06 June 2023, 13:28:57 UTC
7ea8d8b SCORU/Node/Mumbai: backport !8888 06 June 2023, 13:28:57 UTC
b1f42e3 Scoru,Docs: simulation RPC changes 06 June 2023, 13:28:57 UTC
28a13d7 Scoru,Node: simulation take serialized messages 06 June 2023, 13:28:57 UTC
fb6a91d Scoru,Node: feed the interpreter with serialized messages 06 June 2023, 13:28:57 UTC
2b13280 Merge tezos/tezos!8957: Proto/AI: unstaked frozen deposits Co-authored-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Lucas Randazzo <lucas.randazzo@nomadic-labs.com> Approved-by: Benjamin Canou <benjamin@canou.fr> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8957 06 June 2023, 13:28:07 UTC
405c82a Proto/Token: add container Unstaked_frozen_deposits 06 June 2023, 12:54:58 UTC
ae829ed Proto/Unstaked_frozen_deposits: add credit and spend 06 June 2023, 12:54:58 UTC
9afbdc2 Proto: squash all unslashable unstaked frozen deposits at cycle end 06 June 2023, 12:54:58 UTC
d040b9c Proto: add module Unstaked_frozen_deposits_storage 06 June 2023, 12:54:58 UTC
7259421 Proto/Storage: add Unstaked_frozen_deposits 06 June 2023, 12:54:58 UTC
de26799 Proto/Deposits_repr: +? and ++? 06 June 2023, 12:54:58 UTC
2e07db9 Proto/Deposits_repr.zero 06 June 2023, 12:54:58 UTC
28e3088 Proto: move Storage.deposits to own module 06 June 2023, 12:54:58 UTC
2832b56 Proto/Receipt: add balance kind Unstaked_deposits 06 June 2023, 12:54:57 UTC
41f9e8c Merge tezos/tezos!8883: DAC: new endpoint to get binary certificate in DAC CLI Co-authored-by: Gauthier SEBILLE <gauthier@marigold.dev> Approved-by: Andrea Cerone <andrea.cerone@trili.tech> Approved-by: Martin Tomazic <martin.tomazic97@gmail.com> Approved-by: Ryan Tan <ryan.tan@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8883 06 June 2023, 12:54:10 UTC
0c4e5a4 DAC: suggestions from code review 06 June 2023, 12:19:43 UTC
4aba642 DAC: return binary certif in wait_for_certificate + cleanup DAC: add docstring DAC: docstring + hide type DAC: rework types of API and encoding DAC: rework following review DAC: add unit test on new endpoint DAC: following review DAC: fix typoe 06 June 2023, 12:19:43 UTC
10602da DAC: new endpoint to get binary certificate in DAC CLI 06 June 2023, 12:19:43 UTC
36fdce1 Merge tezos/tezos!8942: CI: move [publish_documentation] to the start [master_branch] pipeline Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Pierre Boutillier <pierre.boutillier@nomadic-labs.com> Approved-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> Approved-by: pietro <pietro.abate@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8942 06 June 2023, 12:18:16 UTC
875f098 CI: refactor [scripts/ci/doc_publish.sh] Build the documentation unconditionally. This makes the job easier to test in artificial [master_branch] pipelines. Move the last conditional checking whether there is any changes to commit inside the conditional that checks whether we are running on master. Indeed, there is no point of pushing unless we've checked out the documentation repository. 06 June 2023, 10:48:02 UTC
559a3e0 CI: move [publish_documentation] to the start [master_branch] pipeline This helps to ensure that this job is not interrupted by subsequent merges to the master branch. We do this by setting [needs: []] instead of re-ordering the stages. Re-ordering stages would affect other pipelines as well. 06 June 2023, 10:48:02 UTC
44678e4 Merge tezos/tezos!8977: Backport !6299 to Mumbai and Nairobi Co-authored-by: Victor Dumitrescu <v.dumitrescu@outlook.com> Approved-by: Killian Delarue <killian.delarue@nomadic-labs.com> Approved-by: Mathias Bourgoin <mathias.bourgoin@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8977 06 June 2023, 10:27:37 UTC
2cb1890 Nairobi: backport !6299 06 June 2023, 09:50:24 UTC
3a5409e Mumbai: backport !6299 06 June 2023, 09:50:24 UTC
faae368 Merge tezos/tezos!8960: Allow pending_operations to output operations with attestation kind through RPC versioning Co-authored-by: Albin Coquereau <albin.coquereau@nomadic-labs.com> Approved-by: Vivien Pelletier <vivien.pelletier@nomadic-labs.com> Approved-by: Victor Allombert <victor.allombert@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8960 06 June 2023, 09:49:38 UTC
3258d53 changes: add entry for new version parameter of mempool/pending_operations RPC 06 June 2023, 09:13:11 UTC
d56f229 tezt/tests: add pending_operations tests for double consensus evidence operation 06 June 2023, 09:13:11 UTC
92fc95b tezt/tests: add pending_operations tests for consensus operations 06 June 2023, 09:13:11 UTC
6ec2054 lib_shell_services: allow pending_operations to output attestation kind 06 June 2023, 09:13:11 UTC
70e94c9 lib_shell: improve rpc versioning for pending_operations rpc 06 June 2023, 09:13:11 UTC
3043c3c Merge tezos/tezos!8984: doc: de-duplicate AI section, fix #5784 Co-authored-by: Philippe Wang <philippe.wang@nomadic-labs.com> Approved-by: Tezos Merbocop <merbocop@cryptium.ch> Approved-by: Boubacar Sall <boubacar@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8984 06 June 2023, 09:12:06 UTC
52348a2 doc: de-duplicate AI section, fix #5784 06 June 2023, 08:03:20 UTC
132ddd8 Merge tezos/tezos!8813: EVM/Kernel: fix nonce check in the block production process 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> Approved-by: Pierre-Emmanuel CORNILLEAU <pe.cornilleau@marigold.dev> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8813 06 June 2023, 08:02:19 UTC
21c66d8 EVM/Kernel: ignore transaction if it is invalid regarding the nonce check 06 June 2023, 07:28:41 UTC
5a1730a Merge tezos/tezos!8941: EVM: rlp encode/decode receipts Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Pierre-Emmanuel CORNILLEAU <pe.cornilleau@marigold.dev> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8941 06 June 2023, 07:27:28 UTC
f4377a2 EVM/Kernel: remove double store 06 June 2023, 06:53:03 UTC
76d37da EVM/Proxy: properly return optional receipt 06 June 2023, 06:53:03 UTC
1a23660 EVM/Proxy: rlp decode transaction receipt 06 June 2023, 06:53:02 UTC
e189b4e EVM/Proxy: add missing rope dependency 06 June 2023, 06:53:02 UTC
64d601b EVM/Kernel: rlp encode transaction receipt 06 June 2023, 06:53:02 UTC
0baa4b9 Merge tezos/tezos!8795: DAL/Node: handle prune in GS/P2P interconnection Co-authored-by: iguerNL@Functori <iguer@functori.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/8795 06 June 2023, 06:44:46 UTC
2249588 Tezt/DAL: extend the test with IHave and IWant messsages/events 06 June 2023, 04:55:04 UTC
9d7a1d0 Tezt/DAL: test that triggers a Prune due to negative score 06 June 2023, 04:55:03 UTC
7301509 Tezt/DAL: move make_invalid_dal_node to top-level to reuse it 06 June 2023, 04:55:03 UTC
cb0ee66 Tezt/DAL: add check_events_with_message_id to monitor IHave and IWant 06 June 2023, 04:55:03 UTC
34ec0a8 Tezt/DAL: extend events_with_topic with Prune 06 June 2023, 04:55:03 UTC
04bad83 DAL/GS: add comments for p2p_output's worker type 06 June 2023, 04:55:03 UTC
cd8c5af DAL/GS: use Forget case in the GS worker 06 June 2023, 04:55:03 UTC
54572e5 DAL/GS: implement Prune in wrap_p2p_message 06 June 2023, 04:55:03 UTC
5437df4 DAL/GS: implement a fine-grained cache for advertised PX 06 June 2023, 04:55:03 UTC
9c4b4a5 DAL/GS: add Forget case for advertised PXs we don't want to connect to 06 June 2023, 04:55:03 UTC
35e5a7d DAL/GS: indicate PX's origin in Connect 06 June 2023, 04:55:03 UTC
e4f45f1 DAL/GS: adapt Transport layer's Prune to include the peer id 06 June 2023, 04:55:03 UTC
f7d8721 DAL/GS: fix pp function. replace topic with peer in output 06 June 2023, 04:55:03 UTC
09ed0ca Merge tezos/tezos!8540: Benchmark: adds mli files Co-authored-by: Jun Furuse <jun.furuse@dailambda.jp> Approved-by: Pavlo Khrystenko <p.khrystenko@gmail.com> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Approved-by: satos <sota.sato@dailambda.jp> Approved-by: Jun Furuse <jun.furuse@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8540 06 June 2023, 02:43:47 UTC
1dc1e85 Benchmark: adds mli files 06 June 2023, 02:43:47 UTC
342194e Merge tezos/tezos!8599: Plompiler: add SHA2 hashes Co-authored-by: Marco Stronati <marco@stronati.org> Co-authored-by: Raphael Toledo <contact@raphael-toledo.com> Approved-by: Antonio Locascio <antonio.locascio1@gmail.com> Approved-by: Anne-Laure <anne.laure@nomadic-labs.com> Approved-by: Marco Stronati <marco@stronati.org> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8599 05 June 2023, 20:48:18 UTC
7e33e7c Plompiler: slow regressions 05 June 2023, 19:54:26 UTC
f95d754 Plompiler: add SHA256 Co-authored-by: Raphael Toledo <contact@raphael-toledo.com> 05 June 2023, 19:54:26 UTC
back to top