Skip to content

Commit

Permalink
feat: call private function in simnet (#1380)
Browse files Browse the repository at this point in the history
* feat: call private function in simnet

* refactor: remove patch

* refactor: call contract function from sdk

* fix: clarity values handling

* test: added callPrivateFn tests

* fix: improve error message

* chore: update chainhook dependencies

* refactor: code improvements

* test: add interpreter tests

* chore: bump versions

* refactor: address review
  • Loading branch information
hugocaillard authored Mar 13, 2024
1 parent dbc0178 commit 0288a26
Show file tree
Hide file tree
Showing 14 changed files with 535 additions and 106 deletions.
53 changes: 27 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/clarinet-sdk-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "clarinet-sdk-wasm"
version = "2.4.0-beta2"
version = "2.4.0-beta4"
license = "GPL-3.0"
repository = "https://github.com/hirosystems/clarinet"
description = "The core lib that powers @hirosystems/clarinet-sdk"
Expand Down
Loading

0 comments on commit 0288a26

Please sign in to comment.