Randomize secp contexts for marginally better sidechannel resistance
[rust-lightning] / lightning / src / ln / onchaintx.rs
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...
2020-04-25 Matt CoralloDon't modify LocalCommitmemntTransaction after construction
2020-04-25 Matt CoralloBatch-sign local HTLC txn with a well-doc'd API, return...
2020-04-25 Matt CoralloReturn Result<Signature> instead of modifying args...
2020-04-24 Antoine RiardDry-up InputMaterial::Funding
2020-04-24 Matt CoralloMerge pull request #593 from TheBlueMatt/2020-04-par...
2020-04-24 Matt CoralloMerge pull request #601 from D4nte/ci-in-github-action
2020-04-23 Matt CoralloMerge pull request #597 from TheBlueMatt/2020-04-more...
2020-04-23 Matt CoralloDrop redundant parameters in sign_local_commitment_tx
2020-04-23 Matt CoralloAvoid a few useless clone() calls in onchaintx.rs
2020-04-20 Matt CoralloMerge pull request #594 from TheBlueMatt/2020-04-cleanups
2020-04-19 Matt CoralloDrop uneccessary indirection in map-updating in 1107ab06c3
2020-04-18 Matt CoralloMerge pull request #559 from ariard/2020-03-move-local...
2020-04-17 Antoine RiardMake acces and signature of local commitment transactio...
2020-04-17 Antoine RiardMove HTLC tx generation in OnchainTxHandler
2020-04-17 Antoine RiardAdd OnchainTxHandler::get_fully_signed_htlc
2020-04-17 Antoine RiardCache csv_local inside OnchainTxHandler
2020-04-17 Antoine RiardCache per-HTLC data in OnchainTxHandler::HTLCTxCache
2020-04-17 Antoine RiardCache HTLC transaction material inside OnchainTxHandler
2020-04-17 Antoine RiardAccess signed local commitment through OnchainTxHandler
2020-04-17 Antoine RiardMove local commitment tx generation in OnchainTxHandler
2020-04-17 Antoine RiardPrevent any update of local commitment transaction...
2020-04-17 Antoine RiardCache local_commitment_tx in OnchainTxHandler
2020-04-17 Antoine RiardCache funding_redeemscript in OnchainTxHandler
2020-04-03 Matt CoralloMerge pull request #571 from ariard/2020-04-fix-minimalif
2020-04-02 Antoine RiardEnforce MINIMALIF-compliant witness for timeout tx
2020-04-02 Matt CoralloMerge pull request #568 from jkczyz/2020-03-handle...
2020-03-21 Matt CoralloMerge pull request #555 from ariard/2020-03-begin-dryup...
2020-03-21 Antoine RiardAdd ChanSigner in OnchainTxHandler
next