@subql/node-ethereum 2.12.4 → 2.12.5
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 +8 -2
- package/dist/.tsbuildinfo +1 -1
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [2.12.5] - 2023-09-12
|
|
10
|
+
### Fixed
|
|
11
|
+
- Fix nestjs-prometheus dependency issue (#163)
|
|
12
|
+
- Sync with node-core 4.2.8, fix NodeConfig scaleBatchSize call itself
|
|
13
|
+
|
|
9
14
|
## [2.12.4] - 2023-09-12
|
|
10
15
|
### Fixed
|
|
11
16
|
- Fetching logs via block height resulting in invalid results. Block hash is now used to ensure correct results. (#156)
|
|
@@ -227,8 +232,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
227
232
|
### Added
|
|
228
233
|
- Init release
|
|
229
234
|
|
|
230
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/
|
|
231
|
-
[2.12.
|
|
235
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.5...HEAD
|
|
236
|
+
[2.12.5]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.4...node-ethereum/2.12.5
|
|
237
|
+
[2.12.4]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.3...node-ethereum/2.12.4
|
|
232
238
|
[2.12.3]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.2...node-ethereum/2.12.3
|
|
233
239
|
[2.12.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.1...node-ethereum/2.12.2
|
|
234
240
|
[2.12.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.0...node-ethereum/2.12.1
|