Define chain::Confirm trait
[rust-lightning] / lightning /
2021-03-13 bmancini55Use constant MAX_REPLY_SCID
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 Matt CoralloMerge pull request #837 from TheBlueMatt/2021-03-0...
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 Matt CoralloUpdate licenses and add missing fields in Cargo.toml... 2021-03-0.0.13
2021-03-09 bmancini55Clean up iteration in handle_query_channel_range
2021-03-09 Matt CoralloMerge pull request #835 from TheBlueMatt/2021-03-0... v0.0.13
2021-03-09 bmancini55Use scid_from_parts in Channel::block_connected
2021-03-09 bmancini55Improve short_channel_id utils
2021-03-09 Matt CoralloBump versions to 0.0.13 across the board
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 CoralloSplit router benchmark into an MPP and a non-MPP route... 2021-03-invoice-features
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 #833 from TheBlueMatt/2021-03-no-xs
2021-03-08 Matt CoralloMerge pull request #830 from TheBlueMatt/2021-03-chanmo...
2021-03-08 Matt CoralloMake `util::logger::macro_logger` pub(crate) not pub. 2021-03-no-pub-internals
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 Matt CoralloUse the new `load_outputs_to_watch` util in `ChainMonitor` 2021-03-chanmon-deser-utils
2021-03-08 Matt CoralloMake `get_outputs_to_watch` return a `Vec` instead...
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-07 Matt CoralloAdd utility in `ChannelMonitor` to reload `chain::Filte...
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 bmancini55Handle query_channel_range message from peer
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 bmancini55Create short_channel_id utils
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-05 Matt CoralloMerge pull request #825 from jkczyz/2021-03-client...
2021-03-05 Matt CoralloMerge pull request #821 from jkczyz/2021-03-fix-build...
2021-03-03 Jeffrey CzyzFix build warnings
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 Gleb NaumenkoDon't underpay htlc_min due to path contribution
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 NaumenkoMind htlc_minimum_msat when truncating overpaid value
2021-03-02 Gleb NaumenkoUse outbound_capacity_msat from first_hops for routing
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 CzyzImplement chain::Listen without using RefCell
2021-03-02 Jeffrey CzyzChange Mutex to RwLock in ChainMonitor
2021-03-02 Jeffrey CzyzUse consistent variable naming 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 #811 from TheBlueMatt/2021-02-bindin...
2021-03-01 Matt CoralloFix doc typo introduced in the ChannelKeys->Sign renaming
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...
2021-02-26 Valentine WallaceSimpleArcPeerManager type: remove outer Arc for flexibility
2021-02-26 Valentine WallaceSimpleArcChannelManager type: remove outer Arc for...
2021-02-26 Matt CoralloUpdate rust-bitcoin
2021-02-26 Matt CoralloMerge pull request #791 from jkczyz/2021-01-spv-client
2021-02-26 Jeffrey CzyzUtility for syncing a set of chain listeners
2021-02-25 Matt CoralloMerge pull request #794 from galderz/t_opt_shutdown_any...
2021-02-25 Galder ZamarreñoAdd support for `opt_shutdown_anysegwit` feature #780
2021-02-22 Matt CoralloMerge pull request #803 from TheBlueMatt/2021-02-derives
2021-02-22 Matt CoralloAllow cloning NetworkGraphs
2021-02-22 Matt CoralloStandardize trait derives in network graph objects
2021-02-22 Matt CoralloStandardize trait derives in network message objects
2021-02-22 Matt CoralloMerge pull request #799 from TheBlueMatt/2021-02-chansi...
2021-02-20 Matt CoralloFurther rename `chan_keys` variables to `signers` 2021-02-chansigner-rename 2021-02-chansigner-util-fns
2021-02-19 Matt CoralloUse ChannelSigner instead of ChanSigner for type parameters
2021-02-19 Matt CoralloChange Persist's Sign from an associated type to a...
2021-02-19 Matt CoralloUse `signer` instead of `keys_storage` in OnchainTx...
2021-02-19 Matt CoralloRename ChannelKeys -> Sign and generic it consistently
2021-02-19 Matt CoralloMerge pull request #801 from TheBlueMatt/2021-02-789...
2021-02-19 Matt CoralloMerge pull request #752 from valentinewallace/chanman...
2021-02-19 Valentine WallaceAdd PersistenceNotifier to ChannelManager
2021-02-19 Valentine WallaceMake logger macros public
next