@subql/node-ethereum 2.1.3-5 → 2.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 +9 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/indexer/blockDispatcher/worker-block-dispatcher.service.js +1 -1
- package/dist/indexer/blockDispatcher/worker-block-dispatcher.service.js.map +1 -1
- package/dist/indexer/worker/worker.unfinalizedBlocks.service.d.ts +4 -3
- package/dist/indexer/worker/worker.unfinalizedBlocks.service.js +9 -2
- package/dist/indexer/worker/worker.unfinalizedBlocks.service.js.map +1 -1
- package/package.json +4 -6
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [2.2.0] - 2023-05-17
|
|
10
|
+
### Changed
|
|
11
|
+
- Update to latest node-core
|
|
12
|
+
- New method of resolving chain alises (#82)
|
|
13
|
+
- dict use equalTo for address (#81)
|
|
14
|
+
- Add `chainId` to sandbox global types (#77)
|
|
15
|
+
### Fixed
|
|
16
|
+
- Fix `ds.options.address` not being used (#79)
|
|
17
|
+
|
|
9
18
|
## [2.1.2] - 2023-05-12
|
|
10
19
|
- Sync fix with `node-core@2.1.3`
|
|
11
20
|
- Fix app could fail to start, due to flush before metadata repo been set (#73)
|