Jeff Bencin

Results 41 comments of Jeff Bencin

I'm not sure this is an improvement. The action and Dockerfiles are tightly coupled to the stacks-core repo, which has a few consequences: - There's no benefit to being able...

Can you explain the reason for changing the constants you did in the PR description? I'm not objecting to the changes, I just don't understand them well

I looked over the code a bit this morning and I think I understand what to do, just want to confirm some things before I get too far: - For...

Yes. This is what I see as of commit 5fa90e46: ![image](https://github.com/hirosystems/clarinet/assets/4306391/a171d65b-57e2-4a28-a1be-59e82be2ddd8)

I see them fine in my browser (Brave). If I paste them into `vim` I see: ![image](https://github.com/hirosystems/clarinet/assets/4306391/ba1889b1-c054-4acd-9484-dd1bbddbb8fe) So it does display something different for each one, but it's just drawing...

I have this working now. In Konsole, if you open settings and go "Appearance" -> "Complex Text Layout" you can select an "Emoji font" (the only one available for me...

@AcrossfireX That PR is now implementing this draft SIP. I know there is another draft SIP mentioning order-independent multisig (#139), but that one lacks implementation details

One more small thing I want to add here... Even though the signing order is independent, the order of the public keys in the auth fields still determines how the...

@jcnelson I copied all the text from SIP-005's "Transaction Encoding" section and merged it with this SIP. This can now be viewed as a complete replacement for that section

> It takes several (sometimes 10x) lines of code to express that which can be done in a single line with contains_key() This PR is currently at `+275, −247`. So...