@hirosystems/clarinet-sdk-wasm
Advanced tools
Changelog
1.0.6 (2022-11-10)
Changelog
1.0.5 (2022-11-03)
clarinet integrate --no-dashboard
mode fixed (2cdb09a6)Changelog
Changelog
1.0.0 (2022-10-06)
A myriad of issues were addressed in this new version, the most notable being:
Clarinet v1.0.0 is not currently backwards-compatible with older versions of the Clarinet deno library. If you are upgrading Clarinet to Clarinet v1.0.0
, you will need to enter the following import command in your test files to perform this update.
import { … } from 'https://deno.land/x/clarinet@v1.0.2/index.ts';
Note The v1.0.0
library is not compatible with Clarinet versions <= 0.33.0
. Prior versions of the library also will not be compatible with versions >= 1.0.0
of Clarinet because the layer in charge of the communication between Typescript and Rust was upgraded.
If you are using Clarinet in a Github Action, and using the tag latest
(now pointing to v1.0.0
), the tests will fail if the import upgrade task is not performed. If you do not want to upgrade, this is possible; however, you will need to specify the docker tag v0.33.0
, instead of latest
.