Fix benchmark compile warnings and errors
[rust-lightning] / lightning / src / ln /
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 CoralloMerge pull request #866 from TheBlueMatt/2021-04-log...
2021-04-09 Matt CoralloMerge pull request #863 from valentinewallace/expose...
2021-04-09 DevrandomSeparate Clone from Sign
2021-04-08 Matt CoralloMerge pull request #815 from TheBlueMatt/2021-03-router...
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-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-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...
2021-03-20 Matt CoralloFix block connection ordering in a number of functional...
2021-03-20 Matt CoralloAdd assertions for in-order block [dis]connection in...
2021-03-20 Matt CoralloMerge pull request #849 from TheBlueMatt/2021-03-config...
2021-03-20 Matt CoralloMake cltv_expiry_delta configurable and reduce the...
2021-03-18 Matt CoralloMerge pull request #848 from TheBlueMatt/2021-03-doc...
2021-03-18 Matt CoralloAlso correct/check links in private item documentation 2021-03-doc-cleanups
2021-03-18 Matt CoralloDrop all HTML-relative links since rustdoc now supports...
2021-03-18 Matt CoralloExpose the constants mentioned in docs, and use doc...
2021-03-17 Matt CoralloMerge pull request #841 from valentinewallace/207-repla...
2021-03-17 Valentine WallaceExpose counterparty forwarding info in ChannelDetails.
2021-03-17 Valentine WallacePass channel updates to ChannelManager and Channel.
2021-03-17 Valentine WallaceAdd CounterpartyForwardingInfo field to channel.
2021-03-17 Matt CoralloMerge pull request #828 from bmancini55/reply_channel_range
2021-03-12 Matt CoralloMerge pull request #836 from valentinewallace/invoice...
2021-03-12 Valentine WallaceAdd methods to set features in Features objects.
2021-03-10 bmancini55Use constant in QueryChannelRange::end_blocknum
2021-03-10 Matt CoralloMerge pull request #834 from TheBlueMatt/2021-03-no...
2021-03-09 bmancini55Use scid_from_parts in Channel::block_connected
2021-03-09 Matt CoralloMerge pull request #827 from TheBlueMatt/2021-03-invoic...
2021-03-08 Matt CoralloMerge pull request #826 from valentinewallace/raise...
2021-03-08 Valentine WallaceRaise max to_self_delay.
2021-03-08 Matt CoralloDisable MPP routing when the payee does not support it
2021-03-08 Matt CoralloAdd an Option<>al InvoiceFeatures object for the payee...
2021-03-08 Matt CoralloMerge pull request #830 from TheBlueMatt/2021-03-chanmo...
2021-03-08 Matt CoralloCreate new `InvoiceFeatures` object for Invoice-specifi...
2021-03-08 Matt CoralloMerge pull request #832 from jkczyz/2021-03-typo-fix
2021-03-08 Jeffrey CzyzFix misspelling of 'occurred' in public interface
2021-03-07 Matt CoralloMerge pull request #829 from TheBlueMatt/2021-03-0...
2021-03-07 Matt CoralloMake IgnoringMessageHandler and ErroringMessageHandler pub
2021-03-07 Matt CoralloChange ChannelManager::wait to be more descriptive
2021-03-06 Matt CoralloMerge pull request #823 from jkczyz/2021-03-birthday...
2021-03-05 Jeffrey CzyzCorrectly update the last block hash on disconnect
2021-03-05 Jeffrey CzyzHold ChannelManager locks independently
2021-03-05 Jeffrey CzyzRename header_hash to block_hash
2021-03-05 Jeffrey CzyzPass along ChannelManager's last_block_hash
2021-03-05 Jeffrey CzyzRemove last_block_connected from Channel
2021-03-05 Jeffrey CzyzRemove block_connected de-duplication logic
2021-03-05 Jeffrey CzyzParameterize ChannelManager::new with a block hash
2021-03-05 Matt CoralloUpdate docs with correct hash type
2021-03-05 Jeffrey CzyzRevert "Merge pull request #819 from TheBlueMatt/2021...
2021-03-05 Matt CoralloMerge pull request #808 from TheBlueMatt/2021-02-791...
2021-03-05 bmancini55Add end_blocknum method to query_channel_range
2021-03-05 bmancini55Add SendReplyChannelRange message event
2021-03-05 Matt CoralloClarify ChannelManager docs somewhat around full blocks 2021-02-791-order-fix
2021-03-05 Matt CoralloExpand tests to cover serialization with pending backgr...
2021-03-05 Matt CoralloProcess monitor update events in block_[dis]connected...
2021-03-03 Matt CoralloChange ShutdownResult type to better capture the possib...
2021-03-03 Matt CoralloAdd a few notes about deserializing stale ChannelManagers
2021-03-03 Matt CoralloFix indentation in test_htlc_no_detection
2021-03-03 Matt CoralloMove functional tests involving reorgs to reorg_test
2021-03-03 Matt CoralloMerge pull request #646 from naumenkogs/2020-06-router-mpp
2021-03-03 Matt CoralloMerge pull request #819 from TheBlueMatt/2021-03-810...
2021-03-03 Matt CoralloMerge pull request #818 from jkczyz/2021-03-validate...
2021-03-03 Matt CoralloMerge pull request #816 from valentinewallace/remove...
2021-03-02 Matt CoralloUpdate docs to use the new deserialization requirements 2021-03-810-rebased
2021-03-02 Valentine WallaceChange ChannelMonitor deserialization to return an...
2021-03-02 Valentine WallaceChange ChannelManager deserialization to return an...
2021-03-02 Gleb NaumenkoImplement finding paths for MPP
2021-03-02 Matt CoralloMerge pull request #814 from TheBlueMatt/2021-03-option...
2021-03-02 Matt CoralloMerge pull request #813 from jkczyz/2021-02-channel...
2021-03-02 Jeffrey CzyzChange Mutex to RwLock in ChainMonitor
2021-03-02 Jeffrey CzyzMove ChannelMonitor state behind a Mutex
2021-03-02 Matt CoralloAdd utility constructors to PeerHandler to use a dummy... 2021-03-optional-handlers
2021-03-02 Matt CoralloProvide Dummy routing and channel message handlers...
2021-03-01 Matt CoralloMerge pull request #802 from TheBlueMatt/2021-01-update...
2021-02-27 Matt CoralloLog full signed remote commitment transaction hex in...
2021-02-27 Matt CoralloRandomize secp contexts for marginally better sidechann...
next