Releases: subquery/subql
Releases · subquery/subql
[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)
[0.14.0] @subql/cli
[0.3.0] @subql/validator
[0.7.3] @subql/query
[0.7.3] - 2021-09-25
Upgrade priority: High. Any project rely on query _metadata
should upgrade.
Fixed
- Change
_metadata
back, and usesmartTagPlugin
to omit nodemetadata
class. By doing this, previous project that rely on query_metadata
won't be affected, such as Dictionaries.