Add test_bump_penalty_txn_on_revoked_htlcs
[rust-lightning] / lightning /
2019-12-10 Antoine RiardAdd test_bump_penalty_txn_on_revoked_htlcs
2019-12-10 Antoine RiardAdd test_bump_penalty_txn_on_revoked_commitment
2019-12-10 Antoine RiardAdd RBF-bumping of preimage/timeout txn on remote HTLC...
2019-12-10 Antoine RiardImplement bumping engine in ChannelMonitor::block_connected
2019-12-10 Antoine RiardRemove superflous pending_claims
2019-12-10 Antoine RiardMove our_claim_txn_waiting_first_conf to pending_claim_...
2019-12-10 Antoine RiardAdd log_trace on bump candidates tracking-buffer insertions
2019-12-10 Antoine RiardAdd MIN_RELAY_FEE_SAT_PER_1000_WEIGHT
2019-12-09 Matt CoralloMerge pull request #413 from TheBlueMatt/2019-12-381...
2019-12-09 Steven RooseDocument the default values of configs 2019-12-381-nits
2019-12-09 Steven RooseChange the new() functions for config to Default::default()
2019-12-03 Matt CoralloMerge pull request #403 from TheBlueMatt/2019-11-rand...
2019-12-02 Matt CoralloRandomize initial onion packet data. 2019-11-rand-onion
2019-11-30 Matt CoralloMerge pull request #405 from TheBlueMatt/2019-11-cleanups
2019-11-30 Matt CoralloMerge pull request #407 from TheBlueMatt/2019-11-396...
2019-11-30 Matt CoralloUpdate comments to be a bit more descriptive and fix... 2019-11-396-english
2019-11-29 Antoine RiardAdd test_announce_disable_channels
2019-11-29 Antoine RiardAdd timer_chan_freshness_every_min
2019-11-29 Antoine RiardAdd UpdateStatus in Channel to track freshness of gossi...
2019-11-28 Matt CoralloFix add_update_monitor check to unwrap() instead of... 2019-11-cleanups
2019-11-28 Matt CoralloMove test profile to crate root, so it has effect again
2019-11-25 Matt CoralloMerge pull request #401 from ariard/2019-11-log-tx...
2019-11-25 Antoine RiardAdd log for every tx broadcast
2019-11-25 Matt CoralloMerge pull request #399 from TheBlueMatt/2019-11-fuzz...
2019-11-25 Matt CoralloMove fuzz to top level. 2019-11-fuzz-top-level
2019-11-22 Matt CoralloMerge pull request #389 from valentinewallace/split...
2019-11-22 Valentine Wallacechaininterface+multi: add filter_block and reentered...
2019-11-22 Valentine Wallacechaininterface: add BlockNotifier struct
2019-11-21 Valentine Wallacemulti: remove listeners field and method from ChainWatc...
2019-11-21 Matt CoralloMerge pull request #397 from ariard/2019-11-doc-announc...
2019-11-19 Antoine RiardExtend test for announcement_sigs
2019-11-19 Antoine RiardDocument our handling of announcement_sigs
2019-11-19 Matt CoralloMerge pull request #379 from rrybarczyk/use-workspaces
2019-11-18 RJ RybarczykMerge branch 'master' of github.com:rust-bitcoin/rust...
2019-11-18 RJ RybarczykMerge branch 'master' of github.com:rust-bitcoin/rust...
2019-11-15 RJ RybarczykUse workspaces to separate crates