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
Posting prices requires anywhere from 400k to 700k gas. If someone has already posted prices in the current block, it indicates that we have most likely lost a bidding war. Rather than blindly trying to post prices again, we should check the timestamp and only post prices if nobody else has.
This should save us a lot of money on lost bids. Like probably $30 -> $0.30
The text was updated successfully, but these errors were encountered:
[Solidity]
Posting prices requires anywhere from 400k to 700k gas. If someone has already posted prices in the current block, it indicates that we have most likely lost a bidding war. Rather than blindly trying to post prices again, we should check the timestamp and only post prices if nobody else has.
This should save us a lot of money on lost bids. Like probably $30 -> $0.30
The text was updated successfully, but these errors were encountered: