You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the currency module is set up to load rates from the network (the default) and no default rates are specified, bid responses are put on hold until rates are available. This is a problem when the file does not load quickly enough or the request fails:
the same happens if rates fail to load - all auctions will wait until the timeout and then end without any bids.
I think it makes sense to address #2 by trying to fetch rates again at the start of the next auction, but I am unsure about #1. If an auction times out and we have pending bids but no rates, should we:
reject the bids?
emit AUCTION_TIMEOUT without any timed out bidders?
postpone the timeout to wait for rates?
The text was updated successfully, but these errors were encountered:
Type of issue
Bug
Description
If the currency module is set up to load rates from the network (the default) and no default rates are specified, bid responses are put on hold until rates are available. This is a problem when the file does not load quickly enough or the request fails:
I think it makes sense to address #2 by trying to fetch rates again at the start of the next auction, but I am unsure about #1. If an auction times out and we have pending bids but no rates, should we:
The text was updated successfully, but these errors were encountered: