EIP-7917 will be implemented in the Fusaka hard fork on June 9
ChainCatcher news, everstake announced that EIP-7917 will be officially scheduled for implementation in the Fusaka hard fork, debuting in the fusaka-devnet-1 version to be released on June 9, along with seven other EIPs. EIP-7917 is a proposal to improve the Ethereum consensus mechanism, which makes the scheduling of block proposers completely deterministic, meaning we can know in advance who the proposer of each block will be.Currently, the scheduling of proposers is somewhat unpredictable. In EIP-7917, at the start of each block, Ethereum will create a list called proposal_lookahead, showing which validators will be the proposers for the current and upcoming block headers. When a new block starts, the list is updated by removing old proposers and adding new ones. This list is stored on-chain, allowing smart contracts to check the next proposer, thereby improving confirmation speed and reliability.