rust-lightning
2020-01-15 Matt CoralloDemonstrate mostly-duplicative info. 2020-01-442-no-so-additional
2020-01-15 Devrandommove expensive checks to enforcing trait
2020-01-15 Devrandomrefactor output sorting
2020-01-13 Devrandommore checking
2020-01-09 Devrandomcomments
2020-01-08 DevrandomProvide remote per-commitment point to sign_remote_comm...
2020-01-08 DevrandomProvide redeem scripts to sign_remote_commitment
2020-01-06 Matt CoralloMerge pull request #439 from TheBlueMatt/2020-01-398...
2020-01-06 Antoine RiardDrop Result for ChannelMessageHandler methods 2020-01-398-fixups
2020-01-05 Antoine RiardAdd assert_log method to TestLogger to harden test
2020-01-05 Matt CoralloMerge pull request #437 from Aleru/new-api-ping
2020-01-05 AleruNew API for ping generation
2019-12-28 Matt CoralloMerge pull request #420 from TheBlueMatt/2019-12-chan...
2019-12-24 Matt CoralloSign local HTLC transactions at broadcast-time, instead... 2019-12-chan-ext-signer
2019-12-24 Matt CoralloMake ChannelMonitor sign local transactions (at broadca...
2019-12-24 Matt CoralloSet basic channel info in chanmon all at once, add...
2019-12-24 Matt CoralloDrop duplicative current-local-tx storage in channel.
2019-12-24 Matt CoralloFix parameter name incorrectly changed in 4ebe64fafd2ca...
2019-12-21 Matt CoralloMerge pull request #426 from TheBlueMatt/2019-12-bad...
2019-12-20 Matt CoralloRemove unused lifetimes. 2019-12-bad-lifetimes
2019-12-13 Matt CoralloMerge pull request #419 from TheBlueMatt/2019-12-simple...
2019-12-13 Matt CoralloUse external key signer to generate closing transaction... 2019-12-simple-signer-api-step
2019-12-12 Matt CoralloSign channel_announcements via a new ChannelKeys API
2019-12-12 Matt CoralloUse EnforcingChannelKeys in fuzz targets to get more...
2019-12-12 Matt CoralloMerge pull request #404 from TheBlueMatt/2019-11-signer-api
2019-12-12 Matt CoralloMerge pull request #417 from TheBlueMatt/2019-12-ver...
2019-12-11 Matt CoralloBump versions to 0.0.10 2019-12-ver-bump
2019-12-11 Matt CoralloBump bitcoin dep to 0.21
2019-12-11 Matt CoralloPre-build fuzz targets at once in travis instead of...
2019-12-11 Antoine RiardDocument more current security assumption of KeysInterface 2019-11-signer-api
2019-12-11 Matt CoralloMake commitment transaction signing a part of ChannelKeys.
2019-12-11 Matt CoralloMake ChannelKeys an API and template Channel with it.
2019-12-11 Matt CoralloBump versions to 0.0.10
2019-12-11 Matt CoralloBump bitcoin dep to 0.21
2019-12-11 Matt CoralloMerge pull request #416 from TheBlueMatt/2019-12-fuzz...
2019-12-11 Matt CoralloRefactor fuzzing to be a C-callable library plus rust... 2019-12-fuzz-clib
2019-12-11 Matt CoralloMerge pull request #414 from TheBlueMatt/2019-12-347...
2019-12-11 Matt CoralloAvoid cloning RBF state when we just want to modify... 2019-12-347-nits
2019-12-11 Antoine RiardAdd test_bump_txn_sanitize_tracking_maps
2019-12-11 Antoine RiardSanitize pending_claim_requests if no more outpoints...
2019-12-10 Matt CoralloDont RBF a tx twice if it hits RBF timer when one input...
2019-12-10 Matt CoralloClean up claimable_outpoints when pending_claim_request...
2019-12-10 Matt CoralloIf 2 claimable-outpoint-spending txn are in 1 block...
2019-12-10 Antoine RiardLog block tick in ChannelMonitor
2019-12-10 Matt CoralloCorrect input comparison for input-subset RBF bump...
2019-12-10 Matt CoralloDont forget RBF previous-feerate info if tx size changed.
2019-12-10 Antoine RiardAdd test_set_outpoints_partial_claiming
2019-12-10 Antoine RiardTrack and react to remote partial-claiming of pending...
2019-12-10 Antoine RiardAdd test_bump_penalty_txn_on_remote_commitment
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-28 Matt CoralloAdd dyn tags in fuzz_targets
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 RybarczykUpdate travis file to accommodate workspaces
2019-11-18 Matt CoralloMerge pull request #395 from ariard/2019-11-expected...
2019-11-18 Antoine RiardAdd test_check_htlc_underpaying
2019-11-18 Antoine RiardCheck expected amount in claim_funds
2019-11-18 RJ RybarczykMerge branch 'master' of github.com:rust-bitcoin/rust...
2019-11-15 Matt CoralloMerge pull request #394 from TheBlueMatt/2019-11-broken...
2019-11-15 Matt CoralloDrop needless mut 2019-11-broken-build
2019-11-15 Matt CoralloFix build broken by silent merge conflicts
2019-11-15 Matt CoralloMerge pull request #393 from ariard/2019-11-send-cmt...
2019-11-15 Matt CoralloMerge pull request #390 from ariard/2019-11-consistent...
2019-11-15 Matt CoralloMerge pull request #392 from ariard/2019-11-manager...
2019-11-15 Antoine RiardMake field error of LightingError mandatory
2019-11-15 Antoine RiardAdd init height in ChannelManager constructor
2019-11-15 Matt CoralloMerge pull request #391 from ariard/2019-11-fix-preimag...
2019-11-15 RJ RybarczykUse workspaces to separate crates
2019-11-14 Antoine RiardFulfill error handling for send_commitment in processin...
next