Update to LDK 0.0.115
[ldk-sample] / src / main.rs
2023-04-25 Matt CoralloUpdate to LDK 0.0.115
2023-03-27 Elias RohrerMerge pull request #99 from TheBlueMatt/main
2023-03-24 Matt CoralloPass a logger through into `BitcoindClient`
2023-03-07 Matt CoralloMerge pull request #97 from valentinewallace/2023-02...
2023-03-07 Valentine WallaceUpdate to LDK v0.0.114
2023-02-10 Elias RohrerMerge pull request #96 from TheBlueMatt/main
2023-02-08 Matt CoralloIts 2023, its time to support v6
2023-01-11 Elias RohrerMerge pull request #93 from tnull/2023-01-update-to...
2023-01-11 Elias RohrerUpdate for LDK release 0.0.113
2023-01-05 valentinewallaceMerge pull request #85 from ch1ru/main
2023-01-05 Matt CoralloMerge pull request #87 from alecchendev/parse-env
2023-01-04 Alec ChenParse .cookie, .env, or environment variables for RPC...
2022-11-02 Jeffrey CzyzMerge pull request #78 from MaxFangX/fix-chanman-race...
2022-11-02 Max FangRemove `chain_tip`'s unneeded `Option`
2022-11-02 Max FangFix channel manager race panic
2022-11-01 valentinewallaceMerge pull request #82 from TheBlueMatt/main
2022-10-31 Matt CoralloUpdate to LDK 0.0.112
2022-10-24 Matt CoralloMerge pull request #77 from tnull/2022-10-catch-ctrlc
2022-10-19 Elias RohrerIgnore Ctrl-C and enable Ctrl-D
2022-10-18 Jeffrey CzyzMerge pull request #79 from MaxFangX/fix-blocksource...
2022-10-18 Max Fangimpl `BlockSource` on `T`, instead of `&T`
2022-10-05 Matt CoralloMerge pull request #72 from MaxFangX/make-send-sync
2022-10-05 Max FangMake `ldk-sample` `Send` + `Sync`
2022-09-15 Matt CoralloMerge pull request #70 from valentinewallace/2022-09...
2022-09-14 Valentine WallaceUpdate to LDK 0.0.111 and add command for sending an...
2022-09-05 Matt CoralloMerge pull request #65 from standardsats/main
2022-07-28 Matt CoralloMerge pull request #66 from tnull/2022-07-update-to...
2022-07-28 Elias RohrerUpdate to v0.0.110
2022-07-18 Matt CoralloMerge pull request #64 from TheBlueMatt/main
2022-07-16 Matt CoralloCorrect logging on forwarded HTLCs
2022-07-09 Jeffrey CzyzMerge pull request #62 from TheBlueMatt/main
2022-07-07 Matt CoralloUpdate code and Cargo.toml to LDK 0.0.109
2022-06-09 Matt CoralloMerge pull request #58 from jkczyz/2022-05-ldk-107
2022-06-09 Jeffrey CzyzUse a 10-second timeout for InvoicePayer
2022-06-09 Jeffrey CzyzAvoid cloning Arcs when handling each event
2022-06-09 Jeffrey CzyzPrint next and previous nodes for PaymentForwarded
2022-06-09 Jeffrey CzyzUpdate to LDK 0.0.107
2022-04-05 Jeffrey CzyzMerge pull request #56 from TheBlueMatt/main
2022-04-04 Matt CoralloStop connecting outbound on shutdown in addition to...
2022-04-04 Matt CoralloMerge pull request #51 from jkczyz/2022-03-ldk-106
2022-04-04 Jeffrey CzyzUpdate to LDK 0.0.106
2022-03-29 Matt CoralloMerge pull request #55 from TheBlueMatt/2022-03-node...
2022-03-27 Matt CoralloPrint our peers' aliases in `listchannels` 2022-03-node-alias
2022-03-25 Matt CoralloMerge pull request #52 from TheBlueMatt/main
2022-03-25 Matt CoralloCleanly shut down PeerManager by disconnecting before...
2022-03-10 valentinewallaceMerge pull request #46 from TheBlueMatt/2022-03-0.0.105
2022-03-07 Matt CoralloUse new `ProbabilisticScorer` instead of the deprecated... 2022-03-0.0.105
2022-03-07 Matt CoralloUpdate to 0.0.105 upstream API
2022-01-11 Matt CoralloMerge pull request #43 from TheBlueMatt/2021-12-0.0.104
2021-12-20 Matt CoralloSwitch keysend command to using InvoicePayer to get... 2021-12-0.0.104
2021-12-19 Matt CoralloExpose the fee paid on a payment in stdout
2021-12-19 Matt CoralloUpdate to LDK 0.0.104
2021-11-30 Jeffrey CzyzMerge pull request #42 from dongcarl/2021-11-add-signet
2021-11-25 Carl DongAdd Signet support
2021-11-12 Matt CoralloAuto-reconnect peers every second
2021-11-04 Matt CoralloMerge pull request #40 from jkczyz/2021-11-release-103
2021-11-03 Jeffrey CzyzPersist channel scores
2021-11-03 Jeffrey CzyzUse InvoicePayer in send_payment
2021-11-03 Jeffrey CzyzUpdate dependencies to LDK 0.0.103
2021-10-19 valentinewallaceMerge pull request #39 from TheBlueMatt/main
2021-10-18 Matt CoralloUpdate dependencies to LDK 0.0.102
2021-09-29 valentinewallaceMerge pull request #35 from TheBlueMatt/2021-09-0.0.101
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-18 valentinewallaceMerge pull request #32 from lightningdevkit/2021-08...
2021-08-18 Matt CoralloDrop unused change output calculation
2021-08-13 valentinewallaceMerge pull request #29 from TheBlueMatt/main
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-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-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
next