rust-lightning
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 #67 from yuntai/issue_56
2018-07-22 Yuntai Kyongadd two methods for the issue #56
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
2018-06-16 Matt CoralloSend initial_routing_sync-filled Init messages to the...
2018-06-16 Matt CoralloSupport responding to Ping messages in peer_handler
2018-06-16 Matt CoralloWork around lnd sending invalid messages
2018-06-16 Matt CoralloSupport ignoring some errors, deserialize empty flags...
2018-06-14 Matt CoralloMerge pull request #29 from TheBlueMatt/2018-06-api...
2018-06-14 Matt CoralloMake PeerHandleError Error impl public 2018-06-api-quirks
2018-06-14 Matt CoralloRemove bitcoincorerpcchain, as it belongs in a separate...
2018-06-14 Matt CoralloProvide Send + Sync on message handlers (just changes...
2018-06-05 Matt CoralloMerge pull request #28 from TheBlueMatt/master
2018-06-05 Matt Corallofuzztarget sha -> XOR, crates secp256k1
2018-05-13 Matt CoralloMerge pull request #26 from TheBlueMatt/master
2018-05-13 Matt CoralloUpdate msg_target_template to note auto-generation
2018-05-13 Matt CoralloFix indentation in fuzz_target utils
2018-05-13 Matt CoralloMake travis check that msg_targets match the template
2018-05-13 Matt CoralloMerge pull request #24 from yuntai/master
2018-05-12 Yuntai Kyongadd fuzz target for messages
2018-05-12 Yuntai Kyongadd script to generate msg test target
2018-05-12 Yuntai KyongUpdate dependency on secp256k1 pointing to https:/...
2018-05-12 Yuntai Kyongfilling unimplemented!() for many messages' encoding...
2018-05-12 Yuntai Kyongadd .gitignore
2018-05-10 Matt CoralloMerge pull request #25 from TheBlueMatt/master
2018-05-10 Matt CoralloMake channel_target return as channelmanager removes...
2018-04-26 Matt CoralloSome with_capacity's
2018-04-26 Matt CoralloMerge pull request #23 from TheBlueMatt/master
2018-04-26 Matt CoralloFix repo link in Cargo
2018-04-26 Matt CoralloMerge pull request #22 from TheBlueMatt/master
2018-04-26 Matt CoralloBump version for API changes.
2018-04-26 Matt CoralloMerge pull request #21 from TheBlueMatt/master
2018-04-25 Matt CoralloFix local route update broadcasts, annouce channel...
2018-04-25 Matt CoralloRewrite channelmonitor framework and implement a bunch...
2018-04-24 Matt CoralloFix some channel remove channelmanager consistency...
2018-04-24 Matt CoralloHTLC Failure message handling
2018-04-17 Matt CoralloMove ChannelKeys creation into channelmanager
2018-04-17 Matt CoralloMerge pull request #20 from TheBlueMatt/master
2018-04-17 Matt CoralloProvide fallback for crypto's fixed_time_eq on non...
2018-04-17 Matt CoralloMinor cleanups
2018-04-17 Matt CoralloFix commitment transaction number/per_commitment_point...
2018-04-17 Matt CoralloRefactor channelmanager network tests significantly
2018-04-17 Matt Coralloimpl more message encodings
2018-04-17 Matt CoralloCompletely rewrite channel HTLC tracking and processing
2018-04-17 Matt CoralloPrep HTLCFailReason for Channel holding it until revoke...
2018-04-17 Matt CoralloUse libbitcoinconsensus to check tx validity in some...
next