Skip to content

[WIP] implementing delegate in contract, and submitting offer to handler from UI #73

[WIP] implementing delegate in contract, and submitting offer to handler from UI

[WIP] implementing delegate in contract, and submitting offer to handler from UI #73

Triggered via pull request August 20, 2024 09:17
Status Failure
Total duration 3m 5s
Artifacts

pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors
unit
'FaChartLine' is declared but its value is never read.
unit
Expected 2 arguments, but got 1.
unit
Property 'map' does not exist on type 'Coin'.
unit
Property 'loadingFundAndDelegate' is missing in type '{ handleCreateAccount: () => void; handleCreateAndFund: () => void; loadingCreateAccount: boolean; loadingCreateAndFund: boolean; openFundModal: () => Promise<void>; }' but required in type '{ handleCreateAccount: any; handleCreateAndFund: any; openFundModal: any; loadingCreateAccount: any; loadingCreateAndFund: any; loadingFundAndDelegate: any; }'.
unit
Process completed with exit code 1.
lint
Process completed with exit code 1.
integration
'FaChartLine' is declared but its value is never read.
integration
Expected 2 arguments, but got 1.
integration
Property 'map' does not exist on type 'Coin'.
integration
Property 'loadingFundAndDelegate' is missing in type '{ handleCreateAccount: () => void; handleCreateAndFund: () => void; loadingCreateAccount: boolean; loadingCreateAndFund: boolean; openFundModal: () => Promise<void>; }' but required in type '{ handleCreateAccount: any; handleCreateAndFund: any; openFundModal: any; loadingCreateAccount: any; loadingCreateAndFund: any; loadingFundAndDelegate: any; }'.
integration
Process completed with exit code 1.