-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add jcli support for EVM mapping certificates (#3887)
* update chain-libs * remove total_stake field from PrivateTallyState::Encrypted this field has been removed from chain-libs already * add EvmMapping variant in certificate match patterns * add EvmMapping variant in fragment match patterns * remove max_stake step from TallyVotePlanWithAllShares math for this is performed in the EncryptedTally type so this code should not be necessary, or it should be simplified * add EvmMapping variant in match patterns jcli, explorer, prometheus_exporter * fix encrypted_tally cloning * remove unneded code * update chain-libs to latest master * remove max_stake calculation that is now redundant * add missing read impl Co-authored-by: Giacomo Pasini <[email protected]>
- Loading branch information
1 parent
3c96fc5
commit 2fa5178
Showing
13 changed files
with
124 additions
and
61 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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.