Matt Corallo
Matt Corallo
BIP 69 input+output sorting was a very bad idea from day one (it relies on the assumption that all wallets sort their inputs+outputs according to BIP 69 - something that...
Lightning is a special snowflake and does fees in satoshis per 1000-weight-units. It'd be nice if BDK supported that, and while we're at it maybe satoshis per 1000-vbytes, which also...
eg if you are passing -detect_leaks=0: `cargo fuzz run --features libfuzzer_fuzz full_stack_target -- -detect_leaks=0` works fine, `cargo fuzz run --features libfuzzer_fuzz -j2 full_stack_target -- -detect_leaks=0` does not get the -detect_leaks...
In trying to minimize a crash that had a rather large input into something more manageable I tried ``` rustup run nightly cargo fuzz run $TESTNAME -- -max_len=200 -minimize_crash=1 -runs=500...
I've generally always seen the witness-redeem-script either referred to as simply "redeem script" or "witness redeemScript" or similar, but the SegWit Wallet Dev guide says "witnessScript" (which is easy to...
We probably should have done this a while ago, but it would be great if someone could write a script that could be run that would automatically download (from...?) new...
I don't know of a good domain to generate a test-case for, sadly, so apologies if this isn't true, but from my understanding of the integration flow, it seems like...
Some MUAs violate the SMTP RFC and send mail with lines longer than 1000 characters [1]. In the case of postfix, these lines are forwarded as-is to the milter[2], only...
Because of the ABI incompatibility between Rust's `wasm32-unknown` target and upstream LLVM/clang's `wasm32` target, linking Rust and C code (on Rust targets other than `wasm32-wasi`) may be unsafe (see https://github.com/rustwasm/team/issues/291...
I'm not 100% sure this is even a c-lightning bug, but it looks like it is, or may be. I received the following, which appear to imply that some node...