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 calledfrozen
, whilemiscFrozen
, andfeeFrozen
will now give new outputs when they are no longer supported. Important: These changes are not yet reflected in a runtime release onpolkadot
,kusama
, andwestend
, 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
Compatibility
Tested against:
- Polkadot v9400
- Kusama v9400
- Westend v9400