Support eth_getLogs
RPC endpoint
#17
Annotations
5 errors and 1 warning
Test:
src/provider.ts#L185
Argument of type 'string | null' is not assignable to parameter of type 'BlockNumber'.
|
Test:
src/provider.ts#L194
Object is possibly 'null'.
|
Test:
src/provider.ts#L196
This condition will always return 'true' since the types 'number' and 'string | null' have no overlap.
|
Test:
src/provider.ts#L199
'tx' is declared but its value is never read.
|
Test
Process completed with exit code 2.
|
Test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|