Skip to content

Commit

Permalink
Merge branch 'main' into clarinet-format
Browse files Browse the repository at this point in the history
  • Loading branch information
brady.ouren committed Dec 19, 2024
2 parents 972c49c + a3e0d5f commit 93b64a8
Show file tree
Hide file tree
Showing 71 changed files with 15,005 additions and 9,773 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit-format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

# This can only be ran in root dir
- name: Run audit
run: cargo audit --ignore RUSTSEC-2022-0093 --ignore RUSTSEC-2021-0076 --ignore RUSTSEC-2022-0090 --ignore RUSTSEC-2022-002 --ignore RUSTSEC-2022-0028
run: cargo audit --ignore RUSTSEC-2022-0093 --ignore RUSTSEC-2021-0076 --ignore RUSTSEC-2022-0090 --ignore RUSTSEC-2022-002 --ignore RUSTSEC-2022-0028 --ignore RUSTSEC-2024-0399

- name: Run rustfmt
run: cargo fmt --all -- --check
3 changes: 3 additions & 0 deletions .github/workflows/ci-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
- name: Install wasm-pack
run: npm install -g wasm-pack

- name: Run wasm-bindgen-test
run: wasm-pack test --node components/clarinet-sdk-wasm

- name: Build Wasm packages
run: npm run build:sdk-wasm

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
run: cargo install cargo-audit

- name: Run audit
run: cargo audit --ignore RUSTSEC-2022-0093 --ignore RUSTSEC-2021-0076 --ignore RUSTSEC-2022-0090 --ignore RUSTSEC-2022-002 --ignore RUSTSEC-2022-0028 --ignore RUSTSEC-2024-0344
run: cargo audit --ignore RUSTSEC-2022-0093 --ignore RUSTSEC-2021-0076 --ignore RUSTSEC-2022-0090 --ignore RUSTSEC-2022-002 --ignore RUSTSEC-2022-0028 --ignore RUSTSEC-2024-0344 --ignore RUSTSEC-2024-0399

- name: Run rustfmt
run: cargo fmt --all -- --check
Expand Down
27 changes: 23 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,36 @@
# [2.11.2](https://github.com/hirosystems/clarinet/compare/v2.11.2...v2.11.2) (2024-11-30)
# [2.12.0](https://github.com/hirosystems/clarinet/compare/v2.11.2...v2.12.0) (2024-12-18)

##### New Features

* Add costs report in sdk tx response (#1620) (6b68e00f)
* Epoch 3.1 support (#1630) (682daf54)

##### Bug Fixes

* Typo for initEmptySession function (#1619) (1e731094)

##### Performance Improvements

* Improve simnet datastore data struct (#1617) (ad66d1bd)

##### Tests

* Setup basic wasm-bindgen tests for the sdk (#1614) (3f32f19c)

# [2.11.2](https://github.com/hirosystems/clarinet/compare/v2.11.1...v2.11.2) (2024-10-30)

##### Bug Fixes

* Default devnet stacker (#1602) (af78d2d6)

# [2.11.1](https://github.com/hirosystems/clarinet/compare/v2.11.0...v2.11.1) (2024-11-29)
# [2.11.1](https://github.com/hirosystems/clarinet/compare/v2.11.0...v2.11.1) (2024-10-29)

##### Refactors

* Set epoch 3.0 block height (#1599) (98ef414f)
* Have a stacking order by default in devnet config (#1598) (2c24ac00)

# [2.11.0](https://github.com/hirosystems/clarinet/compare/v2.10.0...v2.11.0) (2024-11-28)
# [2.11.0](https://github.com/hirosystems/clarinet/compare/v2.10.0...v2.11.0) (2024-10-28)

##### New Features

Expand All @@ -22,7 +41,7 @@

* Update SignerMessage codec (#1591) (9e090c58)

# [2.10.0](https://github.com/hirosystems/clarinet/compare/v2.9.0...v2.10.0) (2024-11-17)
# [2.10.0](https://github.com/hirosystems/clarinet/compare/v2.9.0...v2.10.0) (2024-10-17)

##### New Features

Expand Down
Loading

0 comments on commit 93b64a8

Please sign in to comment.