@subql/node-ethereum 2.12.3-0 → 2.12.4-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
|
@@ -7,7 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
9
|
### Fixed
|
|
10
|
-
-
|
|
10
|
+
- Fix warning for filter address (#154)
|
|
11
|
+
|
|
12
|
+
## [2.12.3] - 2023-09-04
|
|
13
|
+
### Fixed
|
|
14
|
+
- lock to `@subql/common` 2.6.0, in order to fix unknown reader issue. (#152)
|
|
11
15
|
|
|
12
16
|
## [2.12.2] - 2023-09-04
|
|
13
17
|
### Fixed
|
|
@@ -219,7 +223,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
219
223
|
### Added
|
|
220
224
|
- Init release
|
|
221
225
|
|
|
222
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.
|
|
226
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.3...HEAD
|
|
227
|
+
[2.12.3]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.2...node-ethereum/2.12.3
|
|
223
228
|
[2.12.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.1...node-ethereum/2.12.2
|
|
224
229
|
[2.12.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.0...node-ethereum/2.12.1
|
|
225
230
|
[2.12.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.11.1...node-ethereum/2.12.0
|