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

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