Skip to content

[15.0.0] @subql/node-core

Compare
Choose a tag to compare
@stwiname stwiname released this 24 Nov 22:56
b4306c1

[15.0.0] - 2024-11-22

Added

  • lazy loading for monitor service (#2583)
  • Add an --enable-cache flag, allowing you to choose between DB or cache for IO operations.

Fixed

  • When using a GET query to retrieve an entity, it will include a “store” field.
  • Support for historical indexing by timestamp as well as block height (#2584)

Removed

  • Support for cockroach DB (#2584)

Fixed

  • When configuring multiple endpoints, poor network conditions may lead to block crawling delays. (#2572)
  • Prevent the use of latestFinalizedHeight when unFinalizedBlock is enabled and the chain has no finalized blocks. (#2594)