All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
6.2.0 (2021-05-16)
6.1.0 (2021-05-11)
-
Add
Asset
specific endpoints to/accounts
and/pallets
in order to queryAsset
based information from Statemint(polkadot) and Statemine(kusama) Parachains. (#533) (e83bc7e) -
Add support for the KILT chain. Contribution by Dudleyneedham. (#542) (01ae7ac)
6.0.0 (2021-05-03)
- Changes to serialization of
ConsensusEngineId
in block digest logs. Check spec diffs for details. (#535)
5.0.1 (2021-05-03)
-
docs: update release and publishing instructions (#529) (da33c7f)
-
fix: remove dependabot and add upgrade-interactive plugin (#531) (f22cf3f)
-
deps: update @polkadot/api for the latest parachain support.
-
deps: Update @polkadot/apps-config to get latest chain specific upgrades.
-
deps: update @http/errors 1.8.0
5.0.0 (2021-04-26)
- Update the required node version as >= 14.0.0. This is to reflect the most recent updates with @polkadot/api (#521) (f50431c)
-
Update @polkadot/api to get the latest substrate specific upgrades.
-
Update @polkadot/apps-config to get latest chain specific upgrades.
4.0.8 (2021-04-21)
-
PLO endpoints Adds a set of endpoint's in order to query information regarding parachains, parathreads, and the parachain lease offering (PLO) system. These endpoints are marked as experimental because we may break their APIs without bumping this service's major version. Expect changes as polkadot's PLO system develops. (#509)(1fa4f94)
/experimental/paras/
/experimental/paras/crowdloans
/experimental/paras/:paraId/crowdloan-info
/experimental/paras/:paraId/lease-info
/experimental/paras/leases/current
/experimental/paras/auctions/current
Please see the docs here for more information
4.0.7 (2021-04-19)
-
Update @polkadot/api to get the corrected Kusama/Polkadot runtime 30 session key definitions
-
Update @polkadot/apps-config to get latest chain specific upgrades
4.0.6 (2021-04-12)
-
types Update @polkadot/api to get latest substrate types for Parachains
-
types Update @polkadot/apps-config to get latest chain specific types
-
Add Dock Mainnet weight's to Metadata Consts (#511) (7b7451d)
4.0.5 (2021-04-05)
-
types Update @polkadot/api to get latest substrate types for
MultiLocation
-
types Update @polkadot/apps-config to get latest chain specific types
-
Add a defensive check in
createCalcFee
to make sureweightToFee
is not mapped over when it is undefined (#501) (8347b67)
4.0.4 (2021-03-29)
- Removes a stray console log that made its way into the npm build of v4.0.3. Otherwise read v4.0.3 to see the most recent updates
4.0.3 (2021-03-29)
- Refactor the
ControllerConfigs
, andBlocksService
to store/cache relevant weight fee calculation data in order to optimizeexpandMetadata
calls. The design will now allow chains to store their relevant weight data inside ofmetadata-consts
but is not required. This fixes a regression seen in this commit. (#478) (610db42)
- types Update @polkadot/api to get latest substrate
ParaInfo
type update (#496) (d566e31) - types Update @polkadot/apps-config to get latest chain specific types (#497) (6e58b51)
- Reconfigure
eraElectionStatus
insidePalletsStakingProgressService
to continue to work with parachains and older runtimes as it will be deprecated with the upcoming runtime v30 (#485) (415f030)
4.0.2 (2021-03-22)
- types Update @polkadot/api to get latest substrate types for
Extender{Header, SignedBlock}
, and updated metadata - types Update @polkadot/apps-config to get latest chain specific types
- build Update all configuration packages to pull from a universal config
@substrate/dev
(#472)(68db176)
4.0.1 (2021-03-15)
- types Update @polkadot/api to get latest substrate types for crowdloans (#474)(91f7dfa)
- types Update @polkadot/apps-config to get latest substrate types for crowdloans (#473) (dfeec8c)
4.0.0 (2021-03-10)
- Enums in responses serialize with camelCase variants. Check spec diffs for details (#467)
3.0.5 (2021-03-01)
- types: Update @polkadot/api to get latest substrate types (#449) (6120dca)
- types: Update @polkadot/apps-config to get latest chain specific types (#451) (226bbc0)
3.0.4 (2021-02-23)
3.0.3 (2021-02-15)
3.0.2 (2021-02-09)
3.0.1 (2021-02-02)
- types: Bump polkadot-js/api to so we have type definitions for runtimes associated with polkadot 0.8.28 (#410) (6a1cd8b)
3.0.0 (2021-01-27)
- Update polkadot-js/api and account for chainProperties updates (#402)
- Type definition specification with env vars and JSON files (#399)
- Type definition specification with env vars and JSON files (#399) (8c621b0)
- Add finalized tag when querying blocks (#386) (b95f913)
- Add route /blocks/{blockId}/extrinsics/{extrinsicIndex} (#400) (6507ce7)
2.1.2 (2021-01-18)
Upgrade priority: High; this version is required for Polkadot 27, Kusama 2027, and Westend 47. This release ensures correct fee calculations and decoding of all blocks in the aforementioned runtimes.
- fix: Use correct registry when creating calls; Remove usage of derive.chain.getBlock (#391) (f961cae)
- fix: Revert stack limit increase and use updated polkadot-js/api instead (#394) (bcd6b40)
- fix: Update fee calc to use
system::constants::BlockWeights.per_class.normal.base_extrinsic
(#388) (5ec24e6)
2.1.1 (2021-01-07)
2.1.0 (2020-12-18)
- chainSpec based controller config; Types from apps-config (#351) (5936a1c)
- Impl
/pallets/{pallets}/storage
; Impl index lookup for/pallets/{palletId}/storage/{, storageItemId}
(#356) (a8387df) - Support Dock's multiplier & add Dock controller config (#365) (fb5df84)
- env: typo SAS_EXPRESS_BIND_PORT -> SAS_EXPRESS_PORT in .env.docker (#364) (8cbafea)
- Bump polkadot-js and adjust imports; Update specs (#344) (eeea29b)
- Catch errors decoding opaque calls (#347) (d128e54)
- Use http BadRequest (400) when balance-info not found (#355) (c2a4937)
2.0.0 (2020-11-19)
- Bump polkadot-js and document runtime/metadata API regression (#338)
- Bump polkadot-js and document runtime/metadata API regression (#338) (effc5eb). Regression diff; removes polkadot-js type aliases from metadata.
1.0.0 (2020-10-23)
- Remove all v0 routes to prepare for v1 release (410a2e9)
1.0.0-rc4 (2020-10-21)
- Find pallets with index 0 (#321) (ee0a048)
- Use correct registry when parsing extrinsic
call
arguments (#323) (b4678e1)