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

main branch missing changes from previous master branch #505

Open
damiannolan opened this issue Jul 8, 2024 · 0 comments
Open

main branch missing changes from previous master branch #505

damiannolan opened this issue Jul 8, 2024 · 0 comments

Comments

@damiannolan
Copy link

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.

#[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

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

No branches or pull requests

1 participant