public-awesome / cw-nfts

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

Support for extending with CustomQuery #131

Closed hoomp3 closed 3 months ago

hoomp3 commented 1 year ago

Hi,

I'd like to use the cw721-base for a chain with a custom query module, but there's no way to extend it in the current implementation. I saw there was already a solution on a fork by Desmos devs a couple months ago.

Any plans to get something like this merged?

https://github.com/desmos-labs/cw-nfts/tree/paul/update-custom-msg-query

EDIT I made the necessary changes myself since the previous solution was outdated. Here are the relevant branches.

https://github.com/hoomp3/cw-nfts/tree/feature/cw721-custom-query-ext https://github.com/hoomp3/cw-plus-plus/tree/feature/cw721-custom-query-ext

taitruong commented 3 months ago

Done in #161