-
Notifications
You must be signed in to change notification settings - Fork 981
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'grarco/replay-protection-storage' (#1977)
* origin/grarco/replay-protection-storage: Changelog #1977 Expose replay protection methods from `WlStorage` Reworks replay protection check Fixes check for replay protection keys Writes only one hash at a time for replay protection Removes wrapper hash when committed inner tx Renames `finalize_tx_hashes` Fixes unit tests Improves replay protection `WriteLog` API New field in `WriteLog` for replay protection changes Refactors replay protection helper functions Updates `DB` and `DBIter` traits for replay protection Removes replay protecion internal address and vp Renames replay protection storage key getter Removes hacky solution for replay protection merkle tree Writes replay protection keys under separate storage root Replay protection column family and related methods in `DB` trait and `Storage`
- Loading branch information
Showing
16 changed files
with
856 additions
and
545 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/improvements/1977-replay-protection-storage.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 @@ | ||
- Reduced the storage consumption of replay protection. | ||
([\#1977](https://github.com/anoma/namada/pull/1977)) |
Large diffs are not rendered by default.
Oops, something went wrong.
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.