Skip to content

v15.0.0

Compare
Choose a tag to compare
@TarikGul TarikGul released this 19 Apr 16:54
· 166 commits to master since this release
0761400

BREAKING CHANGES

  • fix!: update polkadot-js, and adjust for breaking changes (/accounts/{accountId}/balance-info) (#1255) (8964882)
    NOTE: The endpoint /accounts/{accountId}/balance-info has a new field called frozen, while miscFrozen, and feeFrozen will now give new outputs when they are no longer supported. Important: These changes are not yet reflected in a runtime release on polkadot, kusama, and westend, but are applied in sidecar to ensure support is there. Please look into the docs and or the above PR to see the changes in more depth.

Bug Fixes

  • fix: incorrect finalization when head blocks are cached and polled (#1265) (d498206)
    NOTE: This patches a bug related to /blocks/head.

Test

  • test(scripts): change historical e2e-tests endpoints to parity hosted nodes (#1261) (bfe2976)

Compatibility

Tested against:

  • Polkadot v9400
  • Kusama v9400
  • Westend v9400