Closed sapinb closed 1 week ago
Attention: Patch coverage is 2.27273%
with 129 lines
in your changes missing coverage. Please review.
Please upload report for BASE (
bitvm2@fcc7d61
). Learn more about missing BASE report.
@@ Coverage Diff @@
## bitvm2 #451 +/- ##
=========================================
Coverage ? 56.72%
=========================================
Files ? 263
Lines ? 28114
Branches ? 0
=========================================
Hits ? 15949
Misses ? 12165
Partials ? 0
Files with missing lines | Coverage Δ | |
---|---|---|
crates/rpc/api/src/lib.rs | 0.00% <ø> (ø) |
|
crates/state/src/operation.rs | 33.84% <ø> (ø) |
|
crates/state/src/sync_event.rs | 100.00% <ø> (ø) |
|
crates/proof-impl/checkpoint/src/lib.rs | 0.00% <0.00%> (ø) |
|
crates/consensus-logic/src/duty/extractor.rs | 0.00% <0.00%> (ø) |
|
crates/consensus-logic/src/worker.rs | 0.00% <0.00%> (ø) |
|
crates/db/src/types.rs | 55.45% <9.09%> (ø) |
|
crates/consensus-logic/src/l1_handler.rs | 0.00% <0.00%> (ø) |
|
crates/consensus-logic/src/client_transition.rs | 62.21% <0.00%> (ø) |
|
crates/rpc/types/src/types.rs | 0.00% <0.00%> (ø) |
|
... and 2 more |
Description
getLatestCheckpointIndex
rpc call takes optional boolean param to get latest finalized checkpoint index (if passed true, default false)getCheckpointInfo
rpc response has additional fields:l1_blockid
: blockhash of last L1 block covered by checkpointcommitment.blockhash
: blockhash of L1 block which contains this checkpointcommitment.txid
: txid for this checkpoint inscription (reveal) transactioncommitment.wtxid
: wtxid for this checkpoint inscription (reveal) transactionType of Change
Checklist
Related Issues