@subql/node-ethereum 3.3.4 → 3.3.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 +7 -2
- package/dist/.tsbuildinfo +1 -1
- package/dist/yargs.js +8 -0
- package/dist/yargs.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,13 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [3.3.5] - 2023-11-17
|
|
10
|
+
### Fixed
|
|
11
|
+
- `block-confirmations` arg being removed in recent sync with main SDK (#213)
|
|
12
|
+
|
|
9
13
|
## [3.3.4] - 2023-11-16
|
|
10
14
|
### Fixed
|
|
11
15
|
- Sync with `node-core` 6.4.2, Fix incorrect enqueuedBlocks, dictionaries timing out by updating `@subql/apollo-links` (#212)
|
|
12
16
|
|
|
13
17
|
## [3.3.3] - 2023-11-13
|
|
14
18
|
### Changed
|
|
15
|
-
- Updates to match changes in
|
|
19
|
+
- Updates to match changes in `@subql/node-core` (#210)
|
|
16
20
|
- Dictionary service to use dictionary registry
|
|
17
21
|
- Use yargs from node core
|
|
18
22
|
|
|
@@ -330,7 +334,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
330
334
|
### Added
|
|
331
335
|
- Init release
|
|
332
336
|
|
|
333
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.3.
|
|
337
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.3.5...HEAD
|
|
338
|
+
[3.3.5]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.3.4...node-ethereum/3.3.5
|
|
334
339
|
[3.3.4]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.3.3...node-ethereum/3.3.4
|
|
335
340
|
[3.3.3]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.3.2...node-ethereum/3.3.3
|
|
336
341
|
[3.3.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.3.1...node-ethereum/3.3.2
|