hirosystems / clarinet

Write, test and deploy high-quality smart contracts to the Stacks blockchain and Bitcoin.
https://hiro.so/clarinet
GNU General Public License v3.0
290 stars 129 forks source link

Handle epoch 3.0 #1397

Closed hugocaillard closed 2 months ago

hugocaillard commented 3 months ago

Description

Fixes: #1393

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 0% with 7 lines in your changes are missing coverage. Please review.

Project coverage is 40.91%. Comparing base (ccd68f7) to head (5d99360).

Files Patch % Lines
components/stacks-network/src/orchestrator.rs 0.00% 5 Missing :warning:
components/stacks-codec/src/codec.rs 0.00% 1 Missing :warning:
...omponents/stacks-network/src/chains_coordinator.rs 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1397 +/- ## ======================================= Coverage 40.91% 40.91% ======================================= Files 87 87 Lines 32519 32517 -2 ======================================= Hits 13305 13305 + Misses 19214 19212 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

hugocaillard commented 2 months ago

Those changes were squashed and included and #1416 1416