-
Notifications
You must be signed in to change notification settings - Fork 642
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
chore(deps): bump alloy and primitives #1725
Merged
Merged
Changes from 23 commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
9d2855f
latest eip7702 wip
rakita bd2f4ee
add code loading handler
rakita 6fa2fb0
WIP adding is_delegate_cold flag
rakita 5020d9f
feat: add StateLoad and Eip7702CodeLoad
rakita 5db4074
feat: add gas accounting among other things
rakita 6a91562
clippy,fmt, op test
rakita 9e3735b
Merge remote-tracking branch 'origin/main' into eip7702
rakita 05940a8
Merge remote-tracking branch 'origin/main' into eip7702
rakita cab9bb1
path to latest alloy-eips
rakita 43918ca
comment eip7702 decode tests
rakita a466e2f
Eip7702 format starts with 0xEF0100
rakita 16c3933
typo
rakita 18548c5
fix(eip7702): fix empty or eip7702 code check
rkrasiuk e665984
Merge pull request #1705 from bluealloy/rkrasiuk/fix-empty-and-eip770…
rkrasiuk 9efccc4
Type Eip7702s to Eip7702
rakita b9b8f27
Corrent comments
rakita 071e285
switch new and new_raw Eip7702Bytecode
rakita a69e173
propagate last commit
rakita 7c4196d
nit: rename fn
rakita 7e3c47d
fix(eip7702): set delegated code on call (#1706)
rkrasiuk d2111c6
type change, return eip7702 raw on Bytecode::bytecode
rakita caadc71
eip7702 delegation test
rakita 502d6d1
Cleanup, refactor sstore gas calc
rakita 6e7868c
doc
rakita 2609442
chore: add AuthList json format
rakita 7b27584
chore(deps): bump alloy
klkvr 2b5331f
fix initial eip7702 gas, fix eip7702 refund on revert
rakita 61b3567
small refactor
rakita 3098302
fix refund cnt
rakita 54a21a6
error handling, EIP-3607 fix, wip on auth validity
rakita 84839ba
rm patches
klkvr 53d4143
add auth validity check, fix EIP-3607 fix
rakita f56ff19
Merge remote-tracking branch 'origin/main' into eip7702
rakita 1cec60d
switch tests
rakita c427b99
missing comment
rakita af5e112
fix tests
rakita 7a2a01c
rm println
rakita 9db723e
remove skip of required fields
rakita 4add28b
docs, test meta dat
rakita 1314d99
Merge remote-tracking branch 'origin/main' into eip7702
rakita a4d7ef3
Merge branch 'eip7702' into alloy_bump
rakita 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
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.
What about this version?
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.
We should remove this patch right? And just go to latest version?
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.
yep, removed patches in 84839ba