rust-lightning
2018-10-23 Yuntai KyongMove HTLCFailChannelUpdate handling out-of-band 2018-10-157-merge
2018-10-23 Yuntai KyongPartially implement more onion error handling for sent...
2018-10-23 Yuntai KyongSome changes in comments and error messages.
2018-10-23 Yuntai KyongError handling in decoding onion
2018-10-23 Yuntai KyongAdd is_permanent field to ChannelClosed message and...
2018-10-22 Matt CoralloAvoid needless on-chain channel failing for timing...
2018-10-18 Matt CoralloMerge pull request #211 from TheBlueMatt/2018-10-misc...
2018-10-18 Matt CoralloTest double-reconnect 2018-10-misc-cleanups
2018-10-18 Matt CoralloUse APIError::ChannelUnavailable a bit more for consistency
2018-10-18 Matt CoralloEnsure channel is live, not usable for sending fee...
2018-10-18 Matt CoralloUse live, not usable for list_usable_channels
2018-10-17 Matt CoralloMerge pull request #210 from TheBlueMatt/2018-10-fundin...
2018-10-16 Matt CoralloFix + test funding tx confirmation while peer is discon... 2018-10-funding-disconnected
2018-10-16 Matt CoralloMerge pull request #208 from TheBlueMatt/2018-10-reconn...
2018-10-16 Matt CoralloAdd documentation about PaymentSent/Failed event duplic... 2018-10-reconnect-fixes
2018-10-16 Matt CoralloTest reconnecting after lost message(s) during the...
2018-10-16 Matt CoralloFix channel_reestablish exchanging in case of lost...
2018-10-16 Matt CoralloStore onion packet in OutboundHTLCState so we can regen...
2018-10-16 Matt CoralloStore per-state HTLC data in the state enum itself...
2018-10-16 Matt CoralloSplit create_chan_between_nodes into two steps
2018-10-06 Matt CoralloMerge pull request #206 from TheBlueMatt/2018-10-189...
2018-10-06 Matt CoralloFurther simplify get_{inbound,outbound}_pending_htlc_stats 2018-10-189-rebase
2018-10-06 Yuntai KyongSplit get_pending_htlc_stats
2018-10-06 Matt CoralloCheck that reserves are met or progress is made on...
2018-10-06 Yuntai KyongAdd test for channel_reserve with holding cell HTLCs...
2018-10-06 Yuntai KyongAdd simple test for channel_reserve/max_htlc_value_in_f...
2018-10-06 Yuntai KyongBreak up test channel creation to specify values explicitly
2018-10-06 Yuntai KyongAdd a ChannelValueStat getter to simplify tests
2018-10-06 Yuntai KyongDocument channel reserve behavior a bit better
2018-10-06 Yuntai KyongFix checking of channel_reserve values
2018-10-06 Matt CoralloMerge pull request #196 from yuntai/shutdown-apify
2018-10-02 Yuntai Kyongadd a ChannelUnavailable error
2018-10-02 Yuntai Kyongraise APIError from close_channel
2018-10-01 Matt CoralloMerge pull request #201 from TheBlueMatt/2018-09-channe...
2018-10-01 Matt CoralloUse new ChannelError in get_channel_announcement 2018-09-channelerror-1
2018-10-01 Matt CoralloUse new ChannelError in channel_reestablish handling
2018-10-01 Matt CoralloUse new ChannelError in HTLC-removal msgs, filling...
2018-10-01 Matt CoralloUse new ChannelError in funding_locked, filling out...
2018-10-01 Matt CoralloUse new ChannelError type in accept_channel
2018-10-01 Matt CoralloIntroduce a Channel-specific Err type and return it...
2018-09-30 Matt CoralloMerge pull request #199 from TheBlueMatt/2018-09-184...
2018-09-30 Matt CoralloMerge pull request #200 from TheBlueMatt/2018-09-187...
2018-09-30 Matt CoralloMacro-out checking a tx validly spends another (and... 2018-09-184-fixed-monitor
2018-09-30 Antoine RiardTest htlc outputs single tx claim due to timeout case
2018-09-30 Antoine RiardTest htlc outputs shared tx claim case
2018-09-30 Matt CoralloFix and test simple remote-revoked-commitment-output...
2018-09-30 Matt CoralloAdd 2-inbound-in-flight update_fee test (that we wouldn... 2018-09-187-tweaks
2018-09-30 Matt CoralloAnnotate test_update_fee to make events more clear
2018-09-30 Matt CoralloAdd test for out-of-order update_fee commitment_signed/RAA
2018-09-30 Matt CoralloAdd test for send_commitment pending non-committed...
2018-09-30 Matt CoralloNote that update_fee is likely not gonna be our final API
2018-09-30 Yuntai KyongAdd update_fee tests
2018-09-29 Yuntai KyongExpose updating fee on an individual channel
2018-09-29 Yuntai KyongImplement update_fee handling
2018-09-29 Matt CoralloMacro out one-monitor-added check in network tests...
2018-09-29 Matt CoralloMacro out getting payment_preimage/hash in network...
2018-09-29 Matt CoralloMerge pull request #197 from TheBlueMatt/master
2018-09-28 Matt CoralloAvoid double-panic in ChannelManager when tests fail
2018-09-26 Matt CoralloHandle temporary_channel_id collision in fuzztarget...
2018-09-26 Matt CoralloNarrow check_spend_remote_htlc input/output count check.
2018-09-21 Matt CoralloMerge pull request #193 from SWvheerden/Bolt2-specs...
2018-09-21 Matt CoralloMerge pull request #194 from TheBlueMatt/2018-09-doc...
2018-09-21 Schalk van... Added test for testing sciptpubkey of closing message...
2018-09-20 Matt CoralloMake docs look nicer by adding explicit spacing 2018-09-doc-cleanup
2018-09-20 Matt CoralloMerge pull request #191 from TheBlueMatt/2018-09-chanmo...
2018-09-20 Matt CoralloBump version to 0.0.5 to get new docs out 2018-09-chanmon-ser-framework
2018-09-20 Matt CoralloSwitch to -O1 in dev as we have long-running tests...
2018-09-20 Matt CoralloMigrate ChannelMonitor serialization to new ser framewo...
2018-09-20 Matt CoralloMove ChannelMonitor deserialization to new ser framework
2018-09-20 Matt CoralloSimplify DecodeError enum by removing some useless...
2018-09-20 Matt CoralloMerge pull request #192 from TheBlueMatt/2018-09-docs...
2018-09-20 Matt CoralloAdd module and all-pub-things docs and deny missing... 2018-09-docs-docs-docs
2018-09-20 Matt CoralloDocument ConfirmationTarget a little bit (closes #101)
2018-09-20 Matt CoralloDocument all the fields in Errors
2018-09-20 Matt CoralloMake message fields pub(crate) and hide a few internal fns
2018-09-20 Matt CoralloLog peer features in peer_handler (and check for all...
2018-09-20 Matt CoralloRemove fuzz channel_target.
2018-09-18 Matt CoralloMerge pull request #186 from TheBlueMatt/2018-09-ser...
2018-09-18 Matt CoralloMerge pull request #185 from TheBlueMatt/2018-09-ser...
2018-09-16 Matt CoralloDrop MsgEncodable in favor of default fns on Writeable 2018-09-ser-rework-2
2018-09-16 Matt CoralloFix peer_handler message serialization 2018-09-ser-rework
2018-09-16 Matt CoralloMake Writeable::write typed instead of Writeable
2018-09-16 Matt CoralloUtilize Writer size hinting in message fuzz targets...
2018-09-16 Matt CoralloStop checking size > 64KB in serialization
2018-09-16 Matt CoralloAdd size_hint in ser and call size_hint in all message...
2018-09-16 Matt CoralloRemove MsgDecodable and most MsgEncodable impls
2018-09-16 Matt CoralloSplit out Vec<u8> and Vec<Signature> ser impls cause...
2018-09-16 Matt CoralloRemove uses of MsgDecodable from ChannelManager
2018-09-16 Matt CoralloSimplify serialization a bit by removing the useless...
2018-09-16 Matt CoralloExpose (de)serialziers as we'll need them and I don...
2018-09-15 Matt CoralloMerge pull request #178 from TheBlueMatt/2018-09-channe...
2018-09-15 Matt CoralloConstify 2**48-1 and add some additional comments in... 2018-09-channel_reestablish
2018-09-15 Matt CoralloAdd a simple channel_reestablish test
2018-09-15 Matt CoralloTrack peer-disconnection in Channel and handle channel_...
2018-09-15 Matt CoralloAdd a Disconnected ChannelState and check/handle it...
2018-09-15 Matt CoralloAdd channel_reestablish + peer_connected events to...
2018-09-15 Matt CoralloClarify update_fail/fulfill_htlc holding cell allowed...
2018-09-15 Matt CoralloDrop channels on disconnection if we haven't funded...
2018-09-15 Matt CoralloRemove/fail uncommitted HTLCs upon peer disconnection
2018-09-15 Matt CoralloMerge pull request #179 from TheBlueMatt/2018-09-pre...
next