Jude Nelson

Results 324 comments of Jude Nelson

Do we need to change anything in the language to get a formal specification? I think the question of whether or not we need to change symbol names (which I'm...

The reason it prints a UNIX time stamp is because I often find myself comparing _relative_ times between events, in order to determine how long it takes for the node...

Per @CharlieC3, for now we can push the images to both repositories until we can have a "flag day" to switch over entirely.

For 2.1, we can make it so that binding to reserved keywords will result in a `CheckError`, thereby preventing such transactions from getting mined.

SIP-015 allows the publish transaction variant to include a version byte to explicitly set the VM version to use. If not provided, the default version for the epoch (e.g. Clarity...

I think I might want to update the API for this to return the burn addresses as well (so then it's obvious how much total BTC was spent, given the...

Need to make the return type easier to understand: * Return burn addresses explicitly * Return burn addresses in the prepare phase, so that the number of entries in the...

Okay, the above is done. cc @kantai @gregorycoppola @pavitthrap for review/approval.

If we allow this, then we will need to make sure that the trait type can be concretized before execution (e.g. if it's `none`).