ldk-sample
2021-09-27 Matt CoralloUse an explicit handle when spawning RPC calls 2021-09-0.0.101
2021-09-25 Matt CoralloUpdate to rust-lightning 0.0.101 API and use release...
2021-08-31 valentinewallaceMerge pull request #34 from lightningdevkit/2021-08...
2021-08-27 Jeffrey CzyzMerge pull request #28 from sr-gi/fix-sendrawtransaction
2021-08-27 Matt CoralloCorrectly parse args without port but with net
2021-08-26 Sergi Delgado... Makes send_raw_transaction return Txid instead of RawTx
2021-08-26 Sergi Delgado... Bumps lightning dependencies
2021-08-18 valentinewallaceMerge pull request #32 from lightningdevkit/2021-08...
2021-08-18 Matt CoralloDrop unused change output calculation
2021-08-17 valentinewallaceMerge pull request #30 from lightningdevkit/2021-08...
2021-08-17 Matt CoralloAllow "rejecting replacement" tx broadcast error
2021-08-13 valentinewallaceMerge pull request #29 from TheBlueMatt/main
2021-08-13 Matt CoralloUpdate Cargo.lock with updated deps
2021-08-13 Matt CoralloUpdate to latest upstream rust-lightning, bumping deps
2021-08-06 valentinewallaceMerge pull request #26 from TheBlueMatt/main
2021-08-01 Matt CoralloMerge pull request #24 from jkczyz/2021-07-background...
2021-07-30 Matt CoralloDisplay our local balance in addition to the available...
2021-07-28 Matt CoralloMerge pull request #25 from valentinewallace/2021-06...
2021-07-28 Valentine WallaceKeysend support
2021-07-28 Valentine WallaceDon't force announced channel preference
2021-07-28 valentinewallaceMerge pull request #22 from TheBlueMatt/main
2021-07-18 Jeffrey CzyzExplicitly stop BackgroundProcessor
2021-07-14 Matt CoralloMerge pull request #23 from valentinewallace/2021-07...
2021-07-14 Valentine WallaceUpdate to RL upstream 0.0.99
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-30 Jeffrey CzyzMerge pull request #21 from TheBlueMatt/main
2021-06-30 Matt CoralloUse a reasonable target fee when opening channels
2021-06-30 Matt CoralloCorrect feerate units
2021-06-24 Matt CoralloMerge pull request #20 from TheBlueMatt/main
2021-06-21 Matt CoralloInclude bad-txns-inputs-missingorspent in allowed tx...
2021-06-18 Matt CoralloMerge pull request #14 from TheBlueMatt/main
2021-06-18 Matt CoralloPersist network graph
2021-06-14 Jeffrey CzyzMerge pull request #17 from jkczyz/2021-06-guide-updates
2021-06-11 Jeffrey CzyzSimplify loop in connect_peer_if_necessary
2021-06-11 Jeffrey CzyzRemove outdated comment on payment secret
2021-06-11 Jeffrey CzyzSimplify extracting fields from invoice
2021-06-11 Jeffrey CzyzInitialize UserConfig in one statement
2021-06-11 Jeffrey CzyzMerge pull request #16 from valentinewallace/update...
2021-06-11 Valentine WallaceUpdate to RL upstream 0.0.98
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-17 Jeffrey CzyzMerge pull request #13 from valentinewallace/fix-broadc...
2021-05-17 Valentine WallaceDon't panic if broadcast_transaction fails due to dupli...
2021-05-12 Jeffrey CzyzMerge pull request #11 from valentinewallace/expose...
2021-05-12 Jeffrey CzyzMerge pull request #10 from valentinewallace/fix-log
2021-05-12 Valentine WallaceFix broken 'open public channels' feature
2021-05-12 Valentine WallaceIndicate whether chan is public in listchannels
2021-05-12 Valentine WallaceUpdate `help` to include new commands and clean up...
2021-05-12 Valentine WallaceFix badly formatted 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 CoralloPrint more clear information about channel state in...
2021-05-10 Matt CoralloBroadcast node_announcements regularly.
2021-05-08 Matt CoralloUpdate payment error messages to better match reality
2021-05-08 Jeffrey CzyzMerge pull request #8 from jkczyz/2021-05-git-dependencies
2021-05-08 Jeffrey CzyzUse dependencies from git when building locally
2021-05-04 Jeffrey CzyzMerge pull request #6 from TheBlueMatt/main
2021-05-04 Matt CoralloSwitch to ToSocketAddrs to support connecting to hostna...
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 CoralloConnect to peers with tokio TcpStreams isntead of block...
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 CoralloPrint the local Node ID on startup
2021-05-04 Matt CoralloBump to release 0.0.14
2021-05-04 Matt CoralloCheck that the node we connect to matches the user...
2021-05-04 Matt CoralloMake an initial dummy RPC call to check that the connec...
2021-05-04 Matt CoralloSet panic = abort as we don't want to keep running...
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 WallaceAdapt to the lightning_invoice crate moving to Rust...
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 WallaceInclude min_final_cltv when generating invoices
2021-05-03 Valentine WallaceRead routehints from invoices when sending a payment
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
2021-03-03 Jeffrey CzyzMerge pull request #3 from jkczyz/2021-03-dual-license
2021-03-03 Jeffrey CzyzApache 2.0 / MIT dual license
2021-01-30 Jeffrey CzyzInitial commit