Matt Corallo

Results 964 comments of Matt Corallo

Pushed some wip stuff that i think is needed to fully switch over here.

Should also address https://github.com/lightningdevkit/rust-lightning/issues/2738 here.

That won't tell us if the channel is disabled or otherwise missing, but, fair point, it does answer it in some cases.

Rebased and updated a bit, I think this this is worth doing, and also took the opportunity to log the limit that is violated any time we log that we're...

Needs rebase now that #2781 landed.

Just implementing a overwrite-on-drop method doesn't accomplish very much in rust - the fact that moves are memcpy in the language definition means you can't readily hook copies of the...

Fair enough, though a crate with one maintainer and relatively few outside contributors is probably not a great candidate for use when you need to store things that need cryptographic...

`ChainMonitor` *is* the abstraction layer. I'm not entirely sure what's to be done here?

Hmm, they do sound somewhat similar. Some of the confusion may stem from the fact that we have a generic interface a user *could* implement, but they probably want to...

May be worth mentioning that the router/channels stuff is very separate and you can fetch the routing table and calculate routes without a `ChannelManager` at all.