ObolNetwork / charon

Charon (pronounced 'kharon') is a Proof of Stake Ethereum Distributed Validator Client
https://docs.obol.tech/
Other
194 stars 84 forks source link

Chain inclusion for `builder_proposer` is not working as expected #2661

Closed dB2510 closed 1 year ago

dB2510 commented 1 year ago

🐞 Bug Report

Description

Recently as part of tracking successes of blinded blocks using tracker we found out that some peers in the cluster were reporting failures due to chain inclusion error but the block was proposed successfully.

Has this worked before in a previous version?

No.

🔬 Minimal Reproduction

Check the logs of the cluster: DSRV-3cluster

🔥 Error


WARN tracker    Broadcasted blinded block never included on-chain {"pubkey": "a09_ed6", "block_slot": 6817827, "broadcast_delay": "58.441230209s"}

But this block was actually proposed successfully: https://goerli.beaconcha.in/slot/6817827

🌍 Your Environment

What version of Charon are you running? (Which release)

  
This cluster is running v0.17.0
  

Anything else relevant (validator index / public key)? Public key: 0xa09953ebb5f425910fed77ef08fbe091a816cb3756f1a4423e58fa1a8d0e9a7730ebbb98a64804b6354a221e3813ed62

Validator Index: 586718

dB2510 commented 1 year ago

Closed by #2670