rust-lightning
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
2021-06-08 Matt CoralloMerge pull request #940 from TheBlueMatt/2021-06-fix...
2021-06-08 Matt CoralloMerge pull request #936 from TheBlueMatt/2021-05-spenda...
2021-06-08 Matt CoralloMerge pull request #943 from lightning-signer/2021...
2021-06-08 Matt CoralloClean up docs on public chan_utils methods to be more... 2021-06-fix-docs
2021-06-08 Matt CoralloMerge pull request #939 from TheBlueMatt/2021-05-derives
2021-06-07 Matt CoralloMerge pull request #942 from lightning-signer/2021...
2021-06-07 DevrandomAdd proper signet support for invoices
2021-06-07 DevrandomRemove unwanted check in accept_channel
2021-06-02 Matt CoralloAdd additional derives for a few structs 2021-05-derives
2021-06-01 Matt CoralloDelay DelayedPaymentOutput spendable events until the... 2021-05-spendable-event-locktime-delay
2021-06-01 Matt CoralloMerge pull request #935 from TheBlueMatt/2021-05-enum...
2021-06-01 Matt CoralloUpdate network graph sample used in benchmarks
2021-06-01 Matt CoralloConvert SpendableOutputDescriptor to new TLV-based...
2021-06-01 Matt CoralloClean up ChannelMonitor object serialization to use...
2021-06-01 Matt CoralloUse TLVs inside of serialization of Event variants
2021-06-01 Matt CoralloConvert remaining channel inner structs and enums to...
2021-06-01 Matt CoralloConvert most chain::* inner structs and enums to TLV...
2021-06-01 Matt CoralloAdd generic serialization implementations for Boxs...
2021-06-01 Matt CoralloUse TLV instead of explicit length for VecReadWrapper...
2021-06-01 Matt CoralloAdd a macro to implement serialization of enums using...
2021-06-01 Matt CoralloMerge pull request #938 from lightning-signer/2020...
2021-06-01 DevrandomExpose test_process_background_events
2021-06-01 Matt CoralloGive OnchainEvent::HTLCUpdate individual fields instead...
2021-06-01 Matt CoralloMerge pull request #933 from TheBlueMatt/2021-05-ser...
2021-06-01 Matt CoralloAdd additional inline hints in serialization methods 2021-05-ser-fast
2021-06-01 Matt CoralloImpl `serialized_length()` without `LengthCalculatingWr...
2021-06-01 Matt CoralloAvoid calling libsecp serialization fns when calculatin...
2021-06-01 Matt CoralloDrop byte_utils in favor of native `to/from_be_bytes...
2021-06-01 Matt CoralloAdd bench profiles to Cargo.toml to force codegen-units=1
2021-06-01 Matt CoralloAdd benchmark of deserializing a NetworkGraph.
2021-05-31 Matt CoralloMerge pull request #892 from TheBlueMatt/2021-04-fix...
next