24.0.0-alpha.1 (2023-12-13)
Features
- ๐ธ Add
isModifiable
method toMetadataEntry
(0eb78fd) - ๐ธ 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)
- ๐ธ allow offline payloads without signing manager (c38ec84)
- ๐ธ update defs based on importred types (ff5343d)
- ๐ธ 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