Releases: subquery/subql
Releases · subquery/subql
[0.8.0] @subql/query
[0.25.0] @subql/node
[0.25.0] - 2021-11-19
Fixed:
- Fix publish failing with custom ds and assets (#610)
- Support for enum, add into store and store operations (#551)
Added:
- Allow running node from a different port through flag
—port
(#618) - Add flag
force-clean
, force clean the database, dropping project schemas and tables (#619) - Add
unsafe
flag for subql/node (#629)
Changed:
[0.3.1] @subql/contract-processors
[0.14.0] @subql/common
[0.16.0] @subql/cli
[0.10.0] @subql/types
[0.7.4] @subql/query
[0.24.0] @subql/node
[0.24.0] - 2021-11-03
Added
- [custom ds] Read and feed assets to custom ds's
validate()
(#547) - Improve error msg when fetch block fails (#602)
Changed
- Bump dependencies (#584)
- Moonbeam EVM, filter before transforming with custom datasource (#593)
- Update Polkadot/api to 6.6.1 (#599)
Fixed
- Moonbeam networks shows negative bps and fail Healthy checks (#589)
[0.3.0] @subql/contract-processors
[0.13.0] @subql/common
[0.13.0] - 2021-11-03
Added
- Add
abi
to to project CustomDataSourceBase (#547) - Add
address
and rule to project CustomDataSourceBase, improve Moonbeam EVM (#593); - Move
abi
andaddress
underprocessor.options
(#598)
Changed
- Bump dependencies (#584)
Fixed
- Allow dictionary in ProjectManifest v0.2.0 (#578)