21.0.0 (2023-07-19)
Bug Fixes
- ๐ Allow modify instruction with non-existing portfolios (a8ecb8d)
- ๐ Handle 0 locked balance in Portfolio's getAssetBalances (ab4bf8e)
- ๐ Remove custodian requirement to rename portfolios (a020bbb)
- ๐ Replace
apollo-client
with@apollo/client
(db0c8fa)
Features
- ๐ธ Add
getTransactionHistory
to Asset entity (95240d4) - ๐ธ Add
lastUpdatedAt
attribute toClaimData
(102e23b) - ๐ธ Add method to get involved instructions (250bc68)
- ๐ธ Add method to get involved portfolios in an instruction (8ab86b3)
- ๐ธ Add method to get middleware lag (219634e)
- ๐ธ Add method to get middleware metadata (0d2c8c6)
- ๐ธ Add middleware V2 compatibility check on initialization (6df9b83)
- ๐ธ Add Middleware V2 version compatibility check (e143c7a)
- ๐ธ Add portfolio params for
modifyInstructionAffirmation
(64d574e) - ๐ธ add procedure for setVenuFiltering (fb083d7)
- ๐ธ Add procedures to rotate primary key (044d5e9)
- ๐ธ allow and disallow venues for an asset (43cc0be)
- ๐ธ allow for skiping affirm for manual execution (7f94d2d)
- ๐ธ allow unsetting of SDK signing manager (#988) (95eede9)
- ๐ธ combine setVenueFiltering & allow/disallow venues (67380a4)
BREAKING CHANGES
- ๐งจ
Polymesh.connect
now throws if middleware V2 URL is not working or is
incompatible with the node URL