Skip to content

testnet: Integrate wallet locks and show error for full orderbook error #203

testnet: Integrate wallet locks and show error for full orderbook error

testnet: Integrate wallet locks and show error for full orderbook error #203

Triggered via push October 20, 2023 01:56
Status Failure
Total duration 3m 4s
Artifacts

eslint.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
eslint
Property 'modifyOrPlaceOrder' does not exist on type '{ initializeAccount: (accountId: AccountId) => Promise<[TaskId, Promise<void>]>; deposit: (accountId: AccountId, mint: Token, amount: bigint) => Promise<...>; withdraw: (accountId: AccountId, mint: Token, amount: bigint) => Promise<...>; placeOrder: (accountId: AccountId, order: Order) => Promise<...>; modifyOrder: ...'.
eslint
Binding element 'taskId' implicitly has an 'any' type.
eslint
Parameter 'e' implicitly has an 'any' type.
eslint
Property 'queryOrders' does not exist on type 'Renegade'.
eslint
The process '/usr/local/bin/yarn' failed with exit code 2
eslint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/