@subql/node-ethereum 4.4.1 → 4.4.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 +7 -1
- package/dist/.tsbuildinfo +1 -1
- package/dist/admin/admin.module.js +3 -3
- package/dist/admin/admin.module.js.map +1 -1
- package/dist/ethereum/api.ethereum.js +1 -1
- package/dist/ethereum/api.ethereum.js.map +1 -1
- package/dist/ethereum/api.ethereum.test.js +1 -2
- package/dist/ethereum/api.ethereum.test.js.map +1 -1
- package/dist/ethereum/api.service.ethereum.js +1 -1
- package/dist/ethereum/api.service.ethereum.js.map +1 -1
- package/dist/ethereum/api.service.ethereum.test.js +1 -2
- package/dist/ethereum/api.service.ethereum.test.js.map +1 -1
- package/dist/indexer/dictionary/v1/ethDictionaryV1.spec.js +0 -2
- package/dist/indexer/dictionary/v1/ethDictionaryV1.spec.js.map +1 -1
- package/dist/indexer/dictionary/v2/ethDictionaryV2.spec.js +1 -1
- package/dist/indexer/dictionary/v2/ethDictionaryV2.spec.js.map +1 -1
- package/dist/indexer/dictionary/v2/utils.spec.js +1 -1
- package/dist/indexer/dictionary/v2/utils.spec.js.map +1 -1
- package/dist/indexer/project.service.test.js +1 -1
- package/dist/indexer/project.service.test.js.map +1 -1
- package/package.json +4 -3
package/CHANGELOG.md
CHANGED
|
@@ -5,7 +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
|
+
### Fixed
|
|
9
|
+
- Endpoint search params being stripped (#301)
|
|
8
10
|
|
|
11
|
+
## [4.4.2] - 2024-06-06
|
|
12
|
+
### Fixed
|
|
13
|
+
- Fix import issue from node-core
|
|
9
14
|
|
|
10
15
|
## [4.4.1] - 2024-06-05
|
|
11
16
|
### Fixed
|
|
@@ -479,7 +484,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
479
484
|
### Added
|
|
480
485
|
- Init release
|
|
481
486
|
|
|
482
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.4.
|
|
487
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.4.2...HEAD
|
|
488
|
+
[4.4.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.4.1...node-ethereum/4.4.2
|
|
483
489
|
[4.4.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.4.0...node-ethereum/4.4.1
|
|
484
490
|
[4.4.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.3.2...node-ethereum/4.4.0
|
|
485
491
|
[4.3.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.3.1...node-ethereum/4.3.2
|