@subql/node-ethereum 2.12.6-2 → 2.12.6-3
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 +2 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/ethereum/api.ethereum.js +7 -1
- package/dist/ethereum/api.ethereum.js.map +1 -1
- package/dist/indexer/dictionary.service.d.ts +2 -0
- package/dist/indexer/dictionary.service.js +4 -0
- package/dist/indexer/dictionary.service.js.map +1 -1
- package/dist/indexer/fetch.service.d.ts +1 -0
- package/dist/indexer/fetch.service.js +3 -0
- package/dist/indexer/fetch.service.js.map +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
### Fixed
|
|
9
|
+
- Fix dictionary metadata validation failed
|
|
10
|
+
- Improve get finalized block error logging
|
|
9
11
|
- Fix reindex also start index service (#155)
|
|
10
12
|
- Fix warning for filter address (#154)
|
|
11
13
|
- Fetching logs via block height resulting in invalid results. Block hash is now used to ensure
|