Inphi
Inphi
Resolve the TODO in `sp1/crates/ethereum/host/src/host.rs:calculate_safe_l1_head`.
Related to #18421, the kona-sp1 program needs to replace its rollup config hash input to take an L2 chain ID.
In the following areas, we can replace kona-sp1's implementation with the kona-proof's. Refer to the TODOs in the following functions: - [ ] kona_sp1::client::client::advance_to_target
We're using a fork of sp1 to avoid LGPL licensing issues. This problem has been fixed upstream, but we're still reliant on the 5.2.2 release of sp1 crates. We should...