Crate example_bal

Crate example_bal 

Source
Expand description

Block Access List (BAL) example demonstrating how to:

  1. Build a BAL by executing transactions and capturing state changes
  2. 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 ๐Ÿ”’