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

Builder subsidy from config and refactor RelaySet #237

Merged
merged 3 commits into from
May 3, 2024

Conversation

ralexstokes
Copy link
Owner

@ralexstokes ralexstokes commented May 3, 2024

  • use subsidy value from config, instead of hardcoded value, to facilitate easy changing during testing
  • and latest nightly clippy raises a lint on using Arc<Relay> as a key in HashSet -- this repo would not touch this key mutably but there is no way to signal that to the type system, so for now, refactor to working over indices into Auctioneer::relay vec

@ralexstokes ralexstokes force-pushed the builder-subsidy-from-config branch from fd87cae to 3cda0ed Compare May 3, 2024 20:20
@ralexstokes ralexstokes changed the title Builder subsidy from config Builder subsidy from config and refactor RelaySet May 3, 2024
@ralexstokes ralexstokes merged commit d402145 into main May 3, 2024
4 checks passed
@ralexstokes ralexstokes deleted the builder-subsidy-from-config branch May 3, 2024 20:35
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.

1 participant