Merge pull request #890 from TheBlueMatt/2021-04-fix-chan-shutdown-crash
[rust-lightning] / lightning / src / ln / channel.rs
2021-04-24 Matt CoralloMerge pull request #890 from TheBlueMatt/2021-04-fix...
2021-04-23 Matt CoralloFix (and test) panic when our counterparty uses a bogus... 2021-04-fix-chan-shutdown-crash
2021-04-23 Matt CoralloMerge pull request #889 from jkczyz/2021-04-electrum...
2021-04-22 Jeffrey CzyzImplement chain::Confirm for relevant structs
2021-04-20 Matt CoralloMerge pull request #844 from sr-gi/843-ln-signing
2021-04-15 Matt CoralloMerge pull request #858 from jkczyz/2021-03-electrum...
2021-04-14 Jeffrey CzyzTrack block height in ChannelMonitor
2021-04-14 Matt CoralloMerge pull request #853 from TheBlueMatt/2021-03-transa...
2021-04-14 Matt CoralloAdd method to note transaction unconfirmed/reorged-out
2021-04-14 Matt CoralloMerge pull request #875 from TheBlueMatt/2021-04-fix...
2021-04-13 Matt CoralloMerge pull request #872 from valentinewallace/timer...
2021-04-13 Valentine WallaceRename timer_chan_freshness_every_min for uniformity...
2021-04-10 Matt CoralloMerge pull request #856 from TheBlueMatt/2021-03-check-tx
2021-04-10 Matt CoralloMerge pull request #870 from valentinewallace/invoices...
2021-04-09 Matt CoralloTake the full funding transaction from the user on... 2021-03-check-tx
2021-04-09 Matt CoralloMerge pull request #861 from lightning-signer/degenerify
2021-04-09 Matt CoralloMerge pull request #866 from TheBlueMatt/2021-04-log...
2021-04-09 Matt CoralloMerge pull request #863 from valentinewallace/expose...
2021-04-09 DevrandomSeparate Clone from Sign
2021-04-08 Matt CoralloMerge pull request #815 from TheBlueMatt/2021-03-router...
2021-04-05 Matt CoralloMerge pull request #838 from TheBlueMatt/2021-03-skip...
2021-04-05 Matt CoralloHandle 1-conf funding_locked in channel no matter the... 2021-03-skip-blocks
2021-04-05 Matt CoralloMove ChannelManager to Channel's new block data API
2021-04-02 Matt CoralloMake `Channel`'s block connection API more electrum...
2021-04-02 Matt CoralloSwitch to height-based funding-tx tracking from conf...
2021-03-20 Matt CoralloMerge pull request #849 from TheBlueMatt/2021-03-config...
2021-03-20 Matt CoralloMake cltv_expiry_delta configurable and reduce the...
2021-03-18 Matt CoralloMerge pull request #848 from TheBlueMatt/2021-03-doc...
2021-03-18 Matt CoralloAlso correct/check links in private item documentation 2021-03-doc-cleanups
2021-03-17 Matt CoralloMerge pull request #841 from valentinewallace/207-repla...
2021-03-17 Valentine WallaceExpose counterparty forwarding info in ChannelDetails.
2021-03-17 Valentine WallacePass channel updates to ChannelManager and Channel.
2021-03-17 Valentine WallaceAdd CounterpartyForwardingInfo field to channel.
2021-03-17 Matt CoralloMerge pull request #828 from bmancini55/reply_channel_range
2021-03-09 bmancini55Use scid_from_parts in Channel::block_connected
2021-03-06 Matt CoralloMerge pull request #823 from jkczyz/2021-03-birthday...
2021-03-05 Jeffrey CzyzPass along ChannelManager's last_block_hash
2021-03-05 Jeffrey CzyzRemove last_block_connected from Channel
2021-03-05 Jeffrey CzyzRemove block_connected de-duplication logic
2021-03-05 Matt CoralloMerge pull request #808 from TheBlueMatt/2021-02-791...
2021-03-05 Matt CoralloProcess monitor update events in block_[dis]connected...
2021-03-03 Matt CoralloChange ShutdownResult type to better capture the possib...
2021-03-03 Matt CoralloMerge pull request #646 from naumenkogs/2020-06-router-mpp
2021-03-03 Matt CoralloMerge pull request #816 from valentinewallace/remove...
2021-03-02 Matt CoralloMerge pull request #814 from TheBlueMatt/2021-03-option...
2021-03-02 Matt CoralloMerge pull request #813 from jkczyz/2021-02-channel...
2021-03-02 Jeffrey CzyzMove ChannelMonitor state behind a Mutex
2021-03-01 Matt CoralloMerge pull request #802 from TheBlueMatt/2021-01-update...
2021-02-27 Matt CoralloLog full signed remote commitment transaction hex in...
2021-02-27 Matt CoralloRandomize secp contexts for marginally better sidechann...
2021-02-26 Matt CoralloMerge pull request #791 from jkczyz/2021-01-spv-client
2021-02-25 Matt CoralloMerge pull request #794 from galderz/t_opt_shutdown_any...
2021-02-25 Galder ZamarreñoAdd support for `opt_shutdown_anysegwit` feature #780
2021-02-22 Matt CoralloMerge pull request #799 from TheBlueMatt/2021-02-chansi...
2021-02-20 Matt CoralloFurther rename `chan_keys` variables to `signers` 2021-02-chansigner-rename 2021-02-chansigner-util-fns
2021-02-19 Matt CoralloRename ChannelKeys -> Sign and generic it consistently
2021-02-19 Matt CoralloMerge pull request #801 from TheBlueMatt/2021-02-789...
2021-02-19 Matt CoralloMerge pull request #762 from valentinewallace/chan...
2021-02-18 Valentine WallaceEnsure build_commitment_tx and next_local/remote_tx_fee...
2021-02-18 Valentine WallaceDon't include below-dust inbound HTLCs in commit tx...
2021-02-16 Matt CoralloMerge pull request #786 from TheBlueMatt/2021-02-chansi...
2021-02-12 Matt CoralloSwap key_derivation_params (u64, u64) for channel_keys_...
2021-02-01 Matt CoralloMerge pull request #783 from ariard/2021-01-disconnect...
2021-01-25 Matt CoralloMerge pull request #777 from sr-gi/cm-force-close-checks
2021-01-18 Matt CoralloMerge pull request #770 from lightning-signer/holder...
2021-01-18 DevrandomFold sign_holder_commitment_htlc_transactions into...
2021-01-18 Matt CoralloMerge pull request #776 from valentinewallace/update...
2021-01-18 Matt CoralloMerge pull request #772 from ariard/2021-01-getting...
2021-01-13 Matt CoralloMerge pull request #771 from jkczyz/2021-01-bolt3-test...
2021-01-08 Jeffrey CzyzAdd BOLT 3 test vector for CLTV tiebreaker
2021-01-08 Matt CoralloMerge pull request #761 from TheBlueMatt/2020-10-chansi...
2021-01-04 Matt CoralloUse `KeysInterface::read_chan_signer` for all channel... 2020-10-chansigner-no-ser
2021-01-04 Matt CoralloAdd a new method `read_chan_signer` to `KeysInterface`
2021-01-04 Matt CoralloUniversally Require Writeable for ChannelKeys
2021-01-04 Matt CoralloMerge pull request #742 from lightning-signer/tx-phase2
2020-12-30 DevrandomUse new get_commitment_transaction_number_obscure_facto...
2020-12-30 DevrandomIntroduce CommitmentTransaction, ChannelTransactionPara...
2020-12-24 Gleb NaumenkoFix htlc max
2020-12-18 DevrandomUnwrap unneeded macros
2020-11-24 Matt CoralloMerge pull request #748 from TheBlueMatt/2020-11-router...
2020-11-23 Matt CoralloMerge pull request #750 from TheBlueMatt/2020-11-dup...
2020-11-23 Matt CoralloDon't create chan-closed mon update for outbound never... 2020-11-dup-chan-id-crash
2020-11-12 Matt CoralloMerge pull request #721 from TheBlueMatt/2020-09-649...
2020-11-12 Matt CoralloMerge pull request #745 from ariard/2020-11-getting...
2020-11-10 Matt CoralloMerge pull request #746 from valentinewallace/remove...
2020-11-08 Valentine WallaceRemove unnecessary todo
2020-10-10 Matt CoralloMerge pull request #738 from TheBlueMatt/2020-10-opt...
2020-10-08 Matt CoralloMerge pull request #739 from rloomba/rloomba/add-clippy...
2020-10-07 Ryan Loombafix all clippy::redundant_field_names warnings
2020-10-05 Matt CoralloMerge pull request #734 from TheBlueMatt/2020-10-ci...
2020-10-05 Matt CoralloMerge pull request #716 from TheBlueMatt/2020-09-fee...
2020-10-05 Matt CoralloFix feerate calculation on closing transactions
2020-10-05 Matt CoralloFix max fee_satoshis constant to be 21 million, not...
2020-10-01 Matt CoralloMerge pull request #649 from jkczyz/2020-06-refactor...
2020-10-01 Jeffrey CzyzMerge branch '2020-06-refactor-chain-listener-move...
2020-10-01 Jeffrey CzyzMove ln/channelmonitor.rs to chain/chainmonitor.rs
2020-10-01 Jeffrey CzyzMove channelmonitor.rs from ln to chain module
2020-10-01 Jeffrey CzyzDefine type alias for enumerated transaction data
2020-09-24 Jeffrey CzyzRemove ChainWatchInterface from BlockNotifier
2020-09-16 Matt CoralloMerge pull request #690 from TheBlueMatt/2020-09-633...
next