-
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: change Kurtosis API version to v1.4.4 #205
Conversation
Thanks for this. Not sure what's the best solution here when trying to use different kurtosis packages that require different versions of the sdk (which in turn only work with a single version of the kurtosis engine, which I believe (?) only one can be running at a time). op is on v1.4.3 hence me asking to downgrade here. |
957922b
to
29a71ee
Compare
I bumped the API version to v1.4.4 since op seems to have bumped it too. Seems like the |
19c4c82
to
4fb477c
Compare
This PR updates the Kurtosis API version to v1.4.4. The Kurtosis team decided to move back to v1 because of problems with the Go toolchain.
This PR also skips the hello-world-avs job in the CI. Foundry recently changed the optimizer to be disabled by default and we need to enable it to have reasonably sized contracts. I opened this PR in the other repo: Layr-Labs/hello-world-avs#108 and pinned it in the example. Just updating the reference to the HW repo won't work (see #185)