Skip to content

v19.0.0

Compare
Choose a tag to compare
@Imod7 Imod7 released this 24 Apr 20:40
· 7 commits to master since this release
8de3f34

Breaking Changes

  • fix!: add new staking storage items (#1432) (317edba)
    NOTE: This PR introduces breaking changes in the staking-payouts endpoint. More specifically:
    1. The payouts for eras after the v1.2.0 runtime upgrade are now retrieved and returned in the endpoint's response
    2. The payouts are retrieved by using the new storage items erasStakersPaged and erasStakersOverview
    3. The use of erasStakersClipped is deprecated but still supported. It will be completely removed in the future
  • fix!: staking payouts change claimed value (#1429) (abf4d9d)
    NOTE: This PR introduces breaking changes in the staking-payouts endpoint. More specifically:
    1. Payouts with claimed false are now retrieved and returned in the endpoint's response
    2. Payouts are now retrievable from any block height within the queried era

Feat

Fix

  • fix: add deprecation note for paras endpoints (#1428) (3ed7cbe)
  • fix: define query param depth in Staking Payouts for all chains (#1422) (c73c801)

Chore

  • chore(deps): update polkadot-js deps (#1434) (d2c05f2)
  • chore(deps): update polkadot-js deps (#1430) (80571f8)
  • chore(deps): bump tar from 6.1.15 to 6.2.1 (#1427) (395b39b)
  • chore: bump tar from 6.1.12 to 6.2.1 in /docs (#1426) (467ecdd)
  • chore: bump undici from 5.28.3 to 5.28.4 in /docs (#1425) (360b6ab)
  • chore(deps): bump express from 4.18.3 to 4.19.2 (#1420) (5951085)
  • chore(deps): bump express from 4.18.1 to 4.19.2 in /docs (#1419) (d4ceb44)
  • chore(deps): bump webpack-dev-middleware from 5.3.1 to 5.3.4 in /docs (#1418) (51a4a68)

Compatibility

Tested against:

  • Polkadot v11000
  • Kusama v11000
  • Westend v11000