[DRAFT] chore: update sc provider #7177
Annotations
10 errors and 1 warning
lint:
packages/rpc-provider/src/substrate-connect/index.spec.ts#L92
'options' is defined but never used. Allowed unused args must match /^_/u
|
lint:
packages/rpc-provider/src/substrate-connect/index.spec.ts#L92
Async arrow function 'addChain' has no 'await' expression
|
lint:
packages/rpc-provider/src/substrate-connect/index.spec.ts#L96
Async arrow function 'nextJsonRpcResponse' has no 'await' expression
|
lint:
packages/rpc-provider/src/substrate-connect/index.spec.ts#L102
Missing space before function parentheses
|
lint:
packages/rpc-provider/src/substrate-connect/index.spec.ts#L102
Statement inside of curly braces should be on next line
|
lint:
packages/rpc-provider/src/substrate-connect/index.spec.ts#L102
Closing curly brace should be on the same line as opening curly brace or on the line after the previous block
|
lint:
packages/rpc-provider/src/substrate-connect/index.spec.ts#L137
Expected object keys to be in ascending order. 'jsonRpcResponses' should be before 'nextJsonRpcResponse'
|
lint:
packages/rpc-provider/src/substrate-connect/index.spec.ts#L148
'options' is defined but never used. Allowed unused args must match /^_/u
|
lint:
packages/rpc-provider/src/substrate-connect/index.spec.ts#L151
Expected blank line before this statement
|
lint:
packages/rpc-provider/src/substrate-connect/index.spec.ts#L152
Expected blank line before this statement
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading