Split Event, move MessageSendEvent push() inside channel_state lock
[rust-lightning] / src / util /
2018-10-27 Matt CoralloSplit Event, move MessageSendEvent push() inside channe...
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...
2018-09-15 Matt CoralloAdd channel_reestablish + peer_connected events to...
2018-09-13 Matt CoralloMerge pull request #163 from ariard/claim_revoked_htlc_tx
2018-09-13 Matt CoralloMerge pull request #175 from TheBlueMatt/2018-09-173...
2018-09-13 Yuntai Kyongraise APIError from send_payment 2018-09-173-whitespace-err
2018-09-12 Matt CoralloMerge pull request #171 from TheBlueMatt/2018-09-ser...
2018-09-12 Matt CoralloCorrect MAX_BUF_SIZE in serialization 2018-09-ser-fixes
2018-09-12 Matt CoralloFix some double-indentation in util/ser
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 Yuntai KyongImplement Writer/Reader
2018-08-29 Matt CoralloMerge pull request #136 from TheBlueMatt/2018-08-excess...
2018-08-29 Matt CoralloAlso fwd channel_update and node_announcement immediately 2018-08-excess-signed-data-bolt-7
2018-08-26 Matt CoralloMerge pull request #131 from TheBlueMatt/2018-08-bolt...
2018-08-25 Matt CoralloHandle Error messages by closing channels as required...
2018-08-23 Matt CoralloMerge pull request #124 from TheBlueMatt/2018-08-htlc...
2018-08-23 Matt CoralloMerge HTLC-update events, remove FailHTLC ErrorAction 2018-08-htlc-fail-spec
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 Matt CoralloClean up excess \ns in route debug, use all debug encoders 2018-08-114-rebase
2018-08-23 Antoine RiardAdd Display trait on network structs for routing bug...
2018-08-20 Matt CoralloMerge pull request #122 from TheBlueMatt/2018-08-doc...
2018-08-20 Matt CoralloRemove implicit Record import requirement in logging... 2018-08-doc-usability-fixes
2018-08-17 Matt CoralloAdd APIError docs
2018-08-17 Matt CoralloMerge pull request #118 from TheBlueMatt/2018-08-103...
2018-08-17 Yuntai KyongAdd APIError enum
2018-08-17 Matt CoralloMerge pull request #116 from TheBlueMatt/2018-08-peer_h...
2018-08-17 Matt CoralloDefault test logger to Trace to make error debugging...
2018-08-17 Matt CoralloAdd some useful delayed-formatting formatters to macro_...
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 CoralloMerge pull request #91 from ariard/logging_interface
2018-08-17 Antoine RiardLogging interface
2018-08-16 Matt CoralloMerge pull request #107 from ariard/event_handle_error
2018-08-12 Antoine RiardImplement HandleError event with ErrorAction field
2018-08-06 Matt CoralloMerge pull request #108 from TheBlueMatt/2018-08-fuzz...
2018-08-03 Matt CoralloStub out ChaCha20 non-HMAC encryption/decryption in...
2018-07-26 Matt CoralloMerge pull request #90 from TheBlueMatt/2018-07-percent...
2018-07-26 Matt CoralloFix some tab-space errors in #84 2018-07-percent-bump
2018-07-26 Matt CoralloMerge pull request #84 from savil/sort_outputs
2018-07-26 Savil Srivastavaadding BIP69 test-cases
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-24 Savil Srivastava[RFC][Tx Sort] Implement sorting of inputs
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 #76 from TheBlueMatt/2018-07-75...
2018-07-23 Matt CoralloMerge pull request #75 from TheBlueMatt/2018-07-68...
2018-07-23 Matt CoralloMerge pull request #74 from TheBlueMatt/2018-07-shutdow...
2018-07-23 Matt CoralloMerge pull request #69 from savil/gen-target-fix
2018-07-23 Matt CoralloMove shutdown sending to an event 2018-07-shutdown-event
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-07-20 Matt CoralloMerge pull request #65 from TheBlueMatt/master
2018-07-20 Matt CoralloMerge pull request #47 from ariard/block_disconnected_c...
2018-07-20 Matt CoralloMake some more things pub(crate) as they don't need...
2018-07-18 Matt CoralloMerge pull request #49 from ariard/bad_failure_codes
2018-07-18 Matt CoralloMerge pull request #48 from TheBlueMatt/2018-07-monitor...
2018-07-17 Matt CoralloTest channelmonitor serialization roundtrip doesn't... 2018-07-monitor-serialize
next