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