Closed clabby closed 1 day ago
Pulls submitted in this stack:
main
This comment was automatically generated by st
.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 91.7%. Comparing base (
1953014
) to head (b706ae5
). Report is 1 commits behind head on main.
:white_check_mark: All tests successful. No failed tests found.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Overview
Tears out non-FP specific elements of
kona-client
into thekona-proof
crate, decoupling these constructs fromkona-common
. This crate will serve as an SDK for building out proof programs.In a follow-up PR, the FP-specific items left in
kona-client
will be merged withkona-common
, to createkona-fault-proof
.