Merge pull request #890 from TheBlueMatt/2021-04-fix-chan-shutdown-crash
[rust-lightning] / lightning / src / ln / channelmanager.rs
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 CzyzImplement chain::Confirm for relevant structs
2021-04-20 Matt CoralloMerge pull request #844 from sr-gi/843-ln-signing
2021-04-15 Matt CoralloMerge pull request #858 from jkczyz/2021-03-electrum...
2021-04-14 Jeffrey CzyzTrack block height in ChannelMonitor
2021-04-14 Jeffrey CzyzCombine ChannelManager's block hash and height
2021-04-14 Matt CoralloMerge pull request #853 from TheBlueMatt/2021-03-transa...
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-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-09 Matt CoralloTake the full funding transaction from the user on... 2021-03-check-tx
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-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 CoralloDrop ChannelManager::block_disconnected() entirely
2021-04-05 Matt CoralloMake the ChannelManager::block_connected API more elect...
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 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-20 Matt CoralloMerge pull request #846 from TheBlueMatt/2021-03-test...
2021-03-20 Matt CoralloEnforce block connection ordering in unit and functiona...
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 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 Matt CoralloMerge pull request #828 from bmancini55/reply_channel_range
2021-03-10 Matt CoralloMerge pull request #834 from TheBlueMatt/2021-03-no...
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 CoralloMerge pull request #830 from TheBlueMatt/2021-03-chanmo...
2021-03-07 Matt CoralloMerge pull request #829 from TheBlueMatt/2021-03-0...
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 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 SendReplyChannelRange message event
2021-03-05 Matt CoralloClarify ChannelManager docs somewhat around full blocks 2021-02-791-order-fix
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 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 ChannelManager deserialization to return an...
2021-03-01 Matt CoralloMerge pull request #802 from TheBlueMatt/2021-01-update...
2021-02-27 Matt CoralloRandomize secp contexts for marginally better sidechann...
2021-02-26 Valentine WallaceSimpleArcChannelManager type: remove outer Arc for...
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 #799 from TheBlueMatt/2021-02-chansi...
2021-02-19 Matt CoralloChange Persist's Sign from an associated type to a...
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-11 Matt CoralloMerge pull request #788 from TheBlueMatt/2020-02-concre...
2021-02-11 Matt CoralloAdd additional Clone derives
2021-02-10 Matt CoralloMerge pull request #787 from TheBlueMatt/2021-02-check...
2021-02-10 Matt CoralloCheck the PK of the source of an error before closing...
2021-02-01 Matt CoralloMerge pull request #783 from ariard/2021-01-disconnect...
2021-01-25 Matt CoralloMerge pull request #764 from lightning-signer/revoke...
2021-01-25 Matt CoralloMerge pull request #777 from sr-gi/cm-force-close-checks
2021-01-21 Sergi Delgado SeguraMakes ChannelManager::force_close_channel fail for...
2021-01-18 Matt CoralloMerge pull request #772 from ariard/2021-01-getting...
2021-01-13 Matt CoralloMerge pull request #771 from jkczyz/2021-01-bolt3-test...
2021-01-08 Matt CoralloMerge pull request #761 from TheBlueMatt/2020-10-chansi...
2021-01-04 Matt CoralloUse `KeysInterface::read_chan_signer` for all channel... 2020-10-chansigner-no-ser
2021-01-04 Matt CoralloUniversally Require Writeable for ChannelKeys
2020-12-15 Matt CoralloMerge pull request #736 from bmancini55/gossip_queries
2020-12-09 bmancini55Add send message events for gossip_queries
2020-11-24 Matt CoralloMerge pull request #748 from TheBlueMatt/2020-11-router...
next