Bump MSRV to 1.36.0
[rust-lightning] / lightning /
2021-04-24 Matt CoralloMerge pull request #890 from TheBlueMatt/2021-04-fix...
2021-04-23 Matt CoralloFix (and test) panic when our counterparty uses a bogus... 2021-04-fix-chan-shutdown-crash
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 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 SeguraChanges 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 SeguraAdds lightning message signing/verification/pk_recovery
2021-04-15 Matt CoralloMerge pull request #886 from TheBlueMatt/2021-04-pub...
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 WallaceRename timer_chan_freshness_every_min for uniformity...
2021-04-12 Matt CoralloFix benchmark compile warnings and errors
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 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 #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-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-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-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-22 Sergi Delgado SeguraAdds zbase32 encoding
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...
next