-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update existing fixture test format to export correct schema (#47)
* Add function to correctly represent post accounts. * Add function to correctly pad fields within pre/post accounts. * Remove print statement :D * Update framework tests to have correct format. * Fix added format bug. * Update test fixtures due to bug. * Function refactor to work with other fields. * Add format filters to blockHeader and genesisBlockHeader. * Update test fixtures with formatted blockHeader and genesisBlockHeader. * Filter all coinbase and all hashes from reformating in blockHeader and genesisBlockHeader. * Filter trie's and bloom from reformating in blockHeader and genesisBlockHeader. * Add chainName/transactions/uncleHeader/withdrawals. * Unrelated additions to gitignore. * Fix format for block transactions. * Review changes, whitelist addition, more formatting. * Refactor helper function, add tests for them, fix for shanghai withdrawals only. --------- Co-authored-by: Mario Vega <[email protected]>
- Loading branch information
1 parent
f8c329a
commit f306d8e
Showing
12 changed files
with
833 additions
and
378 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 |
---|---|---|
|
@@ -48,5 +48,8 @@ pip-delete-this-directory.txt | |
.coverage | ||
|
||
# misc | ||
|
||
.vscode | ||
*.code-workspace | ||
|
||
# docs | ||
_readthedocs |
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.