public-awesome / cw-nfts

Examples and helpers to build NFT contracts on CosmWasm
Apache License 2.0
185 stars 181 forks source link

Fix trait to be compatible for custom modules #77

Closed dadamu closed 6 months ago

dadamu commented 2 years ago

Currently, CustomMsg isn't the cosmwasm-std version and CustomQuery is not imported, it makes the current version is not compatible for custom modules, like x/profiles in Desmos chain. In addition, any messages to the contract should not be CustomMsg since they are not for the custom modules, they should be DeserializeOwned, instead. This PR intends to fix the issues mentioned above.

dadamu commented 1 year ago

Rebased.

dadamu commented 1 year ago

Updated to main branch, any updates for it? @0xekez

dadamu commented 1 year ago

Updated to main branch, any updates for it? @0xekez