Skip to content

Releases: subquery/subql-algorand

[1.9.0] @subql/node-algorand

02 Sep 01:35
ceb8036
Compare
Choose a tag to compare

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

[1.6.1] @subql/node-algorand

08 Aug 22:57
a07aa88
Compare
Choose a tag to compare

[1.6.1] - 2022-08-09

Fixed

  • Filtering issues with transaction handlers. (#9)

Changed

  • Synced latest changes from main repo. (#10)

[1.0.1] @subql/common-algorand

08 Aug 22:57
a07aa88
Compare
Choose a tag to compare

[1.0.1] - 2022-08-09

Fixes

  • Fixed assetId on transaction filter being validated as a string. (#9)

[1.2.1] @subql/types-algorand

03 Aug 23:22
9de3cd2
Compare
Choose a tag to compare

[1.2.1] - 2022-08-04

No Changes, fixing build issue

[1.6.0] @subql/node-algorand

03 Aug 23:22
9de3cd2
Compare
Choose a tag to compare

1.6.0 - 2022-08-04

Initial Algorand support.

[1.0.0] @subql/common-algorand

03 Aug 23:22
9de3cd2
Compare
Choose a tag to compare

1.0.0 - 2022-08.04

Initial Algorand support