Jeff Bencin

Results 26 issues of Jeff Bencin

[Sample logs](https://github.com/stacks-network/stacks-core/actions/runs/13053794741/job/36420679652?pr=5772) Error message: ``` thread '' panicked at stackslib/src/net/tests/convergence.rs:1126:17: assertion `left == right` failed left: [QualifiedContractIdentifier { issuer: StandardPrincipalData(S100000000000000000000J197CZ), name: ContractName("db-0") }, QualifiedContractIdentifier { issuer: StandardPrincipalData(S1G2081040G2081040G2081040G208105NK8PE5), name: ContractName("db-1") }]...

flaky

### Description Apply some Clippy lints: | Clippy lint | Details | | ------------|---------| | `bool_to_int_with_if` | Find and replace `if condition { 1 } else { 0 }` |...

### Description Apply Clippy lint `comparison_chain`, which finds places where `if ... else if` statements can be replaced with `match a.cmp(b)` There were a few locations where I didn't want...

lint

### Description Add`--max-blocks ` argument to `stacks-inspect try-mine` to allow it to mine either until the mempool is empty or `x` blocks have been mined ### Applicable issues - fixes...

### Description Add `--reset-tenure` flag which will cause miner to issue a tenure extend This PR requires Nakamoto block support in `try-mine` (#5584). Please review that PR first ### Applicable...

### Description `clarinet check` does not catch the case when you use Clarity keywords for `let` or `match` bindings. For example, neither the VSCode extension or `clarinet check` will find...