rust-lightning
2018-10-27 Matt CoralloAdd very basic test of ChannelManager serialization... 2018-10-chanmanager-serialize
2018-10-27 Matt CoralloImplement and document Channel/ChannelManager (de)seria...
2018-10-27 Matt CoralloStore+expose bits of Channel[Monitor] to figure out...
2018-10-27 Matt CoralloTrack ChannelMonitor-watched-outpoints (+ remove now...
2018-10-27 Matt CoralloTrack last_block_hash in ChannelMonitor and expose...
2018-10-27 Matt CoralloRedo ChannelMonitor deserialization to avoid read_to_end()
2018-10-27 Matt Coralloimpl some additional (de)serializers, including a u48...
2018-10-27 Matt Coralloimpl Readable/Writable for Route
2018-10-27 Matt CoralloAdd a BIG lock to ChannelManager
2018-10-27 Matt CoralloGive ChannelMonitor a logger via new ReadableArgs trait
2018-10-27 Matt CoralloAdd a second Readable trait for state args, clean macro...
2018-10-27 Matt CoralloStore [u8; 32]s instead of SharedSecrets (for deseriali...
2018-10-27 Matt CoralloFix and test update_add_htlc but disconnect pre-commitm... 2018-10-pre-commit-disconnect
2018-10-27 Matt CoralloAvoid reentrancy of send_data from PeerHandler::read_bytes. 2018-10-msg-resp-overhaul
2018-10-27 Matt CoralloSend channel_reestablish out-of-band to ensure ordered...
2018-10-27 Matt CoralloRespond to channel_reestablish out-of-band for ordered...
2018-10-27 Matt CoralloSend RAA/CS messages out-of-band to ensure ordered...
2018-10-27 Matt CoralloSend shutdown/closing_signed msgs out-of-band for order...
2018-10-27 Matt CoralloSend announcement_signatures msgs out-of-band for order...
2018-10-27 Matt CoralloSend funding_signed messages out-of-band to ensure...
2018-10-27 Matt CoralloSend AcceptChannel responses out-of-band to ensure...
2018-10-27 Matt CoralloSplit Event, move MessageSendEvent push() inside channe...
2018-10-27 Antoine RiardIntegrate destination_script from KeysInterface in... 2018-10-214-redo
2018-10-27 Antoine RiardIntegrate shutdown_pubkey from KeysInterface in Channel...
2018-10-27 Antoine RiardIntegrate KeysInterface to ChannelManager with Arc
2018-10-27 Antoine RiardImplement KeysInterface for KeysManager util
2018-10-27 Antoine RiardAdd a KeysInterface which provides keys from user
2018-10-27 Antoine RiardGenerate Events from ChannelMonitor to indicate spendab...
2018-10-26 Matt CoralloMerge pull request #224 from TheBlueMatt/2018-10-221...
2018-10-26 Yuntai KyongComments updated for PaymentReceived 2018-10-221-whitespace
2018-10-25 Matt CoralloMerge pull request #220 from TheBlueMatt/2018-10-oops-xxx
2018-10-25 Matt CoralloRun travis-fuzz on Rust 1.29.2 due to 1.30 breaking... 2018-10-oops-xxx
2018-10-25 Yuntai KyongAdd PaymentFailReason for fail_htlc_backwards
2018-10-24 Matt CoralloFix XXXs that slipped into router and handle HTLCFailCH...
2018-10-23 Matt CoralloMerge pull request #213 from TheBlueMatt/2018-10-monito...
2018-10-23 Matt CoralloAdd basic sanity testing for channel monitor update... 2018-10-monitor-fail-pause
2018-10-23 Matt CoralloChannelManager support for monitor update failure in...
2018-10-23 Matt CoralloAdd Channel support for monitor-update-failed pausing
2018-10-23 Matt CoralloAdd an Event for sending revoke_and_ack messages out...
2018-10-23 Matt CoralloPull out the HTLC forwarding loop into a function
2018-10-23 Matt CoralloPull out regenerating RAA/CS in channel_reestablish...
2018-10-23 Matt CoralloMove channel monitor updates inside the channel_state...
2018-10-23 Matt CoralloMerge pull request #212 from TheBlueMatt/2018-10-two...
2018-10-23 Matt CoralloAdd test for two-updates-in-flight disconnect channel... 2018-10-two-updates-disconnect
2018-10-23 Matt CoralloFix reconnect message order on remote updates while...
2018-10-23 Matt CoralloAdd message ordering return value to handling channel_r...
2018-10-23 Matt CoralloMerge pull request #219 from TheBlueMatt/2018-10-157...
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
next