rust-lightning
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-01 Matt CoralloMerge pull request #1893 from valentinewallace/2022...
2022-12-01 Matt CoralloMerge pull request #1880 from tcharding/11-29-move...
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 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`
2022-11-30 Antoine RiardRemove get_p2wpkh_redeemscript in favor of lib helper
2022-11-30 Antoine RiardIncrease visibility of script helper
2022-11-30 Antoine RiardIncrease visibility of protocol-level consts
2022-11-29 Matt CoralloMerge pull request #1856 from tnull/2022-10-expose...
2022-11-29 Valentine WallaceFix typo in ScorerAccountingForInFlightHtlcs
2022-11-29 Valentine WallaceMove ScoringRouter methods to Router
2022-11-29 Elias RohrerExpose `confirmations` via `ChannelDetails`
2022-11-29 Elias RohrerExpose the channel via which we received a payment
2022-11-28 Matt CoralloMerge pull request #1766 from tee8z/event-node-received
2022-11-28 valentinewallaceMerge pull request #1874 from LeoDog896/patch-1
2022-11-28 Tee8zadds 'receiver_node_id' to 'Event::Payment{Received...
2022-11-26 Tristan FSmall grammar fixes to README.md
2022-11-25 Matt CoralloMerge pull request #1861 from TheBlueMatt/2022-11-tx...
2022-11-24 Matt CoralloAdd additional testing in `montior_tests` for chain... 2022-11-tx-connection-idempotency
2022-11-24 Matt CoralloEnsure `transactions_confirmed` is idempotent
2022-11-22 Matt CoralloMerge pull request #1828 from lightning-signer/2022...
2022-11-22 valentinewallaceMerge pull request #1866 from TheBlueMatt/2022-11-noisy...
2022-11-22 Matt CoralloDrop verbose log entries in BP when no network graph... 2022-11-noisy-no-graph
2022-11-22 DevrandomRe-add support for non-zero-fee-anchors to chan_utils...
2022-11-22 Matt CoralloMerge pull request #1859 from TheBlueMatt/2022-11-rm...
2022-11-22 Matt CoralloMerge pull request #1772 from ViktorTigerstrom/2022...
2022-11-21 Viktor TigerströmDon't hold `per_peer_state` lock during chain monitor...
2022-11-21 Viktor TigerströmLock pending inbound and outbound payments to before...
2022-11-21 Viktor TigerströmMove `claimable_htlcs` to separate lock
2022-11-21 Matt CoralloMerge pull request #1830 from jurvis/jurvis/2022-10...
2022-11-21 Matt CoralloRemove the `post_handle_chan_restoration` macro 2022-11-rm-redundant-holding-cell-wipe
2022-11-19 jurvisRemove pub visibility of InFlightHtlcs HashMap
2022-11-19 jurvisAdd functional test for inflight HTLC tracking with...
2022-11-19 jurvisRemove `paths` from `PaymentInfo` in `payment_cache`
2022-11-19 jurvisCompute InflightHtlcs from available information in...
2022-11-19 Matt CoralloMerge pull request #1846 from TheBlueMatt/2022-11-more...
2022-11-18 Matt CoralloExplicitly track the set of spendable transactions...
2022-11-18 Matt CoralloMerge pull request #1852 from TheBlueMatt/2022-11-accep...
2022-11-18 Matt CoralloHandle `transaction_unconfirmed` as a full reorg to... 2022-11-more-robust-unconfirmed
2022-11-18 Matt CoralloMerge pull request #1726 from jkczyz/2022-09-offer...
2022-11-18 Matt CoralloFix one test still connecting invalid blocks
2022-11-18 Jeffrey CzyzExpose the default Quantity::one as pub
2022-11-18 Jeffrey CzyzLimit TLV stream decoding to type ranges
2022-11-18 Jeffrey CzyzOffer parsing tests
2022-11-18 Jeffrey CzyzUse SemanticError in OfferBuilder::build
2022-11-18 Jeffrey CzyzOffer parsing from bech32 strings
2022-11-17 Matt CoralloConvert the `handle_chan_restoration_locked` macro...
2022-11-17 Matt CoralloWait to free the holding cell during channel_reestablis...
2022-11-17 Matt CoralloRemove log assertions in `chanmon_update_fail_tests`
2022-11-17 jurvisUnparameterize HashMap from InFlightHtlcs initializer
2022-11-16 Matt CoralloMerge pull request #1855 from tnull/2022-11-inbound...
2022-11-16 Elias RohrerRemove unused import
2022-11-16 Elias RohrerMention `user_channel_id` rand. version req.
2022-11-16 Elias RohrerAlso set `user_channel_id` when its overridden
2022-11-16 Matt CoralloMerge pull request #1826 from TheBlueMatt/2022-10-idemp...
2022-11-16 Matt CoralloMerge pull request #1853 from TheBlueMatt/2022-11-reloa...
2022-11-16 Matt CoralloMerge pull request #1851 from TheBlueMatt/2022-11-fix...
2022-11-16 Matt CoralloAccept feerate increases even if they aren't high enoug... 2022-11-accept-bad-but-better-fee-updates
2022-11-16 Matt CoralloAwait `Future::poll` `Complete`d before unsetting notif... 2022-11-fix-broken-futures-----again
2022-11-16 Matt CoralloWipe `Notifier` `FutureState` when returning from a...
2022-11-16 Matt CoralloUnset the needs-notify bit in a Notifier when a Future...
2022-11-16 Matt CoralloRemove excess module
2022-11-15 Matt CoralloMove restart-related tests to their own file 2022-11-reload-macro
2022-11-15 Matt CoralloReplace manual node reloading with a macro/function...
2022-11-15 Matt CoralloMerge pull request #1790 from tnull/2022-10-inbound...
2022-11-15 Elias RohrerMake `user_channel_id` a `u128`
2022-11-15 Elias RohrerRandomize `user_channel_id` for inbound channels
2022-11-15 Elias RohrerIntroduce `init_and_read_tlv_fields` macro
2022-11-11 Matt CoralloMerge pull request #1845 from TheBlueMatt/2022-11-futur...
2022-11-11 Matt CoralloMerge pull request #1806 from arik-so/2022-10-backgroun...
2022-11-11 Matt CoralloFix persistence-required futures always completing... 2022-11-future-wake-fix
2022-11-11 Matt CoralloMerge pull request #1413 from ViktorTigerstrom/2022...
2022-11-10 Viktor TigerströmAdd test for only creating tlv format onions
2022-11-10 Viktor TigerströmRemove `OnionHopDataFormat::Legacy`
next