Skip to content

Releases: subquery/subql

[0.9.0] @subql/types

26 Oct 22:23
26d01bf
Compare
Choose a tag to compare

[0.9.0] - 2021-10-26

Changed

  • Update Polkadot/api to v6 (#548)
  • Move project manifest types to @subql/types because it is now also required by subquery project. (#512)

[0.23.0] @subql/node

26 Oct 22:23
26d01bf
Compare
Choose a tag to compare

[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

26 Oct 22:22
26d01bf
Compare
Choose a tag to compare

[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

26 Oct 22:23
26d01bf
Compare
Choose a tag to compare

[0.14.0] - 2021-10-26

Added

  • Added publish CLI command which uploads a project to IPFS if it is using project manifest v0.2.0 (#486)

Changed

  • Update Polkadot/api to 6.5.2 (#564)

[0.3.0] @subql/validator

19 Oct 23:29
e276d3e
Compare
Choose a tag to compare

[0.3.0] - 2021-10-12

Added

  • Add validation for manifest v0.2.0 (#495)
  • Add manifest valitation (#477)

[0.7.3] @subql/query

19 Oct 23:29
e276d3e
Compare
Choose a tag to compare

[0.7.3] - 2021-09-25

Upgrade priority: High. Any project rely on query _metadata should upgrade.

Fixed

  • Change _metadata back, and use smartTagPlugin to omit node metadata class. By doing this, previous project that rely on query _metadata won't be affected, such as Dictionaries.

[0.13.0] @subql/cli

19 Oct 23:29
e276d3e
Compare
Choose a tag to compare

[0.13.0] - 2021-10-12

Added

  • Cli now support for manifest spec version 0.2.0 (#495)
  • Expand on cli init capabilities, default to not installing dependencies (#485)