Brice

Results 176 issues of Brice

[Sample failure logs](https://github.com/stacks-network/stacks-core/actions/runs/13013312202/job/36297159690?pr=5747) ``` 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") }] right:...

flaky

Opening an issue to track Jude's review comment [here](https://github.com/stacks-network/stacks-blockchain/pull/3269#discussion_r980306048): > It doesn't have to be done in this PR, but it might be helpful for downstream consumers like Clarinet to...

clarity
icebox
type-checker

If a `uint` expression is passed as the `max_length` parameter to `as-max-length?` which is not a uint literal, we get the following error that is confusing to developers: ``` error:...

clarity
icebox
type-checker

In Clarity 2, we should be able to store a trait in a tuple and then extract it and use it as any other trait. ```clarity (define-trait trait-foo ((foo ()...

clarity
icebox
clarity-4
type-checker

**Is your feature request related to a problem? Please describe.** Transactions that will fail due to an insufficient balance (ex. I transfer 10 STX but I only have 8 STX),...

mining
mempool
ship future

From @kantai in #3689 review: > we should sanity check the stx-account tx-sender values with the get-stacker-info tx-sender values? There's some duplication of state between them (for the unlock-height, unlock...

PoX
icebox
ship next

If there are only two reward slots filled for a reward cycle, the /v2/pox endpoint will incorrectly report that pos is not active due to the way it is computed....

PoX
ship now
icebox
PoX-5

When mining, the miner builds the block, then gets signatures for it, then waits for the chains coordinator to process the block again before proceeding. This re-processing by the chains...

**Describe the bug** The response time of the /extended/v2/addresses/ endpoint can get very slow when querying for an account with a large number of transactions. **To Reproduce** Steps to reproduce...

performance

It might be nice to add a tenure endpoint that includes things like number of blocks in the tenure and total cost of all blocks in that tenure.