Skip to content

Add new RPC methods to interface #347

Add new RPC methods to interface

Add new RPC methods to interface #347

Triggered via push October 9, 2024 02:08
Status Failure
Total duration 1m 36s
Artifacts

solend-sdk.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint_and_build: solend-sdk/src/core/actions.ts#L68
'getSizeOfTransaction' is defined but never used. Allowed unused vars must match /^_/u
lint_and_build: solend-sdk/src/core/actions.ts#L68
'getSizeOfTransaction' is defined but never used. Allowed unused vars must match /^_/u
lint_and_build: solend-sdk/src/core/constants.ts#L1
'Cluster' is defined but never used. Allowed unused vars must match /^_/u
lint_and_build: solend-sdk/src/core/constants.ts#L1
'Cluster' is defined but never used. Allowed unused vars must match /^_/u
lint_and_build: solend-sdk/src/core/utils/pools.ts#L7
'Reserve' is defined but never used. Allowed unused vars must match /^_/u
lint_and_build: solend-sdk/src/core/utils/pools.ts#L7
'Reserve' is defined but never used. Allowed unused vars must match /^_/u
lint_and_build: solend-sdk/src/instructions/initReserve.ts#L10
'NULL_ORACLE' is defined but never used. Allowed unused vars must match /^_/u
lint_and_build: solend-sdk/src/instructions/initReserve.ts#L10
'NULL_ORACLE' is defined but never used. Allowed unused vars must match /^_/u
lint_and_build: solend-sdk/src/transaction.ts#L2
'AddressLookupTableAccount' is defined but never used. Allowed unused vars must match /^_/u
lint_and_build: solend-sdk/src/transaction.ts#L2
'AddressLookupTableAccount' is defined but never used. Allowed unused vars must match /^_/u
lint_and_build
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/