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.
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
feature: ProviderCall #788
feature: ProviderCall #788
Changes from 43 commits
26f9273
f14aa77
0b0b835
478ac23
1cb1579
2ff402b
569d168
b06e897
b16ab35
095ed89
faf3d87
821fe39
cca6525
f8ced1d
b9ae66a
2e43c22
e8a4b03
250de00
7a747a8
0c4f4fe
8ea73c9
a77d9f9
5e88a37
6001e44
a05f71c
50116aa
0a8c1af
d0a184a
0b30b86
3ed9035
a3dad97
3683a9c
f967b67
2cb9e50
aa9e9f7
460fa46
f2ca144
9f48291
e1f0cae
4e199ce
3822252
b4744ab
d06bf26
e175c13
5a8bba4
8f53e56
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
given we're now wonly using this for
EthCall
, I think we should make it more call-specific, eg make it acceptTransactionRequest
, block and overrides directly to allow implementations to directly call underlying evm with them.