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

fix: revert preventing epoch being set to lower epoch in simnet #1483

Closed hugocaillard closed 5 days ago

hugocaillard commented 5 days ago

Description

This change was probably a good idea, in an effort to get simnet closet to real network. But it's also a breaking change with little to no benefit

codecov[bot] commented 5 days ago

Codecov Report

Attention: Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 40.86%. Comparing base (e59b1f3) to head (6b37264).

Files Patch % Lines
components/clarity-repl/src/repl/session.rs 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1483 +/- ## ========================================== - Coverage 40.87% 40.86% -0.02% ========================================== Files 87 87 Lines 32374 32368 -6 ========================================== - Hits 13234 13226 -8 - Misses 19140 19142 +2 ```

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