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

Feature/1706 english auction #28

Merged
merged 16 commits into from
Nov 13, 2023
Merged

Conversation

tienngovan
Copy link
Contributor

No description provided.

@tienngovan tienngovan force-pushed the feature/1706-english-auction branch from a01cd98 to 1f8edb0 Compare October 23, 2023 14:40
@tienngovan tienngovan force-pushed the feature/1706-english-auction branch 3 times, most recently from bfa5843 to 4411b74 Compare October 24, 2023 07:23
@tienngovan tienngovan force-pushed the feature/1706-english-auction branch from 4411b74 to d327ea8 Compare October 24, 2023 07:34
@lpopo0856 lpopo0856 force-pushed the feature/1706-english-auction branch from 92dc0c0 to 2f7a105 Compare October 25, 2023 08:49
@tienngovan tienngovan force-pushed the feature/1706-english-auction branch 3 times, most recently from 4be0b6c to 6e92b8c Compare October 31, 2023 08:58
"FeralfileEnglishAuction: bidder is the current winner"
);

if (highestBid_.amount > 0) {
Copy link
Member

Choose a reason for hiding this comment

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

It should be highestBid_.id > 0 for avoid the confuse.


auctions[auctionID_].isSettled = true;

// saleData_.price = highestBid_.amount;
Copy link
Member

Choose a reason for hiding this comment

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

Why is it commented?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

accept finalize auction with price is zero

@tienngovan tienngovan force-pushed the feature/1706-english-auction branch from 6e92b8c to 255c6a2 Compare November 2, 2023 08:59
@tienngovan tienngovan force-pushed the feature/1706-english-auction branch from 255c6a2 to 837b96f Compare November 2, 2023 09:02
@lpopo0856 lpopo0856 force-pushed the feature/1706-english-auction branch from 7a58ff5 to 9040dff Compare November 8, 2023 13:05
@jollyjoker992 jollyjoker992 merged commit ea09322 into main Nov 13, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants