Releases: subquery/subql-algorand
Releases · subquery/subql-algorand
[1.5.0] @subql/types-algorand
[1.18.0] @subql/node-algorand
[1.18.0] - 2023-01-24
Fixed
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
[1.4.0] @subql/types-algorand
[1.4.0] - 2022-11-11
Changed
- Sync changes from main SDK, update
AlgorandBlockFilter
include timestamp.
[1.11.0] @subql/node-algorand
[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
[1.10.0] @subql/node-algorand
[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
[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
andbulkGet
to the injected store. This can be used to optimise handlers and speed up indexing.
[1.9.0] @subql/node-algorand
[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