-
Notifications
You must be signed in to change notification settings - Fork 984
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/masp-vp-refactor' (#2452)
* origin/grarco/masp-vp-refactor: Checked operations in masp vp Fixes validation of minted balance key in masp vp Changelog #2452 Fmt Fixes benchmarks Refactors error in masp vp Updates SDK to retrieve changed keys instead of `Transfer` for masp Removes wrong comment from masp vp Masp vp validation based on changed keys
- Loading branch information
Showing
9 changed files
with
513 additions
and
178 deletions.
There are no files selected for viewing
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 @@ | ||
- Modified `scan_tx` to require the set of changed keys instead of `Transfer`. | ||
`fetch_shielded_transfer` now returns the set of changed keys instead of | ||
`Transfer`. ([\#2452](https://github.com/anoma/namada/pull/2452)) |
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 @@ | ||
- Modified the MASP VP to validate the changed storage keys instead of the | ||
`Transfer` object. ([\#2452](https://github.com/anoma/namada/pull/2452)) |
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.