Skip to content

[13.0.0] @subql/node-core

Compare
Choose a tag to compare
@ianhe8x ianhe8x released this 25 Jul 22:36
723fced

[13.0.0] - 2024-07-25

Changed

  • Breaking change: Require indexing environment timezone set to UTC, avoid inconsistent result from cache and database (#2495)

Fixed

  • Fix handle bigint type in jsonb array, both get and set method will generate consistent result (#2495)
  • Update with @subql/utils, fixed json and json array hashcode issue, improve poi consistency (#2497)

Added

  • SubqueryProject base from extracting common code (#2496)