Skip to content

v5.0.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@polymath-eric polymath-eric released this 04 Dec 14:00
· 136 commits to alpha since this release

5.0.0-alpha.1 (2023-12-04)

Bug Fixes

  • πŸ› error when optional arg methods given no args (d02482a)

Features

  • 🎸 add endpoint to retrieve grouped instructions (af80fd5)
  • 🎸 add NFT module (388a572)
  • 🎸 allow registering CustomClaim (e6cfb27)
  • 🎸 get all registered custom claims (#221) (574df13)
  • 🎸 register and get customclaimtype (d595e48)
  • 🎸 support NFTs in /assets endpoints where appropriate (eb9ac00)
  • 🎸 update to [email protected] (#214) (e42143e)

BREAKING CHANGES

  • 🧨 InstructionModel leg "amount" is now optional. It will not be present
    when the leg is for an NFT

βœ… Closes: DA-913