24.0.0-beta.1 (2024-02-27)
Bug Fixes
- ๐ allow mediators to affirm when not involved in trade (ef624a6)
- ๐ Correct the logic of
nft.exists
(b9a85c8) - ๐ Update the logic of Nft.exists (7602983)
Features
- ๐ธ add {affirm,reject,withdraw}_as_mediator to Instruction (3db0714)
- ๐ธ Add
isModifiable
method toMetadataEntry
(0eb78fd) - ๐ธ add asset required mediators functions (e5baa73)
- ๐ธ add getMediators to Instruction (cf7ca25)
- ๐ธ Add method
isLocked
to NFT (8a2e8ef) - ๐ธ Add method to get owner of a NFT (8689ec4)
- ๐ธ Add new attributes to HistoricAssetTransaction (5e808b8)
- ๐ธ add polymesh-types to dev deps (9d4b022)
- ๐ธ Add procedure to clear an Asset Metadata value (eb7a058)
- ๐ธ Add procedure to remove a local Asset Metadata (fd1e973)
- ๐ธ add toSignablePayload() to procedures (e932826)
- ๐ธ add type annotations for
submitTransaction
return (b8b9936) - ๐ธ allow offline payloads without signing manager (c38ec84)
- ๐ธ allows for optional field
mediators
for instructions (11a3011) - ๐ธ getTransactionHistory for all Portfolios for Identity (1d52498)
- ๐ธ update defs based on importred types (ff5343d)
- ๐ธ Update middleware types with SQ
v12.2.0-alpha.2
(7dff4b0) - ๐ธ Update polkadot types using 6.1.1 chain (f8759ae)
- ๐ธ update version check for 6.2 (8ba2a59)
- ๐ธ use polymesh-types to generate defs (cc95fe4)
BREAKING CHANGES
- ๐งจ procedure will not throw if signingAccount isn't present in the signing
manager upon preparation. The check is now performed during.run()
โ Closes: DA-936