-
Notifications
You must be signed in to change notification settings - Fork 61
l1: move anvil test util into single use-case #7791
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
l1: move anvil test util into single use-case #7791
Conversation
d19c918
to
dec9f14
Compare
57a37c0
to
403c543
Compare
403c543
to
c42070b
Compare
dec9f14
to
06def12
Compare
c42070b
to
febb6eb
Compare
06def12
to
4111efc
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.
Reviewed 2 of 2 files at r1, all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @matan-starkware)
febb6eb
to
ba4385e
Compare
4111efc
to
77f593a
Compare
ba4385e
to
6077cfc
Compare
67cb5fc
to
1a87b9a
Compare
020fdce
to
dac99f6
Compare
1a87b9a
to
5b765c4
Compare
dac99f6
to
ca06fa0
Compare
bc81b56
to
6015c2d
Compare
ca06fa0
to
44da249
Compare
6015c2d
to
9276af2
Compare
44da249
to
6cb5ec7
Compare
9276af2
to
aa7b3d8
Compare
6cb5ec7
to
8adfccf
Compare
8adfccf
to
1e7759b
Compare
aa7b3d8
to
bd03968
Compare
Only this test now needs to initialize multiple anvil instances, since it's testing l1 node-switching. All other use cases were previously converted to use the more robust anvil base layer.
bd03968
to
28495c3
Compare
Merge activity
|
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.
Reviewed 2 of 2 files at r2, all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @matan-starkware)
Only this test now needs to initialize multiple anvil instances, since
it's testing l1 node-switching. All other use cases were previously
converted to use the more robust anvil base layer.