@subql/node-ethereum 2.12.4-2 → 2.12.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 +7 -2
- package/dist/.tsbuildinfo +1 -1
- package/package.json +4 -5
package/CHANGELOG.md
CHANGED
|
@@ -5,12 +5,16 @@ 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
|
+
|
|
8
9
|
### Fixed
|
|
9
|
-
-
|
|
10
|
+
- Fix nestjs-prometheus dependency issue (#163)
|
|
10
11
|
|
|
12
|
+
## [2.12.4] - 2023-09-12
|
|
11
13
|
### Fixed
|
|
14
|
+
- Fetching logs via block height resulting in invalid results. Block hash is now used to ensure correct results. (#156)
|
|
12
15
|
- Fix reindex also start index service (#155)
|
|
13
16
|
- Fix warning for filter address (#154)
|
|
17
|
+
- Update to node-core 4.2.7, fix set and remove in same block height causing empty in block range issue
|
|
14
18
|
|
|
15
19
|
## [2.12.3] - 2023-09-04
|
|
16
20
|
### Fixed
|
|
@@ -226,7 +230,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
226
230
|
### Added
|
|
227
231
|
- Init release
|
|
228
232
|
|
|
229
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/
|
|
233
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/v2.12.4...HEAD
|
|
234
|
+
[2.12.4]: https://github.com/subquery/subql-ethereum/compare/v2.12.3...v2.12.4
|
|
230
235
|
[2.12.3]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.2...node-ethereum/2.12.3
|
|
231
236
|
[2.12.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.1...node-ethereum/2.12.2
|
|
232
237
|
[2.12.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.0...node-ethereum/2.12.1
|