@subql/node-ethereum 3.9.1-0 → 3.9.1
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 +7 -1
- package/dist/.tsbuildinfo +1 -1
- package/dist/configure/SubqueryProject.d.ts +3 -3
- package/dist/configure/SubqueryProject.js.map +1 -1
- package/dist/indexer/fetch.service.js +1 -1
- package/dist/indexer/fetch.service.js.map +1 -1
- package/dist/indexer/fetch.service.spec.js +0 -2
- package/dist/indexer/fetch.service.spec.js.map +1 -1
- package/package.json +3 -4
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +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
|
+
|
|
9
|
+
## [3.9.1] - 2024-03-09
|
|
10
|
+
### Changed
|
|
11
|
+
- Update `@subql/node-core` to 7.4.1 with bug fixes
|
|
12
|
+
|
|
8
13
|
## [3.9.0] - 2024-03-06
|
|
9
14
|
### Fixed
|
|
10
15
|
- Add assertion on mismatched blockHash for getLogs and getBlocks (#252)
|
|
@@ -414,7 +419,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
414
419
|
### Added
|
|
415
420
|
- Init release
|
|
416
421
|
|
|
417
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.9.
|
|
422
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.9.1...HEAD
|
|
423
|
+
[3.9.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.9.0...node-ethereum/3.9.1
|
|
418
424
|
[3.9.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.8.1...node-ethereum/3.9.0
|
|
419
425
|
[3.8.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.8.0...node-ethereum/3.8.1
|
|
420
426
|
[3.8.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.7.1...node-ethereum/3.8.0
|