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