[1.9.0] @subql/node-algorand
stwiname
released this
02 Sep 01:35
·
174 commits
to main
since this release
[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
andbulkGet
to the injected store. This can be used to optimise handlers and speed up indexing. - Fixed indexing stop processing blocks.
- Use