@subql/node-ethereum 2.12.4-1 → 2.12.4-2
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
|
@@ -5,6 +5,8 @@ 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)
|
|
8
10
|
|
|
9
11
|
### Fixed
|
|
10
12
|
- Fix reindex also start index service (#155)
|