feat: implement oracle rpc calls #96
main-workflows.yml
on: pull_request
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.
|