@subql/node-ethereum 2.10.1-0 → 2.11.1-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
|
|
|
9
|
+
### Fixed
|
|
10
|
+
- Fix missing ds option for event in dictionary query entries (#145)
|
|
11
|
+
|
|
12
|
+
## [2.11.1] - 2023-08-14
|
|
9
13
|
### Changed
|
|
10
14
|
- Synced with main sdk:
|
|
11
15
|
- add `--primary-network-endpoint` cli option
|
|
@@ -197,7 +201,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
197
201
|
### Added
|
|
198
202
|
- Init release
|
|
199
203
|
|
|
200
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.
|
|
204
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.11.1...HEAD
|
|
205
|
+
[2.11.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.10.0...node-ethereum/2.11.1
|
|
201
206
|
[2.10.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.9.2...node-ethereum/2.10.0
|
|
202
207
|
[2.9.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.9.1...node-ethereum/2.9.2
|
|
203
208
|
[2.9.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.9.0...node-ethereum/2.9.1
|