Description
Apr 06 01:23:06.001 INFO Synced peers: "2", exec_hash: "n/a",
finalized_root: 0x6de6f3b119776e439e2f73f98cce6cdb4deba43338e580777c90488d970cd0e8,
finalized_epoch: 1314, epoch: 1316,
block: "0xde30df305abd0c87e99f1afa8767dbf2183dc67adc06f7af6f76fc23de484900", slot: 42115
our sync notifier shows exec_hash: "n/a" for Gloas. I think we should instead display Pending, Empty or Full depending on what beacon_chain.canonical_head.cached_head().head_payload_status() returns
We dont actually have the execution hash available in fork choice to display. I think thats okay. Maybe for post gloas the log field should be "payload_envelope_status" and it should display one one of the three payload status variants?
Description
our sync notifier shows
exec_hash: "n/a"for Gloas. I think we should instead display Pending, Empty or Full depending on whatbeacon_chain.canonical_head.cached_head().head_payload_status()returnsWe dont actually have the execution hash available in fork choice to display. I think thats okay. Maybe for post gloas the log field should be "payload_envelope_status" and it should display one one of the three payload status variants?