Closed refcell closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 78.1%. Comparing base (
b1ebc3c
) to head (71c8141
). Report is 2 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Looks like there's other types (Channel
, BlockInfo
, etc.) that we can migrate as well - can we do that now? https://github.com/alloy-rs/op-alloy/tree/main/crates/protocol/src
Looks like there's other types (
Channel
,BlockInfo
, etc.) that we can migrate as well - can we do that now? alloy-rs/op-alloy@main
/crates/protocol/src
Working on this in follow-on prs atm. They're more complicated.
Generally, it is ok to have incremental prs
Description
Removes the
frame
module fromkona-primitives
in favor of using the one from upstreamop-alloy-protocol
.Will put up an issue to remove the
patch.crates-io
once theop-alloy-protocol
pr lands and the version is bumped.Closes #487