anton-rs / kona

A suite of `no_std` components for the OP Stack state transition function and L2 chain derivation.
https://anton-rs.github.io/kona
MIT License
114 stars 26 forks source link

fix(primitives): Remove OpBlock Type #525

Open refcell opened 6 days ago

refcell commented 6 days ago

Description

[!NOTE]

Depends on https://github.com/alloy-rs/op-alloy/issues/93 for the OpBlock type.

op-alloy-consensus will soon have a consensus OpBlock type that is an alloy-consensus Block<T> type where T = OpTxEnvelope. This ticket is to remove the OpBlock type in kona and re-use that OpBlock type.