Replies: 9 comments 14 replies
-
With the latest |
Beta Was this translation helpful? Give feedback.
-
When doing a |
Beta Was this translation helpful? Give feedback.
-
I also post here my other issues that are related instead to open different issues. Creating offer with NFTI also have issue creating offer for NFT. Request:
Error:
The same request with chia wallet rpc works:
|
Beta Was this translation helpful? Give feedback.
-
Thanks for the detailed report @Ganbin. I'll get these issues tracked for inclusion. |
Beta Was this translation helpful? Give feedback.
-
@Ganbin I believe I've repro'd the issue you mentioned regarding getNFTs timing out. This is what I'm seeing in the dev tools: Not immediately sure what to do about it... |
Beta Was this translation helpful? Give feedback.
-
@Ganbin regarding the error:
You should be able to add |
Beta Was this translation helpful? Give feedback.
-
@paninaro Thanks for the different addition in the In the devtool on the chia wallet I get |
Beta Was this translation helpful? Give feedback.
-
Another issue I have is with If I request a small wallet with only 4 NFT, when I click reject I got the standard |
Beta Was this translation helpful? Give feedback.
-
The But when I accept the offer, I get an error object |
Beta Was this translation helpful? Give feedback.
-
In the current set of WalletConnectCommands, we can create offers only via wallet ids (
createOfferForIds
).This makes the creation of offers complicated:
getCATAssetId(walletId)
->getCATWalletId(assetId)
getWallets
after confirmation in the Chia wallet. I always get an error in the console that repeats itself many times (I maybe should create an issue for that one):Having a way to pass offer data with something similar to what we have in Goby wallet would be very nice Goby - Create Offer.
In a more generic way, it would be nice to have a new CHIP because CHIP-0002 don't cover enough methods for dApp to use today with all the new stuff we have (NFT, DID, Offers, etc.)
Beta Was this translation helpful? Give feedback.
All reactions