@subql/node-ethereum 3.1.1-0 → 3.1.2-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
CHANGED
|
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
### Fixed
|
|
9
|
+
- Unfinalized blocks not working with Cronos (#193)
|
|
10
|
+
|
|
11
|
+
## [3.1.1] - 2023-10-25
|
|
12
|
+
### Fixed
|
|
9
13
|
- Fix crash when creating new dynamic datasources
|
|
10
14
|
|
|
11
15
|
## [3.1.0] - 2023-10-20
|
|
@@ -295,7 +299,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
295
299
|
### Added
|
|
296
300
|
- Init release
|
|
297
301
|
|
|
298
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.1.
|
|
302
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.1.1...HEAD
|
|
303
|
+
[3.1.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.1.0...node-ethereum/3.1.1
|
|
299
304
|
[3.1.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.6...node-ethereum/3.1.0
|
|
300
305
|
[3.0.6]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.5...node-ethereum/3.0.6
|
|
301
306
|
[3.0.5]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.4...node-ethereum/3.0.5
|