Move functional tests involving reorgs to reorg_test
[rust-lightning] / lightning / src / ln / reorg_tests.rs
2021-03-03 Matt CoralloMove functional tests involving reorgs to reorg_test
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 CzyzReplace ManyChannelMonitor with chain::Watch
2020-09-24 Jeffrey CzyzAdd test utilities for {dis}connecting a block
2020-09-24 Jeffrey CzyzRemove ChainWatchInterface from BlockNotifier
2020-09-14 Matt CoralloMerge pull request #684 from bmancini55/gossip_queries
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 #674 from TheBlueMatt/2020-08-keyif...
2020-08-25 Matt CoralloMerge pull request #667 from valentinewallace/remove...
2020-08-25 Valentine WallaceAdd commitment transaction broadcast as a ChannelMonito...
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-04-29 Matt CoralloMerge pull request #590 from jkczyz/2020-04-feature...
2020-04-29 Jeffrey CzyzRemove duplicate specification of features
2020-04-15 Matt CoralloMerge pull request #441 from TheBlueMatt/2020-01-mpp
2020-04-14 Matt CoralloImpl Base AMP in the receive pipeline and expose paymen...
2020-03-21 Matt CoralloMerge pull request #516 from TheBlueMatt/2020-02-checki...
2020-03-20 Matt CoralloMerge pull request #551 from TheBlueMatt/2020-03-no...
2020-03-19 Matt CoralloFetch latest local commitment txn via a macro in tests
2020-03-19 Matt CoralloBroadcast final local txn via ChannelMonitorUpdate
2020-03-05 Matt CoralloMerge pull request #535 from TheBlueMatt/2020-03-462...
2020-03-05 Matt CoralloDrop redundant .clone() in check_spends calls.
2020-02-29 Matt CoralloMerge pull request #507 from moneyball/patch-2
2020-02-26 Matt CoralloMerge pull request #509 from valentinewallace/chanmgr...
2020-02-26 Valentine Wallacemulti: update ChannelManager tx broadcaster from Arc...
2020-02-21 Matt CoralloMerge pull request #512 from TheBlueMatt/2020-02-peer_h...
2020-02-21 Matt CoralloMerge pull request #474 from TheBlueMatt/2020-02-htlc...
2020-02-21 Matt CoralloTest basic HTLC claim behavior from monitor -> manager... 2020-02-htlc-updated-in-monitors