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.
Enable state proofs to allow external parties to efficiently validate Algorand stake. Summary of changes: * make state proof verifier SNARK friendly * relaxing the Merkle signature scheme ephemerality * define lightBlockHeaders * define Algorand's state as a commitment on the lightBlockHeaders within a state proof interval * limit the resources (memory and network bandwidth) if state proofs chain stalls Co-authored-by: Jonathan Weiss <85506383+algonathan@users.noreply.github.com> Co-authored-by: Or Aharonee <or.aharonee@algorand.com> Co-authored-by: Shant Karakashian <55754073+algonautshant@users.noreply.github.com> Co-authored-by: Almog Tal <107349997+almog-t@users.noreply.github.com>
- Loading branch information
1 parent
49086e8
commit 2bc55c0
Showing
172 changed files
with
14,433 additions
and
7,770 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
Large diffs are not rendered by default.
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
Oops, something went wrong.