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

[Nearly done] - Fractional integration with PartyBid #52

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Conversation

0xfoobar
Copy link

@0xfoobar 0xfoobar commented Sep 3, 2021

All the core pieces are in place, just need to resolve one remaining bug with WETH contract addresses existing.

Copy link
Contributor

@anna-carroll anna-carroll left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lots of work still to do to clean up console.logs etc, couple of edge cases in the market wrapper to consider

/**
* @notice Submit bid to Market contract
*/
function bid(uint256 auctionId, uint256 bidAmount) external override {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing edge case of placing first bid

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought about that - bids might be stuck indefinitely if not enough people join the party to hit the reserve price. Do we want to enable users to optimistically try for a reserve price at the risk of locking up funds indefinitely?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants