rust-lightning
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-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...
2018-04-17 Matt CoralloTest that channel monitors get updated appropriately
2018-04-17 Matt CoralloHand payment preimages into channel monitors when claimed
2018-04-17 Matt CoralloSwitch back to crates.io rust-bitcoin for 0.13 release
2018-04-02 Matt CoralloMerge pull request #19 from TheBlueMatt/2018-04-error...
2018-04-02 Matt CoralloFix travis-fuzz upgrade-handling 2018-04-error-handling-framework
2018-04-02 Matt CoralloRemove useless htlc_redeemscript argument
2018-04-02 Matt CoralloClean up channel error handling a ton
2018-04-02 Matt CoralloBasic error handling framework in peer_handler
2018-04-02 Matt CoralloRequire Init as first message, send our own Init for...
2018-04-02 Matt CoralloRename ErrorMessage
2018-04-02 Matt CoralloMerge pull request #18 from TheBlueMatt/2018-04-fuzzing...
2018-04-02 Matt CoralloMerge pull request #17 from TheBlueMatt/2017-04-channel...
2018-04-02 Matt CoralloCheck funding txout format when transaction is confirme... 2018-04-fuzzing-expansion
2018-04-02 Matt CoralloMake Channel non-public except in fuzztarget mode,... 2017-04-channel-close
2018-04-02 Matt CoralloFix a small bug in peer_handler
2018-04-02 Matt CoralloExpose event-processing loop from peer_handler.
2018-04-02 Matt CoralloFix message decoding for features, build some encoding
2018-04-02 Matt CoralloAdd support for initiating channel closure to Channel...
2018-04-02 Matt CoralloUpdate TODOs in README
2018-04-02 Matt CoralloExpand full_stack_target from uselessly-large to laugha...
2018-04-02 Matt CoralloHandle incoming shutdown messages
2018-04-02 Matt CoralloUpdate for new rust-bitcoin API, avoid some duplicate...
2018-03-27 Matt CoralloMerge pull request #16 from TheBlueMatt/2018-03-fixups
2018-03-25 Matt CoralloFix double-locking in channelmanager 2018-03-fixups
2018-03-25 Matt CoralloStop allowing new commitments without updates/revoke
2018-03-25 Matt CoralloStop freeing holding cell in updates, fix freeing in...
2018-03-25 Matt CoralloFix update_fee handling, add TODOs
2018-03-25 Matt Coralloimpl more message decoders
2018-03-25 Matt CoralloExpand fake_network_test a bit with multiple in-flight...
2018-03-25 Matt CoralloFail payments backwards in delayed processing as well
2018-03-23 Matt CoralloHold channel_state lock into fail_htlc_backwards_internal
2018-03-23 Matt CoralloDRY up update_add_htlc a bit with macros
2018-03-23 Matt CoralloFix new "uneccessary mut" warning
2018-03-23 Matt CoralloMerge pull request #15 from TheBlueMatt/master
2018-03-23 Matt CoralloSet travis to run honggfuzz for a while
2018-03-23 Matt CoralloAdd some fuzz targets.
2018-03-23 Matt CoralloAdd dummy creator for PendingForwardHTLCInfo
2018-03-23 Matt CoralloStub out Sha256 calls when fuzzing
2018-03-23 Matt CoralloStub out ChaCha20Poly1305RFC when fuzzing
2018-03-23 Matt CoralloStub out RNG when fuzzing
2018-03-23 Matt CoralloAdd fuzztarget feature, bump bitcoin/secp256k1
2018-03-23 Matt CoralloMerge pull request #14 from TheBlueMatt/2018-03-fuzz...
2018-03-22 Matt CoralloCheck validity of dust_limit_satoshis in remote messages 2018-03-fuzz-fixes-1
2018-03-22 Matt CoralloFix reserve check on HTLC receive/send
2018-03-22 Matt Coralloimpl a bunch of additional messages, remove some useles...
2018-03-22 Matt CoralloRemove useless Sha256 copies
next