Skip to content

Releases: subquery/subql

[0.3.0] @subql/contract-processors

04 Nov 01:03
eb00edd
Compare
Choose a tag to compare

[0.3.0] - 2021-11-03

Fixed

  • Fix evm tx's from field (#590)

Changed

  • Bump dependencies (#584)
  • Moonbeam EVM improvement (#593)

[0.13.0] @subql/common

04 Nov 01:02
eb00edd
Compare
Choose a tag to compare

[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 and address under processor.options (#598)

Changed

  • Bump dependencies (#584)

Fixed

  • Allow dictionary in ProjectManifest v0.2.0 (#578)

[0.15.0] @subql/cli

04 Nov 01:03
eb00edd
Compare
Choose a tag to compare

[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

30 Oct 11:38
f1dc537
Compare
Choose a tag to compare

[0.2.0] - 2021-10-31

Fixed

  • Case sensitivity when compare hash strings (#581)
  • Handle tx without ethereum(Executed) log (#583)

[0.23.1] @subql/node

27 Oct 03:14
2c03888
Compare
Choose a tag to compare

[0.23.1] - 2021-10-27

Fixed

  • Disable the profiler on health check and remove logs (#569)

[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)