@subql/node-ethereum 2.12.6-2-dictionary-override → 2.12.6-3

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 ADDED
@@ -0,0 +1,285 @@
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
+ ### Fixed
9
+ - Fix dictionary metadata validation failed
10
+ - Improve get finalized block error logging
11
+ - Fix reindex also start index service (#155)
12
+ - Fix warning for filter address (#154)
13
+ - Fetching logs via block height resulting in invalid results. Block hash is now used to ensure
14
+ correct results. (#156)
15
+ - Node runner options being overwritten by yargs defaults (#148)
16
+ - Fix yargs default override runner nodeOptions (#166)
17
+
18
+ ### Added
19
+ - skipTransactions feature to avoid fetching transactions (#170)
20
+
21
+ ## [2.12.5] - 2023-09-12
22
+ ### Fixed
23
+ - Fix nestjs-prometheus dependency issue (#163)
24
+ - Sync with node-core 4.2.8, fix NodeConfig scaleBatchSize call itself
25
+
26
+ ## [2.12.4] - 2023-09-12
27
+ ### Fixed
28
+ - Fetching logs via block height resulting in invalid results. Block hash is now used to ensure correct results. (#156)
29
+ - Fix reindex also start index service (#155)
30
+ - Fix warning for filter address (#154)
31
+ - Update to node-core 4.2.7, fix set and remove in same block height causing empty in block range issue
32
+
33
+ ## [2.12.3] - 2023-09-04
34
+ ### Fixed
35
+ - lock to `@subql/common` 2.6.0, in order to fix unknown reader issue. (#152)
36
+
37
+ ## [2.12.2] - 2023-09-04
38
+ ### Fixed
39
+ - Previous failed release
40
+
41
+ ## [2.12.1] - 2023-09-01
42
+ ### Fixed
43
+ - Update `node-core` to 4.2.6, fix timeout issue for unavailable networks in dictionary resolver.
44
+
45
+ ## [2.12.0] - 2023-09-01
46
+ ### Fixed
47
+ - Fallback to singular provider if batch provider is not supported (#144)
48
+ - Fix missing ds option for event in dictionary query entries (#145)
49
+ - Update `node-core` to 4.2.5, fix dictionary failed to get token issue.
50
+
51
+ ### Added
52
+ - Custom provider for Celo (#147)
53
+
54
+ ### Changed
55
+ - Update node-core and add support for project upgrades feature (#148)
56
+
57
+ ## [2.11.1] - 2023-08-14
58
+ ### Changed
59
+ - Synced with main sdk:
60
+ - add `--primary-network-endpoint` cli option
61
+ - Support for update availability logs
62
+
63
+ ## [2.10.0] - 2023-07-31
64
+ ### Added
65
+ - Added `!null` filter for logs (#135)
66
+
67
+ ### Changed
68
+ - Update license to GPL-3.0 (#137)
69
+ - Updated retry logic for eth requests (#134)
70
+ - Adjust batch size for `JsonRpcBatchProvider` dynamically (#121)
71
+ - Sync with node-core :
72
+ - init db schema manually during test run
73
+ - fix retry logic for workers in connection pool
74
+ - Performance scoring fix
75
+
76
+ ### Fixed
77
+ - Fixed missing mmrQueryService in indexer module
78
+
79
+ ## [2.9.2] - 2023-07-12
80
+ ### Fixed
81
+ - Sync with @subql/node-core@3.1.2 (#130)
82
+ - Various improvements for POI feature
83
+ - Handle RPC error for oversize block responses
84
+ - Missing format transaction in log (#128)
85
+
86
+ ## [2.9.1] - 2023-07-07
87
+ ### Fixed
88
+ - Sync with @subql/node-core@3.1.1, fixed Poi table missing mmr issue
89
+ - Finalization check with BSC and improved rate limit handling (#126)
90
+
91
+ ## [2.9.0] - 2023-07-05
92
+ ### Fixed
93
+ - Limit the number of calls to eth_chainId (#123)
94
+
95
+ ### Added
96
+ - `store-cache-upper-limit` flag to limit the max size of the store cache. (#124)
97
+
98
+ ## [2.8.0] - 2023-06-27
99
+ ### Changed
100
+ - Update dependencies and sync with changes from main sdk (#118)
101
+
102
+ ### Added
103
+ - Custom Error for `api.ethereum`, expose error code. (#115)
104
+ - Add flag `query-address-limit` for dictionary queries (#111)
105
+
106
+ ### Fixed
107
+ - Fix dictionary queries when using `dynamic-datasources` (#116)
108
+
109
+ ## [2.6.1] - 2023-06-19
110
+ ### Added
111
+ - Support for transaction filter `to: null` (#108)
112
+
113
+ ### Fixed
114
+ - Fixed an issue where Node was not working with workers turned on (#106)
115
+
116
+ ## [2.6.0] - 2023-06-15
117
+ ### Added
118
+ - Implement multiple-endpoint improvements from node-core (#102)
119
+
120
+ ### Fixed
121
+ - Dictionary queries not including null filters (#104)
122
+
123
+ ## [2.5.3] - 2023-06-13
124
+ ### Fixed
125
+ - Fix module missing sequelize, use subql/x-sequelize (#101)
126
+
127
+ ## [2.5.2] - 2023-06-07
128
+ ### Fixed
129
+ - Sync with node-core 2.4.4, fixed various issue for mmr
130
+
131
+ ## [2.5.1] - 2023-06-02
132
+ ### Fixed
133
+ - Sync with node-core 2.4.3, fixed mmr missing node due to cache lock
134
+
135
+ ### Added
136
+ - Added parsed tx logs and decode (#97)
137
+
138
+ ## [2.5.0] - 2023-06-01
139
+ ### Added
140
+ - add timestamp to ethTransaction (#93)
141
+
142
+ ### Fixed
143
+ - Running projects from IPFS with workers. Update node-core, apply fixes from main sdk (#94)
144
+
145
+ ## [2.2.2] - 2023-05-22
146
+ ### Changed
147
+ - Update to latest `@subql/node-core`
148
+ - Update to Node 18 (#88)
149
+
150
+ ### Fixed
151
+ - Fix multiple graphql dependencies due to multiple versions @subql/util (#90)
152
+
153
+ ## [2.2.0] - 2023-05-17
154
+ ### Changed
155
+ - Update to latest node-core
156
+ - New method of resolving chain alises (#82)
157
+ - dict use equalTo for address (#81)
158
+ - Add `chainId` to sandbox global types (#77)
159
+
160
+ ### Fixed
161
+ - Fix `ds.options.address` not being used (#79)
162
+
163
+ ## [2.1.2] - 2023-05-12
164
+ ### Changed
165
+ - Sync fix with
166
+ - Fix app could fail to start, due to flush before metadata repo been set (#73)
167
+
168
+ ## [2.1.0] - 2023-05-11
169
+ ### Changed
170
+ - Sync with Main SDK (#70)
171
+ - Updated node core and changes to match
172
+ - Expose `chainId` to sandbox
173
+ - `bulkRemove` method on the store.
174
+ - Ability to regenerate MMR
175
+ - Ability to migrade MMR from file based db to postgres db and vice versa
176
+
177
+ ### Fixed
178
+ - Dictionary meta error log (#69)
179
+ - Runtime chain name (#71)
180
+
181
+ ## [2.0.1] - 2023-05-09
182
+ ### Fixed
183
+ - Error message when failing to fetch block (#67)
184
+
185
+ ## [2.0.0] - 2023-05-01
186
+ ### Added
187
+ - Added Database cache feature, this significantly improve indexing performance
188
+ - 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.
189
+ - Direct get data from the cache rather than wait to retrieve it from database, with flag `--store-get-cache-size` user could decide how many records for **each** entity they want to keep in the cache (default is 500)
190
+ - If enabled `--store-cache-async` writing data to the store is asynchronous with regard to block processing (default is enabled)
191
+ - Testing Framework, allow users to test their projects filters and handler functions without having to index the project
192
+ - Create test files with the naming convention `*.test.ts` and place them in the `src/tests` or `src/test` folder. Each test file should contain test cases for specific mapping handlers.
193
+ - Run the testing service using the command: `subql-node-ethereum test`.
194
+
195
+ ## [1.0.2] - 2023-04-12
196
+ ### Fixed
197
+ - Improve error handling with 429 errors (#53)
198
+ - Check result from json-rpc-batch request is array (#54)
199
+
200
+ ### Changed
201
+ - Update node-core, update logic for cockroach db (#55)
202
+
203
+ ## [1.0.1] - 2023-04-05
204
+ ### Fixed
205
+ - Various minor fiexes for dynamic datasources (#51)
206
+
207
+ ### Removed
208
+ - Remove `count` method from the store (#51)
209
+
210
+ ## [1.0.0] - 2023-04-03
211
+ ### Changed
212
+ - Initial full release
213
+
214
+ ## [0.4.0] - 2023-02-03
215
+ ### Changed
216
+ - Use `eth_getBlockReceipts` RPC method when available to improve performance (#23)
217
+
218
+ ## [0.3.0] - 2022-11-24
219
+ ### Added
220
+ - Support for dictionaries on with `evmChainId` (#17)
221
+ - Convert query params to headers for api key support (##16)
222
+
223
+ ### Fixed
224
+ - Binary name
225
+
226
+ ## [0.2.3] - 2022-11-22
227
+ ### Fixed
228
+ - Call and Block filters not working (#d0028a5cd56b7d5505d5d59ba997a55971335d96)
229
+
230
+ ## [0.2.2] - 2022-11-18
231
+ ### Fixed
232
+ - Fix error from sync
233
+
234
+ ## [0.2.1] - 2022-11-18
235
+ ### Fixed
236
+ - Rerelease 0.2.0
237
+
238
+ ## [0.2.0] - 2022-11-17
239
+ ### Changed
240
+ - Sync with main sdk (#14)
241
+
242
+ ## [0.1.1] - 2022-11-10
243
+ ### Added
244
+ - Retry request when encouraging timeout/rate limit behaviours (#9)
245
+
246
+ ## [0.1.0] - 2022-10-31
247
+ ### Added
248
+ - Init release
249
+
250
+ [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.5...HEAD
251
+ [2.12.5]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.4...node-ethereum/2.12.5
252
+ [2.12.4]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.3...node-ethereum/2.12.4
253
+ [2.12.3]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.2...node-ethereum/2.12.3
254
+ [2.12.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.1...node-ethereum/2.12.2
255
+ [2.12.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.0...node-ethereum/2.12.1
256
+ [2.12.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.11.1...node-ethereum/2.12.0
257
+ [2.11.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.10.0...node-ethereum/2.11.1
258
+ [2.10.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.9.2...node-ethereum/2.10.0
259
+ [2.9.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.9.1...node-ethereum/2.9.2
260
+ [2.9.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.9.0...node-ethereum/2.9.1
261
+ [2.9.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.8.0...node-ethereum/2.9.0
262
+ [2.8.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.6.1...node-ethereum/2.8.0
263
+ [2.6.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum//2.6.0...node-ethereum/2.6.1
264
+ [2.6.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.5.3...node-ethereum/2.6.0
265
+ [2.5.3]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.5.2...node-ethereum/2.5.3
266
+ [2.5.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.5.1...node-ethereum/2.5.2
267
+ [2.5.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.5.0...node-ethereum/2.5.1
268
+ [2.5.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.2.2...node-ethereum/2.5.0
269
+ [2.2.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.2.0.../node-ethereum/2.2.2
270
+ [2.2.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.1.2.../node-ethereum/2.2.0
271
+ [2.1.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.1.0.../node-ethereum/2.1.2
272
+ [2.1.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.0.1.../node-ethereum/2.1.0
273
+ [2.0.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.0.0.../node-ethereum/2.0.1
274
+ [2.0.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/1.0.2.../node-ethereum/2.0.0
275
+ [1.0.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/1.0.1.../node-ethereum/1.0.2
276
+ [1.0.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/1.0.0.../node-ethereum/1.0.1
277
+ [1.0.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/0.4.0.../node-ethereum/1.0.0
278
+ [0.4.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/0.3.0.../node-ethereum/0.4.0
279
+ [0.3.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/0.2.3.../node-ethereum/0.3.0
280
+ [0.2.3]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/0.2.2.../node-ethereum/0.2.3
281
+ [0.2.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/0.2.1.../node-ethereum/0.2.2
282
+ [0.2.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/0.2.0.../node-ethereum/0.2.1
283
+ [0.2.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/0.1.1.../node-ethereum/0.2.0
284
+ [0.1.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/0.1.0.../node-ethereum/0.1.1
285
+ [0.1.0]: https://github.com/subquery/subql-ethereum/tags/node-ethereum/0.1.0