-
Notifications
You must be signed in to change notification settings - Fork 226
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
AA-513 single auth tuple for UserOperation #232
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
1e088a5
AA-453: (WIP) Support EIP-7702 tuples in ERC-4337 bundlers
forshtat af61ec4
Add 'eip7702Support' config; prototype code for EIP-7702 bundle building
forshtat 7db8ae9
AA-453: (WIP) (TMP) Add proxy for EIP-7702 'sendTransaction' encoding
forshtat 97b472f
Fix sending array object instead of hex string
forshtat 51a73ea
Move 7702 list to BaseOperation; fix duplicate tuples in 'createBundle'
forshtat 18266c4
Lint
forshtat fe0402a
WIP: Actually sending a valid EIP-7702 transaction (tgz dependencies …
forshtat 1849384
TMP: Send funds to temp sender
forshtat 1db360c
Implement authorization ecrecover and provide state overrides to simu…
forshtat 298d55a
Implement EIP-7702 support
forshtat 9a12e26
Remove packed dependencies and use the published betas
forshtat f46bd6e
check nonce before auth. fix rlp
drortirosh 24a80f8
Fix wrong 'eip7702Support' checks, clean up comments
forshtat 915df43
Merge branch 'master' of github.com:eth-infinitism/bundler into AA-45…
forshtat 2cc729c
Fix depcheck
forshtat af7d3d3
Fix tests
forshtat 9a5bc12
nullable authorizationList
drortirosh d2e5987
single auth tuple for UserOperation
drortirosh 0ec75d0
typo
drortirosh 426ed01
Merge branch 'master' into single-auth-tuple
drortirosh bb91971
auth list validation rules
drortirosh dcfe286
lint
drortirosh c8d37f6
PR issues
drortirosh 5086a49
restore mergeEip7702Authorizations
drortirosh d4be94d
pr review
drortirosh 6541250
fix authlist
drortirosh 8e2d3c7
Merge branch 'master' into single-auth-tuple
shahafn ef4dbb6
Fix comment
shahafn 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 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
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.
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.
Why? we have ValidationManager7560, that will handle it as a list, why do we need it here?