Releases: subquery/subql
Releases · subquery/subql
[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)
[0.15.0] @subql/cli
[0.15.0] - 2021-11-03
Changed
- Improve ts typing for
static create()
function in model.ts template (#573) - Use jsonrpc client to fetch genesis hash , drop dependencies of polkadot-api (#595)
- Update
subql validate
to validate custom ds (#596) - Bump dependencies (#584)
Added
- New command
Subql migrate
allow convert project manifest v0.0.1 to v0.2.0 (#587)
[0.2.0] @subql/contract-processors
[0.23.1] @subql/node
[0.9.0] @subql/types
[0.23.0] @subql/node
[0.23.0] - 2021-10-26
Added
- Add MMR service allow to acquire Proof of index information and generate Merkle mountain range root, create and store root value in a file-based database, simultaneously it updates in the corresponding MMR value in the
_poi
table.
This feature will be running along with the Proof of index service, also allow the user to specify a local path for .mmr by using flag--mmr-path
. (#488) - Introduce custom datasource (beta), enable subql to support a vary kind of smart contract solutions that embedded in parachains (#512)
Changed
- Update Polkadot/api to 6.5.2 (#564)
Fixed
- Performance improvement (#565)
[0.12.0] @subql/common
[0.12.0] - 2021-10-26
Changed
- Move project manifest types to @subql/types because it is now also required by subquery project. (#512)