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 <[email protected]> * more fixes Signed-off-by: Ignacio Hagopian <[email protected]> * update go-ipa Signed-off-by: Ignacio Hagopian <[email protected]> * update go-ipa Signed-off-by: Ignacio Hagopian <[email protected]> * add parentRoot to dispatched output Signed-off-by: Ignacio Hagopian <[email protected]> * remove todo Signed-off-by: Ignacio Hagopian <[email protected]> * fix compilation Signed-off-by: Ignacio Hagopian <[email protected]> * target tenatative version Signed-off-by: Ignacio Hagopian <[email protected]> * fix Signed-off-by: Ignacio Hagopian <[email protected]> * generate parentRoot for witness check Signed-off-by: Ignacio Hagopian <[email protected]> * progress Signed-off-by: Ignacio Hagopian <[email protected]> * more fixes Signed-off-by: Ignacio Hagopian <[email protected]> * change order of execution witness checks * fill: remove witness generation in overlay tree when * cleanup * fix * fixes Signed-off-by: Ignacio Hagopian <[email protected]> * cleanup Signed-off-by: Ignacio Hagopian <[email protected]> * mod: use latest go-verkle Signed-off-by: Ignacio Hagopian <[email protected]> * more fixes * update go-verkle Signed-off-by: Ignacio Hagopian <[email protected]> * add comment Signed-off-by: Ignacio Hagopian <[email protected]> * cleanup Signed-off-by: Ignacio Hagopian <[email protected]> * ci: test fixtures alpha Signed-off-by: Ignacio Hagopian <[email protected]> * ci change branch Signed-off-by: Ignacio Hagopian <[email protected]> * restore target branch Signed-off-by: Ignacio Hagopian <[email protected]> * pr feedback Signed-off-by: Ignacio Hagopian <[email protected]> * fix nit Signed-off-by: Ignacio Hagopian <[email protected]> * disable linter warnings, won't fix them in this branch * disable more linter checks --------- Signed-off-by: Ignacio Hagopian <[email protected]> Co-authored-by: Guillaume Ballet <[email protected]>
- 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ on: | |
workflow_dispatch: | ||
|
||
env: | ||
FIXTURES_TAG: "[email protected].6" | ||
FIXTURES_TAG: "[email protected].7-alpha-4" | ||
|
||
jobs: | ||
setup: | ||
|
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.