Handle-initial_routing_sync-requests-from-peers-in-their-Init-messages
[rust-lightning] / fuzz /
2018-11-03 Matt CoralloMerge pull request #241 from TheBlueMatt/2018-10-peer...
2018-11-02 Matt CoralloAvoid double-panic in full_stack_target to assist debugging 2018-10-peer-free-panic
2018-11-01 Matt CoralloMerge pull request #235 from TheBlueMatt/2018-10-229...
2018-10-31 Matt CoralloMerge pull request #234 from TheBlueMatt/2018-10-169...
2018-10-31 Schalk van HeerdenAdded 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 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 #223 from TheBlueMatt/2018-10-chanma...
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 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 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 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 CoralloGive ChannelMonitor a logger via new ReadableArgs trait
2018-10-27 Matt CoralloSplit Event, move MessageSendEvent push() inside channe...
2018-10-26 Matt CoralloMerge pull request #224 from TheBlueMatt/2018-10-221...
2018-10-25 Yuntai KyongAdd PaymentFailReason for fail_htlc_backwards
2018-10-23 Matt CoralloMerge pull request #219 from TheBlueMatt/2018-10-157...
2018-10-23 Yuntai KyongAdd is_permanent field to ChannelClosed message and...
2018-09-20 Matt CoralloMerge pull request #191 from TheBlueMatt/2018-09-chanmo...
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 CoralloRemove fuzz channel_target.
2018-09-18 Matt CoralloMerge pull request #185 from TheBlueMatt/2018-09-ser...
2018-09-16 Matt CoralloUtilize Writer size hinting in message fuzz targets...
2018-09-16 Matt CoralloSimplify serialization a bit by removing the useless...
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 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-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 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 KyongAdd fuzz targets for Writeable messages/migrate fuzz...
2018-09-12 Yuntai KyongImplement Writer/Reader
2018-09-11 Matt CoralloMerge pull request #165 from TheBlueMatt/2018-09-pre...
2018-09-09 Matt CoralloAdd force_close_channel call command to full_stack_target
2018-09-08 Matt CoralloMerge pull request #159 from ariard/channel_monitor
2018-09-08 Matt CoralloNarrow ChainWatchInterface::install_watch_script
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-06 Matt CoralloRemove unused import in router_target 2018-09-funding_created_action
2018-09-05 Matt CoralloMerge pull request #147 from TheBlueMatt/2018-09-channe...
2018-09-05 Matt CoralloDont return an Err from Channel::get_accept_channel...
2018-09-03 Matt CoralloMerge pull request #145 from TheBlueMatt/2018-09-134...
2018-09-03 Matt CoralloProvide better get_chain_utxo return coverage in router... 2018-09-134-rebased
2018-09-03 Matt CoralloEnsure we aren't duplicatively reading things in router...
2018-09-03 Antoine RiardAdd DummyChainWatcher in route_target
2018-09-03 Antoine RiardAdd ChainWatchInterface in Router
2018-08-29 Matt CoralloMerge pull request #136 from TheBlueMatt/2018-08-excess...
2018-08-29 Matt CoralloFail parsing node/channel announcements with unknown...
2018-08-29 Matt CoralloUpdate msg_targets with new, must-roundtrip, and hole...
2018-08-27 Matt CoralloMerge pull request #132 from TheBlueMatt/2018-08-bolt...
2018-08-27 Matt CoralloRemove incorrect auto-generated header from error_messa... 2018-08-bolt-4-spec-return-fail
2018-08-27 Matt CoralloReturn a malformed HTLC message when ephemeral pubkey...
2018-08-26 Matt CoralloMerge pull request #131 from TheBlueMatt/2018-08-bolt...
2018-08-25 Matt CoralloUpdate error deserialization in compliance with BOLT #1 2018-08-bolt-1-compliance
2018-08-23 Matt CoralloMerge pull request #124 from TheBlueMatt/2018-08-htlc...
2018-08-23 Matt CoralloMerge pull request #126 from TheBlueMatt/2018-08-restor...
2018-08-23 Matt CoralloMerge HTLC-update events, remove FailHTLC ErrorAction 2018-08-htlc-fail-spec
2018-08-23 Matt CoralloRestore push_msat in full_stack_target 2018-08-restore-full-fuzz
2018-08-23 Matt CoralloDo not return UpdateFailHTLC updates until the HTLC...
2018-08-23 Matt CoralloRestore full_stack_target fuzzer
2018-08-23 Matt CoralloMerge pull request #123 from TheBlueMatt/2018-08-secp...
2018-08-23 Matt CoralloMerge pull request #125 from TheBlueMatt/2018-08-114...
2018-08-23 Matt CoralloUpdate to rust-secp256k1 v0.11 and rust-bitcoin v0.14 2018-08-secp-0.10
2018-08-23 Antoine RiardCheck amt_to_forward and outgoing_cltv_value in add_upd...
2018-08-20 Matt CoralloMerge pull request #111 from TheBlueMatt/2018-08-full...
2018-08-20 Matt CoralloAdd a full_stack_target sample test to avoid unintentio... 2018-08-full-stack-target-upstream-1
2018-08-20 Matt CoralloDisable push_msat in full_stack_target temporarily
2018-08-20 Matt CoralloUpgrade AFL to 0.4 with persistent mode fuzzing
2018-08-20 Matt CoralloExpand full_stack_target somewhat
2018-08-17 Matt CoralloMerge pull request #118 from TheBlueMatt/2018-08-103...
2018-08-17 Matt CoralloMerge pull request #117 from TheBlueMatt/2018-08-no...
2018-08-17 Yuntai KyongAdd push_msat to new outbound API
2018-08-17 Matt CoralloDon't HTLC claim with no-possible-preimage in full_stac... 2018-08-no-claim-fuzz-bug
2018-08-17 Matt CoralloMerge pull request #116 from TheBlueMatt/2018-08-peer_h...
2018-08-17 Matt CoralloRemove some dead Logger code
2018-08-17 Matt CoralloMerge pull request #115 from TheBlueMatt/2018-08-channe...
2018-08-17 Matt CoralloFix PaymentReceived/sha256 handling in full_stack_target 2018-08-channel-fuzz-fixes
2018-08-17 Matt CoralloHandle duplicate funding transaction gracefully.
2018-08-17 Matt CoralloMerge pull request #110 from TheBlueMatt/2018-08-router...
2018-08-17 Matt CoralloFix fee_base_msat overflowing entire fee range in RouteHint
2018-08-17 Matt CoralloMerge pull request #91 from ariard/logging_interface
2018-08-17 Antoine RiardLogging interface
2018-07-31 Matt CoralloMerge pull request #100 from TheBlueMatt/2018-07-htlc...
2018-07-31 Matt CoralloMerge pull request #102 from savil/hex-version
2018-07-31 Savil Srivastavachange hex version to 0.3, and leave out the minor...
2018-07-28 Matt CoralloMerge pull request #95 from savil/rm-bitcoin-util-hexbytes
2018-07-28 Savil Srivastavause hex::decode instead of extend_vec_from_hex
next