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

Updated auctioneer with research spec #2521

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

terencechain
Copy link
Contributor

@terencechain terencechain commented Jul 24, 2024

This PR updates the Auctioneer with the following changes:

  • Aligns naming with the research spec.
  • Fixes mixed reserved price and min reserve price.
  • Adds domain value to signature checking.
  • Tracks chain IDs as a list to support future multi-chain time boost.
  • Ensures bids arrive before the auction closing time.

@cla-bot cla-bot bot added the s Automatically added by the CLA bot if the creator of a PR is registered as having signed the CLA. label Jul 24, 2024
@terencechain terencechain marked this pull request as draft July 24, 2024 17:37
@terencechain terencechain force-pushed the auctioneer branch 2 times, most recently from 75ffa04 to fc2983a Compare July 24, 2024 21:26
@@ -64,55 +77,57 @@ func NewAuctioneer(
initialRoundTimestamp: initialTimestamp,
auctionContractAddr: auctionContractAddr,
roundDuration: roundDuration,
reservePrice: minReservePrice,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This was a bug. We mixed min reserve price with actual reserve price

@terencechain terencechain marked this pull request as ready for review July 24, 2024 21:36
@terencechain terencechain merged commit fc81996 into express-lane-timeboost Jul 24, 2024
3 of 8 checks passed
@terencechain terencechain deleted the auctioneer branch July 24, 2024 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
s Automatically added by the CLA bot if the creator of a PR is registered as having signed the CLA.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant