@subql/node-ethereum 3.1.3-1 → 3.3.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 -1
- package/dist/.tsbuildinfo +1 -1
- package/dist/yargs.d.ts +6 -1
- package/dist/yargs.js +5 -0
- package/dist/yargs.js.map +1 -1
- package/package.json +3 -4
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
8
8
|
### Fixed
|
|
9
9
|
- Getting transaction receipts when accessing via a log handler
|
|
10
10
|
|
|
11
|
+
## [3.3.0] - 2023-11-06
|
|
12
|
+
### Added
|
|
13
|
+
- With `dictionary-query-size` now dictionary can config the query block range
|
|
14
|
+
|
|
15
|
+
### Fixed
|
|
16
|
+
- Sync with node-core 6.3.0 with various fixes
|
|
17
|
+
|
|
11
18
|
## [3.1.2] - 2023-11-01
|
|
12
19
|
### Fixed
|
|
13
20
|
- Unfinalized blocks not working with Cronos (#193)
|
|
@@ -306,7 +313,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
306
313
|
### Added
|
|
307
314
|
- Init release
|
|
308
315
|
|
|
309
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.
|
|
316
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.3.0...HEAD
|
|
317
|
+
[3.3.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.1.2...node-ethereum/3.3.0
|
|
310
318
|
[3.1.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.1.1...node-ethereum/3.1.2
|
|
311
319
|
[3.1.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.1.0...node-ethereum/3.1.1
|
|
312
320
|
[3.1.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.6...node-ethereum/3.1.0
|