rust-lightning
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 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
2018-07-06 Matt CoralloMerge pull request #41 from TheBlueMatt/master
2018-07-06 Matt CoralloMove open_channel message handling into an event
2018-07-05 Matt CoralloMerge pull request #39 from TheBlueMatt/master
2018-07-03 Matt CoralloAdd warning about aut-close()-fd-races for peer_handler...
2018-06-30 Matt CoralloMerge pull request #38 from jeandudey/max-funding-satoshis
2018-06-30 Jean Pierre... Add `MAX_FUNDING_SATOSHIS` constant.
2018-06-29 Matt CoralloMerge pull request #37 from TheBlueMatt/master
2018-06-29 Matt CoralloMerge pull request #36 from TheBlueMatt/2018-08-33...
2018-06-29 Matt CoralloFix additional 1.22 rustc warning
2018-06-29 Matt CoralloAdd more docs to transaction::OutPoint 2018-08-33-cleanups
2018-06-29 Matt CoralloCleanups after #33, plus one unrelated bugfix spotted...
2018-06-29 Matt CoralloMerge pull request #35 from TheBlueMatt/2018-06-post-32
2018-06-29 Matt CoralloMerge pull request #33 from jeandudey/funding_txo
2018-06-29 Matt CoralloGreatly simplify channelmonitor pruning tests, and... 2018-06-post-32
2018-06-29 Matt CoralloAlso avoid pruning preimages for previous local tx...
2018-06-29 Matt CoralloFix chan_utils indentation issue
2018-06-29 Matt CoralloA few minor test cleanups and remove new warnings from #32
2018-06-29 Matt CoralloSkip some a needless temporary vec and clean indentatio...
2018-06-29 Matt CoralloMerge pull request #32 from ariard/prune_payment_preimages
2018-06-29 Jean Pierre... Add the `OutPoint` type for the `ChannelMonitor`'s...
2018-06-28 Antoine RiardAdd pruning of preimages no longer needed + tests
2018-06-27 Matt CoralloMerge pull request #34 from TheBlueMatt/master
2018-06-27 Matt CoralloFix Pong response attempt-to-encode-oversize-msg panic
2018-06-17 Matt CoralloMerge pull request #30 from TheBlueMatt/master
2018-06-17 Matt CoralloFix message targets to not have an internal loop
2018-06-17 Matt CoralloAdd ping/pong fuzz targets
next