-
Notifications
You must be signed in to change notification settings - Fork 977
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'namada/grarco/replay-protection-impl' i…
…nto draft-0.15 evil: wl_storage gains a 'static * namada/grarco/replay-protection-impl: [ci] wasm checksums update Updates fees in replay protection specs Brings back sig check in `finalize_block` Fixes fee error code [ci] wasm checksums update Fixes fee in unit tests Fmt Refactors replay protection logic Removes wal from replay protection specs Removes unnecessary clones Fixes tx unsigned hash Replay protection VP always rejects Fixes typos changelog: add #1017 [ci] wasm checksums update Clippy Fmt Updates `process_proposal` unit tests Fixes `finalize_block` and adds unit test Updates replay protection specs with protocol txs Updates `process_proposal` unit tests Removes tx hash from storage in `finalize_block` Fixes error codes Refactors `process_proposal` Replay protection checks in `process_proposal` Fixes replay protection specs Refactors `unsigned_hash_tx` Unit test `mempool_validate` Wrapper commit hash on unsigned inner tx Adds tx hash check in mempool validate Updates replay protections specs with governance and unsigned inner hash Adds replay protection internal address and vp Updates replay protection specs changelog: add #1051 core: added `TempWlStorage` for ABCI++ prepare/process proposal
- Loading branch information
Showing
21 changed files
with
2,165 additions
and
503 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/improvements/1017-replay-protection-impl.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 @@ | ||
- Adds hash-based replay protection | ||
([#1017](https://github.com/anoma/namada/pull/1017)) |
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 @@ | ||
- Added a TempWlStorage for storage_api::StorageRead/Write | ||
in ABCI++ prepare/process proposal handler. | ||
([#1051](https://github.com/anoma/namada/pull/1051)) |
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.