Skip to content

Releases: subquery/subql-algorand

[1.6.0] @subql/types-algorand

20 Feb 23:43
3c44a53
Compare
Choose a tag to compare

[1.6.0] - 2023-02-21

Updated

  • Sync with main sdk
    • Add count to Store interface
    • Support for bypassBlocks

[1.18.1] @subql/node-algorand

20 Feb 23:43
3c44a53
Compare
Choose a tag to compare

[1.18.1] - 2023-02-21

Updated

  • Sync with main sdk (#28)
    • Fixes relating to dynamic datasources and workers

Fixed

  • Dependency injection issue with workers (#27)

[1.5.0] @subql/types-algorand

23 Jan 21:31
af2026c
Compare
Choose a tag to compare

[1.5.0] - 2023-01-24

Added

  • Add count function to get the number of entities (#22)

[1.18.0] @subql/node-algorand

23 Jan 21:31
af2026c
Compare
Choose a tag to compare

[1.18.0] - 2023-01-24

Fixed

  • Sender filter not working with certain tx types. (#25)
  • Make txType filter optional. (#23)

Updated

  • Sinc with latest changes on Substrate SDK: (#22)
    • Ability to bypass blocks
    • Sync block-dispatcher with same structure as main SDK
    • DictionaryService updates for useDistinct and dictionary startHeight check
    • hotSchemaReload updates
    • fix force-clean and reindex subcommands
    • Update SubqueryProject to @Injectable just to match the main SDK

[1.2.0] @subql/common-algorand

23 Jan 21:31
af2026c
Compare
Choose a tag to compare

[1.2.0] - 2023-01-24

Added

  • Ability to bypass blocks. (#22)

[1.4.0] @subql/types-algorand

10 Nov 22:00
57347a3
Compare
Choose a tag to compare

[1.4.0] - 2022-11-11

Changed

  • Sync changes from main SDK, update AlgorandBlockFilter include timestamp.

[1.11.0] @subql/node-algorand

10 Nov 22:00
57347a3
Compare
Choose a tag to compare

[1.11.0] - 2022-11-11

Updated

  • Sync with latest changes on Substrate SDK: (#19)
    • Add timestamp filter to block handler.
    • Update reindex subcommand.

[1.1.0] @subql/common-algorand

10 Nov 22:00
57347a3
Compare
Choose a tag to compare

[1.1.0] - 2022-11-11

Added

  • Added timestamp to BlockFilter. (#19)

[1.10.0] @subql/node-algorand

12 Oct 02:21
ad41b76
Compare
Choose a tag to compare

[1.10.0] - 2022-10-12

Updated

  • Sync with latest changes on Substrate SDK:
    • Remove deprecated subqueries table
    • New reindex and force-clean subcommands.
    • Enable historical feature by default.

[1.3.0] @subql/types-algorand

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

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