-
Notifications
You must be signed in to change notification settings - Fork 955
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/refactor-past-epoch-offsets' (#1943)
* brent/refactor-past-epoch-offsets: [ci] wasm checksums update changelog: add #1943 test/PoS/epoched: init PoS params and fix `PastEpochs` type param test/eth: init storage with PoS params where needed cleaning: remove unused code + improve docstrings refactor `Epoched` for past epochs
- Loading branch information
Showing
5 changed files
with
219 additions
and
244 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
.changelog/unreleased/improvements/1943-refactor-past-epoch-offsets.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,3 @@ | ||
- Improve the Epoched data structure's bookkeeping of past | ||
epochs, now parameterizable by PoS and governance params. | ||
([\#1943](https://github.com/anoma/namada/pull/1943)) |
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.