Skip to content

Latest commit

 

History

History
326 lines (159 loc) · 20.5 KB

CHANGELOG.md

File metadata and controls

326 lines (159 loc) · 20.5 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

6.2.0 (2021-05-16)

Features

  • State tracing for balance reconciliation (#383) (bf47b11)

Bug Fixes

  • types Bump polkadot-js/api to decode CompactSolution for 24 noms (#553) (c67ae2f)

6.1.0 (2021-05-11)

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)

  • Add support for the KILT chain. Contribution by Dudleyneedham. (#542) (01ae7ac)

Bug Fixes

  • docs Improve release build & process instructions (#540) (ea5b40e)

6.0.0 (2021-05-03)

⚠ BREAKING CHANGES

  • Changes to serialization of ConsensusEngineId in block digest logs. Check spec diffs for details. (#535)

Types

  • Bump @polkadot/api for the latest parachain support. (#535) (7b96c21)

5.0.1 (2021-05-03)

Bug Fixes

  • docs: update release and publishing instructions (#529) (da33c7f)

  • fix: readme docs for node version 14 (#526) (409b611)

  • 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)

⚠ BREAKING CHANGES

  • Update the required node version as >= 14.0.0. This is to reflect the most recent updates with @polkadot/api (#521) (f50431c)

Bug Fixes

  • 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)

Experimental Feature

  • 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)

Bug Fixes

  • 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)

Bug Fixes

  • 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)

CI

  • Update docker publish realease container to workaround the buildas gha bug (#506) (6294925)

4.0.5 (2021-04-05)

Bug Fixes

  • 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 sure weightToFee is not mapped over when it is undefined (#501) (8347b67)

4.0.4 (2021-03-29)

Bug Fixes

  • 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)

Optimizations

  • Refactor the ControllerConfigs, and BlocksService to store/cache relevant weight fee calculation data in order to optimize expandMetadata calls. The design will now allow chains to store their relevant weight data inside of metadata-consts but is not required. This fixes a regression seen in this commit. (#478) (610db42)

Bug Fixes

  • 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 inside PalletsStakingProgressService 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)

Bug Fixes

  • 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

Packaging

  • build Update all configuration packages to pull from a universal config @substrate/dev (#472)(68db176)

4.0.1 (2021-03-15)

Bug Fixes

  • 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)

CI

  • Update release-container for tags list (#470) (8c9bbe9)

4.0.0 (2021-03-10)

⚠ BREAKING CHANGES

  • Enums in responses serialize with camelCase variants. Check spec diffs for details (#467)

Features

  • types camelCase enum serialization; Bump polkadot/api@v4 w. ESM (#467) (179642b)

Bug Fixes

  • types Update @polkadot/apps-config to get latest chain specific types (#463) (8357b33)

CI

3.0.5 (2021-03-01)

Bug Fixes

  • 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)

Bug Fixes

  • types: Update @polkadot/api to get latest fixes for polkadot 0.8.28 (#446) (67302ff)

3.0.3 (2021-02-15)

Bug Fixes

  • types: Update @polkadot/{apps-config, api} to get latest type definitions (#434) (e02818f)

3.0.2 (2021-02-09)

Bug Fixes

  • discriminate extrinsic_base_weight based on dispatch class (#414) (ff98c76)

3.0.1 (2021-02-02)

Bug Fixes

  • 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)

⚠ BREAKING CHANGES

  • Update polkadot-js/api and account for chainProperties updates (#402)
  • Type definition specification with env vars and JSON files (#399)

Features

  • 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)

Bug Fixes

  • Update polkadot-js/api and account for chainProperties updates (#402) (37acc7e)

CI

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.

Bug Fixes

  • 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)

Optimizations

  • refactor: Optimize accounts/{accountId}/staking-payouts blocking query complexity (#372) (b3cbf61)

Bug Fixes

  • Account for polkadot-js changes; Harden createCalcFee (#376) (fdee04c)

2.1.0 (2020-12-18)

Features

  • 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)

Bug Fixes

  • 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)

⚠ BREAKING CHANGES

  • Bump polkadot-js and document runtime/metadata API regression (#338)

Features

  • Bump polkadot-js and document runtime/metadata API regression (#338) (effc5eb). Regression diff; removes polkadot-js type aliases from metadata.

Bug Fixes

  • Bump polkadot-js and adjust imports; Update specs (#344) (eeea29b)

1.0.0 (2020-10-23)

⚠ BREAKING CHANGES

  • Remove all v0 routes to prepare for v1 release (410a2e9)

1.0.0-rc4 (2020-10-21)

Features

Bug Fixes

  • Find pallets with index 0 (#321) (ee0a048)
  • Use correct registry when parsing extrinsic call arguments (#323) (b4678e1)

1.0.0-rc3 (2020-09-29)

Features

  • types: Bump polkadot-js to v2.0.1 for new treasuary types (#310) (6d0daf7)

1.0.0-rc2 (2020-09-24)