Support paying 0-amount offers and invoices
[ldk-sample] / src / bitcoind_client.rs
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 CoralloUpgrade LDK to 0.0.118
2023-11-13 Matt CoralloDrop unused `UtxoLookup` impl for `BitcoindClient`
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-09-21 Elias RohrerMerge pull request #119 from benthecarman/rm-targe
2023-09-20 benthecarmanRemove unneeded Target enum
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 Wilmer PaulinoImplement bump_transaction::WalletSource for BitcoindClient
2023-07-30 Matt CoralloMerge pull request #107 from tnull/2023-07-upgrade...
2023-07-25 Elias RohrerUpgrade to LDK 0.0.116
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
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-18 Jeffrey CzyzMerge pull request #79 from MaxFangX/fix-blocksource...
2022-10-18 Max Fangimpl `BlockSource` on `T`, instead of `&T`
2022-06-09 Matt CoralloMerge pull request #58 from jkczyz/2022-05-ldk-107
2022-06-09 Jeffrey CzyzUpdate to LDK 0.0.107
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-27 Matt CoralloAllow `txn-mempool-conflict` errors when broadcasting...
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-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-26 Sergi Delgado SeguraMakes send_raw_transaction return Txid instead of RawTx
2021-08-17 valentinewallaceMerge pull request #30 from lightningdevkit/2021-08...
2021-08-17 Matt CoralloAllow "rejecting replacement" tx broadcast error
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-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-04 Jeffrey CzyzMerge pull request #5 from TheBlueMatt/main
2021-05-04 Matt CoralloAdopt rustfmt's completely braindead expected formatting
2021-05-04 Matt CoralloMake an initial dummy RPC call to check that the connec...
2021-05-04 Jeffrey CzyzMerge pull request #4 from valentinewallace/sample-v0
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 Wallaceadd rustfmt + CI + other fixups
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