Brice

Results 176 issues of Brice

As the ecosystem grows, and Stacks inevitably get scammers, it would be great if the wallet had some kind of a blocklist for known scammer contracts, and warns users before...

Enhancement 💡
P3 Enhancement ✨

When attempting to generate a contract call in the sandbox which takes a list argument, the wallet popup is blank. For example, in this contract from the MIT Bitcoin hackathon:...

Bug 🐛
P2 Bug 🕷

### Description This is a set of changes to enable the REPL to directly utilize the canonical clarity VM. The biggest change is the addition of the `EvalHooks`, which provide...

This issue is moved from https://github.com/hirosystems/clarinet/issues/465. With the switch to 2.1, we have the opportunity to make some breaking changes to the language. It would make sense to put together...

clarity
stacks-future

Copied from hirosystems/clarinet#418 reported by @FriendsFerdinand. I opened a PR to fix this in clarinet, but a similar change should likely be made here, for 2.1, so that this type...

clarity
consensus-critical
icebox

The parser reports an error when there is no whitespace between two expressions, e.g.: ```clarity (concat "a " " b")(concat "r" "d") ``` This results in: ``` error: Expected whitespace...

It was discovered via a discussion on Discord that SIP 005 specifies that a contract name can be 128 characters > The contract principal variant of the principal post-condition field...

The limitations on built-in functions allowed to be used in these list operations is not explained in the documentation. See hirosystems/clarinet#235 for a discussion.

help wanted

Remove the clarity code from `clarity-repl` and instead use the canonical version from the `stacks-blockchain`.

To use deployment plans, users are currently required to include their mnemonic in plain text in the settings files (ex. _settings/Mainnet.toml_). We should support an option for these to be...

deployments