https://gitlab.com/tezos/tezos

sort by:
Revision Author Date Message Commit Date
a7426c3 Semgrep: Exclude the test scripts 26 July 2023, 12:43:58 UTC
ca04881 Testnet_scenarios: add new test for DAL Co-Authored-By: François Thiré <francois.thire@nomadic-labs.com> Co-Authored-By: Ilias Garnier <ilias.garnier@nomadic-labs.com> 26 July 2023, 12:43:58 UTC
786c7d8 Testnet_scenarios: get testnet config for each test 26 July 2023, 12:43:57 UTC
7579fd5 Tezt/DAL: refactor Parameters.from_client and only use it when needed 26 July 2023, 12:43:57 UTC
0a3a0fb DAL/Node: use plural in profile args 26 July 2023, 12:43:57 UTC
f2d0e4b DAL/Node: exit properly 26 July 2023, 12:43:56 UTC
3a5fe24 Merge tezos/tezos!9505: Docs/Mumbai changelog: clarify Michelson changes Co-authored-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Approved-by: Tezos Merbocop <merbocop@cryptium.ch> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9505 23 July 2023, 01:57:59 UTC
0345ef3 Docs/Mumbai changelog: clarify Michelson changes 23 July 2023, 01:28:31 UTC
9f769c0 Merge tezos/tezos!9539: Proto/AI: exposing encoding for futur RPC Co-authored-by: Julien Tesson <julien.tesson@nomadic-labs.com> Approved-by: Lucas Randazzo <lucas.randazzo@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9539 22 July 2023, 14:06:48 UTC
44ef9ff Delegate_services: exposing deposit_per_cycle encoding 22 July 2023, 13:38:13 UTC
0645593 Merge tezos/tezos!9476: Remove Legacy_logging from Internal_events Co-authored-by: Rémy El Sibaïe <remy.el-sibaie@nomadic-labs.com> Approved-by: vbot <vincent.botbol@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> Approved-by: Pierre Boutillier <pierre.boutillier@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9476 22 July 2023, 09:14:31 UTC
0a9353a CHANGES: advertize RPC events renaming 22 July 2023, 08:48:08 UTC
8ea8820 lib_base/event_logging: remove last references to legacy_logging 22 July 2023, 08:48:08 UTC
21cd860 lib_event_logging: remove dead Debug_event module replaced it by simple event 22 July 2023, 08:48:08 UTC
0060ac1 lib_event_logging: remove Legacy_logging dead code 22 July 2023, 08:48:08 UTC
fc875f4 lib_rpc_http: remove dependency to Legacy_logging 22 July 2023, 08:48:08 UTC
06a358d Logging long tests: remove legacy logging 22 July 2023, 08:48:08 UTC
e4e181b P2p tests: remove dep on Legacy_logging 22 July 2023, 08:48:08 UTC
ec3fd05 lib_protocol_environment: remove dep to Legacy_logging module replace by dummy functions in V0 structs 22 July 2023, 08:48:08 UTC
05a466f Merge tezos/tezos!9523: Proto/AI: activate new staking parameters after sampling Co-authored-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: Lucas Randazzo <lucas.randazzo@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9523 22 July 2023, 08:46:51 UTC
8c94eaa Proto/AI: activate new staking parameters after sampling At cycle switch, in Delegate_cycles.cycle_end, among many other things, the following happen: - the staking parameters of a delegate are used to compute its rights (especially to count how many tez are overcostaked and overdelegated). This is done in Delegate_sampler.select_new_distribution_at_cycle_end. - updates to the staking parameters which have been requested several cycles earlier are applied. This is done in Delegate_staking_parameters.activate. Depending on the order of these events, the staking parameters used are either the ones for the old cycle or the ones for the new cycle. This commit changes this from using the new cycle parameters to using the old cycle parameters so we now use for the computation of rights the parameters which were active when the corresponding snapshot was taken. Closes #5807. 22 July 2023, 08:19:06 UTC
f0c9bd9 Merge tezos/tezos!9474: Snoop: adds generate code for models sub-command (#6054) Co-authored-by: Jun Furuse <jun.furuse@dailambda.jp> Approved-by: satos <sota.sato@dailambda.jp> Approved-by: Jun Furuse <jun.furuse@gmail.com> Approved-by: KOBAYASHI Kazuhiro <kazuhiro.kobayashi@dailambda.jp> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9474 21 July 2023, 20:28:22 UTC
d1420db Snoop: adds generate code for models/variables sub-command (#6054) 21 July 2023, 19:56:43 UTC
b5c1a5b Merge tezos/tezos!9491: Dal/Node: Stop persisting profiles in storage Co-authored-by: lin <linoshitani@gmail.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9491 21 July 2023, 17:19:54 UTC
d95a456 Dal/Test: Add check for persisting profiles between restarts 21 July 2023, 16:56:27 UTC
d5514a4 Dal/Node: Persist attestor profiles to config file 21 July 2023, 16:56:27 UTC
26ae052 Dal/Node: Add event for failing to persist profiles 21 July 2023, 16:56:27 UTC
91dcca4 Dal/Node: Add missing Lwt_exit.wrap_and_exit Without this, the callbacks registered via Lwt_exit are not called 21 July 2023, 16:56:27 UTC
cbced19 Dal/Node: Stop persisting profiles in storage The stored profiles are not used anywhere. It it should be enought to keep track of profiles via config files. 21 July 2023, 16:56:27 UTC
243d3e6 Merge tezos/tezos!9547: Proto/AI: don't deallocate contracts with frozen deposits 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/9547 21 July 2023, 14:20:27 UTC
adaa4e5 Proto/AI: don't deallocate contracts with frozen deposits 21 July 2023, 13:54:46 UTC
1f11961 Merge tezos/tezos!9293: CI: use [sccache] in opam jobs Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: pietro <pietro.abate@nomadic-labs.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Killian Delarue <killian.delarue@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9293 21 July 2023, 11:40:39 UTC
ba86e81 CI/opam: use [sccache] to cache rust builds 21 July 2023, 11:13:57 UTC
1a3232a scripts/version.sh: bump opam_repository tag Bump to version where [runtime-prebuild-dependencies] contains [sccache]. 21 July 2023, 11:13:57 UTC
cf87d17 Merge tezos/tezos!9525: Add missing cloexec flags in logging system Co-authored-by: vbot <vincent.botbol@nomadic-labs.com> Approved-by: Pierre Boutillier <pierre.boutillier@nomadic-labs.com> Approved-by: Rémy El Sibaïe <remy.el-sibaie@nomadic-labs.com> Approved-by: Julien <julien.tesson@nomadic-labs.com> Approved-by: Victor Allombert <victor.allombert@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9525 21 July 2023, 10:13:21 UTC
87f0197 Base: add cloexec flag in syslog 21 July 2023, 09:48:39 UTC
671638f Events: add cloexec flags to fdsinks 21 July 2023, 09:48:39 UTC
1d0a3ff Merge tezos/tezos!9548: Revert "Merge tezos/tezos!8946: Minimal octez-rpc-server that redirects to the node" Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Victor Allombert <victor.allombert@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9548 21 July 2023, 09:47:15 UTC
5761c81 Revert "Merge tezos/tezos!8946: Minimal octez-rpc-server that redirects to the node" This reverts merge request !8946 21 July 2023, 08:25:24 UTC
2d85697 Merge tezos/tezos!9527: Logs: fix file-descriptor-sink race condition Co-authored-by: vbot <vincent.botbol@nomadic-labs.com> Co-authored-by: Rémy El Sibaïe <remy.el-sibaie@nomadic-labs.com> Approved-by: vbot <vincent.botbol@nomadic-labs.com> Approved-by: Pierre Boutillier <pierre.boutillier@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9527 20 July 2023, 11:16:22 UTC
7404654 Logs: everywhere, protect from exceptions 20 July 2023, 10:51:42 UTC
7bbf63c Logs: fix file-descriptor-sink race condition 20 July 2023, 10:51:42 UTC
551512e Merge tezos/tezos!8752: Lib_plompiler/Doc: document the main parts of the library Co-authored-by: Antonio Locascio <locascio.Antonio@nomadic-labs.com> Approved-by: Marc Beunardeau <marc.beunardeau@nomadic-labs.com> Approved-by: Miguel Ambrona <mac.ambrona@gmail.com> Approved-by: Victor Dumitrescu <victor.dumitrescu@nomadic-labs.com> Approved-by: Marina Polubelova <marina.polubelova@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8752 20 July 2023, 09:09:26 UTC
cddb108 Lib_plompiler/Doc: add documentation for Solver module 20 July 2023, 08:46:02 UTC
3e24833 Lib_plompiler/Doc: add some comments to Circuit and Result 20 July 2023, 08:46:02 UTC
0c0edab Lib_plompiler/Doc: document stdlib interface. 20 July 2023, 08:46:01 UTC
dfa6198 Lib_plompiler/Doc: document Lang_core 20 July 2023, 08:46:01 UTC
1217f5e Lib_plompiler/Doc: document the entrypoint of the library 20 July 2023, 08:46:01 UTC
76467d0 Merge tezos/tezos!9429: Rename endorsement in docs Co-authored-by: Albin Coquereau <albin.coquereau@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/9429 20 July 2023, 08:45:17 UTC
f73dbc9 docs: rename endors in developer documentation 20 July 2023, 08:22:05 UTC
4546d2e docs: rename endors in user documentation 20 July 2023, 08:22:05 UTC
e1aab28 docs: rename endors in shell documentation 20 July 2023, 08:22:05 UTC
6b5939d docs: rename endors in introduction documentation 20 July 2023, 08:22:05 UTC
7bc9cdd docs: rename endors in alpha documentation 20 July 2023, 08:22:05 UTC
1a1d828 Merge tezos/tezos!9500: Rename endorsement in lib_plugin Co-authored-by: Albin Coquereau <albin.coquereau@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> Approved-by: Diane Gallois-Wong <diane.galloiswong@gmail.com> Approved-by: Gabriel Moise <gabriel.moise@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9500 20 July 2023, 08:21:14 UTC
a8d4fdd alpha/plugin: rename endorsement in mempool 20 July 2023, 06:59:35 UTC
b4001ef alpha/plugin: rename endorsement in rpc 20 July 2023, 06:59:35 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
back to top