More recent blocks include the following fields, which we require to re-compute the transactions root for extraction verification: - [ ] `state_root` (required for pre-Byzantium receipt root) - [x] `access_list` ([EIP-2930](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-2930.md)) - example transaction: [0x23e3362a76c8b9370dc65bac8eb1cda1d408ac238a466cfe690248025254bf52](https://etherscan.io/tx/0x23e3362a76c8b9370dc65bac8eb1cda1d408ac238a466cfe690248025254bf52) - [ ] `blob_versioned_hashes` ([EIP-4844](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-4844.md)) - example transaction: [0x291351476ef62e83ed33fb385f998232b8577bd1af60eb3463ce5a9e77fc8666](https://etherscan.io/tx/0x291351476ef62e83ed33fb385f998232b8577bd1af60eb3463ce5a9e77fc8666) - [ ] `authorization_list` ([EIP-7702](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-7702.md))