Check amt_to_forward and outgoing_cltv_value in add_update_htlc
[rust-lightning] / src / ln / channelmanager.rs
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...
2018-06-29 Matt CoralloMerge pull request #35 from TheBlueMatt/2018-06-post-32
2018-06-29 Matt CoralloMerge pull request #33 from jeandudey/funding_txo
2018-06-29 Jean Pierre DudeyAdd the `OutPoint` type for the `ChannelMonitor`'s...
2018-04-26 Matt CoralloMerge pull request #21 from TheBlueMatt/master
2018-04-25 Matt CoralloFix local route update broadcasts, annouce channel...
2018-04-25 Matt CoralloRewrite channelmonitor framework and implement a bunch...
2018-04-24 Matt CoralloFix some channel remove channelmanager consistency...
2018-04-24 Matt CoralloHTLC Failure message handling
2018-04-17 Matt CoralloMove ChannelKeys creation into channelmanager
2018-04-17 Matt CoralloMerge pull request #20 from TheBlueMatt/master
2018-04-17 Matt CoralloMinor cleanups
2018-04-17 Matt CoralloRefactor channelmanager network tests significantly
2018-04-17 Matt CoralloCompletely rewrite channel HTLC tracking and processing
2018-04-17 Matt CoralloPrep HTLCFailReason for Channel holding it until revoke...
2018-04-17 Matt CoralloUse libbitcoinconsensus to check tx validity in some...
2018-04-17 Matt CoralloTest that channel monitors get updated appropriately
2018-04-17 Matt CoralloHand payment preimages into channel monitors when claimed
2018-04-02 Matt CoralloMerge pull request #19 from TheBlueMatt/2018-04-error...
2018-04-02 Matt CoralloBasic error handling framework in peer_handler
2018-04-02 Matt CoralloRename ErrorMessage
2018-04-02 Matt CoralloMerge pull request #18 from TheBlueMatt/2018-04-fuzzing...
2018-04-02 Matt CoralloMerge pull request #17 from TheBlueMatt/2017-04-channel...
2018-04-02 Matt CoralloCheck funding txout format when transaction is confirme... 2018-04-fuzzing-expansion
2018-04-02 Matt CoralloMake Channel non-public except in fuzztarget mode,... 2017-04-channel-close
2018-04-02 Matt CoralloAdd support for initiating channel closure to Channel...
next