Clarity 6 Preview #2406
hugo-stacks
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As of Clarinet v3.18.1, you can preview Clarity 6.
What's included
Two new functions are available in the preview:
More functions are expected before Clarity 6 is finalized. Behavior may change.
How to test
By default, Clarinet targets the current mainnet epoch (3.4) and latest Clarity version (5). To opt in to Clarity 6, update your contract entry in
Clarinet.toml:
toml [contracts.counter] path = 'contracts/counter.clar' clarity_version = 6 epoch = "4.0" Make sure you're on the latest releases:
clarinet@3.18.1@stacks/clarinet-sdk@3.18.1Beta Was this translation helpful? Give feedback.
All reactions