forked from algorand/go-algorand
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrate stateproof with the updated account manager (algorand#3350)
* Add ParticipationRoundSecrets and replace in all places that do not require all participation secrets * [WIP] Major refactoring, replacing ParticipationRoundSecrets with ParticipationRecordForRound, implementing missing StateProof logic in participationRegistry * [WIP] Fix and rewrite tests * [WIP] Fix bugs in stateproof DB * [WIP] Fix a bug, refactor and comment for the linter * [WIP] Separate database methods from keystore.go to PersistentKeystore.go, some refactoring * [WIP] Rename merklekeystore Signer and assorted types * [WIP] refactor * [WIP] more refactoring and some renaming of confusing types * [WIP] Add unit test to participation registry * Write keys to registry in one transaction instead of one-by-one * Added unit test for PersistentKeystore.go and removed unused code * . * Refactoring * integrate with MSS changes. * fix test bug * Update unit test * give more time for statproof test Co-authored-by: algoidan <[email protected]>
- Loading branch information
Showing
30 changed files
with
832 additions
and
681 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
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.