Support paying 0-amount offers and invoices
[ldk-sample] / src / cli.rs
2024-02-12 Matt CoralloSupport paying 0-amount offers and invoices main
2024-02-09 Matt CoralloAdd BOLT12 Offer generation and payment support
2024-02-06 Matt CoralloUse `payment_parameters_from_invoice` rather than build...
2024-02-01 Elias RohrerMerge pull request #126 from optout21/ldk-119
2024-02-01 optoutUpdate to LDK 0.0.121
2023-11-14 Elias RohrerMerge pull request #123 from TheBlueMatt/main
2023-11-13 Matt CoralloSplit inbound+outbound payments, use PaymentId as outbo...
2023-11-13 Matt CoralloUpgrade LDK to 0.0.118
2023-10-16 Elias RohrerMerge pull request #118 from TheBlueMatt/main
2023-10-15 Matt CoralloRename `persister` in `handle_ldk_events` to differenti...
2023-10-15 Matt CoralloAvoid using `hex_str` for payment hashes which now...
2023-10-15 Matt CoralloUpgrade to LDK 0.0.117
2023-08-30 Elias RohrerMerge pull request #117 from TheBlueMatt/main
2023-08-22 Matt CoralloDont block tokio reactor waiting on user input
2023-08-14 Matt CoralloMerge pull request #114 from TheBlueMatt/2023-08-last...
2023-08-14 Matt CoralloMerge pull request #116 from wpaulino/anchors
2023-08-14 Matt CoralloMerge pull request #112 from TheBlueMatt/main
2023-08-14 Wilmer PaulinoAdd anchors flag to openchannel CLI command
2023-08-11 Matt CoralloTrim whitespace when signing messages
2023-07-30 Matt CoralloMerge pull request #107 from tnull/2023-07-upgrade...
2023-07-25 Elias RohrerUpgrade to LDK 0.0.116
2023-07-25 Matt CoralloMerge pull request #104 from zoedberg/persist_payments
2023-07-25 Zoe FaltibĂ persist payments info to disk
2023-04-26 Elias RohrerMerge pull request #100 from TheBlueMatt/main
2023-04-25 Matt CoralloUpdate to LDK 0.0.115
2023-04-24 Matt CoralloDrop `futures` dependency with `tokio::select`
2023-03-07 Matt CoralloMerge pull request #97 from valentinewallace/2023-02...
2023-03-07 Valentine WallaceUpdate to LDK v0.0.114
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 Matt CoralloMerge pull request #89 from alecchendev/parse-env-followup
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-01 ChiruAdd `disconnectpeer` subcommand
2022-11-01 valentinewallaceMerge pull request #82 from TheBlueMatt/main
2022-10-31 Matt CoralloProvide an MSRV of 1.48
2022-10-31 Matt CoralloUpdate to LDK 0.0.112
2022-10-31 Matt CoralloMerge pull request #84 from tnull/2022-10-update-packag...
2022-10-31 Elias RohrerMerge pull request #83 from ch1ru/main
2022-10-31 ChiruSemantically sort subheadings
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-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-09-05 Matt CoralloMerge pull request #68 from tnull/2022-09-05-dont-doubl...
2022-09-05 Elias RohrerRemove redundant `is_none()` check
2022-08-20 Matt CoralloMerge pull request #67 from catenocrypt/main
2022-08-20 catenocryptAdd --public option to openchannel command help
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 CzyzPrint next and previous nodes for PaymentForwarded
2022-06-09 Jeffrey CzyzUpdate to LDK 0.0.107
2022-04-17 Matt CoralloMerge pull request #57 from meryacine/main
2022-04-17 meryacineAdd a help message for the `keysend` command
2022-04-04 Matt CoralloMerge pull request #51 from jkczyz/2022-03-ldk-106
2022-03-29 Matt CoralloMerge pull request #55 from TheBlueMatt/2022-03-node...
2022-03-29 Matt CoralloMerge pull request #54 from TheBlueMatt/main
2022-03-28 Matt CoralloAvoid panic if chan IDs passed to {force,}closechannel...
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 CoralloCorrect balance printing in cli
2022-03-10 valentinewallaceMerge pull request #46 from TheBlueMatt/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 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-14 Matt CoralloFix signmessage offset calculation
2021-11-12 Matt CoralloAuto-reconnect peers every second
2021-11-11 Matt CoralloInclude total local balance across all channels in...
2021-11-07 Matt CoralloPrint CLI prompt at top of loop instead of before each...
2021-11-04 Matt CoralloMerge pull request #40 from jkczyz/2021-11-release-103
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 CoralloAdd lightning message-signing support
2021-10-18 Matt CoralloUpdate dependencies to LDK 0.0.102
2021-10-17 Matt CoralloMerge pull request #37 from radixrat/main
2021-10-17 cadwgan0use rsplitn for rpc info extraction in case passwords...
2021-09-29 valentinewallaceMerge pull request #35 from TheBlueMatt/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 Matt CoralloCorrectly parse args without port but with net
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 valentinewallaceMerge pull request #22 from TheBlueMatt/main
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 CoralloAllow multiple publicly-announced addresses
2021-06-24 Matt CoralloMerge pull request #20 from TheBlueMatt/main
next