Brice

Results 176 issues of Brice

**Describe the bug** There is a typo in the definition of the `nakamoto_tenures` table: https://github.com/stacks-network/stacks-core/blob/b7f7295775ba8571ed322846367451fc6bf44126/stackslib/src/chainstate/nakamoto/tenure.rs#L132 It didn't cause any problems because it seems that sqlite will default to `NUMERIC` type...

[A user on discord ran into an issue](https://discord.com/channels/621759717756370964/1022879438515486791/1158416178243457055) understanding how to get a fee estimate and then sign the transaction properly. (Thanks for responding to this one @janniks 🙏) I...

documentation

https://docs.hiro.so/get-started/running-api-node This page references very old docker images: ```sh docker pull blockstack/stacks-blockchain-api && docker pull blockstack/stacks-blockchain && docker pull postgres:alpine ```

documentation

**Describe the bug** In [this repo](https://github.com/CyrusVorwald/balanced-clarity-contracts/tree/ef385bb57738de731902c6a372e77646ee281f87) when Clarinet generates a deployment plan, it fails to deploy the `util` contract before the `asset-manager` contract, causing: ``` error: use of unresolved contract...

`tests::nakamoto_integrations::check_block_info_rewards` is added in #4846 to the "slow" tests, but it likely will take longer than the 30 minute timeout set for those tests when running in CI. We need...

testing

If a miner times out when waiting for signatures, it should not end its tenure. Instead it should just retry.

Fixes integration test `tests::nakamoto_integrations::check_block_info_rewards`.

From various times debugging issues in our naka-1 testnet, I've found that it could be useful to have a tool to help me comb through the logs to figure out...

This is the other side of the miner task defined in issue #4313. The signers should enforce this transaction replay behavior by refusing to sign a block that does not...

3.0

Approving for now, but please open an issue to revisit the `clarity_vm` code paths once the chainstate is fully MARF'ed. Thanks! _Originally posted by @jcnelson in https://github.com/stacks-network/stacks-core/pull/4846#pullrequestreview-2133101343_

3.0
3.0-must