@subql/node-ethereum 3.4.5 → 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 +6 -1
- package/dist/.tsbuildinfo +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [3.5.0] - 2024-01-08
|
|
10
|
+
### Added
|
|
11
|
+
- Update with common-ethereum to support for Zilliqa addresses (#231)
|
|
12
|
+
|
|
9
13
|
## [3.4.5] - 2024-01-04
|
|
10
14
|
### Fixed
|
|
11
15
|
- Timestamp filters not working (#229)
|
|
@@ -367,7 +371,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
367
371
|
### Added
|
|
368
372
|
- Init release
|
|
369
373
|
|
|
370
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.
|
|
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
|
|
371
376
|
[3.4.5]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.4.4...node-ethereum/3.4.5
|
|
372
377
|
[3.4.4]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.4.3...node-ethereum/3.4.4
|
|
373
378
|
[3.4.3]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.4.2...node-ethereum/3.4.3
|