feat(frontend): integration of Solana #10288
Annotations
13 errors
test:
src/frontend/src/tests/mocks/sol-transactions.mock.ts#L29
Object literal may only specify known properties, and 'innerInstructions' does not exist in type '{ computeUnitsConsumed?: bigint | undefined; err: TransactionError | null; fee: Lamports; logMessages: readonly string[] | null; postBalances: readonly Lamports[]; postTokenBalances?: readonly Readonly<...>[] | undefined; preBalances: readonly Lamports[]; preTokenBalances?: readonly Readonly<...>[] | undefined; rewa...'.
|
test:
src/frontend/src/tests/mocks/sol-transactions.mock.ts#L50
Object literal may only specify known properties, and 'addressTableLookups' does not exist in type '{ accountKeys: readonly Address[]; instructions: readonly { accounts: readonly number[]; data: Base58EncodedBytes; programIdIndex: number; stackHeight?: number | undefined; }[]; }'.
|
test:
src/frontend/src/tests/mocks/sol-transactions.mock.ts#L86
Object literal may only specify known properties, and 'innerInstructions' does not exist in type '{ computeUnitsConsumed?: bigint | undefined; err: TransactionError | null; fee: Lamports; logMessages: readonly string[] | null; postBalances: readonly Lamports[]; postTokenBalances?: readonly Readonly<...>[] | undefined; preBalances: readonly Lamports[]; preTokenBalances?: readonly Readonly<...>[] | undefined; rewa...'.
|
test:
src/frontend/src/tests/mocks/sol-transactions.mock.ts#L111
Object literal may only specify known properties, and 'addressTableLookups' does not exist in type '{ accountKeys: readonly Address[]; instructions: readonly { accounts: readonly number[]; data: Base58EncodedBytes; programIdIndex: number; stackHeight?: number | undefined; }[]; }'.
|
test:
src/frontend/src/tests/mocks/sol-transactions.mock.ts#L160
Object literal may only specify known properties, and 'innerInstructions' does not exist in type '{ computeUnitsConsumed?: bigint | undefined; err: TransactionError | null; fee: Lamports; logMessages: readonly string[] | null; postBalances: readonly Lamports[]; postTokenBalances?: readonly Readonly<...>[] | undefined; preBalances: readonly Lamports[]; preTokenBalances?: readonly Readonly<...>[] | undefined; rewa...'.
|
test:
src/frontend/src/tests/mocks/sol-transactions.mock.ts#L185
Object literal may only specify known properties, and 'addressTableLookups' does not exist in type '{ accountKeys: readonly Address[]; instructions: readonly { accounts: readonly number[]; data: Base58EncodedBytes; programIdIndex: number; stackHeight?: number | undefined; }[]; }'.
|
test:
src/frontend/src/tests/sol/utils/sol-transactions.utils.spec.ts#L20
Property 'signatures' does not exist on type '{ message: { accountKeys: readonly Address[]; instructions: readonly { accounts: readonly number[]; data: Base58EncodedBytes; programIdIndex: number; stackHeight?: number | undefined; }[]; }; }'.
|
test:
src/frontend/src/tests/sol/utils/sol-transactions.utils.spec.ts#L47
Property 'signatures' does not exist on type '{ message: { accountKeys: readonly Address[]; instructions: readonly { accounts: readonly number[]; data: Base58EncodedBytes; programIdIndex: number; stackHeight?: number | undefined; }[]; }; }'.
|
test:
src/frontend/src/tests/sol/utils/sol-transactions.utils.spec.ts#L69
Property 'signatures' does not exist on type '{ message: { accountKeys: readonly Address[]; instructions: readonly { accounts: readonly number[]; data: Base58EncodedBytes; programIdIndex: number; stackHeight?: number | undefined; }[]; }; }'.
|
test
Process completed with exit code 2.
|
check
Process completed with exit code 1.
|
lint
Process completed with exit code 1.
|
may-merge
Process completed with exit code 1.
|