@subql/node-ethereum 0.4.1-12-storeCache-0.0.2 → 0.4.1-12-storeCache-0.0.4
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 +45 -0
- package/dist/.tsbuildinfo +1 -1
- package/package.json +6 -5
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
All notable changes to this project will be documented in this file.
|
|
3
|
+
|
|
4
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
5
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
|
+
|
|
7
|
+
## [Unreleased]
|
|
8
|
+
|
|
9
|
+
## [0.4.0] - 2023-02-03
|
|
10
|
+
### Changed
|
|
11
|
+
- Use `eth_getBlockReceipts` RPC method when available to improve performance (#23)
|
|
12
|
+
|
|
13
|
+
## [0.3.0] - 2022-11-24
|
|
14
|
+
|
|
15
|
+
### Added
|
|
16
|
+
- Support for dictionaries on with `evmChainId` (#17)
|
|
17
|
+
- Convert query params to headers for api key support (##16)
|
|
18
|
+
|
|
19
|
+
### Fixed
|
|
20
|
+
- Binary name
|
|
21
|
+
|
|
22
|
+
## [0.2.3] - 2022-11-22
|
|
23
|
+
|
|
24
|
+
### Fixed
|
|
25
|
+
- Call and Block filters not working (#d0028a5cd56b7d5505d5d59ba997a55971335d96)
|
|
26
|
+
|
|
27
|
+
## [0.2.2] - 2022-11-18
|
|
28
|
+
- Fix error from sync
|
|
29
|
+
|
|
30
|
+
## [0.2.1] - 2022-11-18
|
|
31
|
+
- Rerelease 0.2.0
|
|
32
|
+
|
|
33
|
+
## [0.2.0] - 2022-11-17
|
|
34
|
+
|
|
35
|
+
- Sync with main sdk (#14)
|
|
36
|
+
|
|
37
|
+
## [0.1.1] - 2022-11-10
|
|
38
|
+
|
|
39
|
+
### Added
|
|
40
|
+
- Retry request when encouraging timeout/rate limit behaviours (#9)
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
## [0.1.0] - 2022-10-31
|
|
44
|
+
|
|
45
|
+
Initial release
|