teku icon indicating copy to clipboard operation
teku copied to clipboard

enable\disable builder ia validator rest APIs

Open tbenr opened this issue 3 years ago • 2 comments

We can currently set feeRecipient and gasLimit via validator rest APIs. I think it makes sense to be able to toggle builder flag too. This will complete all operations that can be currently done by having proposer config file refresh enabled.

tbenr avatar Sep 21 '22 14:09 tbenr

Side question on that topic: when we set the feeRecipient and gasLimit via the validator REST APIs, does it update the proposerConfig.json file as well? Or is it just "in-memory" and lost on restart?

ThomasDalla avatar Sep 22 '22 08:09 ThomasDalla

proposerConfig.json is not changed but the new values are persisted in a local json file. So they are reloaded upon restart.

tbenr avatar Sep 22 '22 10:09 tbenr

We can close it for now. We haven't received any specific request for this feature. If we will, we will reopen it.

tbenr avatar Mar 14 '23 17:03 tbenr