All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
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)