forked from anoma/namada
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'tomas/vp-less-permissive' (anoma#2213)
* origin/tomas/vp-less-permissive: additions from comments wasm/vp_user+vp_implicit: update for IBC actions benches: fix foreign key write tx sigs wasm/vp_user+vp_implicit: always print rejected keys wasm/vp_user+vp_implicit: impl PoS key checks changelog: add anoma#2213 wasm/vp_implicit: require valid sig for unknown changes wasm/vp_user: require valid sig for unknown changes wasm/vp_implicit: port Masp and PgfSteward key handling from vp_user wasm/vp_user: fix a typo
- Loading branch information
Showing
7 changed files
with
634 additions
and
280 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
.changelog/unreleased/improvements/2213-vp-less-permissive.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 @@ | ||
- The default implicit and established user account VPs now | ||
require valid signature(s) for unknown storage changes. | ||
([\#2213](https://github.com/anoma/namada/pull/2213)) |
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.