rust-lightning
2021-04-23 Matt CoralloFix doc resolution in rustc 1.48 2021-04-fix-docs
2021-04-23 Matt CoralloMerge pull request #889 from jkczyz/2021-04-electrum...
2021-04-22 Jeffrey CzyzDrop pub functions for ChainMonitor's Listen impl
2021-04-22 Jeffrey CzyzImplement chain::Confirm for ChainMonitor
2021-04-22 Jeffrey CzyzImplement chain::Confirm for relevant structs
2021-04-22 Jeffrey CzyzDefine chain::Confirm trait
2021-04-22 Matt CoralloMerge pull request #891 from TheBlueMatt/2021-04-peer_h...
2021-04-21 Matt Corallo[peer_handler] Take the peers lock before getting messa... 2021-04-peer_handler_lock
2021-04-21 Matt CoralloMerge pull request #887 from valentinewallace/invoice...
2021-04-20 Valentine WallaceTest lightning-invoice on 1.30.0
2021-04-20 Valentine Wallaceinvoice: rename Route to RouteHint (which is more accurate)
2021-04-20 Valentine WallaceRename RouteHint to RouteHintHop (which is more accurate)
2021-04-20 Valentine Wallaceinvoice: swap RouteHop for RouteHint
2021-04-20 Matt CoralloMerge pull request #844 from sr-gi/843-ln-signing
2021-04-16 Sergi Delgado... Changes zbase32 crate from pub to pub(crate)
2021-04-16 Matt CoralloCorrect license header in zbase32 to match original...
2021-04-16 Matt CoralloReplace spaces with tabs in zbase32.rs
2021-04-16 Matt CoralloFix a number of bugs in zbase32 and add a fuzzer which...
2021-04-16 Sergi Delgado... Adds lightning message signing/verification/pk_recovery
2021-04-15 Matt CoralloMerge pull request #886 from TheBlueMatt/2021-04-pub...
2021-04-15 Matt CoralloMerge pull request #884 from TheBlueMatt/2021-04-bp...
2021-04-15 Matt CoralloMake the used-in-pub-interfaces TransactionOutputs... 2021-04-pub-alias
2021-04-15 Matt CoralloRename background-processor to lightning-... to match... 2021-04-bp-bindings
2021-04-15 Matt CoralloUse a trait to handle ChannelManager persistence instea...
2021-04-15 Matt CoralloLoosen background-persister so bindings are happy
2021-04-15 Matt CoralloMerge pull request #858 from jkczyz/2021-03-electrum...
2021-04-14 Jeffrey CzyzRename onchain_events_waiting_threshold_conf
2021-04-14 Jeffrey CzyzParameterize test_htlc_on_chain_timeout
2021-04-14 Jeffrey CzyzTest ChainMonitor's Electrum interface
2021-04-14 Jeffrey CzyzReuse txdata in functional_test_utils.rs
2021-04-14 Jeffrey CzyzAdd an internal typedef for transaction outputs
2021-04-14 Jeffrey CzyzRemove unnecessary script_pubkey clones
2021-04-14 Jeffrey CzyzElectrum interface for ChainMonitor
2021-04-14 Jeffrey CzyzAdd ChannelMonitor::get_relevant_txids
2021-04-14 Jeffrey CzyzAdd ChannelMonitor::transaction_unconfirmed
2021-04-14 Jeffrey CzyzAdd ChannelMonitor::update_best_block
2021-04-14 Jeffrey CzyzAdd ChannelMonitor::transactions_confirmed
2021-04-14 Jeffrey CzyzTrack block height in ChannelMonitor
2021-04-14 Jeffrey CzyzCombine ChannelManager's block hash and height
2021-04-14 Jeffrey CzyzAdd txid to on-chain event tracking
2021-04-14 Jeffrey CzyzCheck for duplicate HTLC events having matured
2021-04-14 Jeffrey CzyzFlatten onchain_events_waiting_threshold_conf
2021-04-14 Matt CoralloMerge pull request #853 from TheBlueMatt/2021-03-transa...
2021-04-14 Matt CoralloTest new transactions_unconfirmed 2021-03-transaction_unconfirmed
2021-04-14 Matt CoralloExpose ChannelManager's current config and use it in...
2021-04-14 Matt CoralloAdd method to note transaction unconfirmed/reorged-out
2021-04-14 Matt CoralloMerge pull request #885 from p2pderivatives/use-secp256...
2021-04-14 Matt CoralloMerge pull request #875 from TheBlueMatt/2021-04-fix...
2021-04-14 Tibo-lgFix size check in Vec<Signature> serialization + use...
2021-04-13 Matt CoralloFix compile warning with --cfg require_route_graph_test 2021-04-fix-bench
2021-04-13 Matt CoralloMerge pull request #872 from valentinewallace/timer...
2021-04-13 Valentine WallaceCall peer_manager.timer_tick_occurred() in background...
2021-04-13 Valentine WallaceRename timer_chan_freshness_every_min for uniformity...
2021-04-12 Matt CoralloMerge pull request #874 from TheBlueMatt/2021-04-persis...
2021-04-12 Matt CoralloImprove + fix indentation and style in lightning-persister 2021-04-persister-export
2021-04-12 Matt CoralloReturn ChannelMonitors in a Vec, not HashMap when loadi...
2021-04-12 Matt CoralloFix benchmark compile warnings and errors
2021-04-12 Matt CoralloExpand persistence to all ChannelManagers, not just...
2021-04-10 Matt CoralloMerge pull request #856 from TheBlueMatt/2021-03-check-tx
2021-04-10 Matt CoralloMerge pull request #870 from valentinewallace/invoices...
2021-04-10 Matt CoralloMerge pull request #873 from TheBlueMatt/2021-861-missi...
2021-04-09 Matt CoralloTake the full funding transaction from the user on... 2021-03-check-tx
2021-04-09 Matt CoralloMerge pull request #861 from lightning-signer/degenerify
2021-04-09 Matt CoralloAdd missing EOF newline 2021-861-missing-eof-eol
2021-04-09 Matt CoralloMerge pull request #866 from TheBlueMatt/2021-04-log...
2021-04-09 Matt CoralloMerge pull request #863 from valentinewallace/expose...
2021-04-09 Valentine Wallacepersister: Expose method to read ChannelMonitors from...
2021-04-09 Valentine WallaceFix Windows
2021-04-09 Valentine WallaceClean up lightning-invoice Cargo.toml and README
2021-04-09 Valentine WallaceAdd lightning invoice fuzzing to CI
2021-04-09 Valentine WallaceClean up lightning-invoice CI, license, and add to...
2021-04-09 SebastianPure import of lightning-invoice crate
2021-04-09 DevrandomTest that BaseSign can have a vtable
2021-04-09 DevrandomMove Writeable from BaseSign to Sign
2021-04-09 DevrandomSeparate Clone from Sign
2021-04-09 DevrandomEliminate unnecessary generics from Sign
2021-04-08 Matt CoralloMerge pull request #871 from TheBlueMatt/2021-03-bench...
2021-04-08 Matt CoralloRun FS bench in CI as well 2021-03-bench-sends
2021-04-08 Matt CoralloMerge pull request #815 from TheBlueMatt/2021-03-router...
2021-04-07 Matt Corallo[router] Add and clarify comments describing router... 2021-03-router-fuzzzzzzzz
2021-04-07 Matt CoralloDrop unreachable underflow-handling block in route...
2021-04-07 Matt CoralloDon't clone Features during Dijkstras graph walk
2021-04-07 Matt Corallo[router] Avoid re-processing peers when a score compone...
2021-04-07 Matt CoralloAdd a random real-world-network-graph test for the...
2021-04-07 Matt Corallo[router] Calc min-to-node fees based on min value,...
2021-04-07 Matt Corallo[router] Make Dijkstra's path scoring non-decreasing...
2021-04-07 Matt Corallo[router] Avoid re-selecting the same path over and...
2021-04-07 Matt Corallo[router] Track full-path htlc-minimum-msat while graph...
2021-04-07 Matt Corallo[router] Do not fail if we are exactly (or 3x) limited...
2021-04-07 Matt CoralloAdd comment in get_route describing our dijkstra's...
2021-04-05 Matt CoralloMerge pull request #838 from TheBlueMatt/2021-03-skip...
2021-04-05 Matt CoralloHandle 1-conf funding_locked in channel no matter the... 2021-03-skip-blocks
2021-04-05 Matt CoralloAllow changing the way we [dis]connect blocks in funtio...
2021-04-05 Matt CoralloDrop ChannelManager::block_disconnected() entirely
2021-04-05 Matt CoralloMake the ChannelManager::block_connected API more elect...
2021-04-05 Matt CoralloLog the node generating an onion error 2021-04-log-err-node
2021-04-05 Matt CoralloMove ChannelManager to Channel's new block data API
2021-04-05 Matt CoralloMore regularly send an Error message when we force...
2021-04-05 Matt CoralloMerge pull request #864 from valentinewallace/backgroun...
2021-04-02 Valentine WallaceCall peer_manager.process_events() in BackgroundProcessor
next