github subquery/subql node/1.6.0
[1.6.0] @subql/node

latest releases: cli/5.2.7, cli/5.2.6, node/5.2.5...
2 years ago

[1.6.0] - 2022-07-27

Changed

  • Make handler data types generic (#1194)

Added

  • [Experimental Feature] Support for worker threads. This will move block fetching and processing into a worker. It can increase performance by up to 4 times. By default, this feature is disabled. You can enable it with the --workers=<number> flag. The number of workers will be capped to the number of CPU cores. (#1103)
  • [Experimental Feature] Add reindexing feature. You can use --reindex=<blockNumber> to remove indexed data and reindex from specified block height. Please note that the way of using this feature will be updated soon. (#1208)
  • Add block modulo filter on substrate blockHandler, E.g. if modulo: 50, the block handler will run on every 50 blocks. (#1196)

Don't miss a new subql release

NewReleases is sending notifications on new releases.