Add test_invalid_channel_announcemnt + test utilities
[rust-lightning] / src / ln / channelmanager.rs
2018-09-03 Antoine RiardAdd test_invalid_channel_announcemnt + test utilities
2018-09-03 Antoine RiardAdd ChainWatchInterface in Router
2018-08-30 Matt CoralloMerge pull request #139 from TheBlueMatt/2018-08-fuzz...
2018-08-30 Matt CoralloRemove unused feeest field in ChannelManager tests 2018-08-fuzz-fixes-7
2018-08-29 Matt CoralloMerge pull request #136 from TheBlueMatt/2018-08-excess...
2018-08-29 Matt CoralloCorrect excess-data handling in ChannelUpdate
2018-08-29 Matt CoralloMerge pull request #133 from TheBlueMatt/2018-08-announ...
2018-08-28 Matt CoralloClean up/clarify channel announcement_signatures handling 2018-08-announcement_sigs
2018-08-27 Matt CoralloMerge pull request #132 from TheBlueMatt/2018-08-bolt...
2018-08-27 Matt CoralloReturn a malformed HTLC message when ephemeral pubkey...
2018-08-26 Matt CoralloUpdate PendingHTLCStatus to hold malformed HTLC error...
2018-08-26 Matt CoralloAdd update_fail_malformed_htlcs vec to CommitmentUpdate
2018-08-26 Matt CoralloMerge pull request #131 from TheBlueMatt/2018-08-bolt...
2018-08-26 Matt CoralloMerge pull request #130 from TheBlueMatt/2018-08-fuzz...
2018-08-25 Matt CoralloHandle Error messages by closing channels as required...
2018-08-24 Matt CoralloRemove unused node_id tracking in ChannelManager tests 2018-08-fuzz-fixes-6
2018-08-23 Matt CoralloMerge pull request #127 from TheBlueMatt/2018-08-fuzz...
2018-08-23 Matt CoralloFix integer overflow panic in new HTLC-forwarding fee... 2018-08-fuzz-fixes-5
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 CoralloDo not return UpdateFailHTLC updates until the HTLC...
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 CoralloReturn channel_updates when failing a HTLC for fee...
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 simple utility to ChannelManager to force close...
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 CoralloMerge pull request #118 from TheBlueMatt/2018-08-103...
2018-08-17 Yuntai KyongAdd push_msat to new outbound API
2018-08-17 Matt CoralloMerge pull request #115 from TheBlueMatt/2018-08-channe...
2018-08-17 Matt CoralloHandle duplicate funding transaction gracefully.
2018-08-17 Matt CoralloFix handle_funding_created bug/TODO
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-08-03 Matt CoralloFix fuzztarget ChannelKeys generation
2018-08-03 Matt CoralloFix panic!() in block_connected on unfunded channels...
2018-07-29 Matt CoralloMerge pull request #98 from TheBlueMatt/2018-07-invalid...
2018-07-29 Matt CoralloMerge pull request #97 from TheBlueMatt/2018-07-no...
2018-07-29 Matt CoralloMerge pull request #96 from TheBlueMatt/2018-07-force...
2018-07-29 Matt CoralloHandle invalid funding tx in channelmanager 2018-07-invalid-funding
2018-07-29 Matt CoralloStop adding remote's payment_preimages to our channel... 2018-07-no-useless-preimages
2018-07-29 Matt CoralloSome match -> if let replacement
2018-07-29 Matt CoralloAssert usize is 32 or 64 bits, as required in a TODO
2018-07-29 Matt CoralloRemove some excess mut's 1.22 complains about
2018-07-29 Matt CoralloAdd pending-HTLC-failure to and unify force_shutdown... 2018-07-force-close-handling
2018-07-29 Matt CoralloRemove some useless Vecs
2018-07-28 Matt CoralloClean up forward_/claimable_htlcs handling and document...
2018-07-28 Matt CoralloFix force_shutdown() bug where we lose knowledge of...
2018-07-28 Matt CoralloMerge pull request #95 from savil/rm-bitcoin-util-hexbytes
2018-07-28 Savil Srivastavareplace use of bitcoin::utils::misc::hex_bytes with...
2018-07-27 Matt CoralloMerge pull request #94 from TheBlueMatt/2018-07-duplica...
2018-07-26 Matt CoralloHandle duplicate payment_hash send_payment()s 2018-07-duplicate_hash
2018-07-26 Matt CoralloMerge pull request #93 from TheBlueMatt/2018-07-announc...
2018-07-26 Matt CoralloProperly calculate Channel::announce_publicly
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 CoralloMake claim_funds_INTERNAL private 2018-07-event-fixes
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 Matt CoralloMerge pull request #82 from TheBlueMatt/2018-07-send...
2018-07-24 Matt CoralloHalf-ass some CLTV fixes for real channel creation
2018-07-24 Matt CoralloSet associated_data to payment_hash
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 #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-22 Matt CoralloMerge pull request #71 from TheBlueMatt/2018-07-watch...
2018-07-22 Matt CoralloFix failure sending FundingLocked for non-announced... 2018-07-watch-funding
2018-07-22 Matt CoralloTest transaction watch registration in channelmonitor...
2018-07-20 Matt CoralloMerge pull request #65 from TheBlueMatt/master
2018-07-20 Matt CoralloMerge pull request #53 from savil/rename-error-msg...
2018-07-20 Matt CoralloMerge pull request #47 from ariard/block_disconnected_c...
2018-07-20 Savil Srivastava[Error] rename msg field to action
2018-07-20 Antoine RiardImplement channel closing for block_disconnected on...
2018-07-18 Matt CoralloMerge pull request #49 from ariard/bad_failure_codes
2018-07-18 Antoine RiardErroneous failure codes, replace PERM|7 by UPDATE|7
2018-07-14 Matt CoralloMerge pull request #46 from ariard/useless_todo_channel...
2018-07-13 Antoine RiardTODO already cleaned by #16
2018-07-06 Matt CoralloMerge pull request #41 from TheBlueMatt/master
2018-07-06 Matt CoralloMove open_channel message handling into an event
2018-06-30 Matt CoralloMerge pull request #38 from jeandudey/max-funding-satoshis
2018-06-30 Jean Pierre DudeyAdd `MAX_FUNDING_SATOSHIS` constant.
2018-06-29 Matt CoralloMerge pull request #37 from TheBlueMatt/master
2018-06-29 Matt CoralloMerge pull request #36 from TheBlueMatt/2018-08-33...
2018-06-29 Matt CoralloCleanups after #33, plus one unrelated bugfix spotted...
next