Skip to content

[1.9.0] @subql/node-cosmos

Compare
Choose a tag to compare
@stwiname stwiname released this 02 Sep 00:49
· 745 commits to main since this release
eefdc21

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