jit-sdk-update #578
Triggered via repository dispatch
October 8, 2024 16:37
lunohomachine
jit-sdk-update
b4f0bb3
Status
Failure
Total duration
1m 4s
Artifacts
–
deploy-on-sdk-update.yml
on: repository_dispatch
update-sdk
48s
Annotations
4 errors and 3 warnings
update-sdk:
src/experimental-bots/entrypoint.ts#L180
Argument of type '{ connection: Connection; wallet: Wallet; opts: ConfirmOptions; retrySleep: number; additionalConnections: Connection[]; trackTxLandRate: boolean | undefined; }' is not assignable to parameter of type '{ connection: Connection; wallet: IWallet; opts?: ConfirmOptions | undefined; retrySleep?: number | undefined; additionalConnections?: any; additionalTxSenderCallbacks?: ((base58EncodedTx: string) => void)[] | undefined; ... 4 more ...; landRateToFeeFunc?: ((landRate: number) => number) | undefined; }'.
|
update-sdk:
src/index.ts#L351
Argument of type '{ connection: Connection; wallet: Wallet; opts: ConfirmOptions; retrySleep: number; additionalConnections: Connection[]; trackTxLandRate: boolean | undefined; }' is not assignable to parameter of type '{ connection: Connection; wallet: IWallet; opts?: ConfirmOptions | undefined; retrySleep?: number | undefined; additionalConnections?: any; additionalTxSenderCallbacks?: ((base58EncodedTx: string) => void)[] | undefined; ... 4 more ...; landRateToFeeFunc?: ((landRate: number) => number) | undefined; }'.
|
update-sdk:
src/utils.ts#L980
Argument of type '{ connection: Connection; wallet: IWallet; retrySleep: number; }' is not assignable to parameter of type '{ connection: Connection; wallet: IWallet; opts?: ConfirmOptions | undefined; retrySleep?: number | undefined; additionalConnections?: any; additionalTxSenderCallbacks?: ((base58EncodedTx: string) => void)[] | undefined; ... 4 more ...; landRateToFeeFunc?: ((landRate: number) => number) | undefined; }'.
|
update-sdk
Process completed with exit code 2.
|
update-sdk
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
|
update-sdk
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
update-sdk
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|