-
Notifications
You must be signed in to change notification settings - Fork 992
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'bat/fix/masp-rewards-genesis' (#2285)
* origin/bat/fix/masp-rewards-genesis: [feat]: Added an rpc endpoint to query which tokens can earn MASP rewards while shielded [chore]: Add changelog [fix]: Masp conversions no longer requires all tokens be present in genesis
- Loading branch information
Showing
7 changed files
with
81 additions
and
19 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
.changelog/unreleased/improvments/2285-remove-hardcoded-masp-tokens.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,5 @@ | ||
- Previously, a hardcoded set of tokens were expected to be used in Masp conversions. | ||
If these tokens did not have configs in genesis, this would lead to a panic after the first | ||
epoch change. This PR fixes this to use the tokens found in genesis belonging to the MASP | ||
rewards whitelist instead of hardcoding the tokens. | ||
([\#2285](https://github.com/anoma/namada/pull/2285)) |
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
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