rust-lightning
2023-01-10 Matt CoralloMake the custom message traits cloneable as they're... 2022-12-0.0.113-java-bindings
2023-01-10 Matt CoralloMake ChannelMonitor clonable again
2023-01-10 Matt CoralloMerge pull request #1938 from TheBlueMatt/2022-12-0...
2023-01-03 Matt CoralloUse an explicit `Sign` type on the `ChannelMonitor... 2022-12-0.0.113-bindings
2023-01-03 Matt CoralloDon't expose `process_path` as it requires a slice...
2023-01-03 Matt CoralloDrop `EventHandler` support for `Future`s since its...
2023-01-03 Matt CoralloExport Onion Message structs in their respective modules
2023-01-03 Matt CoralloTag `KVStore` `(C-not exported)` as `Writeable` isn...
2023-01-03 Jeffrey CzyzRestrict ChannelInfo::as_directed_from visibility
2023-01-03 Matt CoralloSimplify type aliasing somewhat around times
2023-01-03 Matt CoralloMake `as_directed_to` non-public
2023-01-03 Matt Corallo`#[derive(Clone)]` for `InFlightHtlcs`
2023-01-03 Matt CoralloEnsure the per-channel key derivation counter doesn...
2023-01-03 Matt CoralloEnsure `derive_channel_keys` doesn't panic if per-run...
2023-01-03 Matt CoralloNo-export `&self` methods on non-cloneable enum(s)
2023-01-03 Matt CoralloStore an owned `Score` in `ScorerAccountingForInFlightH...
2022-12-16 ArikMerge pull request #1917 from TheBlueMatt/2022-12-0... v0.0.113
2022-12-15 Matt CoralloBump crate versions to 0.0.113/invoice 0.21 2022-12-0.0.113
2022-12-15 Matt CoralloAdd release notes for 0.0.113
2022-12-15 Matt CoralloOnly do backtrace builds on stable to fix MSRV break...
2022-12-15 Matt CoralloMerge pull request #1918 from TheBlueMatt/2022-12-one...
2022-12-14 Matt CoralloUpdate references to "blinded route" to "blinded path" 2022-12-one-blinded-path
2022-12-14 Matt CoralloRename `blinded_route` variables and module to `blinded...
2022-12-14 Matt CoralloUnify blinding nomenclature to call them "paths" not...
2022-12-13 Matt CoralloMerge pull request #1915 from TheBlueMatt/2022-12-jit...
2022-12-13 Matt CoralloDrop forwarded HTLCs which were still pending at persis... 2022-12-jit-reload-consistency
2022-12-13 Matt CoralloRemove unused fetch in `lightning_invoice` tests.
2022-12-13 Matt CoralloMerge pull request #1894 from ssbright/2022-12-custom_p...
2022-12-12 Matt CoralloMerge pull request #1900 from tnull/2022-12-improve...
2022-12-12 Matt CoralloMerge pull request #1892 from tnull/2022-12-spendableou...
2022-12-12 Matt CoralloMerge pull request #1907 from TheBlueMatt/2022-12-aband...
2022-12-12 ssbrightAdd invoice constructor with custom payment hash
2022-12-12 Elias RohrerImprove `Confirm` docs
2022-12-12 Elias RohrerClean up docs in `keysinterface.rs`
2022-12-12 Matt CoralloNote that abandon_payment does not persist the state... 2022-12-abandon-crash-reset
2022-12-12 Matt CoralloMerge pull request #1904 from TheBlueMatt/2022-12-1825...
2022-12-12 valentinewallaceMerge pull request #1738 from jkczyz/2022-09-invoice...
2022-12-12 Matt CoralloMerge pull request #1906 from wpaulino/prevent-downgrad...
2022-12-12 Matt CoralloMerge pull request #1886 from TheBlueMatt/2022-11-claim...
2022-12-09 Jeffrey CzyzAdd BOLT 12 merkle root test for `invoice_request`
2022-12-09 Jeffrey CzyzInvoice request parsing tests
2022-12-09 Jeffrey CzyzInvoice request building tests
2022-12-09 Jeffrey CzyzBuilder for creating invoice requests
2022-12-09 Jeffrey CzyzInvoice request raw byte encoding and decoding
2022-12-09 Jeffrey CzyzMerkle root hash computation
2022-12-09 Jeffrey CzyzSchnorr Signature serialization
2022-12-09 Jeffrey CzyzInvoice request message interface and data format
2022-12-08 Matt CoralloAdd second TODO when claiming to mirror the existing... 2022-11-claim-relock
2022-12-08 Matt CoralloDrop unused link in `claim_funds`
2022-12-08 Matt CoralloDrop now-unused `ClaimFundsFromHop` enum and replace...
2022-12-08 Matt CoralloHandle claim result event generation in claim_funds_fro...
2022-12-08 Matt CoralloDon't hold `channel_state` lock for entire duration...
2022-12-08 Matt CoralloHandle closed-chan HTLC claims in `claim_funds_from_hop`
2022-12-08 Matt CoralloAdd support for handling "actions" after a monitor...
2022-12-08 Matt CoralloStore pending claims awaiting monitor update in a separ...
2022-12-08 Matt CoralloSlightly clarify comment on safety of only processing... 2022-12-1825-followups
2022-12-07 Matt CoralloEnsure `Event::BumpTransaction` is forwards-compatible
2022-12-07 Matt CoralloUse `Witness::push_bitcoin_signature` where relevant
2022-12-07 Matt CoralloDrop excess mut on `OnchainTxHandler::generate_external...
2022-12-07 Matt CoralloDRY the comparison blocks in `update_claims_view_from_m...
2022-12-07 Matt CoralloUse `PackageId` rather than `Txid` in `OnchainEvent...
2022-12-07 Wilmer PaulinoUse even types for opt_anchors
2022-12-07 Matt CoralloMerge pull request #1863 from TheBlueMatt/2022-11-holdi...
2022-12-07 Matt CoralloMerge pull request #1825 from wpaulino/anchors-bump...
2022-12-07 Wilmer PaulinoExtend BaseSign with HTLC output signing support for...
2022-12-07 Wilmer PaulinoYield BumpHTLCResolution events
2022-12-07 Wilmer PaulinoExpose HTLC transaction construction helpers
2022-12-07 Wilmer PaulinoRename set_equality within update_claims_view_from_matc...
2022-12-07 Wilmer PaulinoGenerate ClaimEvent for HolderHTLCOutput inputs from...
2022-12-07 Wilmer PaulinoIntroduce internal package ID to track pending claims
2022-12-07 Wilmer PaulinoSupport HolderHTLCOutput inputs from anchor channels
2022-12-07 Wilmer PaulinoSpecify amount units in HolderHTLCOutput
2022-12-07 Wilmer PaulinoUpdate HTLC transaction detection from revoked counterp...
2022-12-07 Wilmer PaulinoTrack HTLC resolving transaction to determine input...
2022-12-06 Matt CoralloMerge pull request #1895 from TheBlueMatt/2022-12-fix...
2022-12-06 Matt CoralloCorrectly handle any `UPDATE` errors to phandom invoices 2022-12-fix-missing-data
2022-12-06 Matt CoralloReplace `build_first_hop_failure_packet` with `HTLCFail...
2022-12-06 Matt CoralloUse `temporary_node_failure` for a phantom HTLC with...
2022-12-06 Matt CoralloAssert that all onion error messages are correct len...
2022-12-06 Matt CoralloCorrectly include the `sha256_hash_of_onion` field...
2022-12-06 Matt CoralloDrop the stale `final_expiry_too_soon` error code
2022-12-06 Matt CoralloEncapsulate `HTLCFailReason` to not expose struct variants
2022-12-06 Matt CoralloMove `HTLCFailReason` to `onion_utils`
2022-12-06 Matt CoralloMerge pull request #1902 from tnull/2022-12-payment...
2022-12-06 Matt CoralloMove `claimable_htlcs` to a struct for more fields...
2022-12-06 Matt CoralloCorrect confusing docs on `Channel` methods 2022-11-holding-cell-batch-update
2022-12-06 Matt CoralloLean on the holding cell for commitments when updating...
2022-12-06 Matt CoralloFree the holding cells during background timer ticks
2022-12-06 Matt CoralloLean on the holding cell when batch-forwarding/failing...
2022-12-06 Matt CoralloMerge pull request #1867 from wpaulino/remove-signer...
2022-12-06 Elias RohrerRename variables referring to `PaymentClaimable`
2022-12-05 Matt CoralloMerge pull request #1857 from TheBlueMatt/2022-11-reloa...
2022-12-05 Matt CoralloFail HTLCs which were removed from a channel but not... 2022-11-reload-htlc
2022-12-05 Matt CoralloAvoid attempting to forward to a closed chan on stale...
2022-12-05 Matt CoralloExpose the full set of outbound HTLCs from a `ChannelMo...
2022-12-05 Wilmer PaulinoRemove unnecessary byte_utils helpers
2022-12-05 Wilmer PaulinoDrop Clone requirement from Sign
2022-12-05 Wilmer PaulinoAvoid use of OnlyReadsKeysInterface
2022-12-05 Wilmer PaulinoRe-derive signers upon deserializing OnchainTxHandler
2022-12-05 Wilmer PaulinoRe-derive signers upon deserializing Channel
next