@subql/node-ethereum 3.3.2 → 3.3.3-poi-logs

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 DELETED
@@ -1,371 +0,0 @@
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
- ## [3.3.2] - 2023-11-08
10
- ### Fixed
11
- - Fixed docker build pipeline, release to re-publish docker image(#207)
12
-
13
- ## [3.3.1] - 2023-11-08
14
- ### Fixed
15
- - Getting transaction receipts when accessing via a log handler
16
- - transaction missing from log (#202)
17
-
18
- ## [3.3.0] - 2023-11-06
19
- ### Added
20
- - With `dictionary-query-size` now dictionary can config the query block range
21
-
22
- ### Fixed
23
- - Sync with node-core 6.3.0 with various fixes
24
-
25
- ## [3.1.2] - 2023-11-01
26
- ### Fixed
27
- - Unfinalized blocks not working with Cronos (#193)
28
-
29
- ### Changed
30
- - Update `@subql/node-core` with fixes and support for endBlock feature (#195)
31
-
32
- ## [3.1.1] - 2023-10-25
33
- ### Fixed
34
- - Fix crash when creating new dynamic datasources
35
-
36
- ## [3.1.0] - 2023-10-20
37
- ### Added
38
- - Inject in-memory cache to sandbox
39
-
40
- ### Fixed
41
- - Bump with `@subq/node-core` 3.1.0 , fixed poi migration init check, and improve logging
42
-
43
- ## [3.0.6] - 2023-10-18
44
- ### Fixed
45
- - Update node-core, additional fix for store bulk methods failing with workers
46
-
47
- ## [3.0.5] - 2023-10-17
48
- ### Fixed
49
- - Update
50
- - Dictionary validation error causing application exit (#2101)
51
- - Auto queue flush getting the queue into a bad state (#2103)
52
- - Fix getCache could not been cleared after reindex, and could have been re-used and lead to error, such as syncPoi
53
-
54
- ## [3.0.4] - 2023-10-12
55
- ### Changed
56
- - debug has changed from a boolean to a string to allow scoping debug log level (#2077)
57
-
58
- ### Fixed
59
- - Sync with node-core.
60
- - Fix issues with using object destructing for store interface and workers
61
- - Fixed Poi migration performance issue.
62
- - Fixed AutoQueue timeout issue.
63
- - Fixed Poi sync could block DB IO and drop connection issue.
64
-
65
- ## [3.0.3] - 2023-10-05
66
- ### Changed
67
- - Version bump with `@subql/types-ethereum` 3.0.2
68
-
69
- ## [3.0.2] - 2023-10-04
70
- ### Fixed
71
- - Fix reindex service without poi feature with `node-core`
72
-
73
- ### Changed
74
- - Version bump with `types-ethereum` and `common-ethereum`
75
-
76
- ## [3.0.1] - 2023-10-03
77
- ### Fixed
78
- - Empty string causing main command to not run, this happened with the default docker compose in starters
79
-
80
- ## [3.0.0] - 2023-10-03
81
- ### Fixed
82
- - Fix dictionary metadata validation failed
83
- - Improve get finalized block error logging
84
- - Fix reindex also start index service (#155)
85
- - Fix warning for filter address (#154)
86
- - Fetching logs via block height resulting in invalid results. Block hash is now used to ensure
87
- correct results. (#156)
88
- - Node runner options being overwritten by yargs defaults (#148)
89
- - Fix yargs default override runner nodeOptions (#166)
90
-
91
- ### Added
92
- - skipTransactions feature to avoid fetching transactions (#170)
93
-
94
- ## [2.12.5] - 2023-09-12
95
- ### Fixed
96
- - Fix nestjs-prometheus dependency issue (#163)
97
- - Sync with node-core 4.2.8, fix NodeConfig scaleBatchSize call itself
98
-
99
- ## [2.12.4] - 2023-09-12
100
- ### Fixed
101
- - Fetching logs via block height resulting in invalid results. Block hash is now used to ensure correct results. (#156)
102
- - Fix reindex also start index service (#155)
103
- - Fix warning for filter address (#154)
104
- - Update to node-core 4.2.7, fix set and remove in same block height causing empty in block range issue
105
-
106
- ## [2.12.3] - 2023-09-04
107
- ### Fixed
108
- - lock to `@subql/common` 2.6.0, in order to fix unknown reader issue. (#152)
109
-
110
- ## [2.12.2] - 2023-09-04
111
- ### Fixed
112
- - Previous failed release
113
-
114
- ## [2.12.1] - 2023-09-01
115
- ### Fixed
116
- - Update `node-core` to 4.2.6, fix timeout issue for unavailable networks in dictionary resolver.
117
-
118
- ## [2.12.0] - 2023-09-01
119
- ### Fixed
120
- - Fallback to singular provider if batch provider is not supported (#144)
121
- - Fix missing ds option for event in dictionary query entries (#145)
122
- - Update `node-core` to 4.2.5, fix dictionary failed to get token issue.
123
-
124
- ### Added
125
- - Custom provider for Celo (#147)
126
-
127
- ### Changed
128
- - Update node-core and add support for project upgrades feature (#148)
129
-
130
- ## [2.11.1] - 2023-08-14
131
- ### Changed
132
- - Synced with main sdk:
133
- - add `--primary-network-endpoint` cli option
134
- - Support for update availability logs
135
-
136
- ## [2.10.0] - 2023-07-31
137
- ### Added
138
- - Added `!null` filter for logs (#135)
139
-
140
- ### Changed
141
- - Update license to GPL-3.0 (#137)
142
- - Updated retry logic for eth requests (#134)
143
- - Adjust batch size for `JsonRpcBatchProvider` dynamically (#121)
144
- - Sync with node-core :
145
- - init db schema manually during test run
146
- - fix retry logic for workers in connection pool
147
- - Performance scoring fix
148
-
149
- ### Fixed
150
- - Fixed missing mmrQueryService in indexer module
151
-
152
- ## [2.9.2] - 2023-07-12
153
- ### Fixed
154
- - Sync with @subql/node-core@3.1.2 (#130)
155
- - Various improvements for POI feature
156
- - Handle RPC error for oversize block responses
157
- - Missing format transaction in log (#128)
158
-
159
- ## [2.9.1] - 2023-07-07
160
- ### Fixed
161
- - Sync with @subql/node-core@3.1.1, fixed Poi table missing mmr issue
162
- - Finalization check with BSC and improved rate limit handling (#126)
163
-
164
- ## [2.9.0] - 2023-07-05
165
- ### Fixed
166
- - Limit the number of calls to eth_chainId (#123)
167
-
168
- ### Added
169
- - `store-cache-upper-limit` flag to limit the max size of the store cache. (#124)
170
-
171
- ## [2.8.0] - 2023-06-27
172
- ### Changed
173
- - Update dependencies and sync with changes from main sdk (#118)
174
-
175
- ### Added
176
- - Custom Error for `api.ethereum`, expose error code. (#115)
177
- - Add flag `query-address-limit` for dictionary queries (#111)
178
-
179
- ### Fixed
180
- - Fix dictionary queries when using `dynamic-datasources` (#116)
181
-
182
- ## [2.6.1] - 2023-06-19
183
- ### Added
184
- - Support for transaction filter `to: null` (#108)
185
-
186
- ### Fixed
187
- - Fixed an issue where Node was not working with workers turned on (#106)
188
-
189
- ## [2.6.0] - 2023-06-15
190
- ### Added
191
- - Implement multiple-endpoint improvements from node-core (#102)
192
-
193
- ### Fixed
194
- - Dictionary queries not including null filters (#104)
195
-
196
- ## [2.5.3] - 2023-06-13
197
- ### Fixed
198
- - Fix module missing sequelize, use subql/x-sequelize (#101)
199
-
200
- ## [2.5.2] - 2023-06-07
201
- ### Fixed
202
- - Sync with node-core 2.4.4, fixed various issue for mmr
203
-
204
- ## [2.5.1] - 2023-06-02
205
- ### Fixed
206
- - Sync with node-core 2.4.3, fixed mmr missing node due to cache lock
207
-
208
- ### Added
209
- - Added parsed tx logs and decode (#97)
210
-
211
- ## [2.5.0] - 2023-06-01
212
- ### Added
213
- - add timestamp to ethTransaction (#93)
214
-
215
- ### Fixed
216
- - Running projects from IPFS with workers. Update node-core, apply fixes from main sdk (#94)
217
-
218
- ## [2.2.2] - 2023-05-22
219
- ### Changed
220
- - Update to latest `@subql/node-core`
221
- - Update to Node 18 (#88)
222
-
223
- ### Fixed
224
- - Fix multiple graphql dependencies due to multiple versions @subql/util (#90)
225
-
226
- ## [2.2.0] - 2023-05-17
227
- ### Changed
228
- - Update to latest node-core
229
- - New method of resolving chain alises (#82)
230
- - dict use equalTo for address (#81)
231
- - Add `chainId` to sandbox global types (#77)
232
-
233
- ### Fixed
234
- - Fix `ds.options.address` not being used (#79)
235
-
236
- ## [2.1.2] - 2023-05-12
237
- ### Changed
238
- - Sync fix with
239
- - Fix app could fail to start, due to flush before metadata repo been set (#73)
240
-
241
- ## [2.1.0] - 2023-05-11
242
- ### Changed
243
- - Sync with Main SDK (#70)
244
- - Updated node core and changes to match
245
- - Expose `chainId` to sandbox
246
- - `bulkRemove` method on the store.
247
- - Ability to regenerate MMR
248
- - Ability to migrade MMR from file based db to postgres db and vice versa
249
-
250
- ### Fixed
251
- - Dictionary meta error log (#69)
252
- - Runtime chain name (#71)
253
-
254
- ## [2.0.1] - 2023-05-09
255
- ### Fixed
256
- - Error message when failing to fetch block (#67)
257
-
258
- ## [2.0.0] - 2023-05-01
259
- ### Added
260
- - Added Database cache feature, this significantly improve indexing performance
261
- - 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.
262
- - 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)
263
- - If enabled `--store-cache-async` writing data to the store is asynchronous with regard to block processing (default is enabled)
264
- - Testing Framework, allow users to test their projects filters and handler functions without having to index the project
265
- - 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.
266
- - Run the testing service using the command: `subql-node-ethereum test`.
267
-
268
- ## [1.0.2] - 2023-04-12
269
- ### Fixed
270
- - Improve error handling with 429 errors (#53)
271
- - Check result from json-rpc-batch request is array (#54)
272
-
273
- ### Changed
274
- - Update node-core, update logic for cockroach db (#55)
275
-
276
- ## [1.0.1] - 2023-04-05
277
- ### Fixed
278
- - Various minor fiexes for dynamic datasources (#51)
279
-
280
- ### Removed
281
- - Remove `count` method from the store (#51)
282
-
283
- ## [1.0.0] - 2023-04-03
284
- ### Changed
285
- - Initial full release
286
-
287
- ## [0.4.0] - 2023-02-03
288
- ### Changed
289
- - Use `eth_getBlockReceipts` RPC method when available to improve performance (#23)
290
-
291
- ## [0.3.0] - 2022-11-24
292
- ### Added
293
- - Support for dictionaries on with `evmChainId` (#17)
294
- - Convert query params to headers for api key support (##16)
295
-
296
- ### Fixed
297
- - Binary name
298
-
299
- ## [0.2.3] - 2022-11-22
300
- ### Fixed
301
- - Call and Block filters not working (#d0028a5cd56b7d5505d5d59ba997a55971335d96)
302
-
303
- ## [0.2.2] - 2022-11-18
304
- ### Fixed
305
- - Fix error from sync
306
-
307
- ## [0.2.1] - 2022-11-18
308
- ### Fixed
309
- - Rerelease 0.2.0
310
-
311
- ## [0.2.0] - 2022-11-17
312
- ### Changed
313
- - Sync with main sdk (#14)
314
-
315
- ## [0.1.1] - 2022-11-10
316
- ### Added
317
- - Retry request when encouraging timeout/rate limit behaviours (#9)
318
-
319
- ## [0.1.0] - 2022-10-31
320
- ### Added
321
- - Init release
322
-
323
- [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.3.2...HEAD
324
- [3.3.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.3.1...node-ethereum/3.3.2
325
- [3.3.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.3.0...node-ethereum/3.3.1
326
- [3.3.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.1.2...node-ethereum/3.3.0
327
- [3.1.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.1.1...node-ethereum/3.1.2
328
- [3.1.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.1.0...node-ethereum/3.1.1
329
- [3.1.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.6...node-ethereum/3.1.0
330
- [3.0.6]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.5...node-ethereum/3.0.6
331
- [3.0.5]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.4...node-ethereum/3.0.5
332
- [3.0.4]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.3...node-ethereum/3.0.4
333
- [3.0.3]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.2...node-ethereum/3.0.3
334
- [3.0.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.1...node-ethereum/3.0.2
335
- [3.0.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.0...node-ethereum/3.0.1
336
- [3.0.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.5...node-ethereum/3.0.0
337
- [2.12.5]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.4...node-ethereum/2.12.5
338
- [2.12.4]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.3...node-ethereum/2.12.4
339
- [2.12.3]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.2...node-ethereum/2.12.3
340
- [2.12.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.1...node-ethereum/2.12.2
341
- [2.12.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.0...node-ethereum/2.12.1
342
- [2.12.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.11.1...node-ethereum/2.12.0
343
- [2.11.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.10.0...node-ethereum/2.11.1
344
- [2.10.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.9.2...node-ethereum/2.10.0
345
- [2.9.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.9.1...node-ethereum/2.9.2
346
- [2.9.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.9.0...node-ethereum/2.9.1
347
- [2.9.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.8.0...node-ethereum/2.9.0
348
- [2.8.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.6.1...node-ethereum/2.8.0
349
- [2.6.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum//2.6.0...node-ethereum/2.6.1
350
- [2.6.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.5.3...node-ethereum/2.6.0
351
- [2.5.3]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.5.2...node-ethereum/2.5.3
352
- [2.5.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.5.1...node-ethereum/2.5.2
353
- [2.5.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.5.0...node-ethereum/2.5.1
354
- [2.5.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.2.2...node-ethereum/2.5.0
355
- [2.2.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.2.0.../node-ethereum/2.2.2
356
- [2.2.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.1.2.../node-ethereum/2.2.0
357
- [2.1.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.1.0.../node-ethereum/2.1.2
358
- [2.1.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.0.1.../node-ethereum/2.1.0
359
- [2.0.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.0.0.../node-ethereum/2.0.1
360
- [2.0.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/1.0.2.../node-ethereum/2.0.0
361
- [1.0.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/1.0.1.../node-ethereum/1.0.2
362
- [1.0.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/1.0.0.../node-ethereum/1.0.1
363
- [1.0.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/0.4.0.../node-ethereum/1.0.0
364
- [0.4.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/0.3.0.../node-ethereum/0.4.0
365
- [0.3.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/0.2.3.../node-ethereum/0.3.0
366
- [0.2.3]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/0.2.2.../node-ethereum/0.2.3
367
- [0.2.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/0.2.1.../node-ethereum/0.2.2
368
- [0.2.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/0.2.0.../node-ethereum/0.2.1
369
- [0.2.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/0.1.1.../node-ethereum/0.2.0
370
- [0.1.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/0.1.0.../node-ethereum/0.1.1
371
- [0.1.0]: https://github.com/subquery/subql-ethereum/tags/node-ethereum/0.1.0