fix(core): restore circuit breaker contract and resolve typecheck fai… - #485
Open
Favourof wants to merge 1 commit into
Open
fix(core): restore circuit breaker contract and resolve typecheck fai…#485Favourof wants to merge 1 commit into
Favourof wants to merge 1 commit into
Annotations
10 errors and 1 warning
|
Run type check:
src/soroban/eventIndex.ts#L140
Type '{ events: IndexedContractEvent[]; nextCursor: string | undefined; total: number; }' is not assignable to type 'IndexedEventQueryResult' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
|
Run type check:
src/soroban/contractMetadata.ts#L672
Duplicate function implementation.
|
|
Run type check:
src/soroban/contractMetadata.ts#L672
Cannot redeclare exported variable 'validateContractArgs'.
|
|
Run type check:
src/soroban/contractMetadata.ts#L560
Duplicate function implementation.
|
|
Run type check:
src/soroban/contractMetadata.ts#L560
Cannot redeclare exported variable 'validateContractArgs'.
|
|
Run type check:
src/soroban/contractMetadata.ts#L488
Type '{ status: "error"; data: null; error: SorokitError; } | { status: "ok"; data: unknown; error: null; }' is not assignable to type 'SorokitResult<ContractMethod[]>'.
|
|
Run type check:
src/soroban/contractMetadata.ts#L487
Argument of type 'Promise<{ status: "error"; data: null; error: SorokitError; } | { status: "ok"; data: unknown; error: null; }>' is not assignable to parameter of type 'Promise<SorokitResult<ContractMethod[]>>'.
|
|
Run type check:
src/soroban/callOptimization.ts#L227
Type '{ feeStroops: number | undefined; cpuInstructions: number | undefined; memoryBytes: number | undefined; ledgerReads: number | undefined; ledgerWrites: number | undefined; }' is not assignable to type '{ feeStroops?: number; cpuInstructions?: number; memoryBytes?: number; ledgerReads?: number; ledgerWrites?: number; }' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
|
Run type check:
src/network/fallback.ts#L117
Type '{ recoveryAttempts: RecoveryAttempt[]; degradedMode: boolean; code?: SorokitErrorCode; message?: string; cause?: unknown; traceId?: string; }' is not assignable to type 'SorokitError' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
|
Run type check:
src/account/didAssociation.ts#L208
Type '{ verified: false; reason: string; document: undefined; }' is not assignable to type 'DidOwnershipVerification' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
background
wait
wait-all
cancel
parallel
Loading