github PolymeshAssociation/polymesh-subquery v10.0.0

latest releases: v16.0.0-alpha.1, v15.1.0, v15.1.0-alpha.4...
10 months ago

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 to Int (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 for Leg, PortfolioMovement and
    AssetTransaction

โœ… Closes: DA-905

  • ๐Ÿงจ Following attributes types have been changed
    in AccountHistory entity:
  • account to type String
  • identity to type String
  • permissions to type PermissionsJson (new json field created
    to store the permissions)
  • ๐Ÿงจ Type of proposer has been changed from String to Proposer (json
    with type and value)

Don't miss a new polymesh-subquery release

NewReleases is sending notifications on new releases.