mlabs-haskell / seabug-contracts

3 stars 1 forks source link

Updates to fix buy button showing for nft owner, and fix CIP25 metadata for blockfrost #58

Open rynoV opened 1 year ago

rynoV commented 1 year ago

Remove connectWallet, replace with getWalletPkh, update getWalletBalance to return lovelace.

These changes are for https://github.com/mlabs-haskell/nft-marketplace/pull/230

Also includes changes described here: https://github.com/mlabs-haskell/seabug/pull/41

Also includes a fix to handle Blockfrost's recent change in handling CIP25 metadata, see:

aciceri commented 1 year ago

I've pushed here changes needed by https://github.com/mlabs-haskell/nft-marketplace/pull/231 without creating a new PR, this should all we need in this repository for Seabug deployment.

aciceri commented 1 year ago

@samuelWilliams99 @rynoV so can we merge this?

samuelWilliams99 commented 1 year ago

I believe so, but lets prehaps wait on Calum here

rynoV commented 1 year ago

@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.

rynoV commented 1 year ago

Hey @aciceri, we should be good to merge whenever. I also pushed another commit to calum/updates on seabug to update the submodule versions.