Jude Nelson

Results 548 comments of Jude Nelson

Writing down the conclusion of a huddle: The endpoint `GET /v3/tenures/{remote_tip_block_id}?stop={local_tip_block_id}` works by requesting a range of unconfirmed tenure blocks ending (inclusively) with `remote_tip_block_id` (which is learned from a call...

Hi @friedger, > Try to revoke delegation using a burnchain operation, it is not possible Can you explain this a bit more? Is there a failed 2.1 Stacks transaction that...

I thought the node already generated synthetic events for `revoke-delegate-stx`? If not, then it could be added without breaking consensus. CC @zone117x @pavitthrap

Temporarily assigning this to @zone117x so it has an owner. Please feel free to re-assign!

Temporarily assigning to @obycode

I think a relatively painless way to address this is to remove direct calls to `tx_begin_immediate()` and ilk, and instead use a global singleton to facilitate beginning sets of transactions...

N.B. This PR needs to be followed by (or extend with) a PR to re-mine a sequence of blocks as shadow blocks, so we can fix a consensus bug on...

Okay, this PR is getting kinda big. I'm going to hold off on adding the tooling for generating shadow blocks for the time being. I'll add that as a separate...

@kantai @jferrant @obycode This is ready for re-review. I'm going to work on tooling for (quickly) synthesizing shadow blocks via `stacks-inspect` so we can test this on the Nakamoto testnet.

Look at that. All of that. All those green :heavy_check_mark:'s in CI. Outstanding work on making them all reliable @jferrant! It drastically improves our confidence that we can make consensus-critical...