testnet: Integrate wallet locks and show error for full orderbook error #203
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/
|