Skip to content

Latest commit

 

History

History
249 lines (198 loc) · 9.46 KB

File metadata and controls

249 lines (198 loc) · 9.46 KB

Changelog

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.

Added

  • Add the sorabanTxs field to transaction information(#112)

4.6.0 - 2025-03-05

Changed

  • Support http soroban endpoints (#109)
  • Update @subql/node-core to 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

Added

  • --network-endpoint-config add optional parameter pageLimit

Fixed

  • Performance issue caused by making too many RPC requests.

4.4.0 - 2025-02-05

Changed

  • Update stellar sdk to v13 (#101)
  • Update header year to 2025
  • Update @subql/node-core

Fixed

  • Events not being associated to operations and therefore not indexed (#101)

4.3.0 - 2025-01-28

Changed

  • Update @subql/node-core with minor bug fixes and improvements

4.2.2 - 2025-01-15

Fixed

  • Fix module stellar-sdk not found

4.2.0 - 2024-12-17

Changed

  • Update @subql/node-core and @subql/common dependencies

4.1.1 - 2024-12-06

Fixed

  • Incorrect parameter injection in ApiService

4.1.0 - 2024-11-27

Added

  • Support for historical indexing by timestamp as well as block height
  • Add an --enable-cache flag, allowing you to choose between DB or cache for IO operations.

4.0.4 - 2024-10-23

Changed

  • Bump @subql/common dependency

4.0.3 - 2024-10-22

Changed

  • Bump @subql/common and @subql/node-core dependency (#85)

4.0.0 - 2024-08-27

Added

  • Support for network endpoint config providing the ability to set headers and rpc batch sizes (#82)

Changed

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

Fixed

  • fix admin api dbSize issue
  • fixed various issues causing poi inconsistency

3.12.1 - 2024-08-21

Fixed

  • Bump version with @subql/common-stellar, fix OperationFilter issue (#80)

3.12.0 - 2024-07-03

Changed

  • Bump version with @subql/common-stellar, sync with @subql/node-core, add admin module

3.11.2 - 2024-05-03

Fixed

  • temp fixed version for node-core, to fix stellar-sdk Uinit8Array in sandbox issue.

3.11.1 - 2024-05-02

Fixed

  • Sandbox Uint8Array and missing pg dep issue

3.11.0 - 2024-05-02

Changed

  • Update dependencies and apply changes to match (#62)

Removed

  • Unused deps and deprecated type (#63)

Fixed

  • Block timestamp filter not working (#64)

3.10.1 - 2024-04-11

Fixed

  • Fixed failed previous release

3.10.0 - 2024-04-10

Changed

  • Updated with node-core. Now dictionary supports multiple endpoints, indexer will fetch and switch dictionaries based on available blocks

Fixed

  • Updated with node-core ,also fixed:
    • Fix modulo block didn't apply correctly with multiple dataSources
    • Now when workers set to 0, it will use block dispatcher instead of throw and exit

3.9.1 - 2024-03-14

Changed

  • Update @subql/node-core to 4.7.2 with graphql comments escaping fix

3.9.0 - 2024-03-06

Changed

  • Update @subql/node-core to 7.4.0

3.8.1 - 2024-03-01

Fixed

  • Update @subql/node-core to fix Poi generation issue with negative integer, also drop subscription triggers and notifiy_functions

3.8.0 - 2024-02-23

Changed

  • Update @subql/node-core to 7.3.0

Fixed

  • Remove soroban client and use stellar sdk, fix decode issue with scVal (#46)

3.6.1 - 2024-02-07

Fixed

  • Critical bug introduced in 3.6.0 which broke historical indexing

3.6.0 - 2024-01-25

Changed

  • 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

Changed

  • update soraban client dependencies.(#41)

Fixed

  • Fixed soraban block could be behind network.(#41)
  • Fix event contract id could be undefined

3.4.2 - 2023-11-30

Fixed

  • Sync with node-core 7.0.2

3.4.1 - 2023-11-28

Fixed

  • 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

Changed

  • Update @subql/node-core with minor fixes

3.3.2 - 2023-11-16

Fixed

  • Sync with node-core 6.4.2, Fix incorrect enqueuedBlocks, dictionaries timing out by updating @subql/apollo-links (#36)

3.3.1 - 2023-11-13

Changed

  • 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

Added

  • With dictionary-query-size now dictionary can config the query block range

Fixed

  • Sync with node-core 6.3.0 with various fixes

3.1.0 - 2023-11-01

Changed

  • Update @subql/node-core with fixes and support for endBlock feature (#27)

3.0.2 - 2023-10-13

Changed

  • debug has changed from a boolean to a string to allow scoping debug log level (#2077)

Fixed

  • 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

Fixed

  • reduce the number of deepcopies in wrapping a block (#20)

3.0.0 - 2023-10-05

Changed

  • Update @subql/node-core and sync with main SDK. (#18)

2.12.1 - 2023-09-13

Changed

  • rename soroban to sorobanEndpoint in network config (#16)

2.12.0 - 2023-09-12