Brice
Brice
Currently, when a new burn block arrives that kicks off a new reward cycle, both the miner and the signers will cancel the in-progress block. From the miner's perspective this...
We would like to be able to run a stacks-node against a Bitcoin Signet network. Known tasks: - [ ] Adding a some constants in stackslib/src/burnchains/bitcoin/indexer.rs - [ ] Adding...
**Is your feature request related to a problem? Please describe.** It would be nice to be able to switch between mock mining and real mining without a restart. **Describe the...
In pox-4, if you call `delegate-stack-increase` when not delegated, instead of returning a nice error, the transaction will hit a runtime arithmetic underflow. We should add an assertion to check...
The comment says: ```clarity ;; Returns (some (some X)) if X is the burn height at which the allowance terminates ;; Returns (some none) if the caller is allowed indefinitely...
### Description This fixes the issue described in #4622. This is still a work in progress, as I am not sure yet if this is the appropriate fix or if...
Forcefully kill the bitcoind in case it fails to stop.
**Describe the bug** This Clarity code that appears valid gets an error from the type-checker: ```clarity (replace-at? (list 'SK1655DMX0A8VKB0W7R2EN6B29MS98G1HTZV2XW41.CKPAbAeaxopNIumug 'ST3Z7C6C0Q0VWBM06788X4P386517JNEAYTN1SRB7.euEUmoKftalFLQpCsmeswgNWQQcRelTgmVVSY 'S12R7Q5M2WN8PYVPNH9RXHMHV1GDX1PCT9XQFZ1VF.zQurKADWgvZWXBvpAb ) u1 'SK1655DMX0A8VKB0W7R2EN6B29MS98G1HTZV2XW41.CKPAbAeaxopNIumug ) ``` **Steps To Reproduce** Example...
Let's beautify the README in this repo in preparation for others using it. This new style is really nice looking: ``` / / ▶ Project name / --- / Project...
We have been seeing the follower node occasionally fall behind the miner. It seems to resolve itself after some time with no interventions and catch back up. The pattern of...