2018-11-20 |
Matt Corallo | Create simple ChannelMonitor-specific Err type
|
commit | commitdiff | tree |
2018-11-18 |
Matt Corallo | Ensure fuzz release builds use codegen-units=1 and LTO
|
commit | commitdiff | tree |
2018-11-18 |
Matt Corallo | Don't unwrap() get_channel_update result in HTLC router
|
commit | commitdiff | tree |
2018-11-18 |
Matt Corallo | Fix pre-noise peer disconnect panic on non-Err disconnect
|
commit | commitdiff | tree |
2018-11-15 |
Matt Corallo | Panic if funding transaction has non-witness inputs
|
commit | commitdiff | tree |
2018-11-15 |
Matt Corallo | Clarify get_update_*_htlc docs and tweak one case slightly
|
commit | commitdiff | tree |
2018-11-15 |
Matt Corallo | Expand test_funding_peer_disconnect somewhat by being...
|
commit | commitdiff | tree |
2018-11-09 |
Matt Corallo | Split up channel_monitor_network_test a little bit
|
commit | commitdiff | tree |
2018-11-03 |
Matt Corallo | Test the various shutdown handling updates
|
commit | commitdiff | tree |
2018-11-03 |
Matt Corallo | Rebroadcast shutdown on channel_reestablish (and reprocess...
|
commit | commitdiff | tree |
2018-11-03 |
Matt Corallo | Delay closing_signed until update_fee exchanges complete
|
commit | commitdiff | tree |
2018-11-03 |
Matt Corallo | Fail incoming HTLCs sent after we start shutdown, not...
|
commit | commitdiff | tree |
2018-11-02 |
Matt Corallo | Avoid double-panic in full_stack_target to assist debugging
|
commit | commitdiff | tree |
2018-11-02 |
Matt Corallo | Fix pre-noise outbound peer disconnect panic found...
|
commit | commitdiff | tree |
2018-11-02 |
Matt Corallo | Add logging for (dis)connect in peer_handler/channelmanager
|
commit | commitdiff | tree |
2018-11-01 |
Matt Corallo | Send closing_signed when appropriate as pending HTLCs...
|
commit | commitdiff | tree |
2018-11-01 |
Matt Corallo | Always send Shutdown resposnes to Shutdown messages
|
commit | commitdiff | tree |
2018-11-01 |
Matt Corallo | Refactor out first-closing-sent creation
|
commit | commitdiff | tree |
2018-11-01 |
Matt Corallo | Use ChannelError in shutdown handling, clean up, impl...
|
commit | commitdiff | tree |
2018-11-01 |
Matt Corallo | Add warnings reminding users to use SegWit funding...
|
commit | commitdiff | tree |
2018-10-31 |
Matt Corallo | Require at least 1k sat for outbound channels and meet...
|
commit | commitdiff | tree |
2018-10-31 |
Matt Corallo | Use non-funder's funding block wait instead of max...
|
commit | commitdiff | tree |
2018-10-29 |
Matt Corallo | [full_stack_target] don't allow double-confirming txn
|
commit | commitdiff | tree |
2018-10-29 |
Matt Corallo | Give ManyChannelMonitor a logger and trace add_update...
|
commit | commitdiff | tree |
2018-10-27 |
Matt Corallo | Bump version to 0.0.6
|
commit | commitdiff | tree |
2018-10-27 |
Matt Corallo | Add very basic test of ChannelManager serialization...
|
commit | commitdiff | tree |
2018-10-27 |
Matt Corallo | fix broken state comparison (thanks @yuntai!)
|
commit | commitdiff | tree |
2018-10-27 |
Matt Corallo | Implement and document Channel/ChannelManager (de)serialization
|
commit | commitdiff | tree |
2018-10-27 |
Matt Corallo | Fix + test disconnect/reconnect prior to FundingLocked
|
commit | commitdiff | tree |
2018-10-27 |
Matt Corallo | Fix and test update_add_htlc but disconnect pre-commitment_s...
|
commit | commitdiff | tree |
2018-10-27 |
Matt Corallo | Avoid reentrancy of send_data from PeerHandler::read_bytes.
|
commit | commitdiff | tree |
2018-10-27 |
Matt Corallo | Store+expose bits of Channel[Monitor] to figure out...
|
commit | commitdiff | tree |
2018-10-27 |
Matt Corallo | Send channel_reestablish out-of-band to ensure ordered...
|
commit | commitdiff | tree |
2018-10-27 |
Matt Corallo | Track ChannelMonitor-watched-outpoints (+ remove now...
|
commit | commitdiff | tree |
2018-10-27 |
Matt Corallo | Respond to channel_reestablish out-of-band for ordered...
|
commit | commitdiff | tree |
2018-10-27 |
Matt Corallo | Track last_block_hash in ChannelMonitor and expose...
|
commit | commitdiff | tree |
2018-10-27 |
Matt Corallo | Send RAA/CS messages out-of-band to ensure ordered...
|
commit | commitdiff | tree |
2018-10-27 |
Matt Corallo | Redo ChannelMonitor deserialization to avoid read_to_end()
|
commit | commitdiff | tree |
2018-10-27 |
Matt Corallo | Send shutdown/closing_signed msgs out-of-band for ordered...
|
commit | commitdiff | tree |
2018-10-27 |
Matt Corallo | impl some additional (de)serializers, including a u48...
|
commit | commitdiff | tree |
2018-10-27 |
Matt Corallo | Send announcement_signatures msgs out-of-band for ordered...
|
commit | commitdiff | tree |
2018-10-27 |
Matt Corallo | impl Readable/Writable for Route
|
commit | commitdiff | tree |
2018-10-27 |
Matt Corallo | Send funding_signed messages out-of-band to ensure...
|
commit | commitdiff | tree |
2018-10-27 |
Matt Corallo | Add a BIG lock to ChannelManager
|
commit | commitdiff | tree |
2018-10-27 |
Matt Corallo | Send AcceptChannel responses out-of-band to ensure...
|
commit | commitdiff | tree |
2018-10-27 |
Matt Corallo | Give ChannelMonitor a logger via new ReadableArgs trait
|
commit | commitdiff | tree |
2018-10-27 |
Matt Corallo | Split Event, move MessageSendEvent push() inside channel_sta...
|
commit | commitdiff | tree |
2018-10-27 |
Matt Corallo | Add a second Readable trait for state args, clean macros...
|
commit | commitdiff | tree |
2018-10-27 |
Matt Corallo | Store [u8; 32]s instead of SharedSecrets (for deserialization)
|
commit | commitdiff | tree |
2018-10-25 |
Matt Corallo | Run travis-fuzz on Rust 1.29.2 due to 1.30 breaking...
|
commit | commitdiff | tree |
2018-10-24 |
Matt Corallo | Fix XXXs that slipped into router and handle HTLCFailCHannel...
|
commit | commitdiff | tree |
2018-10-23 |
Matt Corallo | Add basic sanity testing for channel monitor update...
|
commit | commitdiff | tree |
2018-10-23 |
Matt Corallo | ChannelManager support for monitor update failure in...
|
commit | commitdiff | tree |
2018-10-23 |
Matt Corallo | Add Channel support for monitor-update-failed pausing
|
commit | commitdiff | tree |
2018-10-23 |
Matt Corallo | Add an Event for sending revoke_and_ack messages out...
|
commit | commitdiff | tree |
2018-10-23 |
Matt Corallo | Pull out the HTLC forwarding loop into a function
|
commit | commitdiff | tree |
2018-10-23 |
Matt Corallo | Pull out regenerating RAA/CS in channel_reestablish...
|
commit | commitdiff | tree |
2018-10-23 |
Matt Corallo | Move channel monitor updates inside the channel_state...
|
commit | commitdiff | tree |
2018-10-23 |
Matt Corallo | Add test for two-updates-in-flight disconnect channel...
|
commit | commitdiff | tree |
2018-10-23 |
Matt Corallo | Fix reconnect message order on remote updates while...
|
commit | commitdiff | tree |
2018-10-23 |
Matt Corallo | Add message ordering return value to handling channel_reesta...
|
commit | commitdiff | tree |
2018-10-22 |
Matt Corallo | Avoid needless on-chain channel failing for timing...
|
commit | commitdiff | tree |
2018-10-18 |
Matt Corallo | Test double-reconnect
|
commit | commitdiff | tree |
2018-10-18 |
Matt Corallo | Use APIError::ChannelUnavailable a bit more for consistency
|
commit | commitdiff | tree |
2018-10-18 |
Matt Corallo | Ensure channel is live, not usable for sending fee...
|
commit | commitdiff | tree |
2018-10-18 |
Matt Corallo | Use live, not usable for list_usable_channels
|
commit | commitdiff | tree |
2018-10-16 |
Matt Corallo | Fix + test funding tx confirmation while peer is disconnected
|
commit | commitdiff | tree |
2018-10-16 |
Matt Corallo | Add documentation about PaymentSent/Failed event duplication bug
|
commit | commitdiff | tree |
2018-10-16 |
Matt Corallo | Test reconnecting after lost message(s) during the...
|
commit | commitdiff | tree |
2018-10-16 |
Matt Corallo | Fix channel_reestablish exchanging in case of lost...
|
commit | commitdiff | tree |
2018-10-16 |
Matt Corallo | Store onion packet in OutboundHTLCState so we can regen...
|
commit | commitdiff | tree |
2018-10-16 |
Matt Corallo | Store per-state HTLC data in the state enum itself...
|
commit | commitdiff | tree |
2018-10-16 |
Matt Corallo | Split create_chan_between_nodes into two steps
|
commit | commitdiff | tree |
2018-10-06 |
Matt Corallo | Further simplify get_{inbound,outbound}_pending_htlc_stats
|
commit | commitdiff | tree |
2018-10-06 |
Matt Corallo | Check that reserves are met or progress is made on...
|
commit | commitdiff | tree |
2018-10-01 |
Matt Corallo | Use new ChannelError in get_channel_announcement
|
commit | commitdiff | tree |
2018-10-01 |
Matt Corallo | Use new ChannelError in channel_reestablish handling
|
commit | commitdiff | tree |
2018-10-01 |
Matt Corallo | Use new ChannelError in HTLC-removal msgs, filling...
|
commit | commitdiff | tree |
2018-10-01 |
Matt Corallo | Use new ChannelError in funding_locked, filling out...
|
commit | commitdiff | tree |
2018-10-01 |
Matt Corallo | Use new ChannelError type in accept_channel
|
commit | commitdiff | tree |
2018-10-01 |
Matt Corallo | Introduce a Channel-specific Err type and return it...
|
commit | commitdiff | tree |
2018-09-30 |
Matt Corallo | Macro-out checking a tx validly spends another (and...
|
commit | commitdiff | tree |
2018-09-30 |
Matt Corallo | Fix and test simple remote-revoked-commitment-output...
|
commit | commitdiff | tree |
2018-09-30 |
Matt Corallo | Add 2-inbound-in-flight update_fee test (that we wouldn...
|
commit | commitdiff | tree |
2018-09-30 |
Matt Corallo | Annotate test_update_fee to make events more clear
|
commit | commitdiff | tree |
2018-09-30 |
Matt Corallo | Add test for out-of-order update_fee commitment_signed/RAA
|
commit | commitdiff | tree |
2018-09-30 |
Matt Corallo | Add test for send_commitment pending non-committed...
|
commit | commitdiff | tree |
2018-09-30 |
Matt Corallo | Note that update_fee is likely not gonna be our final API
|
commit | commitdiff | tree |
2018-09-29 |
Matt Corallo | Macro out one-monitor-added check in network tests...
|
commit | commitdiff | tree |
2018-09-29 |
Matt Corallo | Macro out getting payment_preimage/hash in network...
|
commit | commitdiff | tree |
2018-09-28 |
Matt Corallo | Avoid double-panic in ChannelManager when tests fail
|
commit | commitdiff | tree |
2018-09-26 |
Matt Corallo | Handle temporary_channel_id collision in fuzztarget...
|
commit | commitdiff | tree |
2018-09-26 |
Matt Corallo | Narrow check_spend_remote_htlc input/output count check.
|
commit | commitdiff | tree |
2018-09-20 |
Matt Corallo | Make docs look nicer by adding explicit spacing
|
commit | commitdiff | tree |
2018-09-20 |
Matt Corallo | Bump version to 0.0.5 to get new docs out
|
commit | commitdiff | tree |
2018-09-20 |
Matt Corallo | Switch to -O1 in dev as we have long-running tests...
|
commit | commitdiff | tree |
2018-09-20 |
Matt Corallo | Migrate ChannelMonitor serialization to new ser framework...
|
commit | commitdiff | tree |
2018-09-20 |
Matt Corallo | Move ChannelMonitor deserialization to new ser framework
|
commit | commitdiff | tree |
2018-09-20 |
Matt Corallo | Simplify DecodeError enum by removing some useless...
|
commit | commitdiff | tree |
2018-09-20 |
Matt Corallo | Add module and all-pub-things docs and deny missing...
|
commit | commitdiff | tree |
next |