Skip to content

Releases: subquery/subql-ethereum

[3.13.0] @subql/types-ethereum

01 Aug 21:54
2131765
Compare
Choose a tag to compare

[3.13.0] - 2024-08-02

Added

  • Suport for network endpoint config (#334)

[5.1.0] @subql/node-ethereum

01 Aug 21:54
2131765
Compare
Choose a tag to compare

[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

01 Aug 21:54
2131765
Compare
Choose a tag to compare

[4.5.0] - 2024-08-02

Added

  • Suport for network endpoint config (#334)

[5.0.1] @subql/node-ethereum

29 Jul 03:08
59ca3dd
Compare
Choose a tag to compare

[5.0.1] - 2024-07-29

Fixed

  • Docker images not having TZ set to UTC (#333)
  • Bump @subql/node-core with fixes for data consitstency issue (#333)

[3.12.0] @subql/types-ethereum

26 Jul 01:24
4c7b316
Compare
Choose a tag to compare

[3.12.0] - 2024-07-26

Changed

  • Enable ts strict

[5.0.0] @subql/node-ethereum

26 Jul 01:25
4c7b316
Compare
Choose a tag to compare

[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

26 Jul 01:24
4c7b316
Compare
Choose a tag to compare

[4.4.0] - 2024-07-26

Changed

  • Enable ts strict

[4.7.3] @subql/node-ethereum

16 Jul 03:18
4f5331a
Compare
Choose a tag to compare

[4.7.3] - 2024-07-16

Fixed

  • Fix dockerfile missing set timezone to UTC (#329)

[3.11.0] @subql/types-ethereum

11 Jul 08:35
99b1d59
Compare
Choose a tag to compare

[3.11.0] - 2024-07-11

Changed

[4.7.2] @subql/node-ethereum

11 Jul 08:35
99b1d59
Compare
Choose a tag to compare

[4.7.2] - 2024-07-11

Fixed

  • Update with node-core, change getFinalizedHeight to getFinalizedHeader. Fix indexer could stall due to rpc finalized height could be smaller than previous result. (subquery#2487)