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

minimum bid for auction #7210

Merged
merged 2 commits into from
Mar 30, 2023
Merged

minimum bid for auction #7210

merged 2 commits into from
Mar 30, 2023

Conversation

turadg
Copy link
Member

@turadg turadg commented Mar 21, 2023

Description

Ran into an error in Agoric/wallet-app#62 because the give was 0.0. This adds a minimum bid so that the offer isn't trivially fulfilled.

Security Considerations

Ensures there is some expense to adding a bid. I think previously someone could flood the order book without paying.

We may want to increase the minimum bid amount.

Scaling Considerations

--

Documentation Considerations

--

Testing Considerations

CI

@turadg
Copy link
Member Author

turadg commented Mar 22, 2023

Getting this to pass the bootstrap test requires new test supports from #7028 so I'll land this after that.

@turadg turadg marked this pull request as draft March 22, 2023 16:00
@turadg turadg marked this pull request as ready for review March 30, 2023 17:39
@turadg turadg added the automerge:no-update (expert!) Automatically merge without updates label Mar 30, 2023
@mergify mergify bot merged commit ec6a7f4 into master Mar 30, 2023
@mergify mergify bot deleted the ta/minimum-bid branch March 30, 2023 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge:no-update (expert!) Automatically merge without updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants