Remove last_block_connected from Channel
[rust-lightning] / lightning / src / ln / channel.rs
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...
2020-09-16 Matt CoralloFix two bugs which access the wrong peer's htlc_minimum... 2020-09-633-bindings
2020-09-14 Matt CoralloMerge pull request #684 from bmancini55/gossip_queries
2020-09-14 Matt CoralloMerge pull request #633 from ariard/2020-05-rename...
2020-09-14 Antoine RiardCleanup locally-selected-delay
2020-09-14 Antoine RiardOverhaul LocalCommitmentTx to new nomenclature
2020-09-14 Antoine RiardOverhaul ChannelMonitor/OnchainTxHandler to new nomencl...
2020-09-14 Antoine RiardChange ChannelKeys interface nomenclature to holder...
2020-09-14 Antoine RiardUnderscore TxCreationKeys ownership
2020-09-14 Antoine RiardChange variable nomenclature for to_self_delay
2020-09-14 Antoine RiardChange variable nomenclature for Channel fields
2020-09-11 Antoine RiardChange variable nomenclature in chan_utils
2020-09-10 Matt CoralloMerge pull request #686 from TheBlueMatt/2020-09-bump...
2020-09-10 Matt CoralloUse rust-bitcoin's new SigHashCache instead of Signatur...
2020-09-10 Matt CoralloUpdate to latest upstream rust-bitcoin
2020-08-26 Matt CoralloMerge pull request #676 from TheBlueMatt/2020-08-c...
2020-08-26 Matt CoralloMerge pull request #674 from TheBlueMatt/2020-08-keyif...
2020-08-26 Matt CoralloRename TxCreationKeys::new to not conflict w/ auto...
2020-08-25 Matt CoralloMerge pull request #667 from valentinewallace/remove...
2020-08-25 Valentine WallaceRemove Channel's ChannelMonitor copy
2020-08-23 Matt CoralloSimplify + clarify random-bytes-fetching from KeysInterface 2020-08-keyif-rand-names
2020-08-13 Matt CoralloMerge pull request #669 from joemphilips/fix_capacity...
2020-08-13 joe.miyamotoFix bug in Channel
2020-08-11 Matt CoralloMerge pull request #666 from TheBlueMatt/2020-08-licens...
2020-08-11 Matt CoralloRelicense as dual Apache-2.0 + MIT 2020-08-license-change
2020-08-10 Matt CoralloMerge pull request #664 from lightning-signer/tx-creati...
2020-08-10 Devrandomnit
2020-08-10 DevrandomMake TxCreationKeys public and wrap it in PreCalculated...
2020-08-08 Matt CoralloMerge pull request #640 from valentinewallace/test...
2020-08-08 Valentine WallaceHolding cell: if we fail to free an HTLC, fail it backwards
2020-07-29 Matt CoralloMerge pull request #658 from lightning-signer/self...
2020-07-29 DevrandomChannelKeys - provide to_self_delay alongside the remot...
2020-07-27 Matt CoralloMerge pull request #651 from naumenkogs/2020-06-routing...
2020-07-27 Gleb NaumenkoAdd htlc_maximum_msat field
2020-07-22 Matt CoralloMerge pull request #655 from lightning-signer/per-commi...
2020-07-22 DevrandomChannelKeys - separate commitment revocation from getti...
2020-07-22 Matt CoralloMerge pull request #644 from joemphilips/improve_error_...
2020-07-22 joe.miyamotoImprove error message.
next