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
feat: adds execution enforcement to preconfirmations #161
feat: adds execution enforcement to preconfirmations #161
Changes from all commits
921d4c8
eed7508
08eb0fa
52cd046
ccf1ff1
4565a42
22e4f89
e80a568
a8bee61
af546ea
43bfaa1
8fed5fb
dcd8930
a55e1f9
d9fb69a
bee4cb9
9da2f04
ff3e6bb
c33d14f
1fec832
02c1216
0c3e132
e0d3ee0
93d96b2
9b61c0e
4f4ff58
fcb7880
36c218f
745ce29
fdcf9a6
a220daa
816dd33
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.
Why is this required? This interface is a subset of the methods of the EthClient. We dont use the BlockByNumber in this pkg. You can still pass your retry client to this pkg even after removing this.