Releases: PolymeshAssociation/polymesh-subquery
Releases · PolymeshAssociation/polymesh-subquery
v19.2.0-alpha.3
19.2.0-alpha.3 (2025-04-24)
Bug Fixes
- 🐛 recreate entity to save the data correctly with workers (da20e21)
v19.2.0-alpha.2
v19.2.0-alpha.1
v19.1.0
v19.1.0-alpha.1
v19.0.1
v19.0.1-alpha.2
v19.0.1-alpha.1
19.0.1-alpha.1 (2025-02-06)
Bug Fixes
- 🐛 correctly process instructionId for Transferred balance updates (9172f00)
v19.0.0
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