-
Notifications
You must be signed in to change notification settings - Fork 1
Updates to fix buy button showing for nft owner, and fix CIP25 metadata for blockfrost #58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Remove connectWallet, replace with getWalletPkh, update getWalletBalance to return lovelace
I've pushed here changes needed by mlabs-haskell/nft-marketplace#231 without creating a new PR, this should all we need in this repository for Seabug deployment. |
- Updates to a CTL revision which encodes the CIP25 metadata keys as strings instead of bytes, for compatibility with Blockfrost - Updates the Blockfrost response parsing for the new `onchain_metadata` format
@samuelWilliams99 @rynoV so can we merge this? |
I believe so, but lets prehaps wait on Calum here |
@aciceri let's hold off for now, I may need to update the CTL revision again as changes were requested on my CTL PR. I'll let you know once my PR is merged, then we can merge this. For now though this version should work to fix the deployment. |
…racts into calum/fixing-buy-button
Hey @aciceri, we should be good to merge whenever. I also pushed another commit to |
Remove connectWallet, replace with getWalletPkh, update getWalletBalance to return lovelace.
These changes are for mlabs-haskell/nft-marketplace#230
Also includes changes described here: mlabs-haskell/seabug#41
Also includes a fix to handle Blockfrost's recent change in handling CIP25 metadata, see: