Buterin Unveils Scalability Roadmap for Ethereum
Ethereum co-founder Vitalik Buterin has outlined how the project plans to scale using a new transaction model, EIP-8141. This change aims to improve Ethereum's scalability without compromising on decentralization.
The key innovation is a new transaction format that splits transactions into actions and dependencies, allowing for separate and parallel processing of these components. Buterin believes this approach will significantly speed up execution and even enable the non-processing or transmission of certain data after its correctness has been proven.
EIP-8141 proposes breaking down transactions into sequences of contract calls responsible for validation, gas payment, and executing user operations. This is a departure from Ethereum's traditional sequential processing model, which was sufficient in the past but now hampers scalability.
Buterin argues that most Ethereum activity does not require high dynamism, and by forcing contracts, accounts, and transactions to define static parts of their operations, lower gas fees can be applied. This approach combines the best properties of early Ethereum with a more scalable model, similar to Bitcoin's account abstraction.