Support serializing TLV fields which may or may not be present
[rust-lightning] / lightning / src / ln / onchaintx.rs
2021-05-25 Matt CoralloSupport serializing TLV fields which may or may not...
2021-05-25 Matt CoralloAppend backwards-compat TLVs to serialization of larger...
2021-05-24 Matt CoralloMerge pull request #851 from TheBlueMatt/2021-03-holdin...
2021-05-24 Matt CoralloMerge pull request #926 from GeneFerneau/core
2021-05-23 Gene FerneauUse core replacements for std members
2021-05-18 Matt CoralloMerge pull request #923 from ariard/2021-05-split-sign...
2021-05-18 Antoine RiardSplit `sign_justice_transaction` in two halves
2021-05-07 Matt CoralloMerge pull request #912 from TheBlueMatt/2021-05-more...
2021-05-06 Matt CoralloMerge pull request #911 from TheBlueMatt/2021-05-fix...
2021-05-06 Matt CoralloMerge pull request #914 from TheBlueMatt/2021-05-log...
2021-05-06 Matt CoralloAlways log_info when we broadcast a transaction, includ... 2021-05-log-txids
2021-05-04 Matt CoralloMerge pull request #845 from ariard/2021-03-hardcode...
2021-04-30 Matt CoralloMerge pull request #898 from jkczyz/2021-04-invoice...
2021-04-29 Matt CoralloMerge pull request #895 from valentinewallace/invoice...
2021-04-29 Valentine WallaceMove PaymentPreimage+PaymentHash+PaymentSecret to top...
2021-04-27 Matt CoralloMerge pull request #854 from TheBlueMatt/2021-03-fix...
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 CzyzRename onchain_events_waiting_threshold_conf
2021-04-14 Jeffrey CzyzAdd ChannelMonitor::get_relevant_txids
2021-04-14 Jeffrey CzyzAdd ChannelMonitor::transaction_unconfirmed
2021-04-14 Jeffrey CzyzAdd ChannelMonitor::update_best_block
2021-04-14 Jeffrey CzyzAdd txid to on-chain event tracking
2021-04-14 Jeffrey CzyzCheck for duplicate HTLC events having matured
2021-04-14 Jeffrey CzyzFlatten onchain_events_waiting_threshold_conf
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-01 Matt CoralloMerge pull request #802 from TheBlueMatt/2021-01-update...
2021-02-27 Matt CoralloRandomize secp contexts for marginally better sidechann...
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 CoralloUse ChannelSigner instead of ChanSigner for type parameters
2021-02-19 Matt CoralloUse `signer` instead of `keys_storage` in OnchainTx...
2021-02-19 Matt CoralloRename ChannelKeys -> Sign and generic it consistently
2021-02-01 Matt CoralloMerge pull request #783 from ariard/2021-01-disconnect...
2021-01-25 Matt CoralloMerge pull request #764 from lightning-signer/revoke...
2021-01-25 Matt CoralloMerge pull request #777 from sr-gi/cm-force-close-checks
2021-01-19 DevrandomRevocation enforcement in signer
2021-01-18 Matt CoralloMerge pull request #770 from lightning-signer/holder...
2021-01-18 DevrandomSimplify handling of OnChainTx.holder_commitment
2021-01-18 DevrandomPanic if signing fails in OnChainTx
2021-01-18 DevrandomFold sign_holder_commitment_htlc_transactions into...
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 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 CoralloUniversally Require Writeable for ChannelKeys
2021-01-04 Matt CoralloMerge pull request #742 from lightning-signer/tx-phase2
2020-12-30 DevrandomIntroduce CommitmentTransaction, ChannelTransactionPara...
2020-11-24 Matt CoralloMerge pull request #748 from TheBlueMatt/2020-11-router...
2020-11-17 Matt CoralloMerge pull request #611 from valentinewallace/fix-missi...
2020-11-16 Valentine WallaceClaim HTLC output on-chain if preimage is recv'd after...
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 CzyzReplace WatchEvent usage with get_outputs_to_watch
2020-09-24 Jeffrey CzyzAlign ChannelMonitor interface with ChainListener
2020-09-16 Matt CoralloMerge pull request #679 from ariard/2020-08-concurrent...
2020-09-15 Antoine RiardImplement concurrent broadcast tolerance for distribute...
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 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-11 Antoine RiardChange variable nomenclature in chan_utils
2020-08-26 Matt CoralloMerge pull request #676 from TheBlueMatt/2020-08-c...
2020-08-26 Matt CoralloRename TxCreationKeys::new to not conflict w/ auto...
2020-08-11 Matt CoralloMerge pull request #662 from lightning-signer/compat5
2020-08-11 Devrandomexport "unsafe_revoked_tx_signing" feature
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-07-29 Matt CoralloMerge pull request #658 from lightning-signer/self...
2020-07-29 DevrandomChannelKeys - provide to_self_delay alongside the remot...
2020-06-16 Matt CoralloMerge pull request #639 from valentinewallace/fix-feera...
2020-06-16 Valentine WallaceSwitch all feerate u64's to u32's.
2020-05-28 Matt CoralloMerge pull request #620 from TheBlueMatt/2020-05-pre...
2020-05-28 Matt CoralloMerge pull request #610 from ariard/2020-04-cache-in...
2020-05-28 Antoine RiardDry-up witnessScript in sign_remote_htlc_transaction
2020-05-28 Antoine RiardDry-up witnessScript in sign_justice_transaction
2020-05-28 Antoine RiardRename their_to_self_delay as on_local_tx_csv
2020-05-28 Antoine RiardDrop remote_csv from OnchainTxHandler, cache it in...
2020-05-28 Antoine RiardDedup RemoteTxCache by removing OnchainTxHandler copy
2020-05-28 Antoine RiardDuplicate RemoteTxCache in ChannelMonitor
2020-05-18 Antoine RiardMove remote htlc transaction signature behind ChanSigner
2020-05-18 Antoine RiardBuild witness_script for remote htlc transactions inside
2020-05-18 Antoine RiardMove justice transaction signature behind ChanSigner
2020-05-18 Antoine RiardBuild witness_script for justice tx inside OnchainTxHandler
2020-05-18 Antoine RiardReplace is_htlc in InputMaterial by InputDescriptor
2020-05-18 Antoine RiardCache remote HTLC inside OnchainTxHandler::RemoteTxCache
2020-05-18 Antoine RiardCache remote basepoint and remote_csv in new OnchainTxH...
2020-05-18 Matt CoralloMerge pull request #622 from valentinewallace/chanmgr...
2020-05-17 Valentine WallaceChannelManager+Router++ Logger Arc --> Deref
2020-04-29 Matt CoralloMerge pull request #590 from jkczyz/2020-04-feature...
2020-04-29 Matt CoralloMerge pull request #609 from LNP-BP/refactor-deps
2020-04-29 Dr. Maxim OrlovskyAdopting new bitcoin hash types and crate version
2020-04-28 Dr. Maxim OrlovskyBDR: Linearizing secp256k1 deps
2020-04-28 Dr. Maxim OrlovskyBitcoin deps refactoring (BDR): Linearizing bitcoin_has...
2020-04-25 Matt CoralloMerge pull request #598 from TheBlueMatt/2020-04-559...
next