Brice
Brice
## Problem During the restart to upgrade naka-4 to rc3, we witnessed this situation: 1. stacks-node processes a block 2. stacks-node is shutdown before successfully sending the new block event...
When a signer receives a block proposal, there are many RPC calls to the stacks-node. Each call is very quick to process, but sometimes we see that it takes a...
There are two problems with the miners calls to `listunspent`: https://github.com/stacks-network/stacks-core/blob/b5250c60877fa3380b450a7b7e7e9d3e87da6112/testnet/stacks-node/src/burnchains/bitcoin_regtest_controller.rs#L2619-L2630 We added the `maximumCount` option to ensure that the response is not too large, because the HTTP library can...
I observed this situation on testnet: - Miner M1 mines block B1 and submits its block commit - Miner M2 mines block B2 and submits its block commit - Miner...
**Describe the bug** When calling a read-only function multiple times, it seems that the function is only called the first time, then later calls simple return the cached result. This...
If you visit https://docs.hiro.so/stacks/api/transactions/transaction-events and attempt to submit a request with no `type` values selected, the URL generated incorrectly includes `&type=`. If there are no types specified, this field should...
## Description Without this, it is unclear that the identifier should include the token name after a `::`. This originated from a user not understanding why their query wasn't working....
This adds a new prometheus metric `stacks_node_miner_stop_reason_total` to track why a miner stopped mining a block, with the main goal of making it easier to track when the mempool is...
I'm not yet sure of the cause, but I noticed that sometimes, the mock miner will fail to mine blocks for a period of time, then randomly come back. For...
After running on mainnet for some time and validating that there are no surprises with the `NextNonceWithHighestFeeRate` strategy, it should become the default.