v5.0.0
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