Skip to content

feat: implement oracle rpc calls #96

feat: implement oracle rpc calls

feat: implement oracle rpc calls #96

Triggered via pull request September 13, 2024 20:06
Status Failure
Total duration 32s
Artifacts

main-workflows.yml

on: pull_request
build  /  Run Build
21s
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

8 errors
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
Type '(_requestId: string, _epoch: bigint, _chainId: `${string}:${string}`, _blockNumber: bigint) => Promise<void>' is not assignable to type '(request: Readonly<{ requester: `0x${string}`; requestModule: `0x${string}`; responseModule: `0x${string}`; disputeModule: `0x${string}`; resolutionModule: `0x${string}`; finalityModule: `0x${string}`; responseModuleData: { accountingExtension: `0x${string}`; bondToken: `0x${string}`; bondSize: bigint; deadline: big...'.
build / Run Build
Type '(_requestId: string, _responseId: string, _proposer: `0x${string}`) => Promise<void>' is not assignable to type '(request: Readonly<{ requester: `0x${string}`; requestModule: `0x${string}`; responseModule: `0x${string}`; disputeModule: `0x${string}`; resolutionModule: `0x${string}`; finalityModule: `0x${string}`; responseModuleData: { accountingExtension: `0x${string}`; bondToken: `0x${string}`; bondSize: bigint; deadline: big...'.
build / Run Build
Property 'getAccountAddress' does not exist on type 'ProtocolProvider'.
build / Run Build
Expected 4 arguments, but got 2.
build / Run Build
Property 'getAccountAddress' does not exist on type 'ProtocolProvider'.
build / Run Build
Argument of type 'Readonly<{ requester: `0x${string}`; requestModule: `0x${string}`; responseModule: `0x${string}`; disputeModule: `0x${string}`; resolutionModule: `0x${string}`; finalityModule: `0x${string}`; responseModuleData: { accountingExtension: `0x${string}`; bondToken: `0x${string}`; bondSize: bigint; deadline: bigint; dispu...' is not assignable to parameter of type 'string'.
build / Run Build
Process completed with exit code 2.