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