rust-lightning
2023-04-03 Matt CoralloExpose an option to substantially reduce sleep time... 2023-03-mon-wake-bp
2023-04-03 Matt CoralloWake the background processor if an async monitor updat...
2023-04-03 Matt CoralloDrop the dummy no-std `Condvar` which never sleeps
2023-04-03 Matt CoralloMove the pub `wait` methods from `ChannelManager` to...
2023-04-03 Matt CoralloImplement the ability to block on multiple futures...
2023-04-03 Matt CoralloDo not bound callbacks by `Send` when building for...
2023-04-03 Matt CoralloAdd `CondVar::wait_{timeout_,}while` to `debug_sync`
2023-03-31 Matt CoralloCorrect `lightning-net-tokio` documentation, remove...
2023-03-31 Wilmer PaulinoMerge pull request #2141 from TheBlueMatt/2023-03-fuck...
2023-03-31 Matt CoralloRemove `futures` dependency in `lightning-background... 2023-03-fuck-rust
2023-03-31 Matt CoralloReplace `futures` `select` with our own select enum...
2023-03-30 Matt CoralloAvoid connection-per-RPC-call again by caching connections
2023-03-30 Matt CoralloDrop `futures` dependency from `lightning-block-sync`
2023-03-30 Matt CoralloMerge pull request #2136 from marctyndel/2023-03-paymen...
2023-03-29 Matt CoralloMerge pull request #2059 from wpaulino/broadcast-missin...
2023-03-29 Marc Tyndeladd outbound_amount_forwarded_msat field to PaymentForw...
2023-03-29 valentinewallaceMerge pull request #2062 from alecchendev/2023-02-allow...
2023-03-29 Wilmer PaulinoAdd pending changelog noting possible backwards compat...
2023-03-29 Wilmer PaulinoIgnore lockorder violation on same callsite with differ...
2023-03-29 ArikMerge pull request #2082 from wpaulino/bump-htlc-resolu...
2023-03-28 Alec ChenUse onion amount `amt_to_forward` for MPP set calculation
2023-03-28 Alec ChenAllow overshooting final cltv_expiry
2023-03-28 Alec ChenAllow overshooting `total_msat` for an MPP
2023-03-28 Alec ChenAdd `total_value_received` to `ClaimableHTLC` for claim...
2023-03-28 Wilmer PaulinoExpose HTLC transaction locktime in BumpTransactionEven...
2023-03-28 Wilmer PaulinoSet transaction locktime on malleable packages to disco...
2023-03-28 Wilmer PaulinoRe-work PackageSolvingData::absolute_tx_timelock
2023-03-28 Wilmer PaulinoMerge pull request #2133 from tnull/2023-03-pin-syn
2023-03-28 Matt CoralloMerge pull request #2132 from tnull/2023-03-tx-sync...
2023-03-28 Matt CoralloMerge pull request #2083 from wpaulino/events-module
2023-03-28 Elias RohrerPin `tokio` to fix CI
2023-03-28 Elias RohrerRemove unnecessary restriction on `esplora-client`...
2023-03-28 Elias RohrerMove test `bitcoind`/`electrsd` out of `OnceCell`
2023-03-27 Matt CoralloMerge pull request #2125 from benthecarman/invoice...
2023-03-27 benthecarmanAdd helper functions for invoice expiry
2023-03-27 Matt CoralloMerge pull request #2110 from munjesi/docs_fixes
2023-03-24 Jeffrey CzyzMerge pull request #2123 from benthecarman/create-inv...
2023-03-23 benthecarmanAdd generic InvoiceDescription to invoice in InvoiceBuilder
2023-03-22 Wilmer PaulinoAdd new sub-module for BumpTransactionEvent
2023-03-22 Wilmer PaulinoMove events.rs into its own top-level module
2023-03-22 Jeffrey CzyzMerge pull request #2114 from Evanfeenstra/force_close_...
2023-03-22 munjesiReplacing (C-not exported) in the docs
2023-03-22 Evan FeenstraSanitizedString struct to safely Display CounterpartyFo...
2023-03-21 Wilmer PaulinoRemove unused broadcast_latest_holder_commitment_txn...
2023-03-21 Wilmer PaulinoAvoid refusing ChannelMonitorUpdates we expect to recei...
2023-03-21 Wilmer PaulinoQueue BackgroundEvent to force close channels upon...
2023-03-21 Wilmer PaulinoUse CLOSED_CHANNEL_UPDATE_ID in force closing ChannelMo...
2023-03-21 Matt CoralloMerge pull request #2102 from douglaz/node_info_addresses
2023-03-21 Matt CoralloMerge pull request #2034 from wpaulino/anchor-revoked...
2023-03-21 Matt CoralloMerge pull request #2100 from douglaz/docs_fixes
2023-03-21 Allan Douglas... Remove redundant `addresses` field from `NodeAnnounceme...
2023-03-21 Allan Douglas... Docs improvements
2023-03-20 Wilmer PaulinoTest anchors build in CI
2023-03-20 Matt CoralloMerge pull request #2118 from TheBlueMatt/2023-03-no...
2023-03-20 Matt CoralloRemove unnecessary use in `channelmonitor` tests module 2023-03-no-useless-strings
2023-03-20 Matt CoralloRemove unnecessary heap allocations in log-entry-matchi...
2023-03-20 Wilmer PaulinoAdd test for aggregated revoked HTLC claim on anchors...
2023-03-20 Wilmer PaulinoMaintain order of yielded claim events
2023-03-20 Wilmer PaulinoRename keys for OnchainTxHandler::claimable_outpoints map
2023-03-20 Wilmer PaulinoClarify OnchainEvent::Claim behavior
2023-03-20 Wilmer PaulinoAdd missing docs for BumpHTLCResolution
2023-03-20 Wilmer PaulinoFix stale import behind anchors build tag
2023-03-20 Wilmer PaulinoDerive Eq on structs behind anchors build flag
2023-03-20 Wilmer PaulinoImplement PartialEq manually
2023-03-20 Matt CoralloMerge pull request #2116 from TheBlueMatt/2023-03-serde...
2023-03-20 Matt CoralloDrop `serde` dependency from `lightning-block-sync` 2023-03-serde-sucks
2023-03-19 Matt CoralloMerge pull request #2024 from TheBlueMatt/2023-02-6conf...
2023-03-18 Matt CoralloInclude a route hint for public, not-yet-announced... 2023-02-6conf-pub-hints
2023-03-17 Matt CoralloMerge pull request #2107 from TheBlueMatt/2023-04-msrv...
2023-03-16 Matt CoralloReplace the bulk of CI with a (much simpler) bash script 2023-04-msrv-cleanup
2023-03-15 Matt CoralloMerge pull request #2094 from johncantrell97/expose-fee
2023-03-15 Matt CoralloFix onion_message functional_tests `no-std` build
2023-03-15 Matt CoralloRemove `build-features` CI flag now that its always...
2023-03-15 Matt CoralloRemove `build-no-std` CI flag now that its always true
2023-03-15 Matt CoralloRemove `build-net-tokio` flag in CI since its now alway...
2023-03-15 Matt CoralloBump MSRV to 1.48
2023-03-15 John Cantrellexpose `feerate_sat_per_1000_weight` in `ChannelDetails`
2023-03-14 Matt CoralloMerge pull request #2045 from wpaulino/fix-broken-commi...
2023-03-13 Matt CoralloMerge pull request #2063 from valentinewallace/2023...
2023-03-13 Matt CoralloMerge pull request #2099 from tnull/2023-03-pin-ntapi...
2023-03-13 Matt CoralloMerge pull request #2091 from tnull/2023-03-expose...
2023-03-13 Valentine WallaceEnsure payment_params present when checking is_retryabl...
2023-03-13 Valentine WallaceRemove payment_params from send_payent_along_path
2023-03-13 Valentine WallaceRemove HTLCSource::OutboundRoute::payment_params
2023-03-13 Valentine WallaceRemove PaymentPathFailed::retry
2023-03-12 Elias RohrerPin tokio to 1.26 on windows to fix CI
2023-03-09 Matt CoralloMerge pull request #2092 from TheBlueMatt/2023-03-find...
2023-03-09 Matt CoralloFurther simplify the `outbound_payments` failure macro 2023-03-find-route-id
2023-03-09 Matt CoralloCorrect `outbound_payment` route-fetch calls to pass...
2023-03-09 Elias RohrerExpose `_impl_writeable_tlv_based_enum_common` macro
2023-03-08 Matt CoralloMerge pull request #2079 from tnull/2023-03-add-list...
2023-03-08 Matt CoralloMerge pull request #2078 from AdvaitPote/bigsize_tests
2023-03-08 Matt CoralloMerge pull request #2085 from tnull/2023-03-introduce...
2023-03-08 Advaitencoding/decoding tests added for BigSize
2023-03-08 Elias RohrerRemove unnecessary logging imports
2023-03-08 Elias RohrerSupport HTTPS Esplora endpoints via new feature
2023-03-08 valentinewallaceMerge pull request #2084 from zpv/fix-changelog-all...
2023-03-08 Matt CoralloMerge pull request #2081 from TheBlueMatt/2023-03-futur...
2023-03-08 Steven ZhaoFix `Event::PaymentPathFailed` typo in changelog
2023-03-08 StevenFix `all_paths_failed` typo in changelog
next