@subql/node-ethereum 2.12.6-3 → 3.0.1
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/main.js +2 -1
- package/dist/main.js.map +1 -1
- package/package.json +4 -5
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,12 @@ 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
|
+
|
|
9
|
+
## [3.0.1] - 2023-10-03
|
|
10
|
+
### Fixed
|
|
11
|
+
- Empty string causing main command to not run, this happened with the default docker compose in starters
|
|
12
|
+
|
|
13
|
+
## [3.0.0] - 2023-10-03
|
|
8
14
|
### Fixed
|
|
9
15
|
- Fix dictionary metadata validation failed
|
|
10
16
|
- Improve get finalized block error logging
|
|
@@ -247,7 +253,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
247
253
|
### Added
|
|
248
254
|
- Init release
|
|
249
255
|
|
|
250
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/
|
|
256
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.1...HEAD
|
|
257
|
+
[3.0.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.0...node-ethereum/3.0.1
|
|
258
|
+
[3.0.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.5...node-ethereum/3.0.0
|
|
251
259
|
[2.12.5]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.4...node-ethereum/2.12.5
|
|
252
260
|
[2.12.4]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.3...node-ethereum/2.12.4
|
|
253
261
|
[2.12.3]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.2...node-ethereum/2.12.3
|