Check that the function get_all_block_rpc_receipts of module crates/networking/rpc/eth/block.rs is correctly calculating blocks receipts.
This function is making use of calculate_base_fee_per_blob_gas, which requires information about parent block. Instead, we are passing current block. If the behavior is wrong, we should check why the tests were not failing.