All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
11.3.5 (2021-12-21)
Upgrade Priority Low
- fix: bump polkadot-js deps (796) (c79d126)
- fix: add blockWeightStore and fee calc support for common good parachains (1059c1a)
Tested against:
- Polkadot v9130
- Kusama v9130
- Westend v9130
11.3.4 (2021-12-16)
Upgrade priority Medium (Security: Important for users who fork from sidecar, and use the docs directory)
- fix: bump polkadot-js deps (793) (dd32e44)
- fix: decrease bundle size of tgz (791) (848a7a6)
- fix: add 9130 to westend and polkadot (789) (48ceaeb)
Tested against:
- Polkadot v9130
- Kusama v9130
- Westend v9130
11.3.3 (2021-12-09)
Upgrade priority Low
Tested against:
- Polkadot v9122
- Kusama v9130
- Westend v9130
11.3.2 (2021-12-01)
Upgrade priority
- fix: update websocket addresses used for e2e tests (#780) (b7743f4)
- fix: bump polkadot-js/api to 6.10.3 (#779) (a97ca77)
- fix: update polkadot-js deps, and fix tests and types for assets (#777) (51eaa91)
- fix: add v3101 to calamari blockWeightsStore (#776) (5bf57b4) Contributed by: grenade
- fix: add v9130 to kusama blockWeightsStore (#775) (212de6d)
- fix: add v3100 to calamari blockWeightsStore (#773) (85e18e1) Contributed by: grenade
- chore: Add CODEOWNERS file (#770) (0ed40ee) Contributed by: sergejparity
11.3.1 (2021-11-23)
Upgrade priority: Low
- fix: support manta parachain fee calculations (#767) (3f68052) Contribute by grenade
- chore(release-calc): v0.2.6 (#768) (cee6b8b)
- fix: bump polkadot-js deps (#769) (3eda242)
- fix: staking payouts historicApi, and add tests #762
Tested against:
- Polkadot v9122
- Kusama v9122
- Westend v9122
11.3.0 (2021-11-16)
Upgrade priority: Low
- feat: transition
/paras/*
off of/experimental
(#765) (d63fa15)- NOTE: The
/experimental/paras/*
endpoints are going to be left available too allow users time to transition. They are subject to removal in future releases.
- NOTE: The
- fix: removed legacy pacakge-lock (#763) (a07dd7d)
- fix: bump polkadot-js deps (#764) (ceb8cba)
- fix: update PalletsStakingProgressService to use historicApi (#761) (9e53d2a)
Tested against:
- Polkadot v9122
- Kusama v9122
- Westend v9122
11.2.0 (2021-11-11)
Upgrade Priority: Medium (For users using the /experimental/paras
endpoint)
- feat: add query param
metadata
for/transaction/material
(#746) (273cac2)- Note: In future releases the query parameter
noMeta
will be deprecated, and then removed.
- Note: In future releases the query parameter
- fix: update blockWeightStore for polkadot v9122 (#755) (2e43b05)
- fix: support calc fee for Karura Acala (#754) (42ae857) Contributed by xlc
- fix(ParasService): adjust endpoint to use historicApi, fix endingOffset bug, and leasePeriodIndex (#735) (ce2ff0b)
- Note: In the next weekly release we will migrate off of
/experimental/paras
to/paras
- Note: In the next weekly release we will migrate off of
- fix(e2e-tests): add kusama e2e tests for paras endpoint (#736) (54d0939)
- fix(e2e-tests): update scripts to use
--log-level=http
(#758) (2e527d3)
Tested against:
- Polkadot v9122
- Kusama v9122
- Westend v9122
11.1.2 (2021-11-08)
Upgrade priority: Low (Performance increase via polkadot-js, and calamari-chain fee support)
- fix: bump polkadot-js dependencies, and @substrate/calc (#752) (f01003d)
- fix: support calamari parachain fee calculations (#749)(1e2f4a5)
- chore(release-calc): 0.2.4 (#751) (7f950c9)
Tested against:
- Polkadot v9122
- Kusama v9122
- Westend v9122
11.1.1 (2021-11-04)
Upgrade priority: Low
- fix: bump polkadot deps (#745) (8e62030)
- fix: confirm session module before block retrieval (#744) (e6613a0)
- fix(e2e-tests): tests for staking-info endpoint (#742) (facc58c)
- fix: Update blockstore for westend and kusama (#740) (4686634)
- fix(StakingInfo): add historicApi to staking-info (#741) (bb679ed)
-fix: optimize pallets-storage (#739) (30d446)
Tested against:
- Polkadot v9110
- Kusama v9122
- Westend v9122
11.1.0 (2021-10-28)
Upgrade priority: Low
- fix: remove unnecessary awaits in pallets (#729) (f8f7cd5)
- fix(security): ua-parser-js resolution for docs (#733) (8cfe930)
- fix(AccountsAssets): historicApi for AccountsAssets, bug fixes, error handling, e2e-tests (#721) (583936d)
- fix: bump polkadot-js deps, and substrate/dev (#734) (ac48534)
- fix(e2e-tests): add e2e-tests for /accounts/{accoundId}/validate (#731) (2f115b3)
Tested against:
- Polkadot v9110
- Kusama v9110
- Westend v9112
11.0.0 (2021-10-20)
Upgrade priority: Medium (High for users leveraging /accounts/{accountId}/vesting-info
)
- fix: add v9111 runtime to the blockstore for westend (#718) (a8835c2)
- fix: bump polkadot js deps (#720) (5864465)
- fix: update accounts balance-info and vesting-info to use historicApi (#709) (d527bbf)
- fix: update apps-config to get the latest substrate types (#725) (64f331e)
This version of Sidecar has been tested against:
- Polkadot v9110
- Kusama v9110
10.0.0 (2021-10-13)
- fix: update 'PalletStorageService' to use V14 Metadata. See release notes for further info. (#710) (199ddcf)
- fix: add 9111 runtime for westend. (#705) (a51f4af)
- fix: bump polkadot deps (#707) (b7335b7)
- fix(BlocksService): refactor api.derive for performance, and add historicApi to BlocksService (#699) (5861cb1)
- fix: update blockstores with 9110 runtime (#704) (35b7132)
- fix: cleanup pallets docs, and naming (#713) (cc600d6)
- fix(tests): restructure mockApi tests to integrate with historical api. (#702) (2bf71ad)
- fix(e2e-tests): add --log-level flag for e2e-tests (#703) (b9404ff)
- fix(e2e-tests): fix adjust values in some e2e tests (#700) (f52fac6)
9.2.0 (2021-10-06)
- fix: metadata V12 bug in
/pallets/{palletId}/storage
, and update with V13 (#695) (ac033ce) - fix: decorating metadata bug by now using an historicApi to attach historic registries when retrieving block weights for calculating fees (#692) (ed389a4)
- fix: bump
@polkadot/api
to v6.1.2, and cleanup the resolutions (#691) (2707ef4) - fix: refactor e2e tests to use
scriptsApi
(#687) (db18f02) - fix: add blockweights for the shiden network (#688) (701ecef) Contributed by: hoonsubin
- fix: bump
@substrate/calc
to v0.2.3 in order to update calculating fees for shiden block weights.
- ci(helm): increase liveness and rediness probe timeouts (#686) (1e744bf)
- ci: script for npm dry-run release checks (#684) (9936df1)
- feat: add
era
field within extrinsics. Check the docs here and look underGenericExtrinsicEra
. (#685) (4362347)
9.1.11 (2021-09-27)
- types Bump @polkadot/apps-config to fix npm build issue for @substrate/[email protected] (#681) (ece2075)
9.1.10 (2021-09-23)
- types Bump @polkadot-js deps for the latest substrate based types. (#677) (f14f2c2)
- fix: resolution versioning (#665) (5b6d9b3)
- fix: remove
--create-namespace
from Gitlab CI (#666) (86bb4d6) - fix(docs): correct Chain Integration Guide link (#668) (5405710)
- fix(docs): Update versioning in docs (#671) (f4556ae)
- fix: update readme for open api docs (#672)(770ba1d)
- tests(e2e): Add
spec
,code
,metadata
endpoints to Kusama, Polkadot and Westend e2e tests (#674) (ddb8e45) - ci: Add a test to build the docs in CI. (#675) (fcf60ee)
9.1.9 (2021-09-13)
- types Bump @polkadot-js/deps for the latest substrate based types. In particular, bump
@polkadot/apps-config
to the latest beta (^0.95.2-114
) for compatibility reasons. - fix: README link to FRAME (660) (5c304a2)
9.1.8 (2021-09-07)
- types Bump @polkadot-js/deps for the latest substrate based types.
- fix: add accounts endpoints to the e2e tests (#646) (4d86a4a)
- fix: workflows for wasm-pack (#657) (5723f108)
- feat: add helm chart to the project (#654) (7a924ec3)
9.1.7 (2021-09-02)
9.1.6 (2021-08-30)
- Bump @polkdot/api and @polkadot/apps-config to get the latest patch on proxy events, and receive latest chain specific types (#650)(0cfc6e9) Contribution by joelamouche
- Improve the security of the docker container (#648)(bca36aa) Contribution by chevdor
- Update dev and non polkadot deps (#647)(e6ebda7) Contribution by chevdor
9.1.5 (2021-08-23)
- types Bump @polkadot-js/deps for the latest substrate based types.
- Add an LRU cache to the
/blocks/head
, and/blocks/{blockId}
endpoints. (#630)(9f7a29f) - Bump Yarn (#643)(12c8fd7)
- Update the error message for parachain endpoints for when parachains are not supported (#642)(1f5f6b7)
9.1.4 (2021-08-19)
- Update @polkadot/deps in order to fix decoding
ParachainsInherent
type. - Update @polkadot/deps, and fix metadata imports and tests (#637)(c143107)
9.1.3 (2021-08-10)
- fix: substrate/dev dep, update changelog (#632) (8e8153f)
- fix: finalization for /blocks/head (#631) (8d0d538)
- docs(ChainType): fix docs for chaintype return value (#626) (f20b033)
9.1.2 (2021-08-02)
- Patch global package binary
9.1.1 (2021-08-02)
- fix: add --version flag (#620) (9d8bb98)
- fix: Added SORA network controller (#625) (f1511c4)
- docs: alphabetical order for schema types (#623) (d4258e0)
- Update @polkadot/api to get the latest substrate specific upgrades.
- Update @polkadot/apps-config to get latest chain specific upgrades.
9.1.0 (2021-07-27)
- feat: add /blocks/:number/header, and /blocks/head/header (615) (b7c2818)
- feat: Basic support for H160 and H256 accounts. (596) (bddc2a2)
- Update @polkadot/api to get the latest substrate specific upgrades.
9.0.0 (2021-07-20)
To reflect changes in @polkadot/[email protected]
changes have been made to 2 of the endpoints specifically, and 1 implicitly (#616) (7942cd3).
-
/pallets/{palletId}/storage
Thedocumentation
field under each item in theitems
field will now bedocs
. -
/pallets/{palletId}/storage/{storageItemId}
Thedocumentation
field under each item in theitems
field will now bedocs
. -
/runtime/metadata
Similar to the above the metadata returned here just follows the most up to date metadata in polkadot-js so this route will implicitly have the same result as above.
8.0.4 (2021-07-14)
- Update @polkadot/apps-config to get latest chain specific upgrades, and add resolutions in line with those from polkadot-js to avoid issues duplicate package versions (#607) (86f99c2)
8.0.3 (2021-07-13)
- Updates to address the breaking changes that @polkadot/[email protected] introduces for metadata (no breaking changes to the API introduced in this). (#603) (9fface1)
- Update types for Dock (#600) (0300941)
8.0.2 (2021-07-07)
- Update @polkadot/apps-config to get latest chain specific upgrades.
8.0.1 (2021-07-06)
-
Update @polkadot/api to get the latest substrate specific upgrades.
-
Update @polkadot/apps-config to get latest chain specific upgrades.
8.0.0 (2021-07-01)
- Update
/experimental/paras/auctions/current
to correctly reflect the newly addedAuctionStatus
enum in polkadot. Thephase
field within the response will now return eitherstartPeriod
,endPeriod
, orvrfDelay
. (#593) (b4d8662)
- Update the cached runtime versions for Polkadot and Kusama chain configs with the most recent versions. (#592) (4e42877).
7.0.5 (2021-06-27)
- types Bump polkadot-js/api to decode
electionProviderMultiPhase
.
7.0.4 (2021-06-23)
- Fix: fee calculation bug with ancient runtimes (#587)
- Extracting winners from a closed auction guide (#577)
7.0.3 (2021-06-21)
- Fix: update dependencies.
7.0.2 (2021-06-14)
- Fix: update deps, reconfigure tests to reflect most recent polkadot-js changes (#584)
7.0.1 (2021-06-07)
-
Fix: Update deps, add westmint, and westmine (#575) (8c53b44)
-
Fix: Remove assets endpoint from chains config for relay chains. Add statemint, and statemine (#573) (0878a3c)
7.0.0 (2021-05-31)
- Changes the fields
firstSlot
andlastSlot
tofirstPeriod
andlastPeriod
within theFundInfo
type to match the type generated from@polkadot/api
. This effects the/experimental/paras/:paraId/crowdloans-info
endpoint. (#570) (0c73631)
test Turns runtime tests into e2e tests. (#561) (0c73631)
6.2.3 (2021-05-27)
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.
6.2.2 (2021-05-27)
6.2.1 (2021-05-24)
-
types Asset approval parameter change, bump polkadot-js/api (#559) (c523244)
-
test Integrate runtime-tests as a helper library (#549) (ea904f3)
-
docs Update controller config in the chain integration guide (#556) (3ae0c3f)
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)