Jeremy Rubin

Results 86 comments of Jeremy Rubin

I think i ended up just using custom enums and avoiding checkbox.

correct @chwetion

LEFT/RIGHT/SUBSTR/SPLIT etc are actually a bit nicer in some ways than CAT because they only create same size or smaller elements on the stack, forgoing the concerns of max element...

it might make sense to have new wallets only generate `h` by default if opted into via flag since there is still lots of software that might not be compatible...

ah nope i misremembered that rust-bitcoin didn't support

interesting, i would have thought those would have cleared but maybe github caching doesn't reset in the image change... i won't investigate much further since "it works" for me now;...

@tianon claimed the issue was a gem cache, and I fixed it for myself by just downgrading to a specific build. I didn't need / won't spend more time on...

diff here is also dirty (see #36) ```diff diff -r tor-src/configure.ac /Users/jr/Downloads/tor-tor-0.4.6.10/configure.ac 353d352 < AC_SEARCH_LIBS(stdin, [fakestdio]) 1362a1362,1374 > dnl ---------------------------------------------------------------------- > dnl Check if libcap is available for capabilities. >...

Sapio would only need minor changes to support basic ord functionality, but the biggest issue would be convention around fees probably.

concept ACK this + using core as a signer like this. One also cool idea would be is if, during PSBT signing code, we temporarily treat all descriptors there as...