rust-lightning
2023-08-08 Matt CoralloMake CI build -> test flows test -> build. 2023-08-keysend-robust-test
2023-08-08 Matt CoralloScope payment preimage in do_test_keysend_payments
2023-08-07 valentinewallaceMerge pull request #2475 from alecchendev/2023-08-actua...
2023-08-05 Alec ChenSend keysend preimage through OutboundPayment::send_pay...
2023-08-05 Alec ChenMove keysend tests to payment_tests.rs
2023-07-31 valentinewallaceMerge pull request #2366 from valentinewallace/2023...
2023-07-31 Matt CoralloMerge pull request #2460 from TheBlueMatt/2023-07-claim...
2023-07-31 Matt CoralloMerge pull request #2463 from TheBlueMatt/2023-07-no...
2023-07-31 Matt CoralloMerge pull request #2465 from alecchendev/2023-07-flip...
2023-07-31 valentinewallaceMerge pull request #2454 from optout21/unused-use
2023-07-31 Elias RohrerMerge pull request #2459 from valentinewallace/2023...
2023-07-31 Alec ChenFlip keysend feature bit in node features
2023-07-30 Matt CoralloDrop unicode in documentation 2023-07-no-rustdoc-unicode
2023-07-30 Matt CoralloDrop `claimable` from `Balance::claimable_amount_satosh... 2023-07-claimable-clarify
2023-07-27 Valentine WallaceStruct-ify reconnect_nodes test util args
2023-07-26 valentinewallaceMerge pull request #2104 from douglaz/docs_fixes_channel
2023-07-26 optoutRemove an unused use (ChannelSigner)
2023-07-25 Valentine WallaceFuzz test blinded payment pathfinding
2023-07-25 Valentine WallaceRouter fuzz: macroize first/last hops construction...
2023-07-25 Allan Douglas... Docs improvements for channel
2023-07-25 valentinewallaceMerge pull request #2446 from TheBlueMatt/2023-07-ci...
2023-07-25 valentinewallaceMerge pull request #2448 from TheBlueMatt/2023-07-cm...
2023-07-24 Matt CoralloMerge pull request #2370 from valentinewallace/2023...
2023-07-24 benthecarmanImpl clone for ChannelMonitor 2023-07-cm-clone
2023-07-24 Matt CoralloRun all tests first before testing more esoteric flags... 2023-07-ci-more-test
2023-07-24 Matt CoralloMerge pull request #2431 from arik-so/2023-07-public...
2023-07-23 Elias RohrerMerge pull request #2444 from szabgab/https
2023-07-23 Gabor Szabohttp => https
2023-07-21 Matt CoralloMerge pull request #2427 from TheBlueMatt/2023-07-cut-116 v0.0.116
2023-07-21 Matt CoralloBump crate versions to 0.0.116 release 2023-07-cut-116
2023-07-21 Matt CoralloAdd a warning on anchors and update 116 changelog for...
2023-07-21 Matt CoralloAdd `lightning-background-processor` `no-std` feature
2023-07-21 Jeffrey CzyzMerge pull request #2436 from tnull/2023-07-improve...
2023-07-21 Matt CoralloMerge pull request #2439 from tnull/2023-05-fix-0conf...
2023-07-21 Elias RohrerImprove logging for ignored candiate hops
2023-07-21 Elias RohrerUpdate outdated `router.rs` docs
2023-07-21 Matt CoralloMerge pull request #2434 from TheBlueMatt/2023-07-116...
2023-07-21 Elias RohrerAvoid `unwrap`ing in `get_announcement_sigs`
2023-07-21 Elias RohrerAvoid panic when 0conf channel's ann. sigs race on...
2023-07-20 Matt CoralloAdd relevant derives for `BigSize` as its a simple... 2023-07-116-bindings-part-2
2023-07-20 Matt CoralloAdd relevant trait derives for `bump_transaction` structs
2023-07-20 Matt CoralloMake `OffersMessage` and offers errors `Clone`able
2023-07-20 Matt CoralloMake `requires_unknown_bits_from` param type bindings...
2023-07-20 Matt CoralloMark the `Duration` serialization implementation no...
2023-07-20 Matt CoralloNo-export un-exportable types in BOLT12 module
2023-07-20 Matt CoralloNo-export `APeerManager` in bindings
2023-07-20 Matt CoralloMove `ClaimId` to `[u8; 32]` in bindings.
2023-07-20 Matt CoralloTweak PSBT signing for bindings compatibility
2023-07-20 Matt CoralloAdd a c_bindings test to `check-compiles.sh` as it...
2023-07-20 Matt CoralloMerge pull request #2430 from TheBlueMatt/2023-07-116...
2023-07-20 Matt CoralloMerge pull request #2382 from dunxen/2077-followups
2023-07-20 Matt CoralloDrop `c_bindings` implementation of scoring on `Mutex... 2023-07-116-bindings-part-1
2023-07-20 Matt CoralloPass `InFlightHltcs` to the scorer by ownership rather...
2023-07-20 Matt CoralloPass must-spend inputs to users by ownership
2023-07-20 Matt CoralloTweak transaction bumping `sign_tx` types for bindings
2023-07-20 Arik SosmanPublicize UnsignedChannelAnnouncement's excess_data.
2023-07-19 Matt CoralloMerge pull request #2423 from wpaulino/2403-fixups
2023-07-19 Duncan DeanClose and remove unfunded inbound/outbound channels...
2023-07-19 Duncan DeanRemove redundant 'outbound' wording from methods
2023-07-19 Duncan DeanForce close pending channels in `internal_shutdown`
2023-07-19 Duncan DeanConsider all channel maps in `update_partial_channel_co...
2023-07-19 Duncan DeanFallback `close_channel_internal` to force close unfund...
2023-07-19 Duncan DeanAdd missing unfunded channel maps checks in `ChannelMan...
2023-07-19 Duncan DeanRefer to channels busy with funding tx negotiation...
2023-07-19 Wilmer PaulinoMerge pull request #2426 from TheBlueMatt/2023-07-proc...
2023-07-18 Matt CoralloTweak generics on `derive_channel_signer` to be binding...
2023-07-18 Matt CoralloOnly try to build `lightning-transaction-sync` if we... 2023-07-proc-macro2-msrv
2023-07-17 Elias RohrerPin `proc-macro2` in CI to fix MSRV breakage
2023-07-17 Matt CoralloTest MSRV builds (without dev-dependencies) in CI
2023-07-17 Matt CoralloDrop `tokio/macros` dependency in `lightning-net-tokio...
2023-07-17 Wilmer PaulinoAdd warning regarding remote fee estimators
2023-07-17 Matt CoralloMerge pull request #2414 from TheBlueMatt/2023-07-cut... v0.0.116-rc1
2023-07-17 Matt CoralloUpdate version numbers to rc1, from alpha1 2023-07-cut-116-rc
2023-07-17 Matt CoralloAdd 0.0.116rc1 CHANGELOG entries (to be renamed 116...
2023-07-17 Matt CoralloMerge pull request #2415 from wpaulino/update-fee-anchors
2023-07-17 Wilmer PaulinoClarify log for commitment transaction already meeting...
2023-07-17 Wilmer PaulinoDrop use of RefCell in DebugIter
2023-07-17 Matt CoralloMerge pull request #2403 from wpaulino/bump-transaction...
2023-07-15 valentinewallaceMerge pull request #2416 from jkczyz/2023-07-invoice...
2023-07-14 Wilmer PaulinoUse min mempool feerate for outbound updates on anchor...
2023-07-14 Wilmer PaulinoRelax constraints for inbound feerate updates on anchor...
2023-07-14 Wilmer PaulinoAdd new ConfirmationTarget variant for min mempool...
2023-07-14 Wilmer PaulinoIntegrate BumpTransactionEventHandler into existing...
2023-07-14 Wilmer PaulinoAdd BumpTransactionEventHandler instance to node test...
2023-07-14 Wilmer PaulinoImprove logging in BumpTransactionEventHandler paths
2023-07-14 Wilmer PaulinoAdd log_iter utility macro
2023-07-14 Wilmer PaulinoAdd debug assertions for weight estimates of bump trans...
2023-07-14 Wilmer PaulinoConsider existing commitment transaction feerate when...
2023-07-14 Wilmer PaulinoAvoid yielding ChannelClose bump events with sufficient...
2023-07-14 Wilmer PaulinoMove feerate helpers to chain module
2023-07-14 Jeffrey CzyzQualify the BOLT 11 invoice description type
2023-07-14 Jeffrey CzyzQualify the BOLT 11 invoice signature type
2023-07-14 Jeffrey CzyzQualify the BOLT 11 invoice features type
2023-07-14 Jeffrey CzyzQualify the BOLT 11 semantic error type
2023-07-14 Jeffrey CzyzQualify the BOLT 11 parse error type
2023-07-14 Jeffrey CzyzQualify the BOLT 11 raw invoice types
2023-07-14 Jeffrey CzyzQualify the BOLT 11 invoice type
2023-07-14 Jeffrey CzyzQualify the BOLT 12 semantic error
2023-07-14 Jeffrey CzyzQualify the BOLT 12 parse error
2023-07-14 Jeffrey CzyzQualify the BOLT 12 unsigned invoice type
next