@subql/node-ethereum 2.12.4-1 → 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
CHANGED
|
@@ -6,9 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [2.12.4] - 2023-09-12
|
|
9
10
|
### Fixed
|
|
11
|
+
- Fetching logs via block height resulting in invalid results. Block hash is now used to ensure correct results. (#156)
|
|
10
12
|
- Fix reindex also start index service (#155)
|
|
11
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
|
|
12
15
|
|
|
13
16
|
## [2.12.3] - 2023-09-04
|
|
14
17
|
### Fixed
|
|
@@ -224,7 +227,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
224
227
|
### Added
|
|
225
228
|
- Init release
|
|
226
229
|
|
|
227
|
-
[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
|
|
228
232
|
[2.12.3]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.2...node-ethereum/2.12.3
|
|
229
233
|
[2.12.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.1...node-ethereum/2.12.2
|
|
230
234
|
[2.12.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.0...node-ethereum/2.12.1
|