-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use borsh to interact with guest code #851
Conversation
o_o |
crates/sovereign-sdk/full-node/sov-stf-runner/src/prover_service/parallel/prover.rs
Show resolved
Hide resolved
crates/sovereign-sdk/full-node/sov-stf-runner/src/prover_service/parallel/mod.rs
Outdated
Show resolved
Hide resolved
crates/sovereign-sdk/full-node/sov-stf-runner/src/prover_service/mod.rs
Outdated
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files
|
84 now 😅 |
crates/sovereign-sdk/rollup-interface/src/state_machine/optimistic.rs
Outdated
Show resolved
Hide resolved
In test Proof structure
kpp/guest_borshRunning sequencer commitments in DA slot
going into apply_soft_confirmations_from_sequencer_commitments
out of apply_soft_confirmations_from_sequencer_commitments
user cycles: 24164419
total cycles: 35651584
segments: 34
test e2e::test_all_flow has been running for over 60 seconds
Running sequencer commitments in DA slot
going into apply_soft_confirmations_from_sequencer_commitments
out of apply_soft_confirmations_from_sequencer_commitments
user cycles: 19407593
total cycles: 29360128
segments: 28 nightlyRunning sequencer commitments in DA slot
going into apply_soft_confirmations_from_sequencer_commitments
test e2e::test_all_flow has been running for over 60 seconds
out of apply_soft_confirmations_from_sequencer_commitments
user cycles: 31174218
total cycles: 43122688
segments: 42
Running sequencer commitments in DA slot
going into apply_soft_confirmations_from_sequencer_commitments
out of apply_soft_confirmations_from_sequencer_commitments
user cycles: 25686951
total cycles: 35651584
segments: 34 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
Linked Issues
Testing
Need to run prove and verify.