rust-lightning
2018-11-15 Matt CoralloTime out incoming HTLCs when we reach cltv_expiry ... 2018-11-fail-inbound
2018-11-13 Matt CoralloMerge pull request #248 from TheBlueMatt/2018-11-monito...
2018-11-13 Matt CoralloMerge pull request #247 from TheBlueMatt/2018-11-202...
2018-11-09 Matt CoralloSplit up channel_monitor_network_test a little bit 2018-11-monitor-test-split
2018-11-09 Schalk van... Handle-initial_routing_sync-requests-from-peers-in... 2018-11-202-redux
2018-11-08 Antoine RiardAdd test justice tx on revoked htlc_success
2018-11-05 Matt CoralloMerge pull request #242 from yuntai/201811-malformed
2018-11-05 Yuntai Kyongfail channel when BADONION is not set.
2018-11-03 Matt CoralloMerge pull request #241 from TheBlueMatt/2018-10-peer...
2018-11-03 Matt CoralloMerge pull request #233 from TheBlueMatt/2018-10-shutdo...
2018-11-03 Matt CoralloTest the various shutdown handling updates 2018-10-shutdown-updates
2018-11-03 Matt CoralloRebroadcast shutdown on channel_reestablish (and reproc...
2018-11-03 Matt CoralloDelay closing_signed until update_fee exchanges complete
2018-11-03 Matt CoralloFail incoming HTLCs sent after we start shutdown, not...
2018-11-02 Matt CoralloAvoid double-panic in full_stack_target to assist debugging 2018-10-peer-free-panic
2018-11-02 Matt CoralloFix pre-noise outbound peer disconnect panic found...
2018-11-02 Matt CoralloAdd logging for (dis)connect in peer_handler/channelmanager
2018-11-01 Matt CoralloSend closing_signed when appropriate as pending HTLCs...
2018-11-01 Matt CoralloAlways send Shutdown resposnes to Shutdown messages
2018-11-01 Matt CoralloRefactor out first-closing-sent creation
2018-11-01 Matt CoralloUse ChannelError in shutdown handling, clean up, impl...
2018-11-01 Matt CoralloAdd warnings reminding users to use SegWit funding...
2018-11-01 Matt CoralloMerge pull request #235 from TheBlueMatt/2018-10-229...
2018-10-31 Yuntai KyongBug fix using same seed sequence for channel key geneartion 2018-10-229-redux
2018-10-31 Matt CoralloMerge pull request #234 from TheBlueMatt/2018-10-169...
2018-10-31 Schalk van... Added config interface to allow users to specify channe... 2018-10-169-redux
2018-10-31 Matt CoralloRequire at least 1k sat for outbound channels and meet...
2018-10-31 Matt CoralloUse non-funder's funding block wait instead of max...
2018-10-31 Matt CoralloMerge pull request #232 from TheBlueMatt/master
2018-10-29 Matt Corallo[full_stack_target] don't allow double-confirming txn
2018-10-29 Matt CoralloGive ManyChannelMonitor a logger and trace add_update...
2018-10-27 Matt CoralloMerge pull request #226 from TheBlueMatt/2018-10-0.0.6
2018-10-27 Matt CoralloMerge pull request #223 from TheBlueMatt/2018-10-chanma...
2018-10-27 Matt CoralloMerge pull request #222 from TheBlueMatt/2018-10-pre...
2018-10-27 Matt CoralloMerge pull request #217 from TheBlueMatt/2018-10-msg...
2018-10-27 Matt CoralloMerge pull request #225 from TheBlueMatt/2018-10-214...
2018-10-27 Matt CoralloBump version to 0.0.6 2018-10-0.0.6
2018-10-27 Matt CoralloAdd very basic test of ChannelManager serialization... 2018-10-chanmanager-serialize
2018-10-27 Matt Corallofix broken state comparison (thanks @yuntai!)
2018-10-27 Matt CoralloImplement and document Channel/ChannelManager (de)seria...
2018-10-27 Matt CoralloFix + test disconnect/reconnect prior to FundingLocked
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 Antoine RiardIntegrate destination_script from KeysInterface in... 2018-10-214-redo
2018-10-27 Matt CoralloStore+expose bits of Channel[Monitor] to figure out...
2018-10-27 Matt CoralloSend channel_reestablish out-of-band to ensure ordered...
2018-10-27 Antoine RiardIntegrate shutdown_pubkey from KeysInterface in Channel...
2018-10-27 Matt CoralloTrack ChannelMonitor-watched-outpoints (+ remove now...
2018-10-27 Matt CoralloRespond to channel_reestablish out-of-band for ordered...
2018-10-27 Antoine RiardIntegrate KeysInterface to ChannelManager with Arc
2018-10-27 Matt CoralloTrack last_block_hash in ChannelMonitor and expose...
2018-10-27 Matt CoralloSend RAA/CS messages out-of-band to ensure ordered...
2018-10-27 Antoine RiardImplement KeysInterface for KeysManager util
2018-10-27 Matt CoralloRedo ChannelMonitor deserialization to avoid read_to_end()
2018-10-27 Matt CoralloSend shutdown/closing_signed msgs out-of-band for order...
2018-10-27 Matt Coralloimpl some additional (de)serializers, including a u48...
2018-10-27 Matt CoralloSend announcement_signatures msgs out-of-band for order...
2018-10-27 Matt Coralloimpl Readable/Writable for Route
2018-10-27 Matt CoralloSend funding_signed messages out-of-band to ensure...
2018-10-27 Matt CoralloAdd a BIG lock to ChannelManager
2018-10-27 Matt CoralloSend AcceptChannel responses out-of-band to ensure...
2018-10-27 Matt CoralloGive ChannelMonitor a logger via new ReadableArgs trait
2018-10-27 Matt CoralloSplit Event, move MessageSendEvent push() inside channe...
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 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...
next