-
Notifications
You must be signed in to change notification settings - Fork 983
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'tiago/bridge-pool-roots-signing' (#1893)
* origin/tiago/bridge-pool-roots-signing: Changelog for #1893 Declare returned storage key as must use Add debug logs for discarded Bridge pool root proofs Return immediately if a BP proof is already available Write test_more_recent_signed_root_not_overwritten() unit test Add Debug to Bridge pool root tallies Only update a signed BP root in storage if it is newer than old root Parameterize signed Bridge pool root by its block height New method to append segments to a storage key
- Loading branch information
Showing
5 changed files
with
188 additions
and
55 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/bug-fixes/1893-bridge-pool-roots-signing.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 @@ | ||
- Never overwrite recent Bridge pool proofs in storage | ||
([\#1893](https://github.com/anoma/namada/pull/1893)) |
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.