Check expected amount in claim_funds
[rust-lightning] / fuzz / fuzz_targets / full_stack_target.rs
2019-11-18 Antoine RiardCheck expected amount in claim_funds
2019-11-15 Matt CoralloMerge pull request #393 from ariard/2019-11-send-cmt...
2019-11-15 Matt CoralloMerge pull request #390 from ariard/2019-11-consistent...
2019-11-15 Matt CoralloMerge pull request #392 from ariard/2019-11-manager...
2019-11-15 Antoine RiardAdd init height in ChannelManager constructor
2019-08-06 Matt CoralloMerge pull request #349 from ariard/2019-07-data_loss
2019-08-02 Matt CoralloMerge pull request #310 from ariard/2019-02-clarify...
2019-07-31 Matt CoralloMerge pull request #370 from TheBlueMatt/2019-07-369...
2019-07-31 RJ RybarczykMake SocketDescriptor::send_data take slice instead...
2019-07-30 Matt CoralloMerge pull request #367 from TheBlueMatt/2019-07-fst...
2019-07-29 Matt CoralloMake temporary channel ids unique in full_stack_target 2019-07-fst-unique-channels
2019-07-23 Matt CoralloMerge pull request #353 from TheBlueMatt/2019-07-no...
2019-07-23 Matt CoralloMake rand a dev-dep by having the user randomize HTLC... 2019-07-no-rand
2019-07-23 Matt CoralloStop using rng in peer_channel_encryptor to generate...
2019-07-23 Matt CoralloUpdate commitment tx to match actual tx (dunno when...
2019-07-19 Matt CoralloMerge pull request #336 from ariard/2019-04-in-flight...
2019-07-17 Antoine RiardDelay failure of non-dust HTLC-outputs until solving...
2019-07-17 Antoine RiardImplement block_disconnect for pruning of waiting-conf...
2019-04-22 Matt CoralloMerge pull request #320 from TheBlueMatt/2019-03-chan...
2019-04-21 Matt CoralloMerge pull request #334 from ariard/2019-04-fee-estimat...
2019-04-16 Antoine RiardAdd FeeEstimator in ChannelMonitor
2019-04-10 Matt CoralloMerge pull request #335 from TheBlueMatt/2019-04-330...
2019-04-10 Sebastian GeislerMake channel open confs configurable (and change from... 2019-04-330-nits
2019-03-22 Matt CoralloMerge pull request #314 from TheBlueMatt/2019-03-chan...
2019-03-07 Matt CoralloMerge pull request #318 from tamasblummer/rbitcoin017
2019-03-07 Tamas Blummermigration to rust-bitcoin 0.17
2019-03-01 Matt CoralloMerge pull request #313 from ariard/2019-02-clarify...
2019-02-28 Antoine RiardClarify a bit full_stack_target test_no_existing_test_b...
2019-01-25 Matt CoralloMerge pull request #302 from TheBlueMatt/2019-01-hashes03
2019-01-25 Matt CoralloMerge pull request #297 from TheBlueMatt/2019-01-back...
2019-01-25 Matt CoralloMerge pull request #290 from TheBlueMatt/2019-01-monito...
2019-01-24 Matt CoralloSend back the actual received amount, not expected... 2019-01-back-fail-privacy
2019-01-24 Matt CoralloTake the logger from test_utils into fuzz::test_utils
2019-01-23 Matt CoralloMerge pull request #299 from TheBlueMatt/2019-01-262...
2019-01-23 Yuko RoodtAdded tests to check the bolt 2 specs for Sending Node... 2019-01-262-redux
2019-01-23 Matt CoralloMerge pull request #298 from TheBlueMatt/2019-01-271...
2019-01-22 Matt CoralloMerge pull request #294 from TheBlueMatt/2019-01-deps...
2019-01-22 Matt CoralloUpgrade to secp256k1 v12, bitcoin v16, and crates bitco...
2019-01-16 Matt CoralloMerge pull request #285 from TheBlueMatt/2019-01-fuzz...
2019-01-09 Matt CoralloMerge pull request #283 from TheBlueMatt/2019-01-htlc...
2019-01-09 Matt CoralloSimplify and expand logging in is_resolving_htlc_output 2019-01-htlc-resolution-log
2019-01-08 Matt CoralloSwitch to bitcoin_hashes Hash160 in full_stack_target
2019-01-08 Matt CoralloAdd doc to full_stack_target
2019-01-08 Matt CoralloAdd option to use libfuzzer sys in full_stack_target
2018-12-22 Matt CoralloMerge pull request #276 from TheBlueMatt/2018-12-async...
2018-12-21 Matt CoralloFail HTLCs backwards asynchronously 2018-12-async-fail
2018-12-20 Matt CoralloMerge pull request #270 from TheBlueMatt/2018-12-drop...
2018-12-20 Matt CoralloUse bitcoin_hashes' Ripemd160/Hash160 from rust-crypto...
2018-12-19 Matt CoralloSwitch Sha256 to using bitcoin_hashes and our own HKDF
2018-12-18 Matt CoralloMerge pull request #274 from TheBlueMatt/2018-12-243...
2018-12-18 Matt CoralloUpdate incorrect_payment_amount generation/handling... 2018-12-243-review
2018-12-17 Matt CoralloMerge pull request #269 from TheBlueMatt/2018-12-198...
2018-12-14 Matt CoralloAdd additional log traces in channelmonitor/manager
2018-12-14 Antoine RiardTypify payment_hash and payment_preimage
2018-12-14 Matt CoralloMove monitor-generated HTLC event handling to manager...
2018-12-03 Matt CoralloMerge pull request #265 from TheBlueMatt/2018-12-fuzz...
2018-12-03 Matt CoralloRemove unused import in full_stack_target
2018-11-27 Matt CoralloMerge pull request #260 from yuntai/201811-sessionkey
2018-11-27 Yuntai KyongAdd a method to get session secret for onion packet...
2018-11-20 Matt CoralloMerge pull request #231 from philipr-za/philip-204...
2018-11-16 Matt CoralloMerge pull request #253 from TheBlueMatt/2018-11-misc...
2018-11-15 Matt CoralloMerge pull request #249 from stevenroose/bitcoin-0.15
2018-11-14 Steven RooseUpdate to rust-bitcoin v0.15
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 #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 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 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-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-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-03 Matt CoralloMerge pull request #145 from TheBlueMatt/2018-09-134...
2018-09-03 Antoine RiardAdd ChainWatchInterface in Router
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 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
next