-
Notifications
You must be signed in to change notification settings - Fork 244
Upgrading snforge #2569
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
Comments
I think what happened is |
Thanks a lot for your help, the test data can be generated correctly, and all tests pass. |
We are working on a lending protocol that integrates pyth on Starknet and would like to use the latest versions of snforge and scarb. During the upgrading process, we found two tests failed
with error message:
The class hash in encoded in
data::pyth_upgrade_fake1()
anddata::pyth_upgrade_wrong_magic()
are not matched.According to the README, I try to regenerate the
tests/data.cairo
, but the result does not includepyth_upgrade_fake1
andpyth_upgrade_wrong_magic
. Did I miss something?the repo is forked here. Thanks
The text was updated successfully, but these errors were encountered: