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