rust-lightning
2021-09-21 Matt Corallof move error check to where the error happens 2021-09-997-cleanups
2021-09-21 Matt Corallof check every failure
2021-09-21 Matt Corallof dont add additional test dependence on strict string...
2021-09-21 Matt Corallof include reason in channelclosed matches
2021-09-21 Matt Corallof drop spurious test changes
2021-09-20 Antoine Riard-f address lastest Matt's comments
2021-09-17 Antoine Riard-f add ClosureReason tests
2021-09-17 Antoine Riard-f address Matt/Val's comments
2021-09-17 Antoine RiardXXX: no ChannelClosed generated though new failure
2021-09-17 Antoine Riard-f more tests
2021-09-17 Antoine Riard-f fix new Matt's comments
2021-09-17 Antoine Riard-f Matt's comments
2021-09-17 Antoine Riard-f warnign channel-closed event
2021-09-17 Antoine Riard-f nonify chan_id of from_chan_no_close
2021-09-17 Antoine Riard-f Compile
2021-09-17 Antoine Riard-f ChannelClosed description
2021-09-17 Antoine Riard-f test_background_event_handling
2021-09-17 Antoine RiardAdd `pending_events` deadlock detection in `handle_error`
2021-09-17 Antoine RiardAdd ChannelClosed generation at cooperative/force-close...
2021-09-17 Antoine RiardExtend MsgHandleErrInternal with a new chan_id field...
2021-09-17 Antoine RiardAdd Event::ChannelClosed generation at channel shutdown
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...
2021-08-28 Antoine RiardAdd get_anchor_script
2021-08-28 DevrandomAllow BaseSign validation functions to return an Err
2021-08-28 DevrandomImprove documentation for validate_holder_commitment...
2021-08-28 DevrandomAlways use KeysInterface.read_chan_signer for de-serial...
2021-08-28 DevrandomEnforce signing counterparty commitment only after...
2021-08-28 DevrandomEnforce that revocation can only occur after we validat...
2021-08-28 DevrandomIntroduce EnforcementState for EnforcingSigner
2021-08-27 Matt CoralloMerge pull request #1060 from JosephGoulden/function_te...
2021-08-27 Antoine RiardRemove DynamicOutputP2WPKH ref in logger
2021-08-25 Matt CoralloMerge pull request #1031 from p2pderivatives/dlc-versio...
2021-08-25 Jeffrey CzyzRemove wire::MessageType in favor of u16
2021-08-25 Tibo-lgAdd custom message handler to peer manager
2021-08-24 Matt CoralloMerge pull request #1037 from sr-gi/add-txid-convert
2021-08-24 Matt CoralloDon't initialise Vecs being read with VecReadWrapper...
2021-08-24 Joseph Gouldentests: use origin node logger instead of creating new...
2021-08-24 Sergi Delgado... Adds Txid to lighting-block-sync::convert
2021-08-22 Matt Corallo[invoice] Update doctest example invoices to real LDK...
2021-08-20 Matt CoralloMerge pull request #1051 from JosephGoulden/fix_ping_di...
2021-08-20 Joseph Gouldentest: increase ping timeout when running in debug mode
next