Closed MicaiahReid closed 7 months ago
Attention: Patch coverage is 79.63801%
with 45 lines
in your changes are missing coverage. Please review.
Project coverage is 79.37%. Comparing base (
47417d5
) to head (e77dab6
).
Files | Patch % | Lines |
---|---|---|
src/lib.rs | 78.17% | 43 Missing :warning: |
src/resources/pod.rs | 0.00% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:tada: This PR is included in version 1.1.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Description
This PR upgrades the internal Clarinet dependency to v2.4.0. The Devnet API uses Clarinet's types for validation of user input (Devnet.toml, Clarinet.toml, etc), so the request body for the creation of a Devnet (
POST localhost:8477/api/v1/networks
) must come from theclarinet devnet package
command of Clarinet v2.4.0+.This PR also uses the new
use_nakamoto
field in the Devnet.toml to make the following changes (if the field istrue
):DEFAULT_STACKS_NODE_IMAGE_NAKA
export from ClarinetDEFAULT_STACKS_API_IMAGE_NAKA
export from ClarinetFixes #88
Breaking change?
Technically this is breaking because the above reasoning of needing to stay in step with the Clarinet version.
Checklist