@subql/node-ethereum 3.4.5-0 → 3.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,9 +5,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
7
  ## [Unreleased]
8
+
9
+ ## [3.5.0] - 2024-01-08
10
+ ### Added
11
+ - Update with common-ethereum to support for Zilliqa addresses (#231)
12
+
13
+ ## [3.4.5] - 2024-01-04
8
14
  ### Fixed
9
15
  - Timestamp filters not working (#229)
10
16
 
17
+ ### Changed
18
+ - Update node-core with DB query fix
19
+
11
20
  ## [3.4.4] - 2023-12-20
12
21
  ### Fixed
13
22
  - Metadata lastProcessedHeight undefined issue via `@subql/node-core`
@@ -362,7 +371,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
362
371
  ### Added
363
372
  - Init release
364
373
 
365
- [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.4.4...HEAD
374
+ [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.5.0...HEAD
375
+ [3.5.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.4.5...node-ethereum/3.5.0
376
+ [3.4.5]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.4.4...node-ethereum/3.4.5
366
377
  [3.4.4]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.4.3...node-ethereum/3.4.4
367
378
  [3.4.3]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.4.2...node-ethereum/3.4.3
368
379
  [3.4.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.4.1...node-ethereum/3.4.2