Skip to content

Releases: subquery/subql-ethereum

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

[4.3.0] @subql/common-ethereum

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

[4.3.0] - 2024-07-11

Changed

[3.10.0] @subql/types-ethereum

10 Jul 02:53
a59c789
Compare
Choose a tag to compare

[3.10.0] - 2024-07-10

Changed

  • Update @subql/types-core dependency (#326)

Fixed

  • Incorrect generic parameter type (#321)

[4.7.1] @subql/node-ethereum

10 Jul 02:53
a59c789
Compare
Choose a tag to compare

[4.7.1] - 2024-07-10

Fixed

  • Bump @subql/common-ethereum and @subql/types-ethereum, update @subql/node-core to fix admin api dbSize issue (#326)

[4.2.0] @subql/common-ethereum

10 Jul 02:53
a59c789
Compare
Choose a tag to compare

[4.2.0] - 2024-07-10

Changed

  • Enable ts strict mode (#321)
  • Update @subql/common dependency (#326)

[3.9.0] @subql/types-ethereum

03 Jul 04:56
bc6dcd3
Compare
Choose a tag to compare

[3.9.0] - 2024-07-03

Added

  • Add missing method getAbiInterface in type EthereumNetworkModule (#323)