@subql/node-ethereum 2.2.1-3 → 2.2.2

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
@@ -7,16 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
  ## [Unreleased]
8
8
 
9
9
 
10
+ ## [2.2.2] - 2023-05-22
11
+ ### Changed
12
+ - Update to latest `@subql/node-core`
13
+ - Update to Node 18 (#88)
14
+
15
+ ### Fixed
16
+ - Fix multiple graphql dependencies due to multiple versions @subql/util (#90)
17
+
10
18
  ## [2.2.0] - 2023-05-17
11
19
  ### Changed
12
20
  - Update to latest node-core
13
21
  - New method of resolving chain alises (#82)
14
22
  - dict use equalTo for address (#81)
15
23
  - Add `chainId` to sandbox global types (#77)
24
+
16
25
  ### Fixed
17
26
  - Fix `ds.options.address` not being used (#79)
18
27
 
19
28
  ## [2.1.2] - 2023-05-12
29
+ ### Changed
20
30
  - Sync fix with `node-core@2.1.3`
21
31
  - Fix app could fail to start, due to flush before metadata repo been set (#73)
22
32
 
@@ -38,7 +48,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
38
48
  - Error message when failing to fetch block (#67)
39
49
 
40
50
  ## [2.0.0] - 2023-05-01
41
- - Major release for 2.0.0, align with other SDK versions
42
51
  ### Added
43
52
  - Added Database cache feature, this significantly improve indexing performance
44
53
  - Data flush to database when number of records reaches `--store-cache-threshold` value (default is 1000), this reduces number of transactions to database in order to save time.
@@ -52,24 +61,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
52
61
  ### Fixed
53
62
  - Improve error handling with 429 errors (#53)
54
63
  - Check result from json-rpc-batch request is array (#54)
64
+
55
65
  ### Changed
56
66
  - Update node-core, update logic for cockroach db (#55)
57
67
 
58
68
  ## [1.0.1] - 2023-04-05
59
69
  ### Fixed
60
70
  - Various minor fiexes for dynamic datasources (#51)
71
+
61
72
  ### Removed
62
73
  - Remove `count` method from the store (#51)
63
74
 
64
75
  ## [1.0.0] - 2023-04-03
65
- - Release
76
+ ### Changed
77
+ - Initial full release
66
78
 
67
79
  ## [0.4.0] - 2023-02-03
68
80
  ### Changed
69
81
  - Use `eth_getBlockReceipts` RPC method when available to improve performance (#23)
70
82
 
71
83
  ## [0.3.0] - 2022-11-24
72
-
73
84
  ### Added
74
85
  - Support for dictionaries on with `evmChainId` (#17)
75
86
  - Convert query params to headers for api key support (##16)
@@ -78,26 +89,41 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
78
89
  - Binary name
79
90
 
80
91
  ## [0.2.3] - 2022-11-22
81
-
82
92
  ### Fixed
83
93
  - Call and Block filters not working (#d0028a5cd56b7d5505d5d59ba997a55971335d96)
84
94
 
85
95
  ## [0.2.2] - 2022-11-18
96
+ ### Fixed
86
97
  - Fix error from sync
87
98
 
88
99
  ## [0.2.1] - 2022-11-18
100
+ ### Fixed
89
101
  - Rerelease 0.2.0
90
102
 
91
103
  ## [0.2.0] - 2022-11-17
92
-
104
+ ### Changed
93
105
  - Sync with main sdk (#14)
94
106
 
95
107
  ## [0.1.1] - 2022-11-10
96
-
97
108
  ### Added
98
109
  - Retry request when encouraging timeout/rate limit behaviours (#9)
99
110
 
100
-
101
111
  ## [0.1.0] - 2022-10-31
102
-
103
- Initial release
112
+ [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node/v2.2.2...HEAD
113
+ [2.2.2]: https://github.com/subquery/subql-ethereum/compare/node/v2.2.0.../node/v2.2.2
114
+ [2.2.0]: https://github.com/subquery/subql-ethereum/compare/node/v2.1.2.../node/v2.2.0
115
+ [2.1.2]: https://github.com/subquery/subql-ethereum/compare/node/v2.1.0.../node/v2.1.2
116
+ [2.1.0]: https://github.com/subquery/subql-ethereum/compare/node/v2.0.1.../node/v2.1.0
117
+ [2.0.1]: https://github.com/subquery/subql-ethereum/compare/node/v2.0.0.../node/v2.0.1
118
+ [2.0.0]: https://github.com/subquery/subql-ethereum/compare/node/v1.0.2.../node/v2.0.0
119
+ [1.0.2]: https://github.com/subquery/subql-ethereum/compare/node/v1.0.1.../node/v1.0.2
120
+ [1.0.1]: https://github.com/subquery/subql-ethereum/compare/node/v1.0.0.../node/v1.0.1
121
+ [1.0.0]: https://github.com/subquery/subql-ethereum/compare/node/v0.4.0.../node/v1.0.0
122
+ [0.4.0]: https://github.com/subquery/subql-ethereum/compare/node/v0.3.0.../node/v0.4.0
123
+ [0.3.0]: https://github.com/subquery/subql-ethereum/compare/node/v0.2.3.../node/v0.3.0
124
+ [0.2.3]: https://github.com/subquery/subql-ethereum/compare/node/v0.2.2.../node/v0.2.3
125
+ [0.2.2]: https://github.com/subquery/subql-ethereum/compare/node/v0.2.1.../node/v0.2.2
126
+ [0.2.1]: https://github.com/subquery/subql-ethereum/compare/node/v0.2.0.../node/v0.2.1
127
+ [0.2.0]: https://github.com/subquery/subql-ethereum/compare/node/v0.1.1.../node/v0.2.0
128
+ [0.1.1]: https://github.com/subquery/subql-ethereum/compare/node/v0.1.0.../node/v0.1.1
129
+ [0.1.0]: https://github.com/subquery/subql-ethereum/tags/v0.1.0