Skip to content

Beet Sugar 1.1.0

Compare
Choose a tag to compare
@mike-metaplex mike-metaplex released this 14 Sep 01:56
· 28 commits to main since this release
9869a3c

API Changes

Phantom connect and deep linking have been implemented in the Sample App to demonstrate hooking up a Phantom Wallet and fetching NFTs.

The following methods in NftClient have been deprecated:

  • findNftByMint renamed to findByMint
  • findNftByMintList renamed to findAllByMintList
  • findNftsByOwner renamed to findAllByOwner
  • findNftsByCreator renamed to findAllByCreator
  • findNftsByCandyMachine renamed to findAllByCandyMachine

createNft was added to NftClient to allow minting of NFTs. Documentation was also added to README.md

Some miscellaneous bug fixes and refactoring were completed:

  • Fix unit tests
  • Folder and File refactor
  • Serialize/deserialize fixes and unit tests

Work Completed

New Contributors

Full Changelog: 1.0...1.1