Skip to content
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

BCI-1511: Fix Gauntlet Upload -- update schema dependency #367

Merged
merged 5 commits into from
Sep 1, 2023

Conversation

augustbleeds
Copy link
Contributor

@augustbleeds augustbleeds commented Aug 31, 2023

fixes bug where yarn gauntlet upload could not find the name of the json message apis

Was kind of a tricky bug to track down but it turns out that this branch was using an outdated version of cosmwasm-schema crate which didn't output some of the schema files. So when make contracts_compile was ran, the schema files were regenerated incorrectly.

Some other stuff was in a broken state so I had to pick out other schema / go-related / ts changes from #364 that are either necessary for this PR to run successfully

@augustbleeds augustbleeds changed the title BCI-1511: change path of json abi BCI-1511: Fix Gauntlet Upload -- update schema dependency Aug 31, 2023
Copy link
Contributor

@calvwang9 calvwang9 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice catch!

@cfal cfal merged commit 671377a into develop Sep 1, 2023
12 of 13 checks passed
@cfal cfal deleted the augustus.BCI-1511.bug-fix branch September 1, 2023 09:19
@cfal
Copy link
Collaborator

cfal commented Sep 1, 2023

thanks for the quick fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants