Skip to content

[1.9.0] @subql/node-algorand

Compare
Choose a tag to compare
@stwiname stwiname released this 02 Sep 01:35
· 174 commits to main since this release
ceb8036

[1.9.0] - 2022-09-02

Changed

  • Update to same version numbering as Substrate SDK.
  • Sync with latest changes on Substrate SDK:
    • Use @subql/node-core package.
    • Updated store.getByField to have limit and offset options: getByField(entity: string, field: string, value: any, options?: {offset?: number; limit?: number}): Promise<Entity[]>;.
    • Improved performance logging.
    • Added bulkUpdate and bulkGet to the injected store. This can be used to optimise handlers and speed up indexing.
    • Fixed indexing stop processing blocks.