-
Notifications
You must be signed in to change notification settings - Fork 30
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
feat: add eip3074 integration test #30
Conversation
a8d859c
to
28dedcb
Compare
8290a6f
to
76e0de3
Compare
e2386a1
to
4fca29a
Compare
460514e
to
d2d70ae
Compare
668a25d
to
c89e7f9
Compare
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.
nice!
love the test!
pending @Rjected
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.
this is pretty cool!
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.
yeah this is great!
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.
nice! this is really clean, great work
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.
yeah this is great!
Adds an integration test for the EIP-3074 instructions:
SenderRecorder
has a function to record msg.sender in storageGasSponsorInvoker
allows an EOA to call a separate contract using AUTH and AUTHCALL by receiving a commit and a signature from a separate authority EOAGasSponsorInvoker
to call the recorder function inSenderRecorder
on behalf of the authoritySenderRecorder
As part of the test development a few fixes were required in the instructions implementation: