Beet Sugar 1.1.0
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 tofindByMint
findNftByMintList
renamed tofindAllByMintList
findNftsByOwner
renamed tofindAllByOwner
findNftsByCreator
renamed tofindAllByCreator
findNftsByCandyMachine
renamed tofindAllByCandyMachine
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
- Add phantom connect support by @ajamaica
- Adds collection to MetadataAccount by @ajamaica
- Add Phantom full Deeplinking support by @ajamaica
- Fetch metaplex repo by @ajamaica
- Fix NFT test when I changed the Account by @ajamaica
- Refactor: rename nftclient methods by @mike-metaplex
- Fix serialize method for metadataAccount and add tests by @mike-metaplex
- Add createNftOnChain and refactor files and folders by @mike-metaplex
- Version bump dependencies by @mike-metaplex
- Add documentation for createNft by @mike-metaplex
New Contributors
- @mike-metaplex made their first contribution in #49
Full Changelog: 1.0...1.1