Skip to content

main branch missing changes from previous master branch #505

@damiannolan

Description

@damiannolan

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions