Closed refcell closed 1 week ago
Pulls submitted in this stack:
main
This comment was automatically generated by st
.
Attention: Patch coverage is 97.63780%
with 9 lines
in your changes missing coverage. Please review.
Please upload report for BASE (
main@4fc1ef6
). Learn more about missing BASE report. Report is 1 commits behind head on main.
:white_check_mark: All tests successful. No failed tests found.
Files with missing lines | Patch % | Lines |
---|---|---|
crates/derive/src/sources/blob_data.rs | 95.3% | 9 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
Fixes
kona-derive
's data availability abstraction to remove theAsyncIterator
and make the abstraction much simpler.This allows the concrete implementation for Ethereum to handle how calldata <> blob source dispatch is done without binding the behavior to a trait abstraction that other users of
kona-derive
don't need.