public-awesome / cw-ics721

CosmWasm IBC NFT Transfers
MIT License
59 stars 31 forks source link

"pass-through on back transfer" #89

Open taitruong opened 8 months ago

taitruong commented 8 months ago

We have logic for checking on receive whether NonFungibleTokenPacketData is a back transfer. If we move this to a helper, we could extend proxies for checking and always allow backtransfer and skip WL checks.

taitruong commented 8 months ago

@humanalgorithm