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

Replace the cw721::CustomMsg trait with cosmwasm_std::CustomMsg #93

Merged
merged 3 commits into from
Oct 24, 2022

Conversation

larry0x
Copy link
Collaborator

@larry0x larry0x commented Oct 22, 2022

In packages/cw721/src/traits.rs is this TODO item:

// TODO: move this somewhere else... ideally cosmwasm-std
pub trait CustomMsg: Clone + std::fmt::Debug + PartialEq + JsonSchema {}

In fact, cosmwasm-std already has the CustomMsg trait. This PR replaces cw721::CustomMsg trait with cosmwasm_std::CustomMsg.

@0xekez
Copy link
Collaborator

0xekez commented Oct 24, 2022

@larry0x looks like this needs a rebase before it can be merged

@JakeHartnell JakeHartnell merged commit 1558c96 into main Oct 24, 2022
@JakeHartnell JakeHartnell deleted the larry/custom-msg branch October 24, 2022 21:10
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