Releases: subquery/subql
Releases · subquery/subql
[0.27.2] @subql/node
[0.27.2] - 2021-01-23
Changed
- Update Polkadot/api to 7.4.1 (#757)
Fixed
- Fix genesis hash validation for manifest v0.0.1 (#762)
[0.19.0] @subql/cli
[0.19.0] - 2022-01-21
Added
Allow use subql build
self contained js as instructed by exports
fields underpackage.json
(#753)
Changed
- Remove .github directory from new projects (#763)
[0.27.1] @subql/node
[0.27.1] - 2021-01-18
Changed
- Ready endpoint return code (#750)
[0.18.0] @subql/cli
[0.18.0] - 2022-01-18
Added
- Filter project templates by selected specVersion (#751)
[0.4.2] @subql/validator
[0.4.2] - 2022-01-13
Changed
- Version bump with subql/common
[0.13.0] @subql/types
[0.13.0] - 2022-01-13
Changed
- Update Polkadot/api to 7.3.1 (#745)
[0.10.0] @subql/query
[0.10.0] - 2022-01-13
Added
- Add rowCountEstimate to Metadata (#736)
- Support allocate port automatically (#739)
[0.27.0] @subql/node
[0.27.0] - 2021-01-13
Changed
- Deprecate local mode (#725)
- Update Polkadot/api to 7.3.1 (#745)
Added
- Add ready status of indexer to endpoint (#728)
- Add
--port
option, auto find available port when the default one is occupied. (#739)ss
Fixed
- Fix handle chainTypes error (#732)
- Try catch on init api with chainTypes (#738)
- Verify project store genesis hash with network genesis hash, instead of check specName only (#735)
- Remove update metadata last processed block by interval (#740)
- Use Promise.all for set metadata (#743)
[0.4.1] @subql/contract-processors
[0.4.1] - 2022-01-13
Changed
- Version bump with subql/types
[0.16.0] @subql/common
[0.16.0] - 2021-01-13
Added
- Add rowCountEstimate to Metadata (#736)
- Add method
findAvailablePort
(#739)