Skip to content

v5.0.0

Compare
Choose a tag to compare
@polymesh-bot polymesh-bot released this 04 Apr 11:50
· 76 commits to master since this release
03b4ba9

5.0.0 (2024-04-04)

Bug Fixes

  • πŸ› error when optional arg methods given no args (d02482a)
  • πŸ› is-pre-approved doc comments (601e1a6)
  • πŸ› offline tx hash was not being recorded (ca57ec1)
  • πŸ› typo in ga workflow config (8772341)

Features

  • 🎸 add options field for tx details, like signer (b16ded4)
  • 🎸 add options field for tx details, like signer (cc48878)
  • 🎸 add options field for tx details, like signer (fb6bd8e)
  • 🎸 add address and nonce to tx model (f79620d)
  • 🎸 add basic amqp flow (d6d1444)
  • 🎸 add custom release bot configuration to sign commits (d7b49e8)
  • 🎸 add endpoint to retrieve grouped instructions (af80fd5)
  • 🎸 add instruction mediator endpoints (2f2f294)
  • 🎸 add manual ci trigger (077a3e2)
  • 🎸 add NFT module (388a572)
  • 🎸 add nonce and mortality tx options (80781a2)
  • 🎸 add offline process mode (3f4f135)
  • 🎸 add pre-approval endpoints (56af7b7)
  • 🎸 Adds new Asset Metadata endpoints (a53e9f3)
  • 🎸 Adds new Asset Metadata endpoints (f064ce2)
  • 🎸 allow registering CustomClaim (e6cfb27)
  • 🎸 config artemis MQ explictly (18081fd)
  • 🎸 get all registered custom claims (#221) (574df13)
  • 🎸 handle when artemis is unconfigured (d17e1f4)
  • 🎸 identities rotatePrimaryKey/attestPrimaryKeyRotation (#251) (8ffb1ab)
  • 🎸 introduce processMode option to replace many bools (e3d0ac8)
  • 🎸 introduce processMode option to replace many bools (e507fc3)
  • 🎸 introduce processMode option to replace many bools (fe283c5)
  • 🎸 log errors on amqp connection errors (d3fb5e7)
  • 🎸 register and get customclaimtype (d595e48)
  • 🎸 remove usage of testUtils (57e64a1)
  • 🎸 set autoaccept to false (96e3ee2)
  • 🎸 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