Closed obycode closed 1 year ago
Merging #260 (5002792) into master (7d373f0) will increase coverage by
0.01%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #260 +/- ##
==========================================
+ Coverage 93.47% 93.49% +0.01%
==========================================
Files 6 6
Lines 337 338 +1
==========================================
+ Hits 315 316 +1
Misses 22 22
Impacted Files | Coverage Δ | |
---|---|---|
core-contracts/contracts/multi-miner.clar | 97.05% <100.00%> (ø) |
|
core-contracts/contracts/subnet.clar | 96.52% <100.00%> (+0.01%) |
:arrow_up: |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
The last force push fixed the failing test. I'll merge once the tests all pass with this latest version.
The event generated by a
commit-block
(on the L1) now includes the block height for the block that is being committed, in theblock-height
key of the event tuple. The target burnchain block height now uses the keytarget-burn-block-height
. This is useful for debugging, making it easy to match the L1 transactions with the L2 blocks. Note that this field is not checked in the tests since it is purely for convenience and could be left out of some implementations.