rust-lightning
2023-06-06 Matt CoralloRemove spurious double comma in documentation 2023-06-fix-docs
2023-06-05 Matt CoralloRemove spurious docs which imply you cannot retry a...
2023-06-05 Matt CoralloMerge pull request #2329 from dunxen/2023-05-initgenesi...
2023-06-05 Duncan DeanSend and handle `networks` field in `Init` messages
2023-06-05 Duncan DeanAdd `networks` TLV to `Init`'s TLV stream
2023-06-02 Jeffrey CzyzMerge pull request #2332 from danielgranhao/fix/wrong...
2023-06-02 Daniel GranhãoFix wrong link in `ChannelManager::send_payment()`...
2023-06-01 Matt CoralloMerge pull request #2328 from benthecarman/partial...
2023-05-31 benthecarmanImpl PartialEq and Debug for InMemorySigner
2023-05-31 Matt CoralloMerge pull request #2167 from TheBlueMatt/2023-04-monit...
2023-05-31 Matt CoralloMerge pull request #2324 from dunxen/2023-05-rgscheckge...
2023-05-30 Matt CoralloAdd infra to block `ChannelMonitorUpdate`s on forwarded... 2023-04-monitor-e-monitor-prep
2023-05-30 Matt CoralloReapply pending `ChannelMonitorUpdate`s on startup
2023-05-30 Matt CoralloProcess background events when taking the total_consist...
2023-05-30 Matt CoralloHandle `BackgroundEvent`s replaying non-closing monitor...
2023-05-30 Matt CoralloMerge pull request #2293 from wpaulino/disconnect-peers...
2023-05-30 Matt CoralloMake `AChannelManager` trait slightly more generic...
2023-05-30 Matt CoralloReturn the counterparty node_id as a part of a force...
2023-05-30 Matt CoralloMove the `ShutdownResult` type alias to `channel.rs`
2023-05-30 Matt CoralloFix `held_by_thread` in `no-std` to return instead...
2023-05-29 Matt CoralloMerge pull request #2323 from ariard/2023-05-remove...
2023-05-29 Duncan DeanFail RGS data processing early if there is a chain...
2023-05-28 Antoine RiardRemove ariard key from the security team
2023-05-26 Wilmer PaulinoDisconnect peers on timer ticks to unblock channel...
2023-05-26 Wilmer PaulinoAdd new DisconnectPeerWithWarning variant to ErrorAction
2023-05-26 Wilmer PaulinoRemove unreachable warning message send on UnknownRequi...
2023-05-26 Wilmer PaulinoImplement enqueue_message trait requirements on Message...
2023-05-25 Wilmer PaulinoMerge pull request #2316 from benthecarman/payment...
2023-05-24 benthecarmanDerive a PartialEq and Eq for PaymentError
2023-05-24 Wilmer PaulinoMerge pull request #2280 from TheBlueMatt/2023-05-event...
2023-05-24 Matt CoralloNever block a thread on the `PeerManager` event handlin... 2023-05-event-deadlock
2023-05-24 Matt CoralloMerge pull request #2284 from dunxen/2023-05-netgraphpa...
2023-05-23 Duncan DeanUse a total lockorder for `NetworkGraph`'s `PartialEq...
2023-05-21 Matt CoralloMerge pull request #2272 from benthecarman/package...
2023-05-20 Matt CoralloMerge pull request #2235 from TheBlueMatt/2023-04-criterion
2023-05-20 Matt CoralloMerge pull request #2226 from alecchendev/2023-04-persi...
2023-05-18 Matt CoralloMerge pull request #2204 from jkczyz/2023-04-custom...
2023-05-18 Matt CoralloMerge pull request #1841 from ariard/2022-11-revoked...
2023-05-16 Antoine RiardRemove aggregable flag from PackageTemplate constructor
2023-05-16 Antoine RiardAnchor: do not aggregate claim of revoked output
2023-05-15 Alec ChenPersist scorer upon update based on event handling
2023-05-15 Alec ChenPrune and persist RGS network graph after initial sync
2023-05-15 Matt CoralloMerge pull request #2288 from wpaulino/rust-bitcoin...
2023-05-13 benthecarmanSupport broadcasting multiple transactions at once
2023-05-11 Matt CoralloMerge pull request #2271 from tnull/2023-04-fix-onion...
2023-05-11 Matt CoralloMerge pull request #2286 from benthecarman/spendable...
2023-05-11 Elias RohrerReturn error when failing to construc onion messages
2023-05-11 Matt CoralloUpdate .gitignore to ignore benchmark data files 2023-04-criterion
2023-05-11 Matt CoralloAdd trivial README to bench to describe how to run...
2023-05-11 Matt CoralloReplace std's unmaintained bench with criterion
2023-05-11 Matt CoralloAdd an additional test/bench for routing larger amounts...
2023-05-11 Matt CoralloUnify route benchmarking with route tests
2023-05-11 Matt CoralloMerge pull request #2237 from henghonglee/issue-2189...
2023-05-11 benthecarmanCreate and Sign PSBTs for spendable outputs
2023-05-10 henghongleeMove functions around to colocate impl of FeeParams...
2023-05-10 henghongleeScore's FeeParams as passed-in params on Routefinding...
2023-05-10 Jeffrey CzyzUpdate missed comment in Features test
2023-05-10 Jeffrey CzyzAdd Features::set_{required|optional}_custom_bit
2023-05-10 Jeffrey CzyzCheck unknown features compared to handlers
2023-05-10 Wilmer PaulinoFix test_restored_packages_retry serialized monitor...
2023-05-10 Wilmer PaulinoUse helper to create dummy blocks
2023-05-10 Wilmer PaulinoCheck difficulty transition against `Target` instead...
2023-05-10 Wilmer PaulinoIgnore lightning-transaction-sync build output
2023-05-10 Wilmer PaulinoMerge pull request #2279 from benthecarman/ord-invoice
2023-05-10 Matt CoralloMerge pull request #2287 from TheBlueMatt/2023-05-no...
2023-05-09 Matt CoralloRename ClosingMonitorUpdate MonitorUpdateRegeneratedOnS... 2023-05-no-background-event-dup-persist
2023-05-09 Matt CoralloStop persisting background shutdown monitor updates
2023-05-09 benthecarmanImpl PartialOrd and Ord for Invoice
2023-05-09 Matt CoralloMerge pull request #2281 from dunxen/2023-05-dfmsgfollowups
2023-05-09 Matt CoralloMerge pull request #2270 from tnull/2023-05-improve...
2023-05-09 Wilmer PaulinoMerge pull request #2278 from benthecarman/faster-u16...
2023-05-09 valentinewallaceMerge pull request #2277 from valentinewallace/2023...
2023-05-09 Elias RohrerMake `lightning-transaction-sync` compat notice a bit...
2023-05-09 Duncan DeanEnforce that no bytes remain for TransactionU16LenLimit...
2023-05-09 Duncan DeanMove TransactionU16LenLimited to ser.rs
2023-05-08 Matt CoralloMerge pull request #2258 from valentinewallace/2023...
2023-05-08 benthecarmanCheck too many tx outputs upfront when verifying funding tx
2023-05-08 Valentine WallaceMove final_cltv_expiry_delta from PaymentParams to...
2023-05-08 Valentine WallaceAdd BOLT 12 features to PaymentParams
2023-05-08 Valentine WallaceMove BOLT11 features from top level PaymentParams to...
2023-05-08 Valentine WallaceError if BOLT 11 features are provided for blinded...
2023-05-08 Valentine WallaceMove payee node id from top level PaymentParams to...
2023-05-08 Valentine WallaceFix onion messages of size BIG_PACKET_HOP_DATA_LEN
2023-05-08 Valentine WallaceFix broken test utils in OnionMessenger and stop assert...
2023-05-08 Wilmer PaulinoMerge pull request #1794 from dunxen/2022-10-dualfundin...
2023-05-08 Matt CoralloMerge pull request #2269 from TheBlueMatt/2023-05-doc...
2023-05-08 Matt CoralloMerge pull request #2265 from wpaulino/channel-force...
2023-05-08 Jeffrey CzyzAdd Features::requires_unknown_bits_from
2023-05-08 Jeffrey CzyzAdd PeerManager::init_features to DRY up code
2023-05-08 Jeffrey CzyzProvide features in CustomMessageHandler
2023-05-08 Jeffrey CzyzDefine core::ops::BitOr for Features<T>
2023-05-06 Matt CoralloMerge pull request #2267 from TheBlueMatt/2023-05-bette...
2023-05-05 Duncan DeanAdd & generate dual-funding message fuzzing
2023-05-05 Duncan DeanAdd new wire messaging and events but don't handle...
2023-05-05 Duncan DeanAdd message structs required for dual-funded channels
2023-05-05 Matt CoralloDocuemnt when `PaymentPathFailed::payment_id` is `Some` 2023-05-doc-events-present
2023-05-05 Matt CoralloDocument when `PaymentPathSuccessful::payment_hash...
2023-05-05 Wilmer PaulinoImprove logging around redundant force close monitor...
2023-05-05 Matt CoralloMention lnd's SCB feature in the corresponding error... 2023-05-better-scb-err
2023-05-04 Wilmer PaulinoPrevent ChannelForceClosed monitor update error after...
next