Skip to content

Commit 30fa422

Browse files
chore(release): 0.32.0
# [0.32.0](v0.31.1...v0.32.0) (2022-06-23) ### Bug Fixes * add dotenv to cbtc dependencies ([158390a](158390a)) * address auto-review ([61200a1](61200a1)) * address feedbacks ([cdf4e6d](cdf4e6d)) * address feedbacks ([ce82131](ce82131)) * address feedbacks ([895ba87](895ba87)) * address remaining feedbacks ([5963383](5963383)) * better termination ([16def80](16def80)) * broken termination ([45dff9f](45dff9f)) * build ([9fa504e](9fa504e)) * build issues ([84ec835](84ec835)) * build warning ([b164be4](b164be4)) * build, unused files ([a3acaa9](a3acaa9)) * cargo audit ([44b60d5](44b60d5)) * cargo fmt, stacks-devnet ([869916e](869916e)) * cascade changes in Oreo.dockerfile ([9626aed](9626aed)) * cascade errors ([8cd5d9a](8cd5d9a)) * cascade errors from generators ([ef6a64e](ef6a64e)) * cbtc chainhooks ([27867c6](27867c6)) * command line deployment generate ([de61f49](de61f49)) * dead code ([6119ec4](6119ec4)) * display transaction in mempool view ([006a86e](006a86e)) * fix typo "runnner" -> "runner" ([54f5ccc](54f5ccc)) * handle warnings ([852014b](852014b)) * hyperchain tweaks ([369c9da](369c9da)) * improve error messages about dependencies ([48ea5a0](48ea5a0)), closes [hirosystems/chainhook#188](hirosystems/chainhook#188) [#396](#396) * lsp and requirements ([334d81f](334d81f)) * path ([50b7e0d](50b7e0d)) * remove ProjectManifest::default() ([cdde911](cdde911)) * serialize using relative path ([5ce5970](5ce5970)) * stacks-devnet-js ([983b7be](983b7be)) * ts lib ([83337a0](83337a0)) * typo ([e8f1303](e8f1303)) * typo ([3f5d79a](3f5d79a)) * typo ([4b4794d](4b4794d)) * typo ([7b11ecd](7b11ecd)) * use 0.0.0.0 instead of localhost ([fd92b0b](fd92b0b)) * windows networking issues ([9c080f6](9c080f6)) * windows ui ([77fc359](77fc359)) ### Features * ability to add contract-call in deployment plans ([2e27031](2e27031)) * ability to have bitcoin transactions in deployment plans ([5e343d3](5e343d3)) * ability to remap_principals in requirement-publish ops ([ac651f6](ac651f6)) * add chainhooks helpers in cli ([eb7c70e](eb7c70e)) * add openapi spec ([dd9ccaf](dd9ccaf)) * add wasm feature flag to clarinet-deployments ([4c78144](4c78144)) * add wasm feature flag to clarinet-files ([990dcf1](990dcf1)) * allow empty console ([7453df5](7453df5)) * automatically suggest principal remap ([ef548c9](ef548c9)) * contract remap for devnet / testnet ([f0ac5b4](f0ac5b4)) * faucet + orchestrator adjustments ([681f51c](681f51c)) * fix feature flags ([ea8aeea](ea8aeea)) * introduce cbtc example ([e195f71](e195f71)) * show error diagnostics when testing ([f0580fb](f0580fb)) * use oreo as as a dockerized standalone component ([428e7b8](428e7b8)) * use oreo as library in clarinet ([82057d4](82057d4))
1 parent 73b850f commit 30fa422

File tree

7 files changed

+71
-7
lines changed

7 files changed

+71
-7
lines changed

