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