@subql/node-ethereum 1.0.2-2 → 1.0.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 +6 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/ethereum/api.service.ethereum.d.ts +2 -0
- package/dist/ethereum/api.service.ethereum.js +4 -0
- package/dist/ethereum/api.service.ethereum.js.map +1 -1
- package/dist/indexer/blockDispatcher/block-dispatcher.service.d.ts +3 -2
- package/dist/indexer/blockDispatcher/block-dispatcher.service.js +3 -2
- package/dist/indexer/blockDispatcher/block-dispatcher.service.js.map +1 -1
- package/dist/indexer/fetch.module.js.map +1 -1
- package/dist/indexer/indexer.module.js +1 -0
- package/dist/indexer/indexer.module.js.map +1 -1
- package/dist/indexer/worker/worker.service.d.ts +3 -2
- package/dist/indexer/worker/worker.service.js +3 -2
- package/dist/indexer/worker/worker.service.js.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [1.0.2] - 2023-04-12
|
|
10
|
+
### Fixed
|
|
11
|
+
- Improve error handling with 429 errors (#53)
|
|
12
|
+
- Check result from json-rpc-batch request is array (#54)
|
|
13
|
+
### Changed
|
|
14
|
+
- Update node-core, update logic for cockroach db (#55)
|
|
9
15
|
|
|
10
16
|
## [1.0.1] - 2023-04-05
|
|
11
17
|
### Fixed
|