Rename header_hash to block_hash
[rust-lightning] / lightning / src / ln / channelmanager.rs
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 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...
2020-11-23 Matt CoralloMerge pull request #750 from TheBlueMatt/2020-11-dup...
2020-11-23 Matt CoralloDo not generate a channel-closed mon update for never...
2020-11-23 Matt CoralloMerge pull request #749 from TheBlueMatt/2020-11-bindin...
2020-11-23 Matt Coralloderive(Clone) for several pub simple data structs.
2020-11-17 Matt CoralloMerge pull request #611 from valentinewallace/fix-missi...
2020-11-16 Valentine WallaceUpdate monitor with preimage after channel close
2020-11-12 Valentine WallaceAdd prev_channel_outpoint to previous hop data
2020-11-12 Matt CoralloMerge pull request #721 from TheBlueMatt/2020-09-649...
2020-10-16 Matt CoralloMerge pull request #681 from valentinewallace/data...
2020-10-16 Valentine WallacePut test utilities behind a feature flag.
2020-10-10 Matt CoralloMerge pull request #738 from TheBlueMatt/2020-10-opt...
2020-10-08 Matt CoralloMerge pull request #739 from rloomba/rloomba/add-clippy...
2020-10-08 Ryan Loombaadd clippy to travis integration
2020-10-07 Ryan Loombafix all clippy::redundant_field_names warnings
2020-10-05 Matt CoralloMerge pull request #734 from TheBlueMatt/2020-10-ci...
2020-10-05 Matt CoralloMerge pull request #722 from TheBlueMatt/2020-09-broken-fn
2020-10-05 Matt CoralloDrop the redundant/broken `ChannelMonitor::get_monitore...
2020-10-02 Matt CoralloMerge pull request #731 from TheBlueMatt/2020-10-fix...
2020-10-02 Matt CoralloActually hold the total_consistency_lock instead of... 2020-10-fix-big-lock
2020-10-01 Matt CoralloMerge pull request #649 from jkczyz/2020-06-refactor...
2020-10-01 Jeffrey CzyzMerge branch '2020-06-refactor-chain-listener-move...
2020-10-01 Jeffrey CzyzMove ln/channelmonitor.rs to chain/chainmonitor.rs
2020-10-01 Jeffrey CzyzMove channelmonitor.rs from ln to chain module
2020-10-01 Jeffrey CzyzDefine type alias for enumerated transaction data
2020-10-01 Jeffrey CzyzRemove ChainListener
2020-10-01 Jeffrey CzyzRemove BlockNotifier
2020-10-01 Jeffrey CzyzReplace ManyChannelMonitor with chain::Watch
2020-10-01 Jeffrey CzyzRemove ChainWatchInterface
2020-09-24 Jeffrey CzyzRemove ChainWatchInterface from BlockNotifier
2020-09-16 Matt CoralloMerge pull request #690 from TheBlueMatt/2020-09-633...
2020-09-16 Matt CoralloFix two bugs which access the wrong peer's htlc_minimum... 2020-09-633-bindings
2020-09-14 Matt CoralloMerge pull request #684 from bmancini55/gossip_queries
2020-09-14 Matt CoralloMerge pull request #633 from ariard/2020-05-rename...
2020-09-14 Antoine RiardOverhaul ChannelMonitor/OnchainTxHandler to new nomencl...
2020-09-14 Antoine RiardChange variable nomenclature for Channel fields
2020-09-11 Matt CoralloMerge pull request #618 from TheBlueMatt/2020-05-sample...
2020-09-11 Matt CoralloAdd annotations for things which we cannot (yet) expose
2020-09-10 Matt CoralloMerge pull request #686 from TheBlueMatt/2020-09-bump...
2020-09-10 Matt CoralloUpdate to latest upstream rust-bitcoin
2020-08-26 Matt CoralloMerge pull request #676 from TheBlueMatt/2020-08-c...
2020-08-26 Matt CoralloMerge pull request #674 from TheBlueMatt/2020-08-keyif...
2020-08-26 Matt CoralloGive ChannelManagerReadArgs HashMap-of-monitors ownership
2020-08-25 Matt CoralloRefer to generic types by importing them instead of...
2020-08-25 Matt CoralloMerge pull request #667 from valentinewallace/remove...
2020-08-25 Valentine WallaceAdd commitment transaction broadcast as a ChannelMonito...
2020-08-23 Matt CoralloSimplify + clarify random-bytes-fetching from KeysInterface 2020-08-keyif-rand-names
2020-08-11 Matt CoralloMerge pull request #666 from TheBlueMatt/2020-08-licens...
2020-08-11 Matt CoralloRelicense as dual Apache-2.0 + MIT 2020-08-license-change
2020-08-10 Matt CoralloMerge pull request #664 from lightning-signer/tx-creati...
2020-08-08 Matt CoralloMerge pull request #640 from valentinewallace/test...
2020-08-08 Valentine WallaceHolding cell: if we fail to free an HTLC, fail it backwards
2020-07-27 Matt CoralloMerge pull request #651 from naumenkogs/2020-06-routing...
2020-07-27 Gleb NaumenkoAdd htlc_maximum_msat field
2020-07-22 Matt CoralloMerge pull request #644 from joemphilips/improve_error_...
next