CHANGELOG.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,67 @@
1+
# [0.32.0](https://github.com/hirosystems/clarinet/compare/v0.31.1...v0.32.0) (2022-06-23)
2+
3+
4+
### Bug Fixes
5+
6+
* add dotenv to cbtc dependencies ([158390a](https://github.com/hirosystems/clarinet/commit/158390aa42f6781a684a3322a2ce960a5c8329ec))
7+
* address auto-review ([61200a1](https://github.com/hirosystems/clarinet/commit/61200a1aafd4592b17524207d99e6ea15cc43d42))
8+
* address feedbacks ([cdf4e6d](https://github.com/hirosystems/clarinet/commit/cdf4e6def986d43734a6dc0b7aff688b7f06f409))
9+
* address feedbacks ([ce82131](https://github.com/hirosystems/clarinet/commit/ce821313ed66b9190826dd147cdcc477cf6908f0))
10+
* address feedbacks ([895ba87](https://github.com/hirosystems/clarinet/commit/895ba873a7a36f7218ce35e4f9e081fb5d4d18fb))
11+
* address remaining feedbacks ([5963383](https://github.com/hirosystems/clarinet/commit/59633832515a2974261eb8e5886e9632d62695b6))
12+
* better termination ([16def80](https://github.com/hirosystems/clarinet/commit/16def803f389a60abed5d51ffab5159438751e69))
13+
* broken termination ([45dff9f](https://github.com/hirosystems/clarinet/commit/45dff9fac5b9b6f791277a1c2cf8116013095f5c))
14+
* build ([9fa504e](https://github.com/hirosystems/clarinet/commit/9fa504e19f290ab68821c7fe77477a59a768847f))
15+
* build issues ([84ec835](https://github.com/hirosystems/clarinet/commit/84ec835d84a0980195ddb230b8e33ee2c73ca461))
16+
* build warning ([b164be4](https://github.com/hirosystems/clarinet/commit/b164be43c05e0c8a856ca8340318756d92e1e2c1))
17+
* build, unused files ([a3acaa9](https://github.com/hirosystems/clarinet/commit/a3acaa98bcce094306ce5ddc4004504ee33b741c))
18+
* cargo audit ([44b60d5](https://github.com/hirosystems/clarinet/commit/44b60d5fdebc2eade932e41acd0f8756eb733752))
19+
* cargo fmt, stacks-devnet ([869916e](https://github.com/hirosystems/clarinet/commit/869916edc50617c5e4245c9af259c5f5f36e06fc))
20+
* cascade changes in Oreo.dockerfile ([9626aed](https://github.com/hirosystems/clarinet/commit/9626aedde7ed3033fefd3ceadd562165f8e44b3c))
21+
* cascade errors ([8cd5d9a](https://github.com/hirosystems/clarinet/commit/8cd5d9a9a1da27dc63befc87e5e31f2fe8a6e879))
22+
* cascade errors from generators ([ef6a64e](https://github.com/hirosystems/clarinet/commit/ef6a64e5bbdd43129478ca6480fb9856f8043806))
23+
* cbtc chainhooks ([27867c6](https://github.com/hirosystems/clarinet/commit/27867c608eb7e82864bc810b887d4ecd02804f56))
24+
* command line deployment generate ([de61f49](https://github.com/hirosystems/clarinet/commit/de61f4956a9678888edcfd1ed2451308ebe7ce9d))
25+
* dead code ([6119ec4](https://github.com/hirosystems/clarinet/commit/6119ec41aba1b9a78db161311e5cb6dd60e762c9))
26+
* display transaction in mempool view ([006a86e](https://github.com/hirosystems/clarinet/commit/006a86ef92a6e69ce8bfc1044750081700275544))
27+
* fix typo "runnner" -> "runner" ([54f5ccc](https://github.com/hirosystems/clarinet/commit/54f5cccef7486f8f32bdc5ff62508db90b736cdc))
28+
* handle warnings ([852014b](https://github.com/hirosystems/clarinet/commit/852014be7bcff19305b78d7191f95a34bd425b17))
29+
* hyperchain tweaks ([369c9da](https://github.com/hirosystems/clarinet/commit/369c9da45723a13e4bb00df3601a9a7d65aa5c13))
30+
* improve error messages about dependencies ([48ea5a0](https://github.com/hirosystems/clarinet/commit/48ea5a0b87a00fd082d4a91bb072b72bb7d785cd)), closes [hirosystems/clarity-repl#188](https://github.com/hirosystems/clarity-repl/issues/188) [#396](https://github.com/hirosystems/clarinet/issues/396)
31+
* lsp and requirements ([334d81f](https://github.com/hirosystems/clarinet/commit/334d81f73d789fe97beeab73ca63e8aa5b9f560a))
32+
* path ([50b7e0d](https://github.com/hirosystems/clarinet/commit/50b7e0ddbcd01d46e7e5a6e52e22b0949e93f222))
33+
* remove ProjectManifest::default() ([cdde911](https://github.com/hirosystems/clarinet/commit/cdde911809224ec53590123434adafbb387bd4c7))
34+
* serialize using relative path ([5ce5970](https://github.com/hirosystems/clarinet/commit/5ce5970cd3fb8dda6493dfc540b1d7edd4d8248a))
35+
* stacks-devnet-js ([983b7be](https://github.com/hirosystems/clarinet/commit/983b7be3139d6b7097a43d0cc6798f4ef2ac271d))
36+
* ts lib ([83337a0](https://github.com/hirosystems/clarinet/commit/83337a02e0fbe17d7b2bb0db2d621f1113d7c51f))
37+
* typo ([e8f1303](https://github.com/hirosystems/clarinet/commit/e8f13032e660cfa1c17dbaa06d0d3d4423555f81))
38+
* typo ([3f5d79a](https://github.com/hirosystems/clarinet/commit/3f5d79ac1e57d88a50f263a7fc95600cf52ba11a))
39+
* typo ([4b4794d](https://github.com/hirosystems/clarinet/commit/4b4794dede064e7dde24ec3e76aae1768af00599))
40+
* typo ([7b11ecd](https://github.com/hirosystems/clarinet/commit/7b11ecdc702333f8e9bc3bc85613d325d451ad93))
41+
* use 0.0.0.0 instead of localhost ([fd92b0b](https://github.com/hirosystems/clarinet/commit/fd92b0b8de0c5f1d10169d2c2216aa348652cca7))
42+
* windows networking issues ([9c080f6](https://github.com/hirosystems/clarinet/commit/9c080f6a96be253458c392eecb0dc0c866edc08e))
43+
* windows ui ([77fc359](https://github.com/hirosystems/clarinet/commit/77fc359503cfa0ab12858aa6a3e5fdbf0c3d429a))
44+
45+
46+
### Features
47+
48+
* ability to add contract-call in deployment plans ([2e27031](https://github.com/hirosystems/clarinet/commit/2e2703105933d3be31a7df329452ced1de2f5e54))
49+
* ability to have bitcoin transactions in deployment plans ([5e343d3](https://github.com/hirosystems/clarinet/commit/5e343d37d597d80d513fc409bb75f5a1d86031f9))
50+
* ability to remap_principals in requirement-publish ops ([ac651f6](https://github.com/hirosystems/clarinet/commit/ac651f6c5b78c55f965ff729ded3c0751a7d1213))
51+
* add chainhooks helpers in cli ([eb7c70e](https://github.com/hirosystems/clarinet/commit/eb7c70ed4b4ddf6414a0dc3ec2ab54308961eefe))
52+
* add openapi spec ([dd9ccaf](https://github.com/hirosystems/clarinet/commit/dd9ccafaa79a8d9ebe6c41f710cb2fd169ec47b7))
53+
* add wasm feature flag to clarinet-deployments ([4c78144](https://github.com/hirosystems/clarinet/commit/4c78144237936c087becd71b8c1614c9d5147a5e))
54+
* add wasm feature flag to clarinet-files ([990dcf1](https://github.com/hirosystems/clarinet/commit/990dcf1c6c5e7da4f907071d85e1b543afddd8fe))
55+
* allow empty console ([7453df5](https://github.com/hirosystems/clarinet/commit/7453df510a6f69a9074fd6381812ff30fbb2799b))
56+
* automatically suggest principal remap ([ef548c9](https://github.com/hirosystems/clarinet/commit/ef548c976c7f5edeba7d2631cc2634c9f4d2f995))
57+
* contract remap for devnet / testnet ([f0ac5b4](https://github.com/hirosystems/clarinet/commit/f0ac5b43bbc93a8322827d9d8e2c7bb29f7cc408))
58+
* faucet + orchestrator adjustments ([681f51c](https://github.com/hirosystems/clarinet/commit/681f51c7f70eff553016cc8bdfe877e6bd051222))
59+
* fix feature flags ([ea8aeea](https://github.com/hirosystems/clarinet/commit/ea8aeea356b93c8dd25b31396fbb07367b087d7e))
60+
* introduce cbtc example ([e195f71](https://github.com/hirosystems/clarinet/commit/e195f71d8b25545f442b2030a8c803e732e41a05))
61+
* show error diagnostics when testing ([f0580fb](https://github.com/hirosystems/clarinet/commit/f0580fb327b0505b03d9af34d9d33ece88b2a36f))
62+
* use oreo as as a dockerized standalone component ([428e7b8](https://github.com/hirosystems/clarinet/commit/428e7b8473437317418458acfe14ad2b6af6ecfd))
63+
* use oreo as library in clarinet ([82057d4](https://github.com/hirosystems/clarinet/commit/82057d431e00032c7d397d524223f935e786cea3))
64+
165
## [0.31.1](https://github.com/hirosystems/clarinet/compare/v0.31.0...v0.31.1) (2022-05-27)
266

367

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clarinet"
3-
version = "0.31.1"
3+
version = "0.32.0"
44
authors = ["Ludo Galabru <ludo@hiro.so>", "Brice Dobry <brice@hiro.so>"]
55
edition = "2021"
66
description = "Clarinet is a simple, modern and opinionated runtime for testing, integrating and deploying Clarity smart contracts."

node-bindings/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node-bindings/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stacks-devnet-js"
3-
version = "0.31.1"
3+
version = "0.32.0"
44
license = "ISC"
55
edition = "2018"
66
exclude = ["index.node"]

node-bindings/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node-bindings/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hirosystems/stacks-devnet-js",
3-
"version": "0.31.1",
3+
"version": "0.32.0",
44
"description": "stacks-devnet-js is a library for writing end to end tests for protocols interacting with the Stacks blockchain and the Bitcoin blockchain.",
55
"author": "Ludo Galabru",
66
"repository": "https://github.com/hirosystems/clarinet/tree/main/node-bindings",

0 commit comments

Comments
 (0)