Skip to content

Releases: subquery/subql-algorand

[2.1.0] @subql/node-algorand

17 May 04:56
3ffed42
Compare
Choose a tag to compare

[2.1.0] - 2023-05-17

Added

  • Support for unfinalized blocks with workers

Updated

  • Sync with main SDK

[2.1.0] @subql/common-algorand

17 May 04:55
3ffed42
Compare
Choose a tag to compare

[2.1.0] - 2023-05-17

Updated

  • Sync with main SDK

[2.0.0] @subql/types-algorand

01 May 02:27
c5f418c
Compare
Choose a tag to compare

[2.0.0] - 2023-05-01

Changed

  • Sync with main SDK for 2.0 release

[2.0.0] @subql/node-algorand

01 May 02:27
c5f418c
Compare
Choose a tag to compare

[2.0.0] - 2023-05-01

  • Major release for 2.0.0, align with other SDK versions

Added

  • Added Database cache feature, this significantly improve indexing performance
    • Data flush to database when number of records reaches --store-cache-threshold value (default is 1000), this reduces number of transactions to database in order to save time.
    • Direct get data from the cache rather than wait to retrieve it from database, with flag --store-get-cache-size user could decide how many records for each entity they want to keep in the cache (default is 500)
    • If enabled --store-cache-async writing data to the store is asynchronous with regard to block processing (default is enabled)
  • Testing Framework, allow users to test their projects filters and handler functions without having to index the project
    • Create test files with the naming convention *.test.ts and place them in the src/tests or src/test folder. Each test file should contain test cases for specific mapping handlers.
    • Run the testing service using the command: subql-node-algorand test.

[2.0.0] @subql/common-algorand

01 May 02:27
c5f418c
Compare
Choose a tag to compare

[2.0.0] - 2023-05-01

Changed

  • Sync with main SDK for 2.0 release

[1.19.0] @subql/node-algorand

28 Mar 03:34
e7c2fac
Compare
Choose a tag to compare

[1.19.0] - 2023-03-28

Update

  • Sync with main SDK

[1.18.3] @subql/node-algorand

01 Mar 00:17
49e5c5f
Compare
Choose a tag to compare

[1.18.3] - 2023-03-01

Fixed

  • Fixed Nest dependencies issue with IndexManger (#34)

[1.18.2] @subql/node-algorand

28 Feb 02:53
c8e5584
Compare
Choose a tag to compare

[1.18.2] - 2023-02-28

Updated

  • improve error handling for endpoint errors (#31)

Fixed

  • Index large blocks (#30)

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