-
Notifications
You must be signed in to change notification settings - Fork 993
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/eth-voting-power' (#1865)
* origin/tiago/eth-voting-power: Changelog for #1865 Remove explicit unreachable match arm Rework voting across epochs on Ethereum tallies Multiply Amount with FractionalVotingPower Convert Uint to Amount with 0 denom Append validators to storage using new testing util Add eth testing util to append validators to storage Write `PosQueries::get_total_voting_power` based on `get_total_consensus_stake` Make `get_total_consensus_stake` public
- Loading branch information
Showing
15 changed files
with
439 additions
and
401 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,2 @@ | ||
- Rework voting on Ethereum tallies across epoch boundaries | ||
([\#1865](https://github.com/anoma/namada/pull/1865)) |
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
Oops, something went wrong.