Jude Nelson

Results 548 comments of Jude Nelson

What if the node offered an RPC endpoint that lets you query mempool transactions by sender address (or sponsor address), and returned the height of the canonical Stacks tip at...

> Instead of just leaving these transactions pending, I think the miner should include them in a block as a failing transaction. I believe the current implementation purposely does not...

This can't be addressed in time for 2.1, but it can be fixed for the next hard fork. In general, the Clarity VM's typechecker needs to be patched (or rewritten!)...

Temporarily assigning this to @obycode, so we have an owner. Please feel free to re-assign :)

To implement this, we would need to: * Create a table in the chainstate DB with rows of `(public key, reward cycle ID, signature count)` * Each time we process...

We use the `asm` feature because it's 40% faster, so I'm afraid it's going to have to stay.

I'm working on this as part of my Nakamoto coordinator PR. I'll add the stub pox-4 contents; I'm focused on booting it up for now. On Wed, Nov 1, 2023,...