-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Description
Managed wallet record contains allowance fields reflecting how much user can spend. However it's not used entirely how it was intended at implementation. It is not universally synced and may be out of sync. When this happens, it is possible that user would see positive balance in the UI but the backend would throw when trying to deploy: https://github.com/akash-network/console/blob/main/apps/api/src/billing/services/managed-signer/managed-signer.service.ts#L110
We need to either:
- make sure we sync the balance at all times
- rely on rpc live data to to check balance
- let it sign a tx and handle an error
Metadata
Metadata
Assignees
Labels
No labels