Open
Description
Description
As mentioned in the doc, using --prefer-builder-proposals
flag should force validator client to always prefer blinded blocks, regardless of the payload value. I am using https://github.com/flashbots/builder-playground to create a local env and I add --prefer-builder-proposals
flag below line 408 of https://github.com/flashbots/builder-playground/blob/main/main.go
A rbuilder is also running with a private mempool to build blocks. I try to put transactions with 0 priority fee in the private mempool. The validator always chooses its local block instead of the rbuilder block but it should always choose rbuilder block with --prefer-builder-proposals
flag
Thanks in advance!
Version
v5.2.1