-
Notifications
You must be signed in to change notification settings - Fork 381
Add support for EIP-7702 #323
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
Open
manuelmauro
wants to merge
30
commits into
rust-ethereum:v0.x
Choose a base branch
from
moonbeam-foundation:manuel/add-support-for-eip7702
base: v0.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+3,199
−20
Open
Changes from 27 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
ee9f04b
feat: :sparkles: add pectra config
manuelmauro dbeacfe
feat: :arrow_up: upgrade ethereum crate
manuelmauro fa1de78
feat: :sparkles: add Authorization type
manuelmauro 5a97f3d
feat: :sparkles: add EIP-7702 delegation logic to EVM
manuelmauro b9d4c71
feat: :sparkles: add EIP-7702 initialization and gas costs
manuelmauro 53b7fb7
refactor: :recycle: lint and fmt
manuelmauro 0dbf3eb
style: :art: fmt
manuelmauro b4438a6
feat: :sparkles: upgrade ethereum
manuelmauro 96a0e35
fix: :arrow_up: upgrade rust toolchain
manuelmauro a8177af
refactor: :fire: remove Authorization type from evm_core
manuelmauro 78ef1ff
fix: :bug: fix CODESIZE and CODECOPY behavior according to EIP-7702
manuelmauro 55aff5a
test: :white_check_mark: test opcodes impacted by EIP-7702
manuelmauro a9de67b
test: :white_check_mark: merge test files
manuelmauro 03b1bfa
perf: :zap: avoid fetching code unnecessarily
manuelmauro c4c355e
refactor: :arrow_up: upgrade ethereum
manuelmauro 2564062
test: :white_check_mark: test delegation chains
manuelmauro 3134553
fix: :bug: zero address delegation clears code
manuelmauro 3a3bc92
refactor: :lock: do not silence exit errors
manuelmauro f5cc851
test: :white_check_mark: add comprehensive test suite for EIP-7702
manuelmauro cc32e59
test: :white_check_mark: update assumptions on multiple autorizations…
manuelmauro ad1acd1
fix: :bug: add authority to accessed_addresses
manuelmauro 992e13d
test: :white_check_mark: correct gas expectations in test
manuelmauro 940502a
test: :white_check_mark: correct gas calculations in test
manuelmauro 738187f
refactor: :rotating_light: lint
manuelmauro 2acd3a0
fix: :bug: verify the code of authority is empty or already delegated
manuelmauro 8660f5e
fix: :bug: fix nonce edge case
manuelmauro 7f643d4
test: :white_check_mark: fix assertion in test
manuelmauro 8041848
test: :white_check_mark: fix gas exhaustion test
manuelmauro 842b762
test: :white_check_mark: test CODESIZE and CODECOPY ops
manuelmauro fdc3e1c
docs: :fire: remove comments
manuelmauro 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
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
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.
Uh oh!
There was an error while loading. Please reload this page.