Closed SpontaneousOverthrow closed 1 year ago
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.
ty, gonna test next week or so
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.
Rewriting proposerconfig in the
blockrelay
section based onaccounts
from theaccountmanager
section, not based on a single validator. In my case, I have differentaccounts
with multi keys(about 200 for each). For eachaccount
I need to specify a different `fee recipient`. And current config is a bit messy now with a lot of copypaste.