Logging interface
[rust-lightning] / src / ln / channel.rs
2018-08-17 Antoine RiardLogging interface
2018-08-06 Matt CoralloMerge pull request #108 from TheBlueMatt/2018-08-fuzz...
2018-08-03 Matt CoralloFix panic on reorg through the funding_locked-generatin...
2018-08-03 Matt CoralloFix types in Channel::funding_tx_confirmed_in
2018-08-03 Matt CoralloFix panic!() in block_connected on unfunded channels...
2018-07-31 Matt CoralloMerge pull request #100 from TheBlueMatt/2018-07-htlc...
2018-07-30 Matt CoralloFix non-HTLC-inclusion balance calculation (mark II) 2018-07-htlc-balance-calc
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 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-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-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 #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 CoralloFix HTLC exclusion balance calculation criteria 2018-07-send-initial
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 #69 from savil/gen-target-fix
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-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 Matt CoralloMerge pull request #64 from TheBlueMatt/master
2018-07-20 Antoine RiardImplement channel closing for block_disconnected on...
2018-07-20 Matt CoralloExpose the script_pubkey being monitored in chain watch...
2018-07-19 Matt CoralloMerge pull request #52 from TheBlueMatt/master
2018-07-19 Matt CoralloFix various spec bugs, can now open channels with real...
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 CoralloFix additional 1.22 rustc warning
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 Matt CoralloMerge pull request #32 from ariard/prune_payment_preimages
2018-06-29 Jean Pierre DudeyAdd the `OutPoint` type for the `ChannelMonitor`'s...
2018-06-28 Antoine RiardAdd pruning of preimages no longer needed + tests
2018-05-10 Matt CoralloMerge pull request #25 from TheBlueMatt/master
2018-04-26 Matt CoralloSome with_capacity'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 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 CoralloFix commitment transaction number/per_commitment_point...
2018-04-17 Matt CoralloCompletely rewrite channel HTLC tracking and processing
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 CoralloRemove useless htlc_redeemscript argument
2018-04-02 Matt CoralloClean up channel error handling a ton
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 CoralloAdd support for initiating channel closure to Channel...
2018-04-02 Matt CoralloHandle incoming shutdown messages
2018-04-02 Matt CoralloUpdate for new rust-bitcoin API, avoid some duplicate...
2018-03-27 Matt CoralloMerge pull request #16 from TheBlueMatt/2018-03-fixups
2018-03-25 Matt CoralloStop allowing new commitments without updates/revoke
2018-03-25 Matt CoralloStop freeing holding cell in updates, fix freeing in...
2018-03-25 Matt CoralloFix update_fee handling, add TODOs
2018-03-25 Matt CoralloExpand fake_network_test a bit with multiple in-flight...
2018-03-23 Matt CoralloMerge pull request #15 from TheBlueMatt/master
2018-03-23 Matt CoralloStub out Sha256 calls when fuzzing
2018-03-23 Matt CoralloStub out RNG when fuzzing
2018-03-23 Matt CoralloMerge pull request #14 from TheBlueMatt/2018-03-fuzz...
2018-03-22 Matt CoralloCheck validity of dust_limit_satoshis in remote messages 2018-03-fuzz-fixes-1
2018-03-22 Matt CoralloFix reserve check on HTLC receive/send
2018-03-22 Matt CoralloRemove useless Sha256 copies
2018-03-22 Matt CoralloMerge pull request #13 from TheBlueMatt/2018-03-htlc...
2018-03-22 Matt CoralloClarify roles in failing HTLCs, impl it, support rebalances 2018-03-htlc-failures
2018-03-20 Matt CoralloMerge pull request #12 from TheBlueMatt/2018-03-fixes
2018-03-19 Matt CoralloImpl a few more msg deserializations, fix a channel...
2018-03-02 Matt CoralloMerge pull request #3 from RCasatta/fixtry
2018-03-01 Riccardo Casattause ? instead of try macro
2018-02-28 Matt CoralloMerge pull request #2 from practicalswift/typos
2018-02-27 practicalswiftFix typos
2018-02-21 Matt CoralloUpdate deps, including significant dep reduction in...
2018-02-21 Matt CoralloSplit out channel_monitor_claim_key from shutdown key...
2018-02-16 Matt Coralloinitial checkin