feat: implement get events #143
main-workflows.yml
on: pull_request
Annotations
10 errors
build / Run Build
Property 'requestId' does not exist on type '{ requestId: RequestId; epoch: bigint; chainId: `${string}:${string}`; } | { requestId: RequestId; responseId: string; response: string; blockNumber: bigint; } | { responseId: string; disputeId: string; dispute: string; blockNumber: bigint; } | { ...; } | { ...; } | { ...; }'.
|
build / Run Build
Property 'requestId' does not exist on type '{ requestId: RequestId; epoch: bigint; chainId: `${string}:${string}`; } | { requestId: RequestId; responseId: string; response: string; blockNumber: bigint; } | { responseId: string; disputeId: string; dispute: string; blockNumber: bigint; } | { ...; } | { ...; } | { ...; }'.
|
build / Run Build
Property 'requestId' does not exist on type '{ requestId: RequestId; epoch: bigint; chainId: `${string}:${string}`; } | { requestId: RequestId; responseId: string; response: string; blockNumber: bigint; } | { responseId: string; disputeId: string; dispute: string; blockNumber: bigint; } | { ...; } | { ...; } | { ...; }'.
|
build / Run Build
@ebo-agent/automated-dispute#build: command (/home/runner/work/EBO-agent/EBO-agent/packages/automated-dispute) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (2)
|
build / Run Build
Property 'requestId' does not exist on type '{ requestId: RequestId; epoch: bigint; chainId: `${string}:${string}`; } | { requestId: RequestId; responseId: string; response: string; blockNumber: bigint; } | { responseId: string; disputeId: string; dispute: string; blockNumber: bigint; } | { ...; } | { ...; } | { ...; }'.
|
build / Run Build
Argument of type '{ name: "RequestCreated"; blockNumber: bigint | null; logIndex: number | null; rawLog: Log; requestId: RequestId; metadata: { requestId: RequestId; epoch: bigint; chainId: `${string}:${string}`; }; }[]' is not assignable to parameter of type 'EboEvent<EboEventName>[]'.
|
build / Run Build
Property 'response' does not exist on type 'string'.
|
build / Run Build
Property 'proposer' does not exist on type 'string'.
|
build / Run Build
Argument of type 'string' is not assignable to parameter of type 'Readonly<{ proposer: `0x${string}`; requestId: RequestId; response: `0x${string}`; }>'.
|
build / Run Build
Type 'string' is not assignable to type '{ disputer: `0x${string}`; proposer: `0x${string}`; responseId: ResponseId; requestId: RequestId; }'.
|