generated from flashbots/flashbots-repository-template
-
Notifications
You must be signed in to change notification settings - Fork 215
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
Use BLSPublicKeys for the list of relays #62
Labels
enhancement
New feature or request
Comments
Once we have the keys, we should verify the returned |
metachris
changed the title
Not using BLSPublicKeys for the list of relays
Use BLSPublicKeys for the list of relays
Apr 20, 2022
|
relevant: ethereum/builder-specs#23 lets resolve how to handle this type of thing in that issue and I can put it into the spec |
completed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
According to the specification,
mev-boost is initialized with a list of (BLSPublicKey, RelayURI) pairs representing trusted relays.
But currently we are not using any keys.
mev-boost/cmd/mev-boost/main.go
Line 35 in 9912f48
Is this required for the 0.1 release? Or better for the next milestone?
The text was updated successfully, but these errors were encountered: