Brice

Results 176 issues of Brice

**Is your feature request related to a problem? Please describe.** I don't believe there is currently an easy way to map from a Bitcoin address to the corresponding stacker(s). This...

```clarity (define-read-only (force-trait-ref (addr )) addr) (define-constant MY_CONSTANT (force-trait-ref 'SPJ81C2WPQHFB6XTG518JKPABWM639R2X0B331XE.slimy-copper-walrus)) ``` In the above contract, the dependency checker does not detect `'SPJ81C2WPQHFB6XTG518JKPABWM639R2X0B331XE.slimy-copper-walrus` as a dependency.

When deploying a contract with a deployment plan, clarinet currently waits for the contract to be available, by attempting to retrieve its source before proceeding: ```rust let deployer_address = deployer.to_address();...

deployments

**Describe the bug** The epoch for a requirement contract in a project is flip-flopping between 2.0 and 2.1. When I run `clarinet check`, it sets the epoch to `2.0`. When...

When running in the console, I'd like to have commands that would let me retrieve the values of vars, maps, and constants. Maybe something like: ``` ::print-constant my-const ::print-data-var my-var...

good first issue

After generating the deployment plan, clarinet should verify that the contracts will get deployed in the correct epoch. For example, if I have a project which has multiple dependencies that...