github PolymeshAssociation/polymesh-subquery v19.0.0

18 hours ago

19.0.0 (2025-02-05)

Bug Fixes

  • ๐Ÿ› Correct handler mapping for TransactionFeePaid event (dc39d96)
  • ๐Ÿ› handle legacy SignerLeft event (fa9ecbd)

Features

  • ๐ŸŽธ add script to auto update package version (ce14362)
  • ๐ŸŽธ pad block ids and entity created event references (74e5afc)

BREAKING CHANGES

  • ๐Ÿงจ block primary IDs are now left padded with '0' to 10 characters e.g. 0000123456. Block.block_id contains the numeric value
  • ๐Ÿงจ event primary IDs are now left padded with '0' to 10 characters on both block number and event index e.g. 0000123456/0000000001. eventIdx contains the numeric value for the index
  • ๐Ÿงจ extrinsic primary IDs are now left padded with '0' to 10 characters on both block number and index e.g. 0000123456/0000000001. extrinsicIdx contains the numeric value for the index
  • ๐Ÿงจ the following entities that derive their ID from the associated event now included padding with '0' on the block number and event index: AccountHistory, AssetTransaction, BridgeEvent, ConfidentialAssetMovement, DistributionPayment, Funding, InstructionEvent, Investment, PolyxTransaction, PortfolioMovement, StakingEvent, TickerExternalAgentAction, TickerExternalAgentHistory

A resync is required for this release

Don't miss a new polymesh-subquery release

NewReleases is sending notifications on new releases.