ldk-sample
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-09 Matt CoralloHandle `Event::ConnectionNeeded` for onion message...
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 CoralloDrop unused `hex` dependency
2023-11-13 Matt CoralloSplit inbound+outbound payments, use PaymentId as outbo...
2023-11-13 Matt CoralloUpgrade LDK to 0.0.118
2023-11-13 Matt CoralloDrop unused `UtxoLookup` impl for `BitcoindClient`
2023-10-27 Matt CoralloMerge pull request #124 from optout21/broadcast-comment
2023-10-25 optoutFix comment on funding transaction broadcast
2023-10-16 Elias RohrerMerge pull request #118 from TheBlueMatt/main
2023-10-15 Matt CoralloVerify gossip using our RpcClient and the new LDK verif...
2023-10-15 Matt CoralloRename `persister` in `handle_ldk_events` to differenti...
2023-10-15 Matt CoralloSwitch to `MonitorUpdatingPersister`
2023-10-15 Matt CoralloAvoid using `hex_str` for payment hashes which now...
2023-10-15 Matt CoralloUpgrade to LDK 0.0.117
2023-10-15 Matt CoralloMerge pull request #120 from benthecarman/fee-sniping
2023-09-25 benthecarmanUse bitcoin core's logic for anti-fee-sniping
2023-09-21 Elias RohrerMerge pull request #119 from benthecarman/rm-targe
2023-09-20 benthecarmanRemove unneeded Target enum
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-20 Matt CoralloCorrect directory path for spendables sweep
2023-08-14 Matt CoralloMerge pull request #114 from TheBlueMatt/2023-08-last...
2023-08-14 Matt CoralloAttempt a last-ditch ChannelManager persistence if... 2023-08-last-ditch-write
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-14 Wilmer PaulinoHandle Event::BumpTransaction via BumpTxEventHandler
2023-08-14 Wilmer PaulinoImplement bump_transaction::WalletSource for BitcoindClient
2023-08-14 Wilmer PaulinoManually accept inbound channels
2023-08-11 Matt CoralloTrim whitespace when signing messages
2023-08-07 Jeffrey CzyzMerge pull request #109 from valentinewallace/2023...
2023-08-07 Matt CoralloMerge pull request #110 from tnull/2023-08-no-chrono...
2023-08-06 Elias RohrerDon't use `chrono` default features
2023-08-05 Valentine WallaceDetect if the background processor exits early and...
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-07-14 Matt CoralloMerge pull request #106 from tnull/2023-07-fix-github...
2023-07-12 Matt CoralloMerge pull request #108 from domZippilli/2023-07-relax...
2023-07-12 Dom Zippilliswitch missed tick behavior to delay instead of default...
2023-07-06 Elias RohrerUpdate CI to remove deprecated actions
2023-05-19 Elias RohrerMerge pull request #103 from TheBlueMatt/main
2023-05-17 Matt CoralloTry to sweep `SpendableOutputs` regularly, and in bulk
2023-05-17 Matt CoralloAnnounce node_announcemnet even without listen addresses
2023-04-26 Elias RohrerMerge pull request #100 from TheBlueMatt/main
2023-04-26 Matt CoralloDrop windows-latest stable rustc build as it now fails
2023-04-26 Matt CoralloUpdate Cargo.lock
2023-04-25 Matt CoralloLog ChannelPending events
2023-04-25 Matt CoralloPrint the ultimate payment failure reason on PaymentFai...
2023-04-25 Matt CoralloSwitch to using the async background processor
2023-04-25 Matt CoralloUpdate to LDK 0.0.115
2023-04-24 Matt CoralloDrop `futures` dependency with `tokio::select`
2023-03-27 Elias RohrerMerge pull request #99 from TheBlueMatt/main
2023-03-25 Matt CoralloDon't panic on tx broadcast failures
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-02-01 Elias RohrerMerge pull request #95 from freddiekrugerrand/01-22...
2023-02-01 FreddieKrugerrandPrompt user to provide at least 2 arguments rather...
2023-01-11 Elias RohrerMerge pull request #94 from TheBlueMatt/main
2023-01-11 Matt CoralloRestore MSRV to 1.48
2023-01-11 Elias RohrerMerge pull request #93 from tnull/2023-01-update-to...
2023-01-11 Elias RohrerRaise MSRV to 1.49.0, following tokio
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 Alec ChenChange order of where to find rpc auth
2023-01-05 Alec ChenFix testnet datadir path
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-02 Matt CoralloMerge pull request #86 from MaxFangX/update-lock
2022-11-02 Max FangUpdate Cargo.lock to reflect new package name
2022-11-01 ChiruAdd `disconnectpeer` subcommand
2022-11-01 valentinewallaceMerge pull request #82 from TheBlueMatt/main
2022-10-31 Matt CoralloUpdate Cargo.lock
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 RohrerUpdate package name to `ldk-sample`
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 RohrerAdd CI jobs for `windows-latest` and `macos-latest`
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...
next