You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes the fields firstSlot and lastSlot to firstPeriod and lastPeriod within the FundInfo type to match the type generated from @polkadot/api. This effects the /experimental/paras/:paraId/crowdloans-info endpoint. (#570) (0c73631)
Bug Fixes
test Turns runtime tests into e2e tests. (#561) (0c73631)
NOTE: No changes or fixes to the API for this release. v6.2.3 is a replacement for v6.2.2 due to an error during the NPM release process when it comes to pulling the @substrate/api-sidecar package from NPM. Please see v6.2.2 changelog for the most recent updates.
Upgrade priority: High for Kusama & Polkadot /blocks endpoint users as this release fixes issues with decoding validator election solutions that prevented certain blocks from being decoded (see #551 for more details on the issue).
Features
State tracing for balance reconciliation (#383) (bf47b11)
Bug Fixes
types Bump polkadot-js/api to decode CompactSolution for 24 noms (#553) (c67ae2f)
Upgrade Priority: Low. High for users who wish to query Statemint, Statemine, KILT and/or need some of the latest parachain types.
Features
Add Asset specific endpoints to /accounts and /pallets in order to query Asset based information from Statemint(polkadot) and Statemine(kusama) Parachains. (#533) (e83bc7e)