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