-
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
feat: Update to provwasm v2; improve developer experience #78
feat: Update to provwasm v2; improve developer experience #78
Conversation
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.
Looks great!
Squashing commits since the majority were unsuccessful incremental attempts at fixing various issues. None are really particularly valuable in isolation. |
2c3dcd5
to
1d344bb
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.
The new integration test and example script only cover the single happy path flow of onboarding an asset and then immediately verifying it. With that said, I think we can have confidence that most, if not all flows, will work if this PR were to merge as-is right now. I just have one question about the cosmwasm storage crate change below.
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.
Was able to run the integration tests locally and the example.sh locally. Up for merging and deploying after your question is answered.
Context
The contract no longer works in testnet, encountering an error when attempting to look up scopes.
This was possibly directly caused by provenance-io/provwasm#160 and/or provenance-io/provenance#2119.
Changes
Notes