Fix doc typo introduced in the ChannelKeys->Sign renaming
[rust-lightning] / lightning / src / chain / keysinterface.rs
2021-03-01 Matt CoralloFix doc typo introduced in the ChannelKeys->Sign renaming
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-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 CoralloSwitch from slice to slice-of-refs for spend_spendable_...
2021-02-18 Matt CoralloMerge pull request #795 from TheBlueMatt/2021-02-featur...
2021-02-18 Matt CoralloMerge pull request #789 from TheBlueMatt/2021-02-chansi...
2021-02-16 Matt CoralloRename output descriptor types for some clarity
2021-02-16 Matt CoralloClarify docs on revocation_pubkey in DynamicP2WSHOutput...
2021-02-16 Matt CoralloDrop stale and cleanup TODO entries in keysinterface
2021-02-16 Matt CoralloAdd util fn for creating a Transaction from spendable...
2021-02-16 Matt CoralloDrop unused Network argument to KeysManager::new().
2021-02-16 Matt Corallof fix typos val caught
2021-02-16 Matt CoralloStruct-ify SpendableOutputDescriptor entries relevant...
2021-02-16 Matt CoralloMerge pull request #786 from TheBlueMatt/2021-02-chansi...
2021-02-12 Matt CoralloSlightly expand documentation on KeysInterface
2021-02-12 Matt CoralloExpand documentation and fields in SpendableOutputDescr...
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 #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 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 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 DevrandomIntroduce CommitmentTransaction, ChannelTransactionPara...
2020-09-22 Matt CoralloMerge pull request #715 from TheBlueMatt/2020-09-no...
2020-09-18 Matt Coralloderive(Debug) on Events
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-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-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-25 Matt CoralloUse ln OutPoints not bitcoin ones in SpendableOutputDes...
2020-08-25 Matt CoralloRefer to return types by the trait that they're defined via
2020-08-25 Matt CoralloRefer to generic types by importing them instead of...
2020-08-23 Matt CoralloSimplify + clarify random-bytes-fetching from KeysInterface 2020-08-keyif-rand-names
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-08-10 Matt CoralloMerge pull request #664 from lightning-signer/tx-creati...
2020-08-10 DevrandomMake TxCreationKeys public and wrap it in PreCalculated...
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-22 Matt CoralloMerge pull request #655 from lightning-signer/per-commi...
2020-07-22 DevrandomChannelKeys - separate commitment revocation from getti...
2020-07-02 Matt CoralloMerge pull request #652 from lightning-signer/commitmen...
2020-07-01 DevrandomChannelKeys provides individual commitment secrets
2020-06-27 Matt CoralloMerge pull request #647 from valentinewallace/test...
2020-06-24 Matt CoralloMerge pull request #638 from TheBlueMatt/2020-06-c...
2020-06-22 Matt CoralloDrop some unnecessary lifetime specifiers in return...
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-06-06 Matt CoralloMerge pull request #632 from TheBlueMatt/2020-05-drop...
2020-06-06 Matt CoralloDrop requirement that all ChannelKeys expose htlc_basepoint 2020-05-drop-chankeys-privs
2020-06-06 Matt CoralloDrop requirement that ChannelKeys expose delayed_paymen...
2020-06-06 Matt CoralloDrop requirement that all ChannelKeys expose revocaion_...
2020-06-06 Matt CoralloDrop requirement that all ChannelKeys expose the paymen...
2020-06-06 Matt CoralloDrop requirement that all ChannelKeys expose the fundin...
2020-05-28 Matt CoralloExpose private keys from InMemoryChannelKeys publicly
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 Matt CoralloSignificantly clarify key derivation and expose methods...
2020-05-28 Antoine RiardDocument better DynamicOutputP2WSH
2020-05-28 Antoine RiardRemove useless build warnings
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 RiardDuplicate RemoteTxCache in ChannelMonitor
2020-05-28 Antoine RiardRemove SecretKey from DynamicOuputP2WPKH descriptor
2020-05-28 Antoine RiardRemove SecretKey from DynamicOutputP2WSH descriptor
2020-05-28 Antoine RiardExtend KeysInterface with derive_channel_keys
2020-05-22 Matt CoralloThree small fixes to work around our bindings generator...
2020-05-18 Antoine RiardAdd KeysManager::derive_unique_start
2020-05-18 Antoine RiardMove remote htlc transaction signature behind ChanSigner
2020-05-18 Antoine RiardMove justice transaction signature behind ChanSigner
2020-05-18 Matt CoralloMerge pull request #622 from valentinewallace/chanmgr...
2020-05-17 Valentine WallaceChannelManager+Router++ Logger Arc --> Deref
2020-05-06 Matt CoralloMerge pull request #539 from TheBlueMatt/2020-03-static...
2020-05-06 Matt CoralloRename payment_basepoint/key to simply payment_point... 2020-03-static-remotekey
2020-05-06 Matt CoralloRequire option_static_remotekey in channel/channelmonitor.
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 (W)PubkeyHash types
next