Jude Nelson

Results 360 comments of Jude Nelson

Providing a little bit more background * HTTP requests against Clarity state are all read-only, and could be parallelized. However, this is difficult for two reasons: * There can only...

I'm about 2/3 of the way through a PR that adds the safe `StacksChainState` interfaces. Once they're ready, I'll send it over -- it will pave the way towards safely...

I'm in favor of keeping the 40 character limit and updating SIP 005.

N.B. the transaction wire format allows 128 characters, so that should be fixed at 40.

@obycode Can I confirm that this was fixed by the v2 parser?

EDIT: Disregard what's below. I think I see the problem now -- there's a window of time between when Alice's `stacks-unlock` gets processed and when we know the anchor block...

Correct. This PR automatically unlocks STX that aren't being used to earn reward addresses. Users do not need to take any action to get their STX back early.

Thanks for your report! We're looking into it. A proper fix would be to address this in the 2.1 upgrade, but in all likelihood the tooling could also warn against...