Closed clabby closed 2 days 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 (
6e333b3
) to head (c908a40
). 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
Reorganizes the proof SDK crates into a
proof-sdk
subdirectory, to differentiate them from the protocol. This is in preparation for improving some of the platform abstractions as noted in https://github.com/anton-rs/kona/issues/815 + https://github.com/anton-rs/kona/issues/553. Most of the client program will be broken out into a more generic library, andkona-preimage
will be decoupled fromkona-common
to enable it to be a fault-proof-vm target specific library, and not leak into the proof SDK.