Update to rust-secp256k1 v0.11 and rust-bitcoin v0.14
[rust-lightning] / fuzz / fuzz_targets / full_stack_target.rs
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 #91 from ariard/logging_interface
2018-08-17 Antoine RiardLogging interface
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
2018-07-26 Matt CoralloMerge pull request #84 from savil/sort_outputs
2018-07-25 Matt CoralloMerge pull request #86 from TheBlueMatt/2018-07-event...
2018-07-25 Matt CoralloPendingHTLCsForwardable really should just be upstreamed.
2018-07-25 Matt CoralloMerge pull request #85 from TheBlueMatt/2018-07-fees
2018-07-25 Matt CoralloConvert fee API to per_kw instead of per_vb 2018-07-fees
2018-07-23 Matt CoralloMerge pull request #78 from TheBlueMatt/2018-07-43...
2018-07-23 Antoine RiardAdd DisconnectPeer events 2018-07-43-rebased
2018-07-23 Matt CoralloMerge pull request #77 from TheBlueMatt/2018-07-route...
2018-07-23 Matt CoralloAdd arg to get_route to specify our local channels... 2018-07-route-tweaks
2018-07-23 Matt CoralloMerge pull request #69 from savil/gen-target-fix
2018-07-22 Matt CoralloMerge pull request #73 from TheBlueMatt/2018-07-no...
2018-07-22 Matt CoralloMigrate all Uint256s used for channel_ids to [u8; 32] 2018-07-no-uint
2018-06-29 Matt CoralloMerge pull request #35 from TheBlueMatt/2018-06-post-32
2018-06-29 Matt CoralloMerge pull request #33 from jeandudey/funding_txo
2018-06-29 Jean Pierre DudeyAdd the `OutPoint` type for the `ChannelMonitor`'s...
2018-04-26 Matt CoralloMerge pull request #21 from TheBlueMatt/master
2018-04-25 Matt CoralloRewrite channelmonitor framework and implement a bunch...
2018-04-02 Matt CoralloMerge pull request #18 from TheBlueMatt/2018-04-fuzzing...
2018-04-02 Matt CoralloMerge pull request #17 from TheBlueMatt/2017-04-channel...
2018-04-02 Matt CoralloExpand full_stack_target from uselessly-large to laugha...
2018-04-02 Matt CoralloHandle incoming shutdown messages
2018-03-23 Matt CoralloMerge pull request #15 from TheBlueMatt/master
2018-03-23 Matt CoralloAdd some fuzz targets.