Expand description
Block Access List (BAL) example demonstrating how to:
- Build a BAL by executing transactions and capturing state changes
- Use the BAL to re-execute the same transactions with pre-computed state
BAL (EIP-7928) optimizes block execution by pre-computing state access patterns, allowing parallel or optimized re-execution using the captured state versions.
Functionsยง
- main ๐