-
Notifications
You must be signed in to change notification settings - Fork 422
Refactor Environment #1131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Refactor Environment #1131
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
ade41ed
refactor blob gas logic
gurukamath 673a72b
create BlockEnvironment and TransactionEnvironment
gurukamath 4ef9957
refactor validate_header
gurukamath 2cbca23
update t8n
gurukamath 646c4f1
update evm tracing
gurukamath b6c2f61
backport changes to cancun
gurukamath 7699498
port to shanghai
gurukamath 0603301
port changes to paris
gurukamath 56520e5
port to london
gurukamath d007a2d
port berlin
gurukamath 4e384e8
port istanbul
gurukamath 6738409
port constantinople
gurukamath d892758
port byzantium
gurukamath 494c7bb
port spurious_dragon
gurukamath d93191c
port older forks
gurukamath 4151f3d
fix t8n receipts
gurukamath 14288cb
update testing
gurukamath 721a6e5
process_withdrawals update
gurukamath 3c38b0f
fixes for doc
gurukamath 3ebdf31
remove execution_spec_tests entry
gurukamath 7bed0ae
use default_factory in BlockOutput
gurukamath c304200
minor fixes 1
gurukamath 6e0f323
define current_block_number in block_hash opcode
gurukamath c773137
rename tx_index to index_in_block
gurukamath b29e300
fix vm test runs
gurukamath File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow, the old code here was pretty misleading.