Skip to content

Releases: paritytech/substrate-api-sidecar

v20.9.1

07 Oct 20:24
1fcfa8f
Compare
Choose a tag to compare

Fix

  • fix: add required endpoints to kusama for staking (#1791) (c96fbe0)

Compatibility

Tested against the following node releases:

  • Polkadot v1.19.2 (Polkadot stable2506-2)
  • Kusama v1.19.2 (Polkadot stable2506-2)
  • Westend v1.19.2 (Polkadot stable2506-2)

Tested against the following runtime releases:

  • Polkadot v1007001
  • Kusama v1009001
  • Westend v1020000
  • Polkadot Asset Hub v1007001
  • Kusama Asset Hub v1009001
  • Westend Asset Hub v1020000

v20.9.0

02 Oct 19:03
879b3f9
Compare
Choose a tag to compare

Features

  • feat: add /rc/blocks/{blockId}/para-inclusions endpoint (#1788) (0a94c55)
    • Adds relay chain counterpart endpoint for parachain inclusion queries, allowing retrieval of parachain inclusion information directly from relay chain blocks
  • feat: add /blocks/{blockId}/para-inclusions (#1785) (3729cbc)
    • Adds new endpoint to retrieve parachain inclusion information for relay chain blocks
  • feat: ElasticScaling MultiBlock support Post AHM (#1779) (2aa6360)
    • Adds support for Elastic Scaling multi-block responses post Asset Hub Migration

Fix

  • fix: enforce correct config CACHE_CAPACITY type (#1782) (1dad5e2)
    • Ensures CACHE_CAPACITY configuration is properly typed as number

Docs

  • docs: fix rouge description (#1787) (9bb03e4)
    • Fixes typo in route description

Chores

  • chore(deps): bump tar-fs from 2.1.3 to 2.1.4 (#1784) (f42a793)

Compatibility

Tested against the following node releases:

  • Polkadot v1.19.2 (Polkadot stable2506-2)
  • Kusama v1.19.2 (Polkadot stable2506-2)
  • Westend v1.19.2 (Polkadot stable2506-2)

Tested against the following runtime releases:

  • Polkadot v1006002
  • Kusama v1007001
  • Westend v1020000
  • Polkadot Asset Hub v1006000
  • Kusama Asset Hub v1007001
  • Westend Asset Hub v1020000

v20.8.0

23 Sep 16:15
47206fb
Compare
Choose a tag to compare

Features

  • feat: /paras/{number}/inclusion (#1776) (4f8176d)
    • Adds new endpoint to retrieve parachain inclusion information with configurable depth query parameter

Compatibility

Tested against the following node releases:

  • Polkadot v1.19.2 (Polkadot stable2506-2)
  • Kusama v1.19.2 (Polkadot stable2506-2)
  • Westend v1.19.2 (Polkadot stable2506-2)

Tested against the following runtime releases:

  • Polkadot v1006002
  • Kusama v1007001
  • Westend v1020000
  • Polkadot Asset Hub v1006000
  • Kusama Asset Hub v1007001
  • Westend Asset Hub v1020000

v20.7.3

15 Sep 16:49
35876cf
Compare
Choose a tag to compare

Fix

  • fix: update polkadot-js deps (#1774) (50add8d)
    • Updates @polkadot/api packages from 16.2.1 to 16.4.7 and @polkadot/util packages from 13.5.1 to 13.5.6 for improved compatibility and bug fixes

Compatibility

Tested against the following node releases:

  • Polkadot v1.19.2 (Polkadot stable2506-2)
  • Kusama v1.19.2 (Polkadot stable2506-2)
  • Westend v1.19.2 (Polkadot stable2506-2)

Tested against the following runtime releases:

  • Polkadot v1006002
  • Kusama v1007001
  • Westend v1020000
  • Polkadot Asset Hub v1006000
  • Kusama Asset Hub v1007001
  • Westend Asset Hub v1020000

v20.7.2

11 Sep 12:54
795d6eb
Compare
Choose a tag to compare

Fix

  • fix: ensure no error for event mapping for specVersion 1020000 or above (#1768) (7e3b409)
    • Prevents event mapping errors for Westend Asset Hub blocks with specVersion 1020000 and above
  • fix: added mapping to bad staking blocks in westend AH (#1764) (9e61c57)
    • Adds comprehensive mapping to handle problematic staking blocks in Westend Asset Hub
  • fix: update broken schema refs + more granular rc tags (#1766) (12e1642) (Thanks to https://github.com/F-OBrien)
    • Updates broken OpenAPI schema references and improves relay chain endpoint tagging

Chores

  • docs: add json examples to the endpoints (#1765) (9e44b81)
    • Enhances documentation with JSON response examples and data schemas for better developer experience

Compatibility

Tested against the following node releases:

  • Polkadot v1.19.2 (Polkadot stable2506-2)
  • Kusama v1.19.2 (Polkadot stable2506-2)
  • Westend v1.19.2 (Polkadot stable2506-2)

Tested against the following runtime releases:

  • Polkadot v1006002
  • Kusama v1007001
  • Westend v1020000
  • Polkadot Asset Hub v1006000
  • Kusama Asset Hub v1007001
  • Westend Asset Hub v1020000

v20.7.1

09 Sep 17:15
8850651
Compare
Choose a tag to compare

Fix

  • fix: ensure staking progress uses is rc option for /rc endpoints (#1759) (7e8585a)
    • Ensures staking progress endpoints correctly utilize relay chain options for multi-chain setups
  • fix: remove redundant isApiAssetHub specName check (#1753) (a8c33bf)
    • Removes unnecessary Asset Hub specification name validation to improve code efficiency

Compatibility

Tested against the following node releases:

  • Polkadot v1.18.0 (Polkadot stable2503-5)
  • Kusama v1.18.0 (Polkadot stable2503-5)
  • Westend v1.18.0 (Polkadot stable2503-5)

Tested against the following runtime releases:

  • Polkadot v1006001
  • Kusama v1006001
  • Westend v1018013
  • Polkadot Asset Hub v1005001
  • Kusama Asset Hub v1006001
  • Westend Asset Hub v1018013

v20.7.0

08 Sep 14:58
d385b12
Compare
Choose a tag to compare

Features

  • feat: Add /rc/accounts/* Endpoints for Relay Chain Queries with Multi Chain AH setup (#1748) (9bda6f8)
    • Adds relay chain endpoints for account queries in multi-chain Asset Hub setup
  • feat: add commission and blocked fields to staking/validators interface (#1743) (55e4e79) (Thanks to https://github.com/F-OBrien)
    • Enhances staking validators interface with commission and blocked status fields

Chores

Compatibility

Tested against the following node releases:

  • Polkadot v1.18.0 (Polkadot stable2503-5)
  • Kusama v1.18.0 (Polkadot stable2503-5)
  • Westend v1.18.0 (Polkadot stable2503-5)

Tested against the following runtime releases:

  • Polkadot v1006001
  • Kusama v1006001
  • Westend v1018013
  • Polkadot Asset Hub v1005001
  • Kusama Asset Hub v1006001
  • Westend Asset Hub v1018013

v20.6.1

05 Sep 13:14
3b807c1
Compare
Choose a tag to compare

Fix

  • fix: rewrite the PJS balances derive for transferable balances (#1745) (0123aeb)
    • Rewrites the Polkadot JS balances derivation to improve transferable balance calculations

Chores

  • chore(deps): bump actions/setup-node from 4 to 5 (#1746) (d663cdf)
  • chore(deps): bump benchmark-action/github-action-benchmark (#1744) (7753738)

Compatibility

Tested against the following node releases:

  • Polkadot v1.18.0 (Polkadot stable2503-5)
  • Kusama v1.18.0 (Polkadot stable2503-5)
  • Westend v1.18.0 (Polkadot stable2503-5)

Tested against the following runtime releases:

  • Polkadot v1006001
  • Kusama v1006001
  • Westend v1018013
  • Polkadot Asset Hub v1005001
  • Kusama Asset Hub v1006001
  • Westend Asset Hub v1018013

v20.6.0

01 Sep 20:27
42c099c
Compare
Choose a tag to compare

Features

  • feat: Add /ahm-info endpoint (#1739) (e7e11e0)
    • Adds endpoint to retrieve Asset Hub Migration information
  • feat: /rc/ endpoints for pallets staking (#1732) (6ed98de)
    • Adds relay chain endpoints for staking pallet access
  • feat: add evmFormat option to blocks queries for revive pallet (#1729) (fe500b4)
    • Adds EVM format support for block queries in revive pallet

Fix

  • fix: Add support for migrationStartBlock and migrationEndBlock storage in staking (#1738) (1706f75)
    • Adds support for migration block boundary storage in staking functionality
  • fix: Add paseo migration boundaries (#1735) (327cfff)
    • Adds migration boundary support for Paseo network

Chores

  • chore(deps): bump amannn/action-semantic-pull-request from 5 to 6 (#1727) (d193ed6)
  • chore(deps): bump brace-expansion from 1.1.11 to 1.1.12 in /docs (#1674) (ecab9e1)
  • chore(deps): bump form-data from 4.0.0 to 4.0.4 in /docs (#1706) (53df13f)
  • chore(deps): bump sha.js from 2.4.11 to 2.4.12 in /docs (#1736) (6f47004)
  • chore(deps): bump sha.js from 2.4.11 to 2.4.12 (#1737) (69c3a02)
  • chore(deps): bump actions/download-artifact from 4 to 5 (#1724) (8d5c369)
  • chore(deps): bump form-data from 4.0.2 to 4.0.4 (#1707) (fddf780)
  • chore(deps): bump actions/checkout from 4 to 5 (#1726) (bc4bf82)

Compatibility

Tested against the following node releases:

  • Polkadot v1.18.0 (Polkadot stable2503-5)
  • Kusama v1.18.0 (Polkadot stable2503-5)
  • Westend v1.18.0 (Polkadot stable2503-5)

Tested against the following runtime releases:

  • Polkadot v1006001
  • Kusama v1006001
  • Westend v1018013
  • Polkadot Asset Hub v1005001
  • Kusama Asset Hub v1006000
  • Westend Asset Hub v1018013

v20.5.0

04 Aug 17:52
b0053ca
Compare
Choose a tag to compare

Features

  • feat: Add transferable field to /accounts/{accountId}/balance-info (#1722) (38e4d3f)
    • Adds a new transferable field to the balance-info endpoint showing the amount that can be transferred

Fix

  • fix: Ensure staking-payouts depth integrates with the relay chain post AHM (#1718) (2e4ea42)
    • Fixes integration issues with staking payouts depth functionality for relay chain access after Asset Hub Migration

Compatibility

Tested against the following node releases:

  • Polkadot v1.18.0 (Polkadot stable2503-5)
  • Kusama v1.18.0 (Polkadot stable2503-5)
  • Westend v1.18.0 (Polkadot stable2503-5)

Tested against the following runtime releases:

  • Polkadot v1006001
  • Kusama v1006001
  • Westend v1018013
  • Polkadot Asset Hub v1005001
  • Kusama Asset Hub v1006000
  • Westend Asset Hub v1018013