Jude Nelson
Jude Nelson
Nakamoto is much more CPU-intensive than Stacks 2.x. We should find out why, and fix it, so as to lower the cost of running a node.
Right now, the node will download every block in a confirmed tenure, even if it has all but one of the blocks. It should instead inform the remote peer as...
The node will continue to download and re-download unconfirmed tenure blocks, even if it already has them. It should only download the ones it doesn't have.
We've noticed that when running a collection of Bitcoin regtest nodes, it can take on the order of _minutes_ for all of the nodes to sync their chains (despite the...
The presence of unprocessable (e.g. discontinuous) staging blocks in the Nakamoto staging blocks DB is a strong hint that the node has missed a Nakamoto block push, and should immediately...
Allow the directory owner to write a number to the file `op_max_size` or the like to limit how many files a directory may contain. Any attempts to create a file...
Implement proper reload behavior on SIGHUP: refresh the user/group quotas.
Make it so the CLI can update and transfer subdomains. Blocked on https://github.com/blockstack/subdomain-registrar/issues/15 and https://github.com/blockstack/subdomain-registrar/issues/13
This tool got a lot more popular than I expected. It really belongs in the Blockstack organization. I was just keeping it here because up until recently I didn't know...