rust-lightning
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...
2018-09-15 Matt CoralloMerge pull request #183 from yuntai/201809-unwrap-getop...
2018-09-14 Yuntai Kyongunwrap channel.get_open_channel
2018-09-14 Matt CoralloSplit claim and fail payment functions to be able to... 2018-09-pre-178-cleanups
2018-09-14 Matt CoralloMove all-events check into framework instead of per...
2018-09-14 Matt CoralloSplit up send_commitment into a const and non-const...
2018-09-14 Matt CoralloRemove unused import and uneccessary mut
2018-09-14 Matt CoralloMerge pull request #180 from TheBlueMatt/2018-09-htlc...
2018-09-14 Matt CoralloTweak + extend full_stack_target sample to incl HTLC... 2018-09-htlc-tx-unwrap-fix
2018-09-14 Matt CoralloTest that we do not fail-backwards HTLCs that the remot...
2018-09-14 Matt CoralloMake the commitment signed dance a macro in ChannelMana...
2018-09-14 Matt CoralloDo not fail-backwards LocalAnnounced HTLCs upon force...
2018-09-14 Matt CoralloIgnore HTLC txn we dont know how to claim instead of...
2018-09-14 Matt CoralloMerge pull request #177 from TheBlueMatt/2018-09-163...
2018-09-13 Matt CoralloClean up and clarify tx broadcast checks in channelmoni... 2018-09-163-cleanups
2018-09-13 Matt CoralloThere can only be one input in matched txn in ChannelMo...
2018-09-13 Matt CoralloOptimize check_spend_remote HTLC a tad by avoiding...
2018-09-13 Matt CoralloMerge pull request #163 from ariard/claim_revoked_htlc_tx
2018-09-13 Matt CoralloMerge pull request #175 from TheBlueMatt/2018-09-173...
2018-09-13 Yuntai Kyongraise APIError from send_payment 2018-09-173-whitespace-err
2018-09-13 Matt CoralloMerge pull request #174 from yuntai/201809-funding_crea...
2018-09-13 Yuntai Kyongverify incoming sig first and fail earlier
2018-09-12 Antoine RiardAdd test of claiming HTLC-Timeout outputs based on...
2018-09-12 Antoine RiardImplement claiming of revoked HTLC transactions by...
2018-09-12 Antoine RiardImplement set_their_delayed_payment_base_key in Channel...
2018-09-12 Matt CoralloMerge pull request #171 from TheBlueMatt/2018-09-ser...
2018-09-12 Matt CoralloCorrect MAX_BUF_SIZE in serialization 2018-09-ser-fixes
2018-09-12 Matt CoralloFix some double-indentation in util/ser
2018-09-12 Matt CoralloMerge pull request #167 from TheBlueMatt/2018-09-dup...
2018-09-12 Matt CoralloMerge pull request #170 from TheBlueMatt/2018-09-119...
2018-09-12 Matt CoralloAdd simple test for duplicate-payment_hash HTLC tracking 2018-09-dup-htlc
2018-09-12 Matt CoralloAvoid cross-test statics in ChannelManager network...
2018-09-12 Matt CoralloAllow duplicate-payment_hash HTLCs for HTLC forwards
2018-09-12 Yuntai KyongMigrate fuzz router/channel target to Readable 2018-09-119-rebased
2018-09-12 Yuntai Kyongmigrate peer_handler to use Writeable
2018-09-12 Yuntai KyongAdd fuzz targets for Writeable messages/migrate fuzz...
2018-09-12 Yuntai KyongImplement Writeable for messages
2018-09-12 Yuntai KyongImplement Writer/Reader
2018-09-11 Matt CoralloSplit HTLC tracking into separate Inbound/Outbound...
2018-09-11 Matt CoralloMerge pull request #165 from TheBlueMatt/2018-09-pre...
2018-09-09 Matt Corallopanic on invalid calls to Channel::send_commitment... 2018-09-pre-disconnect-misc
2018-09-09 Matt CoralloDo not allow sending HTLCs when the first hop is discon...
2018-09-09 Matt CoralloSync get_update_fail_htlc, get_update_fulfill_htlc...
2018-09-09 Matt CoralloAdd force_close_channel call command to full_stack_target
2018-09-09 Matt CoralloMerge pull request #164 from TheBlueMatt/2018-09-channe...
2018-09-08 Matt CoralloDisallow duplicate Init messages from peers 2018-09-channel-connection-cleanups
2018-09-08 Matt CoralloFix PeerManager::get_peer_node_ids to filter according...
2018-09-08 Matt CoralloDisconnect duplicate node_id connections after Noise...
2018-09-08 Matt CoralloUpdate add_update_monitor docs to indicate registration...
2018-09-08 Matt CoralloDocument Channel::get_funding_redeemscript precondition
2018-09-08 Matt CoralloMerge pull request #159 from ariard/channel_monitor
2018-09-08 Antoine RiardAdd registration of commitment tx's outputs from
2018-09-08 Matt CoralloRefactor/dont re-enter block_conencted on duplicate...
2018-09-08 Matt CoralloNarrow ChainWatchInterface::install_watch_script
2018-09-07 Matt CoralloMerge pull request #162 from ariard/channel_manager_ref...
2018-09-07 Antoine RiardRefactor handle_update_fee to wrapper error handling...
2018-09-07 Antoine RiardRefactor handle_revoke_and_ack to wrapper error handlin...
2018-09-07 Antoine RiardRefactor handle_commitment_signed to wrapper error...
2018-09-07 Antoine RiardRefactor handle_update_fail_malformed_htlc to wrapper...
2018-09-07 Antoine RiardRefactor handle_update_fail_htlc to wrapper error handl...
2018-09-07 Antoine RiardRefactor handle_update_fulfill_htlc to wrapper error...
2018-09-07 Antoine RiardRefactor handle_update_add_htlc to wrapper error handli...
2018-09-07 Antoine RiardRefactor handle_closing_signed to wrapper error handlin...
2018-09-07 Matt CoralloMerge pull request #160 from ariard/channel_manager_ref...
2018-09-07 Matt CoralloMerge pull request #156 from TheBlueMatt/2018-09-fundin...
2018-09-07 Antoine RiardRefactor handle_shutdown to wrapper error handling...
next