Skip to content

[0.2.0] @subql/types-cosmos

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

[0.2.0] - 2022-09-02

Changed

Sync changes from main SDK:

  • Updated store.getByField to have limit and offset options: getByField(entity: string, field: string, value: any, options?: {offset?: number; limit?: number}): Promise<Entity[]>;.
  • Added bulkUpdate and bulkGet to the injected store. This can be used to optimise handlers and speed up indexing.