LNow

Results 20 issues of LNow

I'm trying to interact only with contract I reviewed and I'm confident they are not malicious. Reviewing contracts over and over again is pointless, so I have to keep a...

area:transaction-signing
enhancement

I can't send STX directly to contract address using built in `Send` functionality, because all contract addresses are treated as invalid. ![image](https://user-images.githubusercontent.com/829210/176213386-f649bee0-eefe-4386-a46a-2161af2c3116.png) For me it is a bug, but maybe...

**Is your feature request related to a problem? Please describe.** Post-conditions are great to minimize (eliminate) damage that can be made to user or contract assets. However there are cases...

consensus-critical

**Is your feature request related to a problem? Please describe.** Runtime execution costs of following two contracts are totally different. ```clarity ;; Runtime costs: 793 (define-read-only (test) (process 0x00) )...

clarity
consensus-critical
clarity-cost
stacks-future
consensus-changing

**Is your feature request related to a problem? Please describe.** Contracts with comments (especially with very verbose and descriptive ones) are more expensive in use than contracts that do not...

consensus-critical
stacks-future

Together with @moodmosaic we're exploring the possibilities of adding property-based testing solutions to clarity world. Recently code that is 100% correct stopped working. At first we though that `fast-check`, a...

bug

Right now all test files and any other files that uses some part of Clarinet imports Clarinet library at the top of each file. For example: ```typescript import { Account,...

good first issue
XS
functional enhancement

I don't use `clarinet console` without running `::toggle_costs` and turning it on, over and over again slowly become tedious. I'd like to be able to turn costs analysis by default...

good first issue
XS
functional enhancement

REPL warnings are quite useful, but they can be very annoying when we want to use `console` or `poke` command. I would like to have the possibility to disable them...

good first issue
functional enhancement
icebox

Every single execution of `clarinet test` results in pulling all dependencies needed by test scripts. Due to that tests heavily depends on availability of `https://deno.land` (or any other package repository)....

functional enhancement