Skip to content

Releases: PolymeshAssociation/polymesh-subquery

v19.2.0-alpha.3

24 Apr 10:01
da20e21
Compare
Choose a tag to compare
v19.2.0-alpha.3 Pre-release
Pre-release

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

09 Apr 17:47
d3c79af
Compare
Choose a tag to compare
v19.2.0-alpha.2 Pre-release
Pre-release

19.2.0-alpha.2 (2025-04-09)

Bug Fixes

  • 🐛 correct parsing for balance transfer event (d3c79af)

v19.2.0-alpha.1

27 Mar 14:23
d4be72c
Compare
Choose a tag to compare
v19.2.0-alpha.1 Pre-release
Pre-release

19.2.0-alpha.1 (2025-03-27)

Bug Fixes

  • 🐛 correctly parse sto tiers (9ca4998)
  • 🐛 Prevent chain upgrade check on SQ restart (d4be72c)

Features

  • 🎸 Add text colums to make SQ chain independent (ff8ce1c)
  • 🎸 Bump @polkadot/api to 15.8.1 (c2bddb9)
  • 🎸 bump subql node to 5.10.0 (b89663e)
  • 🎸 use store to get paginated data (a50b9c6)

v19.1.0

12 Mar 11:23
7f3d727
Compare
Choose a tag to compare

19.1.0 (2025-03-12)

Features

  • 🎸 Add new events and extrinsics for 7.2 chain (7f3d727)

v19.1.0-alpha.1

06 Mar 13:16
7f3d727
Compare
Choose a tag to compare
v19.1.0-alpha.1 Pre-release
Pre-release

19.1.0-alpha.1 (2025-03-06)

Features

  • 🎸 Add new events and extrinsics for 7.2 chain (7f3d727)

v19.0.1

12 Feb 14:05
55b61c6
Compare
Choose a tag to compare

19.0.1 (2025-02-12)

Bug Fixes

  • 🐛 correctly process instructionId for Transferred balance updates (9172f00)
  • 🐛 set package version (55b61c6)

v19.0.1-alpha.2

10 Feb 13:39
55b61c6
Compare
Choose a tag to compare
v19.0.1-alpha.2 Pre-release
Pre-release

19.0.1-alpha.2 (2025-02-10)

Bug Fixes

  • 🐛 set package version (55b61c6)

v19.0.1-alpha.1

06 Feb 13:55
9172f00
Compare
Choose a tag to compare
v19.0.1-alpha.1 Pre-release
Pre-release

19.0.1-alpha.1 (2025-02-06)

Bug Fixes

  • 🐛 correctly process instructionId for Transferred balance updates (9172f00)

v19.0.0

05 Feb 11:45
ce14362
Compare
Choose a tag to compare

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

v19.0.0-alpha.3

03 Feb 14:27
ce14362
Compare
Choose a tag to compare
v19.0.0-alpha.3 Pre-release
Pre-release

19.0.0-alpha.3 (2025-02-03)

Features

  • 🎸 add script to auto update package version (ce14362)