@subql/node-ethereum 3.8.2-0 → 3.9.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 +5 -1
- package/dist/.tsbuildinfo +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -5,8 +5,11 @@ 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
|
+
## [3.9.0] - 2024-03-06
|
|
8
9
|
### Fixed
|
|
9
10
|
- Add assertion on mismatched blockHash for getLogs and getBlocks (#252)
|
|
11
|
+
- ### Changed
|
|
12
|
+
- Update `@subql/node-core` to 7.4.0
|
|
10
13
|
|
|
11
14
|
## [3.8.1] - 2024-03-01
|
|
12
15
|
### Fixed
|
|
@@ -411,7 +414,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
411
414
|
### Added
|
|
412
415
|
- Init release
|
|
413
416
|
|
|
414
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.
|
|
417
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.9.0...HEAD
|
|
418
|
+
[3.9.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.8.1...node-ethereum/3.9.0
|
|
415
419
|
[3.8.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.8.0...node-ethereum/3.8.1
|
|
416
420
|
[3.8.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.7.1...node-ethereum/3.8.0
|
|
417
421
|
[3.7.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.7.0...node-ethereum/3.7.1
|