Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check whether prices were posted in the current block before posting more #123

Open
haydenshively opened this issue Nov 8, 2020 · 0 comments
Assignees

Comments

@haydenshively
Copy link
Owner

[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

@haydenshively haydenshively self-assigned this Nov 8, 2020
@haydenshively haydenshively added this to the Christmas Overhaul milestone Nov 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant