Do not panic if we fail to fund a channel
[ldk-sample] / src / main.rs
2021-07-05 Matt CoralloDo not panic if we fail to fund a channel
2021-07-05 Matt CoralloAllow multiple publicly-announced addresses
2021-06-18 Matt CoralloMerge pull request #14 from TheBlueMatt/main
2021-06-18 Matt CoralloPersist network graph
2021-05-26 Jeffrey CzyzMerge pull request #12 from jkczyz/2021-05-event-handler
2021-05-26 Jeffrey Czyzf - Rename steps to match Build a Node guide
2021-05-26 Jeffrey CzyzProcess events with BackgroundProcessor
2021-05-12 Jeffrey CzyzMerge pull request #10 from valentinewallace/fix-log
2021-05-12 Jeffrey CzyzMerge pull request #7 from TheBlueMatt/main
2021-05-10 Matt CoralloFix on-startup peer connection due to missing await.
2021-05-10 Matt CoralloBroadcast node_announcements regularly.
2021-05-08 Matt CoralloUpdate payment error messages to better match reality
2021-05-04 Jeffrey CzyzMerge pull request #6 from TheBlueMatt/main
2021-05-04 Matt CoralloMake panic message for port-already-bound more human...
2021-05-04 Matt CoralloMake everything unreadable so rustfmt is happy
2021-05-04 Matt CoralloFix inbound connections by using tokio net instead...
2021-05-04 Jeffrey CzyzMerge pull request #5 from TheBlueMatt/main
2021-05-04 Matt CoralloAdopt rustfmt's completely braindead expected formatting
2021-05-04 Matt CoralloCheck that the node we connect to matches the user...
2021-05-04 Matt CoralloFix minor indentation issue
2021-05-04 Jeffrey CzyzMerge pull request #4 from valentinewallace/sample-v0
2021-05-03 Valentine WallaceUpdate to latest RL + fix step numbers + nodeinfo ...
2021-05-03 Valentine WallaceCheck payment secret before succeeding payment
2021-05-03 Valentine WallaceSplit payments hashmap into inbound and outbound
2021-05-03 Valentine WallaceRemove HTLCDirection struct
2021-05-03 Valentine WallaceSatoshiAmount -> MillisatAmount and PaymentInfo struct
2021-05-03 Valentine WallaceUpdate to latest upstream RL
2021-05-03 Valentine WallaceMove startup to separate from `main` for better errors
2021-05-03 Valentine WallaceRemove unnecessary todo
2021-05-03 Valentine WallaceUpdate to RL master and fix PendingHTLCsForwardable
2021-05-03 Valentine WallacePost-async refactor cleanup
2021-05-03 Valentine WallaceInitial refactor to add tokio::main and be fully async
2021-05-03 Valentine Wallaceworking before async refactor
2021-05-03 Valentine Wallaceadd rustfmt + CI + other fixups
2021-05-03 Valentine WallaceForward HTLCs after a timeout and a few other cleanups
2021-05-03 Valentine WallaceAdd readme, fix license and a few other cleanups
2021-05-03 Valentine WallaceNext draft. Features: connectpeer, listchannels, sendpa...
2021-05-03 Valentine WallaceInitial node
2021-03-18 Valentine WallaceFee estimator WIP
2021-03-18 Valentine WallaceInitial commit