https://gitlab.com/tezos/tezos

sort by:
Revision Author Date Message Commit Date
b6ac2cb Revert "Merge tezos/tezos!8946: Minimal octez-rpc-server that redirects to the node" This reverts commit 731454ad71e2206c1efd388b332d4028f256878d, reversing changes made to 74eff0b9e2e0d7cd2f9760ce242811f082d68121. 20 July 2023, 13:05:49 UTC
5d6ecdc Scripts: add [gitlab/run_pipeline.sh] 20 July 2023, 07:49:10 UTC
faf01ed CI: Add FLAKE_TEST pipeline 20 July 2023, 07:49:10 UTC
3582a4a CI/unit.yml: move unit templates to common 20 July 2023, 07:43:48 UTC
6f82849 Merge tezos/tezos!9386: Proto/staking: refactor computation of stakes from snapshot Co-authored-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Co-authored-by: Mehdi Bouaziz <mehdi.bouaziz@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/9386 20 July 2023, 06:57:08 UTC
38532ab Proto/Stake: mark get_staking_balance as internal for RPC 19 July 2023, 23:49:22 UTC
ace8766 Proto/Stake: mark Stake_storage.get as internal for tests 19 July 2023, 23:49:22 UTC
e324937 Proto/Stake: mark Delegate_storage.staking_balance as "for RPC" This function is only used in tests and to define a RPC 19 July 2023, 23:49:21 UTC
882d018 Tests/Migration: bake more blocks after migration test At the end of the middle-of-cycle migration tests, 5 blocks are baked. This is not always enough to test that the migration resulted in a working state; in particular it may be too short to trigger a cycle change because cycle length is 8 in these tests. In this commit, we change the number of baked blocks after the migration to be twice preserved_cycles, which is enough not only to trigger a cycle change but also to apply the stake distribution resulting from this cycle change. 19 July 2023, 23:49:21 UTC
d5e5c46 Proto/Stake/Migration: support for migrating at any block This commit restores the possibility to migrate outside of a cycle boundary. This should not be needed on mainnet nor on test networks but the possibility of migrating in the middle of the cycle is assumed in some migration tests and this patch was simpler than modifying these migration tests. 19 July 2023, 23:49:21 UTC
7e9d4da Proto/Stake: snapshot the new table instead of the legacy one 19 July 2023, 23:49:20 UTC
ef48188 Proto/Stake: use new snapshots for computing baking power 19 July 2023, 23:49:20 UTC
fed76a3 Proto/Stake: define baking weight 19 July 2023, 23:49:20 UTC
4b81052 Proto/Stake+Vote: use the new table for computing voting power 19 July 2023, 23:49:19 UTC
d581579 Proto/Stake: define voting weigth 19 July 2023, 23:49:19 UTC
aed64a8 Proto/Stake: use the new table for get_staking_balance 19 July 2023, 23:49:18 UTC
98a4532 Proto/Stake: maintain the new Staking_balance table instead of the legacy one. 19 July 2023, 23:49:18 UTC
84c25a8 Proto/Stake: migrate the staking_balance table 19 July 2023, 23:49:18 UTC
9b06641 Proto/Stake/Storage: new Staking_balance storage table This new version of the Staking_balance snapshotable storage uses Stake_repr.Full instead of Tez_repr to represent the staking balances of delegates. This is to give us information about how the stake of each delegate was splitted (between frozen and delegated, between delegate and delegators) when snapshot were taken. 19 July 2023, 23:49:17 UTC
3980dfe Proto/Stake/Storage: turn the Staking_balance_up_to_Nairobi is ghost This allows registering the non-legacy version of the storage table at the same key. 19 July 2023, 23:49:17 UTC
c7f4961 Proto/Stake/Storage: mark the Staking_balance module as legacy by suffixing it with "up_to_Nairobi" 19 July 2023, 23:49:17 UTC
5ff84b7 Proto/Stake: move the logic enforcing staking limits 19 July 2023, 23:49:16 UTC
335a4d3 Proto/Stake: add Stake_repr.Full This commit adds a representation type and encoding which will be used to keep more details about the staking balances of delegates. More precisely, it distinguishes three sub-balances: the part of the frozen balance which belongs to the delegate, the part which belongs to costakers, and the delegated part. 19 July 2023, 23:49:16 UTC
6a02af3 Proto/Stake: simplify update_stake This commit simplifies the update_stake function by remove a comparison between the old and new stake. 19 July 2023, 23:49:16 UTC
68c6aeb Proto/Stake: factorize the has_minimal_stake test 19 July 2023, 23:49:15 UTC
03117db Proto/Stake: same for removing stake 19 July 2023, 23:49:15 UTC
5446d00 Proto/Stake: rename add_contract_{,delegated_}stake To stress that this function is only about delegated stake. 19 July 2023, 23:49:14 UTC
d2e49fd Proto/Stake: distinguish frozen from delegated stake updates With Adaptive Inflation, delegated and frozen stake carry different weights. This is a step toward moving to distinct accounting of frozen and delegated balance for delegates. 19 July 2023, 23:49:14 UTC
ceb61b9 Merge tezos/tezos!9451: Snoop: Makes the auto-build generates a unified output: "auto_build.*" Co-authored-by: Jun Furuse <jun.furuse@dailambda.jp> Approved-by: Pavlo Khrystenko <p.khrystenko@gmail.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/9451 19 July 2023, 21:17:54 UTC
3599e6c Snoop: Inference without local_model_name 19 July 2023, 19:53:51 UTC
c635ec4 Merge tezos/tezos!9332: Proto/ai/tests: Add staking/unstaking scenarios 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> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9332 19 July 2023, 19:52:44 UTC
1341fef Proto/test: rename || to |+ 19 July 2023, 19:14:35 UTC
6f4e4ab Proto/AI: fix: update correct frozen deposits pseudotokens 19 July 2023, 19:14:35 UTC
ce6958e Proto/tests: better balance logs 19 July 2023, 19:14:35 UTC
f4e505e Proto/tests: change name (from rebase) 19 July 2023, 19:14:35 UTC
a805e01 Proto/tests: add ai roundtrip tests 19 July 2023, 19:14:35 UTC
98bd799 Proto/tests: add balance updates in AI helpers 19 July 2023, 19:14:35 UTC
8b9f3ef Proto/tests: add some balance rpcs 19 July 2023, 19:14:34 UTC
bf7615e Merge tezos/tezos!9526: Kernel/SDK: release v0.2.1 Co-authored-by: Emma Turner <emma.turner@trili.tech> Approved-by: Andrea Cerone <andrea.cerone@trili.tech> Approved-by: Ryan Tan <ryan.tan@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9526 19 July 2023, 19:13:36 UTC
9378144 Kernel/SDK: release 0.2.1 19 July 2023, 18:16:34 UTC
879c6a4 Merge tezos/tezos!9498: Proto/AI: Mention stakers in receipts Co-authored-by: Raphaël Cauderlier <raphael.cauderlier@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/9498 19 July 2023, 18:15:37 UTC
7e35392 Docs/Alpha Changelog: mention !9498 19 July 2023, 17:39:08 UTC
cbb6f2d Client: register the staker encoding 19 July 2023, 17:39:08 UTC
9f38e99 Proto/Token: remove {unstaked_,}frozen_deposits from Token.balance 19 July 2023, 17:39:08 UTC
1f26fa7 Proto/Token: remove duplicated code 19 July 2023, 17:39:08 UTC
eda44ed Proto/Token: remove dead code in Token.balance 19 July 2023, 17:39:07 UTC
162a4e3 Proto: restrict Token.balance to the used cases 19 July 2023, 17:39:07 UTC
5ef994c Proto: add an Internal_for_test version of Token.balance 19 July 2023, 17:39:07 UTC
9673d2e Proto: mark Token.allocated as internal for tests 19 July 2023, 17:39:07 UTC
0c57929 Proto/Stake: use stakers in receipts 19 July 2023, 17:39:07 UTC
bbadabc Proto/Stake: use staker in Unstaked_frozen_deposits_storage module 19 July 2023, 17:39:07 UTC
81ed682 Proto/Stake: use staker in the Frozen_deposits_storage module 19 July 2023, 17:39:07 UTC
024b146 Proto/Stake: use stakers in the Token module 19 July 2023, 17:39:07 UTC
2502b6f Proto: allow Receipt_repr to depend on Stake_repr 19 July 2023, 17:39:07 UTC
2ffced6 Proto/Stake: add representation for abstract stakers This lets us treat uniformly a single staker or all the costakers of a given delegate. 19 July 2023, 17:39:07 UTC
92030f1 Merge tezos/tezos!9440: Rename endorsement in protocol part 2 Co-authored-by: Albin Coquereau <albin.coquereau@nomadic-labs.com> Approved-by: Gabriel Moise <gabriel.moise@trili.tech> Approved-by: Andrea Cerone <andrea.cerone@trili.tech> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9440 19 July 2023, 17:38:09 UTC
9b1d902 alpha: fix a typo in storage encoding 19 July 2023, 16:46:04 UTC
2df1a23 alpha: rename remaining endorsement in comments 19 July 2023, 16:46:04 UTC
55ca48e alpha: rename endorsement in dal files 19 July 2023, 16:46:04 UTC
b37cd42 alpha: rename endorsement in apply 19 July 2023, 16:46:04 UTC
96a6273 alpha: rename endorsement in validate 19 July 2023, 16:46:04 UTC
275cdd7 alpha: rename endorsing in delegate_services 19 July 2023, 16:46:04 UTC
8a7432f alpha: rename endorsing in baking 19 July 2023, 16:46:04 UTC
960f351 alpha: rename endorsement in consensus 19 July 2023, 16:46:04 UTC
367ffc0 alpha: rename endorsing in adaptive_inflation_services 19 July 2023, 16:46:04 UTC
a20d04b alpha: rename endorsing in delegate_cycles 19 July 2023, 16:46:04 UTC
7c996b3 alpha: rename endorsing in delegate_missed_attestation_storage 19 July 2023, 16:46:04 UTC
fefa710 alpha: rename endorsing in constants 19 July 2023, 16:46:04 UTC
f9dac1f alpha: rename endorsement in raw_context 19 July 2023, 16:46:04 UTC
bfccd9c Merge tezos/tezos!9371: Proto/Client: Replace legacy bindings with let constructs Co-authored-by: Gabriel Moise <gabriel.moise@trili.tech> Approved-by: Joel Bjornson <joel.bjornson@trili.tech> Approved-by: Raphaël Proust <code@bnwr.net> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9371 19 July 2023, 16:45:09 UTC
e41178d Client/Proto: Replace "ok" legacy with Result_syntax.return 19 July 2023, 15:17:45 UTC
eff1dcb Client/Proto: Replace fail legacy code with tzfail 19 July 2023, 15:17:45 UTC
2dfe54d Client/Proto: Replace >>?= legacy binding with let*? 19 July 2023, 15:17:45 UTC
aabab9f Proto/Client: Replace >>? legacy binding with let* 19 July 2023, 15:17:45 UTC
6c39917 Proto/Client: Replace >|? legacy binding with let+ 19 July 2023, 15:17:45 UTC
cb2debf Proto/Client: Replace >|= legacy binding with let+ 19 July 2023, 15:17:45 UTC
d9a0de9 Proto/Client: Replace >|=? legacy binding with let+ 19 July 2023, 15:17:45 UTC
5494699 Replace >>= legacy binding with let* 19 July 2023, 15:17:45 UTC
002afb0 Proto/Client: Replace >>=? legacy binding with let* 19 July 2023, 15:17:45 UTC
da69340 Merge tezos/tezos!9513: Proto: optimize delegate parameter update at cycle end Co-authored-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Lucas Randazzo <lucas.randazzo@nomadic-labs.com> Approved-by: Julien <julien.tesson@nomadic-labs.com> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9513 19 July 2023, 15:16:44 UTC
a82e79c Proto/Delegate_staking_parameters: even faster activate 19 July 2023, 13:37:55 UTC
8fbff03 Proto/Delegate_staking_parameters: remove tzresult from activate 19 July 2023, 13:37:55 UTC
7d85be5 Proto/Delegate_staking_parameters: optimize activate 19 July 2023, 13:37:55 UTC
f82dd3a Proto/Delegate_staking_parameters: store pending updates by cycle 19 July 2023, 13:37:55 UTC
689ec07 Proto/Delegate_staking_parameters: make pending_updates returns a tzresult 19 July 2023, 13:37:55 UTC
731454a Merge tezos/tezos!8946: Minimal octez-rpc-server that redirects to the node Co-authored-by: Victor Allombert <victor.allombert@nomadic-labs.com> Co-authored-by: Rémy El Sibaïe <remy.el-sibaie@nomadic-labs.com> Approved-by: Rémy El Sibaïe <remy.el-sibaie@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/8946 19 July 2023, 13:37:12 UTC
1b0bc74 Tezt: test the octez' Rpc-process resilience 19 July 2023, 13:03:11 UTC
4766576 lib_rpc_process: naive implementation that forwards everything Co-authored-by: Victor Allombert <victor.allombert@nomadic-labs.com> Co-authored-by: Rémy El Sibaïe <remy.el-sibaie@nomadic-labs.com> 19 July 2023, 13:03:11 UTC
b91bb70 Manifest: introduce lib_rpc_process 19 July 2023, 13:03:11 UTC
7dcb8f5 RPC_middleware: expose ctx parameter to be able to call sockets 19 July 2023, 13:03:11 UTC
49e3cf4 Config_file: show rpc config encoding in interface 19 July 2023, 13:03:10 UTC
b5cf3ca Node: remove useless event argument 19 July 2023, 13:03:10 UTC
2a46b16 Socket: add simple handshake function 19 July 2023, 13:03:10 UTC
74eff0b Merge tezos/tezos!9504: Kernel/SDK: add DacCertificate::reveal_to_store Co-authored-by: Emma Turner <emma.turner@trili.tech> Approved-by: Andrea Cerone <andrea.cerone@trili.tech> Approved-by: Ryan Tan <ryan.tan@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9504 19 July 2023, 12:27:48 UTC
ea6367b Kernel/SDK: add DacCertificate::reveal_to_store 19 July 2023, 11:56:04 UTC
1c40d89 Merge tezos/tezos!9508: v17.2: documentation Co-authored-by: Killian Delarue <killian.delarue@nomadic-labs.com> Approved-by: Germán Delbianco <german@nomadic-labs.com> Approved-by: Pierre Boutillier <pierre.boutillier@nomadic-labs.com> Approved-by: Killian Delarue <killian.delarue@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9508 19 July 2023, 10:20:47 UTC
c922c6e Changelogs, v17: changelogs for octez v17.2 19 July 2023, 09:54:33 UTC
f176a86 Docs, Openapi: Adapt openapi for octez v17.2 19 July 2023, 09:54:33 UTC
c32b4a9 Docs, v17: Adapt v17-release for Octez v17.2 19 July 2023, 09:54:33 UTC
c32c353 Merge tezos/tezos!9518: DAL/Crypto: shards_from_polynomial returns shards with increasing indexes Co-authored-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> Approved-by: Lin Oshitani <linoshitani@gmail.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Julien Coolen <julien.coolen@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9518 19 July 2023, 09:12:00 UTC
back to top