Skip to content

Conversation

AustinWoetzel
Copy link
Contributor

Description

fix compile issues and move mock band contract back into the main contract folder

@AustinWoetzel
Copy link
Contributor Author

TODO: cosmwasm V1 upgrade, have to discuss requirements with @DrPresident

Copy link
Collaborator

@DrPresident DrPresident left a comment

Choose a reason for hiding this comment

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

Change all

#[derive(Serialize, Deserialize, Clone, Debug, PartialEq)]
#[serde(rename_all = "snake_case")]

to

#[cw_serde]

Upgrade bucket storage to Map from storage-plus

rename handle to execute

}

pub fn init(
pub fn instantiate(
Copy link
Collaborator

Choose a reason for hiding this comment

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

add #[shd_entry_point] to this, execute & query

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

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.

2 participants