v0.17.0
Breaking changes for runtimes with the new RewardDestination enum:
- In kusama 2023 and polkadot 23,
RewardDestinationis now represented as{ “Staked”: null }instead of simply”Staked”. This change comes from how polkadot-js represents enums and is not a breaking change at the substrate layer. This change effects releases back tov0.15.0.(#259)
New endpoints:
/transaction/material(previouslytx/artifacts),/transaction/fee-estimate( previously/tx/fee-estimate)/accounts/{accountId}/staking-info(previously/staking/{accountId}) (#248)/accounts/{accountId}/balance-info(previously/balance/{accountId}) (#248)pallets/staking/progress (previously/staking-info`) (#248)/accounts/{accountId}/vesting-info(previously/vesting/{accountId}) (#248)/is completely reworked and now dynamically lists all endpoints and links to docs. (#273)
Endpoint modifications:
extrinsicDocsandeventDocsquery params added to the/blocks/{ {blockId}, head }endpoint. (#260)finalizedquery param added to the/blocks/headendpoint. (#272)
*Consult the README.md to learn more about all new paths. No endpoints have been removed, we have just added endpoints as we prepare for a v1.0.0.beta release. Look out for more details on the API transition process in the coming weeks.
Internal: