rust-lightning
2021-04-15 Matt CoralloMake the used-in-pub-interfaces TransactionOutputs... 2021-04-pub-alias
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
2021-04-02 Matt CoralloMake `Channel`'s block connection API more electrum...
2021-04-02 Matt CoralloSwitch to height-based funding-tx tracking from conf...
2021-04-01 Matt CoralloMerge pull request #860 from TheBlueMatt/2021-03-bench...
2021-04-01 Matt CoralloAlso benchmark sending funds with a FilesystemPersister
2021-04-01 Matt CoralloMerge pull request #859 from TheBlueMatt/2021-03-fix...
2021-03-31 Matt CoralloCache our node ID in ChannelManager
2021-03-31 Matt CoralloAdd a simple send-funds benchmark in channelmanager
2021-03-31 Matt CoralloImplement Persist for any Signer in TestPersister
2021-03-31 Matt CoralloFix two new compiler warnings in fuzz 2021-03-fix-warns
2021-03-28 Matt CoralloMerge pull request #840 from jkczyz/2021-03-rescan...
2021-03-27 Jeffrey CzyzTest register_output is called on dependent txn
2021-03-27 Jeffrey CzyzMock-like expectations for TestChainSource
2021-03-27 Jeffrey CzyzAdd rescan logic to ChainMonitor::block_connected
2021-03-27 Jeffrey CzyzInclude block hash for watched transaction output
2021-03-26 Matt CoralloMerge pull request #855 from valentinewallace/expose...
2021-03-26 Valentine WallaceExpose AsyncBlockSourceResult and BlockSourceResult...
2021-03-21 Jeffrey CzyzReturn optional Transaction from register_output
2021-03-20 Matt CoralloMerge pull request #846 from TheBlueMatt/2021-03-test...
2021-03-20 Matt Corallo[functional tests] Drop unused disconnect_block utility 2021-03-test-chains
2021-03-20 Matt CoralloDrop height parameter from [dis]connect_block in functi...
2021-03-20 Matt Corallo[tests] Demonstrate that the commit is trivially safe
2021-03-20 Matt Corallo[tests] Drop redundant parameters from connect_blocks
2021-03-20 Matt Corallo[test] Demonstrate that the next commit is trivially...
2021-03-20 Matt CoralloEnforce block connection ordering in unit and functiona...
next