Releases: PolymeshAssociation/polymesh-rest-api
Releases ยท PolymeshAssociation/polymesh-rest-api
v5.0.0-alpha.8
v5.0.0-alpha.7
v5.0.0-alpha.6
5.0.0-alpha.6 (2024-01-16)
Features
v5.0.0-alpha.5
v5.0.0-alpha.4
v5.0.0-alpha.3
5.0.0-alpha.3 (2024-01-12)
Features
v5.0.0-alpha.2
5.0.0-alpha.2 (2023-12-18)
Features
- ๐ธ add
options
field for tx details, like signer (e7a0de8) - ๐ธ add
options
field for tx details, like signer (3977339) - ๐ธ add nonce and mortality tx options (c753309)
- ๐ธ add offline process mode (a921686)
- ๐ธ Adds new Asset Metadata endpoints (f278c6e)
- ๐ธ Adds new Asset Metadata endpoints (87bf11a)
- ๐ธ introduce
processMode
option to replace many bools (87cbd15) - ๐ธ introduce
processMode
option to replace many bools (599e020)
v5.0.0-alpha.1
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 sdk@23.0.0-alpha.23 (#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