rust-lightning
2018-07-29 Matt CoralloHandle invalid funding tx in channelmanager 2018-07-invalid-funding
2018-07-29 Matt CoralloStop adding remote's payment_preimages to our channel... 2018-07-no-useless-preimages
2018-07-29 Matt CoralloSome match -> if let replacement
2018-07-29 Matt CoralloAssert usize is 32 or 64 bits, as required in a TODO
2018-07-29 Matt CoralloRemove some excess mut's 1.22 complains about
2018-07-29 Matt CoralloRemove some useless Vecs
2018-07-29 Matt CoralloAdd pending-HTLC-failure to and unify force_shutdown... 2018-07-force-close-handling
2018-07-28 Matt CoralloClean up forward_/claimable_htlcs handling and document...
2018-07-28 Matt CoralloFix force_shutdown() bug where we lose knowledge of...
2018-07-28 Matt CoralloMerge pull request #95 from savil/rm-bitcoin-util-hexbytes
2018-07-28 Savil Srivastavause hex::decode instead of extend_vec_from_hex
2018-07-28 Savil Srivastavareplace use of bitcoin::utils::misc::hex_bytes with...
2018-07-27 Matt CoralloMerge pull request #94 from TheBlueMatt/2018-07-duplica...
2018-07-26 Matt CoralloHandle duplicate payment_hash send_payment()s 2018-07-duplicate_hash
2018-07-26 Matt CoralloMerge pull request #93 from TheBlueMatt/2018-07-announc...
2018-07-26 Matt CoralloRemove excess mut warned on in 1.22 2018-07-announce-bug
2018-07-26 Matt CoralloProperly calculate Channel::announce_publicly
2018-07-26 Matt CoralloMerge pull request #90 from TheBlueMatt/2018-07-percent...
2018-07-26 Matt CoralloFix some tab-space errors in #84 2018-07-percent-bump
2018-07-26 Matt CoralloACHIEVEMENT UNLOCKED
2018-07-26 Matt CoralloMerge pull request #84 from savil/sort_outputs
2018-07-26 Matt CoralloMerge pull request #92 from savil/editorconfig-fix
2018-07-26 Savil Srivastavaadding BIP69 test-cases
2018-07-26 Savil Srivastavafix editorconfig so it applies to every file
2018-07-25 Matt CoralloMerge pull request #89 from TheBlueMatt/2018-07-route...
2018-07-25 Matt CoralloFix fee addition overflow in get_route 2018-07-route-fuzz-fix-1
2018-07-25 Matt CoralloMerge pull request #87 from savil/editorconfig
2018-07-25 Matt CoralloMerge pull request #88 from TheBlueMatt/2018-07-new...
2018-07-25 Matt CoralloOnly abort channel_target fuzz test on Err if ErrorActi... 2018-07-new-fuzzing
2018-07-25 Matt CoralloAdd router_target to fuzzing which fuzzes router msgs...
2018-07-25 Matt CoralloCatch fee overflow panic in get_route
2018-07-25 Matt CoralloUpdate NodeAnnouncement addr deserialization to check...
2018-07-25 Matt CoralloEnsure all msg deserialization can provide extra bytes...
2018-07-25 Savil Srivastavaadd .editorconfig to ensure we use tabs, not spaces
2018-07-25 Matt CoralloMerge pull request #86 from TheBlueMatt/2018-07-event...
2018-07-25 Matt CoralloMake claim_funds_INTERNAL private 2018-07-event-fixes
2018-07-25 Matt CoralloDo not pass DisconnectPeer events upstream to the client
2018-07-25 Matt CoralloPendingHTLCsForwardable really should just be upstreamed.
2018-07-25 Matt CoralloMerge pull request #85 from TheBlueMatt/2018-07-fees
2018-07-25 Matt CoralloConvert fee API to per_kw instead of per_vb 2018-07-fees
2018-07-24 Matt CoralloMerge pull request #82 from TheBlueMatt/2018-07-send...
2018-07-24 Matt CoralloFix HTLC exclusion balance calculation criteria 2018-07-send-initial
2018-07-24 Matt CoralloHalf-ass some CLTV fixes for real channel creation
2018-07-24 Savil Srivastava[RFC][Tx Sort] Implement sorting of inputs
2018-07-24 Matt CoralloSet associated_data to payment_hash
2018-07-24 Matt CoralloMerge pull request #83 from TheBlueMatt/2018-07-direct...
2018-07-24 Matt CoralloShort-circuit router for an outbound specified direct... 2018-07-direct-route
2018-07-23 Matt CoralloMerge pull request #79 from TheBlueMatt/2018-07-chanmon-oom
2018-07-23 Matt CoralloFix OOM crash in ChannelMonitor::deserialize found... 2018-07-chanmon-oom
2018-07-23 Matt CoralloMerge pull request #78 from TheBlueMatt/2018-07-43...
2018-07-23 Antoine RiardAdd DisconnectPeer events 2018-07-43-rebased
2018-07-23 Antoine RiardImplement ErrorMessage msg and ErrorAction::SendErrorMe...
2018-07-23 Matt CoralloMerge pull request #77 from TheBlueMatt/2018-07-route...
2018-07-23 Matt CoralloAdd arg to get_route to specify our local channels... 2018-07-route-tweaks
2018-07-23 Matt CoralloSkip always iterating over all nodes in get_route
2018-07-23 Matt CoralloMerge pull request #76 from TheBlueMatt/2018-07-75...
2018-07-23 Matt CoralloRemove dangling spaces from #75 2018-07-75-dangling-spaces
2018-07-23 Matt CoralloMerge pull request #75 from TheBlueMatt/2018-07-68...
2018-07-23 Matt CoralloMerge pull request #74 from TheBlueMatt/2018-07-shutdow...
2018-07-23 Savil Srivastava[msgs::ChannelReestablish] implement encoding and decoding 2018-07-68-rebased
2018-07-23 Matt CoralloMerge pull request #69 from savil/gen-target-fix
2018-07-23 Matt CoralloMove shutdown sending to an event 2018-07-shutdown-event
2018-07-22 Matt CoralloMerge pull request #73 from TheBlueMatt/2018-07-no...
2018-07-22 Matt CoralloMigrate all Uint256s used for channel_ids to [u8; 32] 2018-07-no-uint
2018-07-22 Matt CoralloMerge pull request #71 from TheBlueMatt/2018-07-watch...
2018-07-22 Matt CoralloFix failure sending FundingLocked for non-announced... 2018-07-watch-funding
2018-07-22 Matt CoralloTest transaction watch registration in channelmonitor...
2018-07-22 Matt CoralloEnsure the funding transaction is registered to be...
2018-07-22 Matt CoralloMerge pull request #70 from TheBlueMatt/master
2018-07-22 Matt CoralloClarify get_peer_node_ids docs a bit
2018-07-22 Matt CoralloMerge pull request #67 from yuntai/issue_56
2018-07-22 Yuntai Kyongadd two methods for the issue #56
2018-07-21 Savil Srivastava[fuzz] remove \L in sed regex for filenames in gen_targ...
2018-07-20 Matt CoralloMerge pull request #65 from TheBlueMatt/master
2018-07-20 Matt CoralloMerge pull request #53 from savil/rename-error-msg...
2018-07-20 Matt CoralloBump version for API overhauls, update deps and docs
2018-07-20 Matt CoralloMerge pull request #47 from ariard/block_disconnected_c...
2018-07-20 Savil Srivastavaupdate TODO message for renaming "msg" field of HandleE...
2018-07-20 Savil Srivastava[Error] rename msg field to action
2018-07-20 Matt CoralloMake some more things pub(crate) as they don't need...
2018-07-20 Matt CoralloMerge pull request #64 from TheBlueMatt/master
2018-07-20 Antoine RiardImplement channel closing for block_disconnected on...
2018-07-20 Matt CoralloRemove in-repo TODOs (they're now tracked in GitHub)
2018-07-20 Matt CoralloExpose the script_pubkey being monitored in chain watch...
2018-07-19 Matt CoralloMerge pull request #52 from TheBlueMatt/master
2018-07-19 Matt CoralloFix various spec bugs, can now open channels with real...
2018-07-18 Matt CoralloMerge pull request #49 from ariard/bad_failure_codes
2018-07-18 Matt CoralloMerge pull request #51 from TheBlueMatt/master
2018-07-18 Matt CoralloShorten channelmonitor_deserialize_target's name for AFL
2018-07-18 Matt CoralloMerge pull request #50 from TheBlueMatt/master
2018-07-18 Matt CoralloFix channelmonitor fuzz test failure
2018-07-18 Matt CoralloMerge pull request #48 from TheBlueMatt/2018-07-monitor...
2018-07-18 Antoine RiardErroneous failure codes, replace PERM|7 by UPDATE|7
2018-07-17 Matt CoralloTest channelmonitor serialization roundtrip doesn't... 2018-07-monitor-serialize
2018-07-17 Matt CoralloImplement channelmonitor (de)serialization (fixes #45)
2018-07-17 Matt CoralloClarify ChannelMonitor remote commitment tracking and...
2018-07-17 Matt CoralloMove channelmonitor-update functions to pub(ln) from pub
2018-07-17 Matt CoralloUpdate TODOs in README
2018-07-14 Matt CoralloMerge pull request #46 from ariard/useless_todo_channel...
2018-07-13 Antoine RiardTODO already cleaned by #16
next