rust-lightning
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-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
2022-12-05 Wilmer PaulinoRename KeysInterface ready_channel to provide_channel_p...
2022-12-05 Wilmer PaulinoSplit KeysInterface::get_channel_signer into two
2022-12-04 Matt CoralloMerge pull request #1891 from tnull/2022-12-rename...
2022-12-04 Elias RohrerUpdate docs and add pending changelog
2022-12-03 Matt CoralloMerge pull request #1887 from TheBlueMatt/2022-11-defin...
2022-12-02 Jeffrey CzyzRemove unused mut from OfferBuilder::amount_msats
2022-12-02 Jeffrey CzyzReduce visibility for offer auxiliary types
2022-12-01 Matt CoralloMerge pull request #1893 from valentinewallace/2022...
2022-12-01 Matt CoralloConstruct from-message `HTLCFailReason` via a construct...
2022-12-01 Matt CoralloFix `impl_writeable_tlv_based_enum` to not require...
2022-12-01 Matt CoralloDecode `HTLCFailReason`s in a util method on the enum
2022-12-01 Matt CoralloEncode HTLC failure packets in a util method on `HTLCFa...
2022-12-01 Matt CoralloMerge pull request #1880 from tcharding/11-29-move...
2022-12-01 Elias RohrerRename `PaymentReceived` to `PaymentClaimable`
2022-12-01 Valentine WallaceRename APIError::RouteError to ::InvalidRoute
2022-12-01 Valentine WallaceFix weird import format in persist
2022-12-01 Valentine WallaceHTLC intercept test: swap hardcoded value for const
2022-12-01 Valentine WallaceTest for unknown HTLC intercept id error
2022-12-01 Valentine WallaceClean up HTLC intercept errors
2022-12-01 Matt CoralloMerge pull request #1862 from valentinewallace/2022...
2022-12-01 Tobin C. HardingDo not lock while looping htlcs_to_fail
2022-12-01 Tobin C. HardingMake fail_htlc_backwards_internal borrow parameters
2022-12-01 Tobin C. HardingAdd constructors to HTLCFailReason
2022-12-01 Matt CoralloMerge pull request #1835 from valentinewallace/2022...
2022-11-30 Matt CoralloRemove unreachable `Err` cases when constructing `TxCre... 2022-11-definitely-valid
2022-11-30 Matt CoralloRemove unreachable `Err` cases on `derive_*_revocation_key`
2022-11-30 Matt CoralloRemove unreachable `Err` cases on `derive_{public,priva...
2022-11-30 Valentine WallaceMove DefaultRouter to router module
2022-11-30 Valentine WallaceMove ScorerAccountingForInFlightHtlcs to router + make...
2022-11-30 Matt CoralloMerge pull request #1839 from ariard/2022-11-increase...
2022-11-30 Valentine WallaceDon't forward HTLC intercepts over unestablished channels
2022-11-30 Valentine WallaceAutomatically fail intercepts back on timeout
2022-11-30 Valentine WallaceAdd config knob for forwarding intercept payments
2022-11-30 Valentine WallaceAllow failing back intercepted HTLCs
2022-11-30 Valentine WallaceUtils for forwarding intercepted htlcs + getting interc...
2022-11-30 Valentine WallaceGenerate HTLCIntercepted event upon interceptable forward
2022-11-30 Valentine WallaceAdd HTLCIntercepted event
2022-11-30 Valentine WallaceAdd fake scid namespace for intercepted HTLCs
2022-11-30 Valentine WallacePersist pending intercepted htlcs in ChannelManager
2022-11-30 Matt CoralloMerge pull request #1885 from TheBlueMatt/2022-11-dumb...
2022-11-30 Matt CoralloDrop unnecessary clone 2022-11-dumb-lookup
2022-11-30 Matt CoralloDrop useless SCID lookup in `claim_funds_from_hop`
next