Skip to content

Releases: subquery/subql-ethereum

[2.2.3] @subql/types-ethereum

31 Jul 02:39
3e617f0
Compare
Choose a tag to compare

[2.2.3] - 2023-07-31

Fixed

  • Update license (#137)

[2.10.0] @subql/node-flare

31 Jul 02:41
3e617f0
Compare
Choose a tag to compare

[2.10.0] - 2023-07-31

Added

  • Added !null filter for logs (#135)

Changed

  • Update license to GPL-3.0 (#137)
  • Updated retry logic for eth requests (#134)
  • Adjust batch size for JsonRpcBatchProvider dynamically (#121)
  • Sync with node-core :
    • init db schema manually during test run
    • fix retry logic for workers in connection pool
    • Performance scoring fix

Fixed

  • Fixed missing mmrQueryService in indexer module

[2.10.0] @subql/node-ethereum

31 Jul 02:39
3e617f0
Compare
Choose a tag to compare

[2.10.0] - 2023-07-31

Added

  • Added !null filter for logs (#135)

Changed

  • Update license to GPL-3.0 (#137)
  • Updated retry logic for eth requests (#134)
  • Adjust batch size for JsonRpcBatchProvider dynamically (#121)
  • Sync with node-core :
    • init db schema manually during test run
    • fix retry logic for workers in connection pool
    • Performance scoring fix

Fixed

  • Fixed missing mmrQueryService in indexer module

[2.2.1] @subql/common-flare

31 Jul 02:41
3e617f0
Compare
Choose a tag to compare

[2.2.1] - 2023-07-31

Fixed

  • Update license (#137)
  • Sync with common @subql/common fix iPFS repeat cat same cid

[2.2.1] @subql/common-ethereum

31 Jul 02:39
3e617f0
Compare
Choose a tag to compare

[2.2.1] - 2023-07-31

Fixed

  • Update license (#137)
  • Sync with common @subql/common fix iPFS repeat cat same cid

[2.9.2] @subql/node-flare

12 Jul 02:42
a1790a5
Compare
Choose a tag to compare

[2.9.2] - 2023-07-12

Fixed

  • Sync with @subql/[email protected] (#130)
    • Various improvements for POI feature
    • Handle RPC error for oversize block responses
  • Missing format transaction in log (#128)

[2.9.2] @subql/node-ethereum

12 Jul 02:40
a1790a5
Compare
Choose a tag to compare

[2.9.2] - 2023-07-12

Fixed

  • Sync with @subql/[email protected] (#130)
    • Various improvements for POI feature
    • Handle RPC error for oversize block responses
  • Missing format transaction in log (#128)

[2.9.1] @subql/node-flare

07 Jul 03:05
ed84a15
Compare
Choose a tag to compare

[2.9.1] - 2023-07-07

Fixed

  • Sync with @subql/[email protected], fixed Poi table missing mmr issue
  • Finalization check with BSC and improved rate limit handling (#126)

[2.9.1] @subql/node-ethereum

07 Jul 03:03
ed84a15
Compare
Choose a tag to compare

[2.9.1] - 2023-07-07

Fixed

  • Sync with @subql/[email protected], fixed Poi table missing mmr issue
  • Finalization check with BSC and improved rate limit handling (#126)

[2.9.0] @subql/node-flare

05 Jul 01:49
2547650
Compare
Choose a tag to compare

[2.9.0] - 2023-07-05

Fixed

  • Limit the number of calls to eth_chainId (#123)

Added

  • store-cache-upper-limit flag to limit the max size of the store cache. (#124)