Matt Corallo

Results 964 comments of Matt Corallo

Yes, you'd have to do that in CI as well. I suppose it'd be one thing if it were a truly ancient rustc, but 1.41 is still the version shipped...

I'm not sure what @LLFourn was specifically looking for, but that makes sense - if you have some two-party protocol (like lightning, but lightning has a different, worse, way of...

> So in theory anything that has ever been used should be supported here (unless it's completely broken, but I don't think BIP69 is) Right, here is where we (strongly)...

Ah, OK, so I managed to confuse myself, maybe I should stop working on these things on no sleep. Got it working manually, but lets call this a feature request...

https://github.com/rust-lang/rust/pull/79998 landed, meaning this should be supported/working for the wasm32-wasi target, though not yet for wasm32-unknown-unknown.

> What is the reason Why is wasm32-wasi is being treated differently from wasm32-unknown-unknown? If my understanding is correct, in order to use the C ABI in wasm_bindgen, changes need...

CC https://github.com/rust-bitcoin/rust-bitcoin/pull/109

Could also use "witness program" which is clearly separate from scriptWitness, a variable name which refers to the entire witness object in Bitcoin Core. Also, further confusing is that its...

Fair enough, at least the /bin uploading could be automated, even if the UI updating not so much.