clarinet
clarinet copied to clipboard
Crash in `::trace`
Describe the bug
There is a bug in ::trace causing a crash.
To Reproduce Steps to reproduce the behavior:
git clone https://github.com/obycode/trace-bug.gitcd trace-bugclarinet console --use-on-disk-deployment-plan- In the console, run
::trace (contract-call? .caller call-latest u4)
Expected behavior This should successfully trace the execution and not cause the console to crash.