BowTiedRadone

Results 12 issues of BowTiedRadone

**Describe the bug** The bug consists of a failure when calling contract functions using the `clarinet-sdk`. When passing specific string-ascii values, the contract call fails specifying there are less arguments...

**Describe the bug** Deploying a contract with the `get-block-info? miner-address u0` code works, but executing it causes the miner to reject it, leading to a `TooMuchChaining` error on further transactions....

3.0-Testing

## Issue I am encountering an issue with the `Shut Down` option of the `Actions` menu in Parallels Desktop while working on an Ubuntu Server virtual machine. Specifically, when attempting...

The `blockstack-cli` `contract-call` command currently doesn't support reading function arguments from files, which becomes a limitation when working with large hex data inputs. For example, when attempting to pass large...

enhancement

**Describe the Bug** When trying to get a coverage report on a Simnet session that was re-initialized using `initEmptySession`, the report returns an empty string. While Simnet sessions can be...

simnet

This PR changes generated Foundry tests contract name from "Test" to "FoundryTest" to avoid identifier collision with the `forge-std/Test.sol` base class. The previous output `contract Test is Test` caused a...

When running `clarity-cli eval` with invalid arguments, the command hangs instead of returning an error: ```bash $ clarity-cli eval --help Usage: ./target/release/clarity-cli eval [--costs] [contract-identifier] (program.clar) [vm-state.db] $ clarity-cli eval...

This PR adds a GitHub Actions workflow to automate the release process for the Hedgehog library. Key features: - Builds and packages the Hedgehog library using the latest `GHC` and...

**Summary** Currently, there is no convenient way in clarinet to query trait definitions and automatically discover contracts that implement a given trait. This limitation affects developer tooling that needs to...

The contract interfaces returned by the `getContractsInterfaces` simnet method currently omit information about the expected traits when function parameters accept (direct or nested) trait implementations. For example, the Clarity function:...