Matt Corallo

Results 227 issues of Matt Corallo

It would be nice to be able to pass the path remapping stuff from rustc to dependent code to avoid non-determinism slipping in via C dependencies. Presumably this would need...

This closes #6, ensuring no future MiTM-based downgrade attacks can occur. Note that obviously this doesn't do anything for TOFU clients as any MiTM attacker can also replace the pubkey,...

As a feature request, it would be quite nice to be able to use `compile-time-rng` (or, better, some `dummy-unsafe-no-rng` cfg) when building binaries with hashbrown maps while fuzzing. The https://github.com/rust-fuzz...

After upgrading to codecov-action@v2 it looks like we're hitting heap OOMs. The below log is from https://github.com/lightningdevkit/rust-lightning/runs/4478125642?check_suite_focus=true though the issues appear to be happening on a number of our builds....

Same project as #600, when attempting to upload kcov-based rust coverage data we've also ween `There was an error running the uploader: Invalid string length` see https://github.com/lightningdevkit/rust-lightning/runs/4529553863?check_suite_focus=true for the full...

A while back we added warning messages to the spec with the purpose of having a way to signal to nodes that something has gone wrong but that we do...

spec
compatibility
force closes

In discussion it came up that lnd currently sends an onion error with the PERM bit set when the peer is offline. This actually informs the sender that they should...

onion routing
beginner
routing
spec

Fixes #57. This also adds CI tests of the arbitrary-based example, which was previously untested.

It seems the update to `arbitrary` 1.0 requires const generics, which were stabilized only incredibly recently (March of this year). This breaks most distro rustc users as relatively few distros...

Peter Todd suggested on the ML having an option to tell peers you'd rather your HTLC be delayed for improved privacy than clear quickly. While obviously nodes don't want to...