10.0.0 (2023-11-06)
NOTE : This version of SQ requires a full re-sync.
Bug Fixes
- ๐ add migrations (f9afa8b)
- ๐ Change type of
Migration.executed
toInt
(0e7ad4a) - ๐ Correct parsing of account in
SecondaryKeyLeftIdentity
(789bda1) - ๐ custom fungible asset types (1f819c0)
- ๐ pr comments (b143f7f)
- ๐ Remove mappings from
AccountHistory
(84530a0) - ๐ typing (1c9fcc5)
Features
- ๐ธ add CustomClaim type (f8a5cad)
- ๐ธ Add handler to map MultiSig events (e076eee)
- ๐ธ Add support for child identities (f05ce3e)
- ๐ธ bump version (4ecd148)
- ๐ธ change proposer to json field (5008c51)
- ๐ธ handle CustomClaim in mappings (b82c60f)
- ๐ธ handlePrimaryKeyUpdated & handleSecondaryKeyLeftIdentiy (d0f7f48)
- ๐ธ Map NFT events (b78eccc)
- ๐ธ Remove call and event handlers (9ac1fd1)
- ๐ธ Remove old migrations to force resync (af081d3)
- ๐ธ Update subql packages to latest versions (0b04e63)
- ๐ธ Update subql/node to
3.2.0
(03feff2) - ๐ธ Upgrade subql-node and subql-query to latest versions (5de32fa)
BREAKING CHANGES
- ๐งจ
amount
is now nullable forLeg
,PortfolioMovement
and
AssetTransaction
โ Closes: DA-905
- ๐งจ Following attributes types have been changed
inAccountHistory
entity:
account
to typeString
identity
to typeString
permissions
to typePermissionsJson
(new json field created
to store the permissions)
- ๐งจ Type of
proposer
has been changed fromString
toProposer
(json
with type and value)