Using new cosmwasm_schema#102
Conversation
JakeHartnell
left a comment
There was a problem hiding this comment.
Looks good to me. CI does appear to be stuck though. @ueco-jb anyway to reset?
larry0x
left a comment
There was a problem hiding this comment.
LGTM, with one suggested change
Co-authored-by: Larry Engineer <26318510+larry0x@users.noreply.github.com>
|
For some strange reason, no CircleCI build is started. I don't know why. I'll set a reminder to check again tomorrow. |
|
We are getting builds now :) |
|
It was because I asked Circle ci to check my fork... really sad! |
|
Strange because fork builds are enabled and they worked for other PRs here before. I see the build in https://app.circleci.com/pipelines/github/CosmWasm/cw-nfts now. |
Co-authored-by: Larry Engineer <26318510+larry0x@users.noreply.github.com>
Before submitting this PR, I enabled CircleCI on my own fork and that blocked it from running it here. |
I try to implement what's in #81.
Remaining issues:
QueryMsg<Cw2981QueryMsg>is used. As in cw721-base generates an empty response forExtension, there is no response generated forCw2981QueryMsg. I haven't found a solution for this.