rust-lightning
2018-08-17 Matt Corallo[Router] Remove channels from nodes when the channel... 2018-08-router-crashes-2
2018-08-17 Matt CoralloHandle only-path-overflows-fee in get_route and avoid...
2018-08-17 Matt CoralloFix fee_base_msat overflowing entire fee range in RouteHint
2018-08-17 Matt CoralloErr from get_route if the requested value is more than...
2018-08-17 Matt CoralloCorrect lowest_inbound_proportional_fee deduction in...
2018-08-17 Matt CoralloFix multiply-with-overflow panic in router
2018-08-17 Matt CoralloMerge pull request #91 from ariard/logging_interface
2018-08-17 Antoine RiardLogging interface
2018-08-16 Matt CoralloMerge pull request #107 from ariard/event_handle_error
2018-08-12 Antoine RiardImplement HandleError event with ErrorAction field
2018-08-06 Matt CoralloMerge pull request #108 from TheBlueMatt/2018-08-fuzz...
2018-08-03 Matt CoralloFix UpdateAddHTLC serialize vec capacity default 2018-08-fuzz-fixes
2018-08-03 Matt CoralloStub out ChaCha20 non-HMAC encryption/decryption in...
2018-08-03 Matt CoralloFix fuzztarget insert_combine hash-collision panic
2018-08-03 Matt CoralloFix panic on reorg through the funding_locked-generatin...
2018-08-03 Matt CoralloFix fuzztarget ChannelKeys generation
2018-08-03 Matt CoralloFix types in Channel::funding_tx_confirmed_in
2018-08-03 Matt CoralloFix panic!() in block_connected on unfunded channels...
2018-07-31 Matt CoralloMerge pull request #100 from TheBlueMatt/2018-07-htlc...
2018-07-31 Matt CoralloMerge pull request #102 from savil/hex-version
2018-07-31 Savil Srivastavachange hex version to 0.3, and leave out the minor...
2018-07-30 Matt CoralloFix non-HTLC-inclusion balance calculation (mark II) 2018-07-htlc-balance-calc
2018-07-29 Matt CoralloMerge pull request #98 from TheBlueMatt/2018-07-invalid...
2018-07-29 Matt CoralloMerge pull request #97 from TheBlueMatt/2018-07-no...
2018-07-29 Matt CoralloMerge pull request #96 from TheBlueMatt/2018-07-force...
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 CoralloAdd pending-HTLC-failure to and unify force_shutdown... 2018-07-force-close-handling
2018-07-29 Matt CoralloRemove some useless Vecs
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...
next