feat: Add auth, a working POC on claim-to #34
Annotations
10 errors and 1 warning
build:
src/server/routes/backend-wallet/cancel-nonces.ts#L92
Argument of type '{ chainId: number; from: `0x${string}`; nonce: number; }' is not assignable to parameter of type 'CancellableTransaction'.
|
build:
src/server/routes/backend-wallet/send-transaction-batch.ts#L70
Type '{ isUserOp: boolean; credentials?: TransactionCredentials | undefined; chainId: number; from: `0x${string}`; to: `0x${string}` | undefined; value: bigint; data: `0x${string}`; ... 13 more ...; sender?: `0x${string}` | undefined; }' is not assignable to type 'InsertedTransaction'.
|
build:
src/server/routes/backend-wallet/send-transaction.ts#L82
Type '{ isUserOp: boolean; credentials?: TransactionCredentials | undefined; chainId: number; from: `0x${string}`; to: `0x${string}` | undefined; value: bigint; data: `0x${string}`; ... 13 more ...; sender?: `0x${string}` | undefined; }' is not assignable to type 'InsertedTransaction'.
|
build:
src/server/routes/backend-wallet/send-transaction.ts#L103
Type '{ isUserOp: boolean; credentials?: TransactionCredentials | undefined; chainId: number; from: `0x${string}`; to: `0x${string}` | undefined; value: bigint; data: `0x${string}`; ... 13 more ...; sender?: `0x${string}` | undefined; }' is not assignable to type 'InsertedTransaction'.
|
build:
src/server/routes/backend-wallet/sign-transaction.ts#L61
Argument of type '{ chainId: number; from: `0x${string}`; }' is not assignable to parameter of type '{ chainId: number; from: `0x${string}`; accountAddress?: `0x${string}` | undefined; credentials: TransactionCredentials; }'.
|
build:
src/server/routes/backend-wallet/simulate-transaction.ts#L89
Type '{ isUserOp: true; accountAddress: `0x${string}`; target: `0x${string}`; signerAddress: `0x${string}`; status: "queued"; queueId: `${string}-${string}-${string}-${string}-${string}`; queuedAt: Date; resendCount: number; ... 6 more ...; value: bigint; } | { ...; }' is not assignable to type 'QueuedTransaction'.
|
build:
src/server/routes/backend-wallet/transfer.ts#L103
Type '{ isUserOp: boolean; credentials?: TransactionCredentials | undefined; chainId: number; from: `0x${string}`; to: `0x${string}`; value: bigint; data: `0x${string}`; functionName: string; ... 12 more ...; sender?: `0x${string}` | undefined; }' is not assignable to type 'InsertedTransaction'.
|
build:
src/server/routes/backend-wallet/transfer.ts#L134
Type '{ isUserOp: boolean; credentials?: TransactionCredentials | undefined; chainId: number; from: `0x${string}`; to: `0x${string}` | undefined; value: bigint; data: `0x${string}` | undefined; ... 13 more ...; sender?: `0x${string}` | undefined; }' is not assignable to type 'InsertedTransaction'.
|
build:
src/server/routes/backend-wallet/withdraw.ts#L101
Argument of type '{ chainId: number; from: `0x${string}`; }' is not assignable to parameter of type '{ chainId: number; from: `0x${string}`; accountAddress?: `0x${string}` | undefined; credentials: TransactionCredentials; }'.
|
build:
src/server/routes/contract/extensions/account-factory/write/create-account.ts#L106
Argument of type '{ transaction: PreparedTransaction<any, AbiFunction, PrepareTransactionOptions>; fromAddress: `0x${string}`; toAddress: `0x${string}` | undefined; ... 5 more ...; shouldSimulate: boolean | undefined; }' is not assignable to parameter of type 'QueuedTransactionParams'.
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|