Jude Nelson
Jude Nelson
If you have a contract that uses an undefined variable at the highest context in a function body, the analysis pass fails due to the analysis cost function for variable...
[Stacks-2.1] remove PoX sunset and cap unburnt PoX output to be a function of the last prepare phase
Create an extension contract that will allow network stakeholders to vote to extend the PoX sunset window by a fixed amount of blocks. This allows PoX to keep going under...
Right now, the transaction authorization structure requires that private keys sign in the same order as the public keys used to hash to the address. This is needlessly constraining. For...
It was discovered in #2677 that the Clarity VM does not verify in the analysis pass that a function call contains the correct number of arguments. This is a consensus...
Related: https://github.com/blockstack/blockstack.js/issues/741 Right now, the sign-in flow doesn't have a way to resolve ID-addresses to pending subdomains for pending subdomains registered by registrars other than `id.blockstack`. This could be changed...
# TL;DR Make it so the user's profile object points to both read and write URLs for Gaia hubs on a per-app basis, and pass the write URL as `hubUrl`...
**Is your feature request related to a problem? Please describe.** The Stacks blockchain node, when run with the mock miner enabled, will emit an event stream for transactions the mock...
Fix/3285
Fixes #3285, as well as another error in which an attempt to check the chain work from the genesis block can cause a subtract-with-underflow panic.
The node should keep track of the chain quality for the past XXX blocks (where XXX could be 100, 144, 500, whatever). It should report: * how many blocks are...
This PR adds support for both stacking and mining with native segwit addresses. The `feat/pox-2-unlock` branch is merged into this branch, so let's get that reviewed and merged before doing...