Clarify policy applied in send htlc error msgs
[rust-lightning] / src / util /
2019-01-25 Matt CoralloMerge pull request #304 from TheBlueMatt/2019-01-bump-08
2019-01-25 Matt CoralloMerge pull request #303 from TheBlueMatt/2019-01-log...
2019-01-25 Matt Corallolog_trace HTLC transitions in RAA handling (best review...
2019-01-24 Matt CoralloMerge pull request #288 from TheBlueMatt/2019-01-test...
2019-01-24 Matt CoralloMerge pull request #301 from rex4539/fix-typos
2019-01-24 Dimitris ApostolouFix typos
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-23 Antoine RiardImplement serialize/deserialize for Router. 2019-01-271-cleanup
2019-01-23 Antoine RiardImplement Writeable/Readable for Option<T>
2019-01-22 Matt CoralloMerge pull request #294 from TheBlueMatt/2019-01-deps...
2019-01-22 Matt CoralloEnsure Message always unwraps in fuzztarget 2019-01-deps-bump
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-08 Matt CoralloFix dead_code warnings in fuzztarget builds 2019-01-fuzz-cleanups
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 CoralloDrop rust-crypto trait usage
2018-12-20 Matt CoralloSteal rust-crypto's Poly1305 implementation wholesale
2018-12-20 Matt CoralloSteal rust-crypto's ChaCha20 implementation wholesale
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-18 Matt CoralloAdd test_util for overriding session privs for onion...
2018-12-18 Yuntai KyongRewrite most of process_onion_failure
2018-12-17 Matt CoralloMerge pull request #269 from TheBlueMatt/2018-12-198...
2018-12-14 Matt CoralloInclude the node id in ChannelManager test logs
2018-12-14 Antoine RiardTypify payment_hash and payment_preimage
2018-12-13 Antoine RiardAdd is_resolving_output in ChannelMonitor
2018-12-11 Matt CoralloMerge pull request #266 from TheBlueMatt/2018-12-closin...
2018-12-04 Matt CoralloMerge pull request #264 from TheBlueMatt/2018-12-198...
2018-12-04 Antoine RiardRefactor KeyStorage as Storage
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-13 Matt CoralloMerge pull request #248 from TheBlueMatt/2018-11-monito...
2018-11-13 Matt CoralloMerge pull request #247 from TheBlueMatt/2018-11-202...
2018-11-09 Schalk van HeerdenHandle-initial_routing_sync-requests-from-peers-in... 2018-11-202-redux
2018-11-03 Matt CoralloMerge pull request #241 from TheBlueMatt/2018-10-peer...
2018-11-03 Matt CoralloMerge pull request #233 from TheBlueMatt/2018-10-shutdo...
2018-11-03 Matt CoralloTest the various shutdown handling updates 2018-10-shutdown-updates
2018-11-01 Matt CoralloAdd warnings reminding users to use SegWit funding...
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 CoralloMerge pull request #232 from TheBlueMatt/master
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 Matt CoralloImplement and document Channel/ChannelManager (de)seria...
2018-10-27 Matt CoralloSend channel_reestablish out-of-band to ensure ordered...
2018-10-27 Matt CoralloRespond to channel_reestablish out-of-band for ordered...
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 shutdown/closing_signed msgs out-of-band for order...
2018-10-27 Matt Coralloimpl some additional (de)serializers, including a u48...
2018-10-27 Matt CoralloSend announcement_signatures msgs out-of-band for order...
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-27 Matt CoralloAdd a second Readable trait for state args, clean macro...
2018-10-27 Antoine RiardGenerate Events from ChannelMonitor to indicate spendab...
2018-10-26 Matt CoralloMerge pull request #224 from TheBlueMatt/2018-10-221...
2018-10-26 Yuntai KyongComments updated for PaymentReceived 2018-10-221-whitespace
2018-10-23 Matt CoralloMerge pull request #213 from TheBlueMatt/2018-10-monito...
2018-10-23 Matt CoralloAdd basic sanity testing for channel monitor update... 2018-10-monitor-fail-pause
2018-10-23 Matt CoralloChannelManager support for monitor update failure in...
2018-10-23 Matt CoralloAdd an Event for sending revoke_and_ack messages out...
2018-10-23 Matt CoralloMerge pull request #212 from TheBlueMatt/2018-10-two...
2018-10-23 Matt CoralloAdd message ordering return value to handling channel_r...
2018-10-23 Matt CoralloMerge pull request #219 from TheBlueMatt/2018-10-157...
2018-10-23 Yuntai KyongMove HTLCFailChannelUpdate handling out-of-band 2018-10-157-merge
2018-10-18 Matt CoralloMerge pull request #211 from TheBlueMatt/2018-10-misc...
2018-10-18 Matt CoralloUse APIError::ChannelUnavailable a bit more for consistency
2018-10-16 Matt CoralloMerge pull request #208 from TheBlueMatt/2018-10-reconn...
2018-10-16 Matt CoralloAdd documentation about PaymentSent/Failed event duplic... 2018-10-reconnect-fixes
2018-10-06 Matt CoralloMerge pull request #196 from yuntai/shutdown-apify
2018-10-02 Yuntai Kyongadd a ChannelUnavailable error
2018-09-21 Matt CoralloMerge pull request #193 from SWvheerden/Bolt2-specs...
2018-09-21 Matt CoralloMerge pull request #194 from TheBlueMatt/2018-09-doc...
2018-09-20 Matt CoralloMake docs look nicer by adding explicit spacing 2018-09-doc-cleanup
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 CoralloAdd module and all-pub-things docs and deny missing... 2018-09-docs-docs-docs
2018-09-20 Matt CoralloDocument all the fields in Errors
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 CoralloMake Writeable::write typed instead of Writeable
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 CoralloSplit out Vec<u8> and Vec<Signature> ser impls cause...
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...
next