Clarify policy applied in send htlc error msgs
[rust-lightning] / fuzz /
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 CoralloAdd a fuzz target to test monitor update failure handling 2019-01-monitor-update-handle-fuzz
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' fixed_time_eq, removing the rust...
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 CoralloAvoid writing to stdout during fuzz tests 2018-12-fuzz-fix-no-witness
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-23 Matt CoralloMerge pull request #259 from TheBlueMatt/2018-11-256...
2018-11-21 Matt CoralloMerge pull request #246 from TheBlueMatt/2018-11-fuzz...
2018-11-20 Matt CoralloMerge pull request #231 from philipr-za/philip-204...
2018-11-18 Matt CoralloEnsure fuzz release builds use codegen-units=1 and LTO 2018-11-fuzz-crash-redux
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 #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
next