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
132 stars 41 forks source link

fix(primitives): Remove Channel Type #488

Closed refcell closed 2 months ago

refcell commented 2 months ago

Description

Remove the channel module in kona-primitives and re-export the Channel type from op-alloy-protocol.

A future ticket will remove all of kona-primitives and drop op-alloy-protocol in-place.