@subql/node-ethereum 2.12.5-0 → 2.12.6-0
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/dist/yargs.d.ts +0 -2
- package/dist/yargs.js +0 -2
- package/dist/yargs.js.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -6,8 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
### Fixed
|
|
10
|
+
- Fix yargs default override runner nodeOptions (#166)
|
|
11
|
+
|
|
12
|
+
## [2.12.5] - 2023-09-12
|
|
9
13
|
### Fixed
|
|
10
14
|
- Fix nestjs-prometheus dependency issue (#163)
|
|
15
|
+
- Sync with node-core 4.2.8, fix NodeConfig scaleBatchSize call itself
|
|
11
16
|
|
|
12
17
|
## [2.12.4] - 2023-09-12
|
|
13
18
|
### Fixed
|
|
@@ -230,8 +235,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
230
235
|
### Added
|
|
231
236
|
- Init release
|
|
232
237
|
|
|
233
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/
|
|
234
|
-
[2.12.
|
|
238
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.5...HEAD
|
|
239
|
+
[2.12.5]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.4...node-ethereum/2.12.5
|
|
240
|
+
[2.12.4]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.3...node-ethereum/2.12.4
|
|
235
241
|
[2.12.3]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.2...node-ethereum/2.12.3
|
|
236
242
|
[2.12.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.1...node-ethereum/2.12.2
|
|
237
243
|
[2.12.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.0...node-ethereum/2.12.1
|