-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix: multiple pessimistic proofs e2e tests #105
Conversation
9617755
to
ddd6500
Compare
ddd6500
to
92a91bc
Compare
9bd4d05
to
0d73569
Compare
|
@@ -138,18 +128,10 @@ jobs: | |||
with: | |||
repository: 0xPolygon/kurtosis-cdk | |||
path: kurtosis-cdk | |||
ref: jhilliard/multi-pp-testing | |||
ref: main |
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.
We should pin a version here
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.
Good point!
I'll create a separate PR for that, because the v0.2.26 on the Kurtosis CDK was created in a meantime.
Description
The branch
jhilliard/multi-pp-testing
that was used for multiple pessimistic proofs testing is removed from the Kurtosis CDK and the changes are merged to the main branch (0xPolygon/kurtosis-cdk#401). Update the Kurtosis CDKref
to use themain
branch.Fixes #106