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
Use Seth EVM client in E2E VRF tests #12964
Use Seth EVM client in E2E VRF tests #12964
Changes from all commits
f605c01
c34385f
3e48622
874e0f0
9a6a278
3e5d2e3
90fe936
4afe6fe
5fb6f53
756fe82
67d4c7f
203d5f1
b735d32
14092f4
c221218
cc13fa2
87d4400
ea66dec
579280e
9f16f32
cd25939
06bf8d2
0febc2d
f20fe27
08ce45a
57781c0
94b28d0
272c1d0
a4b0cca
65d3c78
89d8511
dbe63f8
702df4a
b365b88
1c438e0
3703d86
340ddac
355aa34
212c2a3
c13e930
3ea165d
37c25fc
62f0bc7
f2ae505
161eb7b
d3eb868
771b7da
8e2a981
bd68776
25aa355
3a1640f
f2b51bf
ab04fe4
1baec5a
59e49d3
d7ada9b
ef712a0
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.
same here... this actions should be copied to
actions_seth
and modified there; original action should be left unchanged.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.
@Tofel see #12964 (comment)
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.
@Tofel this function (WaitForBlockNumberToBe) has
// todo - move to CTF
in the comment. So, even if some downstream project will want to use it (but I don't see it being used) we can add it to CTF then just as the comment says. WDYT?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.
in the long run that would make a lot of sense!