akash-network / support

Akash Support and Issue Tracking
Apache License 2.0
5 stars 4 forks source link

bidengine: short-circuit bidding if account balance is less than deposit #55

Open boz opened 3 years ago

boz commented 3 years ago

The bidengine should not create bids if the provider account has insufficient funds.

This case can be handled when a new order is seen so that if funds are added the bidengine will resume immediately (rather than shutting down the bidengine or similar)