Releases: subquery/subql
Releases · subquery/subql
[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)
[0.17.0] @subql/cli
[0.17.0] - 2022-01-13
Added
- Warning and advice for use manifest specVersion v0.0.1 (#730)
- Message for install git suggestion (#733)
- Allow user to select templates when run
subql init
(#712)
[0.4.1] @subql/validator
[0.4.1] - 2021-12-16
Fixed
- Fix chain types checking when load from js (#720)
[0.12.0] @subql/types
[0.12.0] - 2021-12-16
Added
- Add
bulkCreate
in Store
interface (#699)