We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
main
master
It appears the main branch (default) on the repository is missing some changes from the previous default (master) branch.
Most notably what came to my attention was that the cosmwasm contract apis for the 08-wasm go module are not in sync / update to date.
For example the InstantiateMsg is completely empty on main.
InstantiateMsg
#[cw_serde] pub struct InstantiateMsg {}
Whereas on the master branch, it is populated with fields.
https://github.com/ComposableFi/composable-ibc/blob/master/light-clients/ics08-wasm/src/instantiate.rs#L8-L18
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It appears the
main
branch (default) on the repository is missing some changes from the previous default (master
) branch.Most notably what came to my attention was that the cosmwasm contract apis for the 08-wasm go module are not in sync / update to date.
For example the
InstantiateMsg
is completely empty onmain
.Whereas on the
master
branch, it is populated with fields.https://github.com/ComposableFi/composable-ibc/blob/master/light-clients/ics08-wasm/src/instantiate.rs#L8-L18
The text was updated successfully, but these errors were encountered: