-
Notifications
You must be signed in to change notification settings - Fork 981
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/rm-from-u64-on-ethbridge-stake' (#1692)
* origin/tiago/rm-from-u64-on-ethbridge-stake: changelog: add #1692 Call try_into() instead of into() on EthBridgeVotingPower Replace From<u64> with TryFrom<u64> impl on EthBridgeVotingPower Use new const in From impl Add MAX value for EthBridgeVotingPower
- Loading branch information
Showing
3 changed files
with
21 additions
and
5 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/improvements/1692-rm-from-u64-on-ethbridge-stake.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 @@ | ||
- Removed `impl From<u64> for EthBridgeVotingPower` and replaced it with a | ||
`TryFrom`. ([\#1692](https://github.com/anoma/namada/pull/1692)) |
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