rust-lightning
2021-09-23 Matt CoralloMerge pull request #1095 from TheBlueMatt/2021-09-0... v0.0.101
2021-09-23 Matt CoralloBump Crate versions to 0.0.101 (and invoice to 0.9) 2021-09-0.0.101
2021-09-23 Matt CoralloMerge pull request #1085 from TheBlueMatt/2021-09-0...
2021-09-23 Matt CoralloUpdate CHANGELOG for 0.0.101
2021-09-23 Matt CoralloMerge pull request #1094 from TheBlueMatt/2021-09-type...
2021-09-23 Matt CoralloMake method time on trait impl explitit to help binding... 2021-09-type-explicit-bounds
2021-09-22 Matt CoralloDrop redundant generic bounds when the trait requires...
2021-09-22 Matt CoralloUse Infallible for the unconstructable default custom...
2021-09-22 Matt CoralloMerge pull request #1093 from TheBlueMatt/2021-09-type...
2021-09-22 Matt CoralloMake `ChainMonitor::get_claimable_balances` take a...
2021-09-22 Matt CoralloMerge pull request #1092 from TheBlueMatt/2021-09-type...
2021-09-22 Matt CoralloMove trait bounds on `wire::Type` from use to the trait...
2021-09-21 Matt CoralloMerge pull request #1091 from TheBlueMatt/2021-09-997...
2021-09-21 Matt CoralloMerge pull request #1084 from valentinewallace/2021...
2021-09-21 Matt CoralloMerge pull request #1061 from sr-gi/add-transaction...
2021-09-21 Matt CoralloMerge pull request #1088 from TheBlueMatt/2021-09-1063...
2021-09-21 Valentine WallaceAdd path field to PaymentPathFailed event
2021-09-21 Valentine WallaceRename PaymentFailed -> PaymentPathFailed
2021-09-21 Matt CoralloMerge pull request #1087 from TheBlueMatt/2021-09-event...
2021-09-21 Matt CoralloFix windows-only test failure added in #997 2021-09-997-winblowz
2021-09-21 Matt CoralloMerge pull request #1090 from TheBlueMatt/2021-09-absur...
2021-09-21 Sergi Delgado... Adds Transaction to lighting-block-sync::convert
2021-09-21 Matt CoralloFix future unknown `Event` variant backwards compatibility 2021-09-event-backwards-compat-fix
2021-09-21 Matt CoralloMerge pull request #997 from ariard/2021-07-add-chan...
2021-09-21 Antoine RiardAdd `pending_events` deadlock detection in `handle_error`
2021-09-21 Antoine RiardAdd ChannelClosed generation at cooperative/force-close...
2021-09-21 Antoine RiardExtend MsgHandleErrInternal with a new chan_id field...
2021-09-21 Antoine RiardRename MonitorEvent::CommitmentTxBroadcasted to Commitm...
2021-09-21 Antoine RiardAdd Event::ChannelClosed generation at channel shutdown
2021-09-21 Matt CoralloBump HTTP read timeout to match reality of Bitcoin... 2021-09-absurd-timeouts
2021-09-21 Matt CoralloFix a panic in Route's new fee-calculation methods... 2021-09-1063-fixups
2021-09-21 Matt CoralloMerge pull request #1082 from vss96/process_events_docs
2021-09-21 Matt CoralloMerge pull request #1063 from galderz/t_total_fee_999
2021-09-21 vss96Update docs to specify where process events is called
2021-09-21 Galder ZamarreñoAdd methods to count total fees and total amount in...
2021-09-18 Matt CoralloMerge pull request #1068 from TheBlueMatt/2021-09-ser...
2021-09-18 Matt CoralloConvert most P2P msg serialization to a new macro with... 2021-09-ser-cleanup
2021-09-18 Matt CoralloAdd forward-compat due serialization variants of HTLCFa...
2021-09-18 Matt Corallo[fuzz] Swap mode on most messages to account for TLV...
2021-09-18 Matt CoralloDrop writer size hinting/message vec preallocation
2021-09-17 Matt CoralloMerge pull request #1053 from valentinewallace/2021...
2021-09-17 Valentine WallaceAdd all_paths_failed field to PaymentFailed
2021-09-17 Valentine WallacePrevent duplicate PaymentSent events
2021-09-17 Valentine WallaceAdd MPP ID to pending_outbound_htlcs
2021-09-17 Valentine WallaceImplement Readable/Writeable for HashSet
2021-09-17 Valentine WallaceAdd MppId field to HTLCSource as a way to correlate...
2021-09-17 Valentine Wallacetest utils: refactor fail_payment_along_route for mpp
2021-09-17 Matt CoralloMerge pull request #1070 from TheBlueMatt/2021-09-fix...
2021-09-15 Matt CoralloMerge pull request #1066 from valentinewallace/2021...
2021-09-15 Valentine WallaceAllow multiple monitor_update_failed calls
2021-09-15 Valentine WallaceUpdate fuzz README with latest instructions
2021-09-15 Matt CoralloMerge pull request #1074 from p2pderivatives/add-node...
2021-09-15 Matt CoralloMerge pull request #1034 from TheBlueMatt/2021-07-matur...
2021-09-15 Matt CoralloMerge pull request #1043 from jkczyz/2021-07-network...
2021-09-15 Matt CoralloExpand `ANTI_REORG_DELAY` docs to say its a library... 2021-07-maturing-claims
2021-09-15 Matt CoralloAdd an accessor to `ChainMonitor` to get the claimable...
2021-09-15 Matt CoralloExpose the amount of funds available for claim in Chann...
2021-09-15 Matt CoralloFix indentation in ChannelMonitor
2021-09-15 Matt CoralloTrack how our HTLCs are resolved on-chain persistently
2021-09-15 Matt CoralloTrack the tx which spends our funding output in Channel...
2021-09-15 Matt CoralloRename CounterpartyCommitmentTransaction to Params...
2021-09-15 Matt CoralloDrop unused CounterpartyCommitmentTransaction::per_htlc...
2021-09-15 Matt CoralloStore to-self value in the current commitment tx in...
2021-09-15 Jeffrey CzyzUpdate NetworkGraph in BackgroundProcessor
2021-09-15 Jeffrey CzyzExpand and format BackgroundProcessor docs
2021-09-15 Jeffrey CzyzEventHandler for applying NetworkUpdate
2021-09-15 Jeffrey CzyzRefactor PaymentFailureNetworkUpdate event
2021-09-15 Tibo-lgAdd node id to custom message callback
2021-09-13 Matt CoralloMove CounterpartyForwardingInfo from channel to channel... 2021-09-fix-bindings-ignore
2021-09-13 Matt CoralloMerge pull request #1072 from TheBlueMatt/2021-09-tight...
2021-09-13 Matt CoralloMerge pull request #1073 from gilescope/less-deps
2021-09-11 Giles CopeNot needed now. We refer to std::futures.
2021-09-10 Jeffrey CzyzFail with PERM|8 (permanent_channel_failure)
2021-09-10 Jeffrey CzyzRemove test_invalid_channel_announcement
2021-09-10 Jeffrey CzyzAdd a read-only view of NetworkGraph
2021-09-10 Jeffrey CzyzRemove RwLock from around NetworkGraph
2021-09-10 Jeffrey CzyzIndividually lock NetworkGraph fields
2021-09-10 Jeffrey CzyzPass Event by reference to EventHandler
2021-09-10 Matt CoralloReduce our stated max closing-transaction fee to be... 2021-09-tighter-max_fee-constant
2021-09-09 Matt CoralloMerge pull request #1064 from lightning-signer/2021...
2021-09-09 DevrandomUse ClosingTransaction in BaseSign
2021-09-09 DevrandomIntroduce ClosingTransaction
2021-09-09 Matt CoralloMerge pull request #1047 from TheBlueMatt/2021-08-985...
2021-09-09 Matt CoralloAdd further comments around fee update handling in... 2021-08-985-followups
2021-09-09 Matt CoralloUpdate docs for pending_update_fee and holding_cell_upd...
2021-09-03 DevrandomFactor out low-level build_closing_transaction
2021-09-02 Matt CoralloMerge pull request #1055 from lightning-signer/2021...
2021-09-02 DevrandomAdd anchor outputs pair in CommitmentTransaction
2021-08-31 Matt CoralloMerge pull request #1057 from TheBlueMatt/2021-08-invoi...
2021-08-31 Matt CoralloRequire payment secrets when building and reading invoices 2021-08-invoice-fails
2021-08-31 Matt CoralloUse new BOLT 11 test vectors with payment_secrets and...
2021-08-31 Matt Corallo[invoice] Ignore InvalidLength fields
2021-08-31 Matt CoralloImplement core::hash::Hash more incl invoice::RawTagged...
2021-08-31 Matt CoralloCheck if invoices contain unknown required features
2021-08-31 Matt CoralloConvert the invoice creation API to millisats and req...
2021-08-31 Matt Corallo[invoice] Fix non-recoverable sig handling and bogus...
2021-08-31 Matt Corallo[invoice] Add the BOLT 11 failure unit tests that we...
2021-08-31 Matt CoralloMerge pull request #1040 from abhik-99/Issue#945
2021-08-31 abhik-99Multi-Hop Route Hint as per Bolt 12 now considered
2021-08-30 Matt CoralloMerge pull request #1039 from lightning-signer/2021...
next