Skip to content

feat: implement get events #143

feat: implement get events

feat: implement get events #143

Triggered via pull request October 1, 2024 23:49
Status Failure
Total duration 32s
Artifacts

main-workflows.yml

on: pull_request
build  /  Run Build
22s
build / Run Build
lint  /  Lint Commit Messages
lint / Lint Commit Messages
lint  /  Run Linters
lint / Run Linters
test  /  Run unit tests
test / Run unit tests
Fit to window
Zoom out
Zoom in

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; }'.