-
Latest REPL crashes with any input. This is on M1, v0.9.0 worked okay.
```
marvin@Leviathan ~ % clarity-repl
clarity-repl v0.11.0
Enter "::help" for usage hints.
Connected to a transient in-mem…
-
# Code to reproduce
```clarity
(define-public (hello-world)
(if (is-eq block-height u1)
(ok (print { + msg: "Hello world", tip: block-height, sender: tx-sender }))
(err (print { msg: "H…
-
**Is your feature request related to a problem? Please describe.**
Building a docker image of this repo is leading to a huge image - around 1gb, when we apparently only have a few kb of assets.
*…
-
In our project [clarinet](https://github.com/hirosystems/clarinet), we are using Deno to handle unit-testing. We're currently running into a problem when cross-compiling for M1 Macs. My suspicion is t…
-
**Describe the bug**
See compare with previous build and latest master
https://user-images.githubusercontent.com/90187801/178800709-3ed459ac-6c61-492d-8560-682a2d608415.mp4
**Steps to reprodu…
-
the contract works on clarinet check and console
works on clarinet integrate without the calls in the end ( claim, transfer and mint)
when called clarinet integrate with (claim) in contract throws…
-
I tried to change the `stacks_node_rpc_port` to any value other than 20443 and the result would be a broken api that sends back empty responses when i use `clarinet integrate` any idea?
-
```
thread 'main' panicked at 'App::get_arg_conflicts_with: The passed arg conflicts with an arg unknown to the cmd', /Users/brice/.cargo/registry/src/github.com-1ecc6299db9ec823/clap-3.1.6/src/build…
-
## Problem
When there is an incorrect number of function arguments, `clarinet check` just panics instead of returning a nice error saying where the problem is:
```
thread 'main' panicked at 'in…
-
Even though well tested with `clarinet console`, the deployment on mainnet fail due to missing contract
In my project I have a local contract called `clarinet-bitcoin` and a requirement for similar…