consensus-specs
consensus-specs copied to clipboard
EIP 99999: Add builder consolidations
This EIP reuses the existing consolidation contract to allow active validators to become builders without stressing the exit/entry queue.
This is a draft with a couple of hacks: it considers the magic as a 4 byte slice (lack of Bytes3 type) and the call number as a uint64 (lack of bytes_to_uint32).