forked from ethereum/go-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
blockchain: add execution witness validation (#515)
* blockchain: add execution witness validation Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com> * more fixes Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com> * update go-ipa Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com> * update go-ipa Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com> * add parentRoot to dispatched output Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com> * remove todo Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com> * fix compilation Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com> * target tenatative version Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com> * fix Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com> * generate parentRoot for witness check Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com> * progress Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com> * more fixes Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com> * change order of execution witness checks * fill: remove witness generation in overlay tree when * cleanup * fix * fixes Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com> * cleanup Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com> * mod: use latest go-verkle Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com> * more fixes * update go-verkle Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com> * add comment Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com> * cleanup Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com> * ci: test fixtures alpha Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com> * ci change branch Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com> * restore target branch Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com> * pr feedback Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com> * fix nit Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com> * disable linter warnings, won't fix them in this branch * disable more linter checks --------- Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com> Co-authored-by: Guillaume Ballet <3272758+gballet@users.noreply.github.com>
- Loading branch information
Showing
14 changed files
with
202 additions
and
156 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.