Releases: subquery/subql-ethereum
Releases · subquery/subql-ethereum
[3.13.0] @subql/types-ethereum
[5.1.0] @subql/node-ethereum
[5.1.0] - 2024-08-02
Added
- Suport for network endpoint config providing the ability to set headers and rpc batch sizes (#334)
[4.5.0] @subql/common-ethereum
[5.0.1] @subql/node-ethereum
[3.12.0] @subql/types-ethereum
[3.12.0] - 2024-07-26
Changed
- Enable ts strict
[5.0.0] @subql/node-ethereum
[5.0.0] - 2024-07-26
Changed
- Enable ts strict mode
- Use Subquery Project code from node core (#331)
- Breaking change: Update to latest
@subql/node-core
, require indexing environment timezone set to UTC (#330)
Fixed
- Bump with
@subql/node-core
, fixed various issues causing poi inconsistency (subquery#2497)
[4.4.0] @subql/common-ethereum
[4.4.0] - 2024-07-26
Changed
- Enable ts strict
[4.7.3] @subql/node-ethereum
[3.11.0] @subql/types-ethereum
[4.7.2] @subql/node-ethereum
[4.7.2] - 2024-07-11
Fixed
- Update with
node-core
, changegetFinalizedHeight
togetFinalizedHeader
. Fix indexer could stall due to rpc finalized height could be smaller than previous result. (subquery#2487)