-
Notifications
You must be signed in to change notification settings - Fork 978
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'brent/tune-storage-past-epochs' (#1944)
* brent/tune-storage-past-epochs: move protocol keys into epoched PoS data keep `total_deltas` for same period of time as `validator_deltas` clear old enqueued slashes when processing slashes keep validator eth keys for max proposal period fixup! pos/types: configure number of past epochs kept for PoS data fixed `epoched` tests and `test_validator_sets` [ci] wasm checksums update changelog: add #1944 PoS: refactor usages of `Epoch::checked_sub` core/types/storage:m ore flexible fn checked_sub param fixup! replace direct storage read of PosParams with an RPC fn replace direct storage read of PosParams with an RPC fn fix PoS crate standalone build fixup! Apply suggestions from code review Apply suggestions from code review docstring cleanup new impl for purging old validator sets pos/types: configure number of past epochs kept for PoS data add PosParams type with added gov param WIP want to pass `max_proposal_period` from gov params into PoS
- Loading branch information
Showing
35 changed files
with
967 additions
and
369 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/improvements/1944-tune-storage-past-epochs.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- New implementation and parameters for purging old epochs for Epoched validator | ||
data in storage. ([\#1944](https://github.com/anoma/namada/pull/1944)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.