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