mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-09 22:06:21 +00:00
850eece949
This PR fixes two issues with block publishing: * Gossip-valid blocks are published before integrating them into the chain, giving broadcasting a head start, both for rest block and * Outright invalid blocks from the API that could lead to the descoring of the node are no longer broadcast Bonus: * remove undocumented and duplicated `post_v1_validator_block` JSON-RPC call