-
Notifications
You must be signed in to change notification settings - Fork 28
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 Request] Allow setting a minimum bid to accept a block from a relay #102
Comments
This feature should now be available in the https://github.com/attestantio/vouch/tree/execution-config-v2 branch. If possible, please compile this branch and run it in your test environment to confirm that it meets your requirement. If not, please read https://github.com/attestantio/vouch/blob/execution-config-v2/docs/executionconfig.md for the same. |
That sounds perfect. I'm currently running from docker, so would be easier if there was a docker tag I could use. |
Please try |
Any feedback on this PR? I'm looking to merge it in the coming week so any information you may have on it would be appreciated. |
I successfully proposed a block with the
I didn't notice any additional log mentioning the min bid was met (running level |
Thanks for the feedback. |
Just an update that I was still running The logs don't tell much, the Flashbots one, which had the highest value (but below its min bid) was selected:
That's the highest value ( {
"version": 2,
"fee_recipient": "0xMe",
"min_value": "0.02",
"relays": {
"https://bloxroute.max-profit.builder.goerli.blxrbdn.com": {
"public_key": "0x821f2a65afb70e7f2e820a925a9b4c80a159620582c1766b1b09729fec178b11ea22abb3a51f07b288be815a1a2ff516"
},
"https://goerli-relay.securerpc.com": {
"public_key": "0x8a72a5ec3e2909fff931c8b42c9e0e6c6e660ac48a98016777fc63a73316b3ffb5c622495106277f8dbcc17a06e92ca3"
},
"https://builder-relay-goerli.blocknative.com": {
"public_key": "0x8f7b17a74569b7a57e9bdafd2e159380759f5dc3ccbd4bf600414147e8c4e1dc6ebada83c0139ac15850eb6c975e82d0"
},
"https://goerli.aestus.live": {
"public_key": "0xab78bf8c781c58078c3beb5710c57940874dd96aef2835e7742c866b4c7c0406754376c2c8285a36c630346aa5c5f833"
},
"https://builder-relay-goerli.flashbots.net": {
"public_key": "0xafa4c6985aa049fb79dd37010438cfebeb0f2bd42b115b89dd678dab0670c1de38da0c4e9138c9290a398ecd9a0b3110",
"min_value": "0.04"
}
}
} Is my config wrong or is that a bug? |
Thank you for reporting this. It is a bug in the selection mechanism for bids, with a fix in #121 that will be included in release 1.7.0. |
Summary
Add a
minimum bid
parameter to the MEV strategy to allow setting a minimum bid to accept a block from a relay.Ideally a top-level minimum bid as well as overrides per relay.
Motivation and Context
flashbots/mev-boost#273
Implemented in flashbots/mev-boost#274
The text was updated successfully, but these errors were encountered: