rust-lightning
2021-07-09 Matt CoralloMerge pull request #990 from TheBlueMatt/2021-07-0... v0.0.99
2021-07-09 Matt CoralloBump most crate versions to 0.0.99 and lightning-invoic... 2021-07-0.0.99
2021-07-09 Matt CoralloAdd documentation for all PRs slated to land for 0...
2021-07-09 Matt CoralloMerge pull request #975 from TheBlueMatt/2021-06-fix...
2021-07-09 Matt CoralloChange serialization backwards compat in Channel to... 2021-06-fix-fee-calc
2021-07-09 Matt CoralloAdd a note clarifying the API guarantees of create_channel
2021-07-09 Matt CoralloOptionally reject HTLC forwards over priv chans with...
2021-07-09 Matt CoralloUpdate full_stack_target demo input to match new, fewer...
2021-07-09 Matt CoralloMake the base fee configurable in ChannelConfig
2021-07-09 Matt CoralloUpdate ChannelConfig serialization to be TLV-based
2021-07-08 Matt CoralloMerge pull request #988 from TheBlueMatt/2021-07-chan...
2021-07-08 Matt CoralloImprove ChannelDetails readability significantly. 2021-07-chan-details-usability
2021-07-08 Matt CoralloMerge pull request #961 from TheBlueMatt/2021-06-workar...
2021-07-08 Matt CoralloUse the query start block for ReplyChannelRange respons... 2021-06-workaround-broken-cln
2021-07-07 Matt CoralloMerge pull request #949 from TheBlueMatt/2021-06-send...
2021-07-07 Matt CoralloIgnore our own gossip if it is sent to us from our... 2021-06-send-priv-update
2021-07-07 Matt CoralloFix spelling in ChannelManager comment
2021-07-07 Matt CoralloSend channel_update messages to direct peers on private...
2021-07-06 Matt CoralloMerge pull request #984 from TheBlueMatt/2021-06-more...
2021-07-06 Matt CoralloTweak documentation in `BestBlock` to be a bit more... 2021-06-more-chan-data
2021-07-06 Matt CoralloExpose the current best chain tip from ChannelManager...
2021-07-06 Matt CoralloExpand the fields exposed to users in `ChannelDetails`
2021-07-06 Matt CoralloDrop Channel HTLC transaction building thin wrapper...
2021-07-06 Matt CoralloMake channel fields which are from accept_channel Optional
2021-07-05 Matt CoralloMerge pull request #958 from TheBlueMatt/2021-06-fix...
2021-07-04 Matt CoralloFix panic in router given to bogus last-hop hints 2021-06-fix-router-panic
2021-07-04 Matt CoralloReject minimum_depth of 0 on channel opens
2021-07-02 Matt CoralloNever generate a `BroadcastChannelUpdate` for priv...
2021-07-02 Matt CoralloMerge pull request #970 from TheBlueMatt/2021-06-no...
2021-07-02 Matt CoralloClean up get_broadcasted_holder_claims confirmation... 2021-06-no-confirmed-csv-delay
2021-07-02 Matt CoralloClarify when height is the *current* vs a *confirmation...
2021-07-02 Matt CoralloCreate SpendableOutputs events no matter the chain...
2021-07-02 Matt CoralloUpdate `ChannelMonitor::best_block` before calling...
2021-07-02 Matt CoralloAvoid calling OnchainTx::block_disconnected if no block...
2021-07-02 Matt CoralloAdd new expect_payment_failure_chan_update!() macro...
2021-07-01 Matt CoralloMerge pull request #976 from TheBlueMatt/2021-06-action...
2021-07-01 Matt CoralloMerge pull request #954 from TheBlueMatt/2021-06-no...
2021-06-30 Matt CoralloConsider channels "live" even if they are awaiting... 2021-06-no-spurious-forward-fails
2021-06-30 Matt CoralloMerge pull request #972 from TheBlueMatt/2021-06-skip...
2021-06-30 Matt CoralloFix unused import in peer_handler introduced in 1f592b0... 2021-06-skip-notify-chansync
2021-06-30 Matt CoralloDo not always persist ChannelManager on channel_update...
2021-06-30 Matt CoralloCorrect test log printing due to inverted comparison 2021-06-actionable-errors
2021-06-30 Matt CoralloMake errors actionable when failing to deserialize...
2021-06-30 Matt CoralloMerge pull request #973 from TheBlueMatt/2021-06-fix...
2021-06-29 Matt CoralloClean up check_spendable_outputs!() test macro somewhat
2021-06-29 Matt CoralloMerge pull request #965 from TheBlueMatt/2021-06-log...
2021-06-29 Matt CoralloAdd debug log when we stop tracking confirmed on-chain... 2021-06-log-cleanups
2021-06-29 Matt CoralloCorrect inbound HTLC upgrade logs on revoke_and_ack...
2021-06-29 Matt CoralloIncrease the log level of several channelmonitor/onchai...
2021-06-29 Matt CoralloAdd additional TRACE-level logging during pathfinding...
2021-06-29 Matt CoralloUpdate logging in channel and channelmanager to better...
2021-06-29 Matt CoralloDo not log_debug when we receive duplicate gossip messages
2021-06-29 Matt CoralloAllow logging to specify an explicit log level instead...
2021-06-29 Matt CoralloMore consistently log in msg handling, incl full msg...
2021-06-29 Matt CoralloUnify message sending to use PeerManager::enqueue_message
2021-06-29 Matt CoralloAdd error logs when a ChannelManager as inconsistent...
2021-06-29 Matt CoralloMerge pull request #974 from sr-gi/message_signing_borrow
2021-06-29 Matt CoralloMerge pull request #966 from TheBlueMatt/2021-06-workar...
2021-06-29 Sergi Delgado... Passes references to the public and secret keys to...
2021-06-28 Matt CoralloFix bogus `Event::PaymentSent` serialization 2021-06-fix-broken-event-ser
2021-06-28 Matt CoralloWorkaround lnd sending funding_locked before channel_re... 2021-06-workaround-broken-lnd
2021-06-25 Matt CoralloMerge pull request #968 from TheBlueMatt/2021-06-no...
2021-06-24 Matt CoralloMerge pull request #964 from valentinewallace/2021...
2021-06-24 Valentine WallaceFix TLV serialization to work with large types.
2021-06-24 Matt CoralloDrop the cdylib export of lightning-invoice 2021-06-no-invoice-dylib
2021-06-23 Matt CoralloMerge pull request #950 from TheBlueMatt/2021-06-changelog
2021-06-23 Matt CoralloAdd a dummy first CHANGELOG entry for future tracking 2021-06-changelog
2021-06-23 Matt CoralloDo not generate error messages when we receive our...
2021-06-23 Matt CoralloDrop rust-bitcoin crate patches in fuzz now that they...
2021-06-23 Matt Corallolog_debug information about network graph updates from...
2021-06-23 Matt CoralloDon't print file paths in fuzz logger as they can be...
2021-06-23 Matt CoralloMerge pull request #957 from TheBlueMatt/2021-06-p2p...
2021-06-23 Matt CoralloClean up docs on peer_handler significantly. 2021-06-p2p-no-deadlock
2021-06-23 Matt CoralloNo longer block disconnect_socket calls in lightning...
2021-06-21 Matt CoralloDo not require that no calls are made post-disconnect_s...
2021-06-21 Matt CoralloMerge pull request #948 from TheBlueMatt/2021-06-p2p...
2021-06-21 Matt Corallo[peer_handler] Drop unused return from get_peer_for_for... 2021-06-p2p-fixes
2021-06-21 Matt CoralloSomewhat simplify message handling error mapping in...
2021-06-21 Matt CoralloDrop peers_needing_send tracking and try to write for...
2021-06-21 Matt CoralloSkip forwarding gossip messages to peers if their buffe...
2021-06-21 Matt CoralloForward gossip msgs
2021-06-21 Matt CoralloRefactor message broadcasting out into a utility method
2021-06-21 Matt CoralloFix bogus reentrancy from read_event -> do_attempt_writ...
2021-06-21 Matt CoralloDrop unused "peer gone" handling in get_peer_for_forwar...
2021-06-20 Matt CoralloMerge pull request #947 from GeneFerneau/hash
2021-06-18 Gene FerneauUse hashbrown replacements for std equivalents
2021-06-18 Matt CoralloMerge pull request #956 from jkczyz/2021-06-validate-pub
2021-06-18 Matt CoralloMerge pull request #955 from TheBlueMatt/2021-06-rustc...
2021-06-18 Jeffrey CzyzRemove unnecessary spaces
2021-06-18 Jeffrey CzyzIncrease poll::Validate visibility to pub
2021-06-17 Matt CoralloClarify invoice comment noting the relevant final-cltv... 2021-06-rustc-bugz
2021-06-17 Matt CoralloMake links in message signing docs rustdoc links
2021-06-17 Matt CoralloExpose doc-linked constants in lightning-invoice
2021-06-17 Matt CoralloOnly check docs on rustc 1.52 as rustc stable now crashes
2021-06-11 Matt CoralloMerge pull request #944 from TheBlueMatt/2021-06-0... v0.0.98
2021-06-11 Matt CoralloMerge pull request #946 from jkczyz/2021-06-get-route...
2021-06-11 Jeffrey CzyzFix type name in docs
2021-06-11 Jeffrey CzyzAccept multi-hop route hints in get_route
2021-06-10 Jeffrey CzyzAdd find_all_extract macro to lightning-invoice
2021-06-08 Matt CoralloBump versions to 0.0.98, lightning-invoice to 0.6.0 2021-06-0.0.99
next