All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add the sorabanTxs field to transaction information(#112)
4.6.0 - 2025-03-05
- Support http soroban endpoints (#109)
- Update
@subql/node-coreto latest version and implement blockchain service as well as any relevant changes (#110) - Update nestjs dependencies (#110)
- Update to Nodejs lts (#110)
4.5.0 - 2025-02-26
--network-endpoint-configadd optional parameterpageLimit
- Performance issue caused by making too many RPC requests.
4.4.0 - 2025-02-05
- Update stellar sdk to v13 (#101)
- Update header year to 2025
- Update
@subql/node-core
- Events not being associated to operations and therefore not indexed (#101)
4.3.0 - 2025-01-28
- Update
@subql/node-corewith minor bug fixes and improvements
4.2.2 - 2025-01-15
- Fix module
stellar-sdknot found
4.2.0 - 2024-12-17
- Update
@subql/node-coreand@subql/commondependencies
4.1.1 - 2024-12-06
- Incorrect parameter injection in ApiService
4.1.0 - 2024-11-27
- Support for historical indexing by timestamp as well as block height
- Add an
--enable-cacheflag, allowing you to choose between DB or cache for IO operations.
4.0.4 - 2024-10-23
- Bump
@subql/commondependency
4.0.3 - 2024-10-22
- Bump
@subql/commonand@subql/node-coredependency (#85)
4.0.0 - 2024-08-27
- Support for network endpoint config providing the ability to set headers and rpc batch sizes (#82)
- Enable ts strict mode (#82)
- Use Subquery Project code from node core (#82)
- Breaking change: Update to latest
@subql/node-core, require indexing environment timezone set to UTC (#82)
- fix admin api
dbSizeissue - fixed various issues causing poi inconsistency
3.12.1 - 2024-08-21
- Bump version with
@subql/common-stellar, fixOperationFilterissue (#80)
3.12.0 - 2024-07-03
- Bump version with
@subql/common-stellar, sync with@subql/node-core, add admin module
3.11.2 - 2024-05-03
- temp fixed version for node-core, to fix stellar-sdk
Uinit8Arrayin sandbox issue.
3.11.1 - 2024-05-02
- Sandbox Uint8Array and missing pg dep issue
3.11.0 - 2024-05-02
- Update dependencies and apply changes to match (#62)
- Unused deps and deprecated type (#63)
- Block timestamp filter not working (#64)
3.10.1 - 2024-04-11
- Fixed failed previous release
3.10.0 - 2024-04-10
- Updated with node-core. Now dictionary supports multiple endpoints, indexer will fetch and switch dictionaries based on available blocks
- Updated with node-core ,also fixed:
- Fix modulo block didn't apply correctly with multiple dataSources
- Now when
workersset to 0, it will use block dispatcher instead of throw and exit
3.9.1 - 2024-03-14
- Update
@subql/node-coreto 4.7.2 with graphql comments escaping fix
3.9.0 - 2024-03-06
- Update
@subql/node-coreto 7.4.0
3.8.1 - 2024-03-01
- Update
@subql/node-coreto fix Poi generation issue with negative integer, also drop subscription triggers and notifiy_functions
3.8.0 - 2024-02-23
- Update
@subql/node-coreto 7.3.0
- Remove soroban client and use stellar sdk, fix decode issue with
scVal(#46)
3.6.1 - 2024-02-07
- Critical bug introduced in 3.6.0 which broke historical indexing
3.6.0 - 2024-01-25
- Update @subql/node-core with
- a performance fix when using modulo filters with other datasources
- support for CSV exports
- support for schema migrations
3.5.0 - 2024-01-22
- update soraban client dependencies.(#41)
- Fixed soraban block could be behind network.(#41)
- Fix event contract id could be undefined
3.4.2 - 2023-11-30
- Sync with
node-core7.0.2
3.4.1 - 2023-11-28
- Fix ipfs deployment templates path failed to resolved, issue was introduced node-core 7.0.0
- Update with node-core to fix network dictionary timeout but not fallback to config dictionary issue
3.4.0 - 2023-11-27
- Update
@subql/node-corewith minor fixes
3.3.2 - 2023-11-16
- Sync with
node-core6.4.2, Fix incorrect enqueuedBlocks, dictionaries timing out by updating@subql/apollo-links(#36)
3.3.1 - 2023-11-13
- Updates to match changes in '@subql/node-core' (#34)
- Dictionary service to use dictionary registry
- Use yargs from node core
3.3.0 - 2023-11-06
- With
dictionary-query-sizenow dictionary can config the query block range
- Sync with node-core 6.3.0 with various fixes
3.1.0 - 2023-11-01
- Update
@subql/node-corewith fixes and support for endBlock feature (#27)
3.0.2 - 2023-10-13
- debug has changed from a boolean to a string to allow scoping debug log level (#2077)
- Sync with node-core.
- Fixed Poi migration performance issue.
- Fixed AutoQueue timeout issue.
- Fixed Poi sync could block DB IO and drop connection issue.
- Issues with using object destructing for store interface and workers.
3.0.1 - 2023-10-11
- reduce the number of deepcopies in wrapping a block (#20)
3.0.0 - 2023-10-05
- Update @subql/node-core and sync with main SDK. (#18)
2.12.1 - 2023-09-13
- rename
sorobantosorobanEndpointin network config (#16)