Skip to content

feat: add solana fm parser #517

feat: add solana fm parser

feat: add solana fm parser #517

Triggered via pull request March 22, 2025 09:35
Status Failure
Total duration 1m 6s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 10 warnings
check
Process completed with exit code 2.
check: src/utils/analyzeTools.ts#L47
Unused '@ts-expect-error' directive.
check: src/tools/voltr/voltr_withdraw_strategy.ts#L83
Argument of type '{ vault: PublicKey; vaultAssetMint: any; strategy: PublicKey; assetTokenProgram: PublicKey; remainingAccounts: { pubkey: PublicKey; isSigner: boolean; isWritable: boolean; }[]; }' is not assignable to parameter of type '{ manager: PublicKey; vault: PublicKey; vaultAssetMint: PublicKey; strategy: PublicKey; assetTokenProgram: PublicKey; adaptorProgram?: PublicKey; remainingAccounts: { ...; }[]; }'.
check: src/tools/voltr/voltr_deposit_strategy.ts#L83
Argument of type '{ vault: PublicKey; vaultAssetMint: any; strategy: PublicKey; assetTokenProgram: PublicKey; remainingAccounts: { pubkey: PublicKey; isSigner: boolean; isWritable: boolean; }[]; }' is not assignable to parameter of type '{ manager: PublicKey; vault: PublicKey; vaultAssetMint: PublicKey; strategy: PublicKey; assetTokenProgram: PublicKey; adaptorProgram?: PublicKey; remainingAccounts: { ...; }[]; }'.
check: src/tools/meteora/create_meteora_dlmm_pool.ts#L60
Argument of type '{ cluster: string; }' is not assignable to parameter of type 'boolean | undefined'.
check: src/tools/drift/drift.ts#L100
Unused '@ts-expect-error' directive.
check: src/tools/drift/drift.ts#L99
Type 'DriftClient' is missing the following properties from type 'DriftClient': getTxVersionForNewWallet, getInitializeUserAccountIxs, initializeSignedMsgUserOrders, getInitializeSignedMsgUserOrdersAccountIx, and 15 more.
check: src/langchain/evals/utils/runEvals.ts#L121
Property 'tool_calls' does not exist on type 'BaseMessage'.
check: src/actions/okx-dex/swap_action.ts#L6
'TOKEN_ADDRESSES' is assigned a value but never used
check: src/actions/okx-dex/quote_action.ts#L7
'TOKEN_ADDRESSES' is assigned a value but never used
check: src/actions/okx-dex/liquidity_action.ts#L32
'input' is defined but never used. Allowed unused args must match /^_/u
check: src/actions/okx-dex/liquidity_action.ts#L5
'getQuote' is defined but never used
check: src/actions/okx-dex/chain_data_action.ts#L32
'input' is defined but never used. Allowed unused args must match /^_/u
check: src/actions/elfa_ai/elfa_ai_actions.ts#L471
'input' is defined but never used. Allowed unused args must match /^_/u
check: src/actions/elfa_ai/elfa_ai_actions.ts#L77
'input' is defined but never used. Allowed unused args must match /^_/u
check: src/actions/elfa_ai/elfa_ai_actions.ts#L20
'input' is defined but never used. Allowed unused args must match /^_/u
check: src/actions/debridge/getTokensInfo.ts#L1
'z' is defined but never used
check: scripts/check-langchain-tool-duplicates.ts#L89
Unexpected console statement