public-awesome / cw-nfts

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

Introduce usage of `schema-derive` #81

Open ueco-jb opened 1 year ago

ueco-jb commented 1 year ago

follow up of https://github.com/CosmWasm/cw-nfts/pull/80

This one is currently kind of blocked because of bug in new schema macro generator which takes generic arguments incorrectly.

ethanfrey commented 1 year ago

This one is currently kind of blocked because of bug in new schema macro generator which takes generic arguments incorrectly.

I merged the first PR (0.15 upgrade). Can you make an issue on cosmwasm_std referencing this issue? (And link it here)

Unless there are objections, I would tag v0.15.0 now and we can do v0.15.1 with the better schema.