Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: set
use_kzg_da
in block info based on RPC data (#329)
Problem: transactions that use blob data (`l1_da_mode` set to "BLOB" in the block) cannot be reexecuted because of incorrect gas computations. Solution: set `use_kzg_da` in the block info according to the `l1_da_mode` in the block structure.
- Loading branch information