Rename payment_basepoint/key to simply payment_point/key.
[rust-lightning] / lightning / src / util / enforcing_trait_impls.rs
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-28 Dr. Maxim OrlovskyBDR: Linearizing secp256k1 deps
2020-04-25 Matt CoralloMerge pull request #598 from TheBlueMatt/2020-04-559...
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 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-18 Matt CoralloMerge pull request #559 from ariard/2020-03-move-local...
2020-04-17 Antoine RiardMove HTLC tx generation in OnchainTxHandler
2020-04-17 Antoine RiardRemove signing htlc transaction from ChannelMonitor
2020-04-16 Antoine RiardRemove signing local commitment transaction from Channe...
2020-03-21 Matt CoralloMerge pull request #516 from TheBlueMatt/2020-02-checki...
2020-03-04 Matt CoralloMerge pull request #523 from TheBlueMatt/2020-02-router...
2020-03-04 Matt CoralloMake Readable::read a templated on the stream, not...
2020-02-12 Matt CoralloMerge pull request #461 from ariard/2020-remove-duplicata
2020-02-05 Matt CoralloMerge pull request #463 from jkczyz/2020-01-wire-encode
2020-02-05 Matt CoralloMerge pull request #454 from TheBlueMatt/2020-01-fuzz...
2020-02-05 Matt CoralloMerge pull request #466 from lightning-signer/chanmon...
2020-02-05 DevrandomAdd ChannelKeys to ChannelMonitor
2020-01-25 Matt CoralloMerge pull request #459 from ariard/2020-01-fix-htlc...
2020-01-25 Matt CoralloMerge pull request #460 from lightning-signer/channel...
2020-01-24 DevrandomRemove unnecessary sign_closing_transaction arg
2020-01-24 Devrandomchannel value to ChannelKeys constructor
2020-01-22 Matt CoralloMerge pull request #457 from ariard/2020-01-fix-append...
2020-01-20 Matt CoralloMerge pull request #451 from lightning-signer/txkeys
2020-01-20 DevrandomProvide remote channel public keys to signer
2020-01-17 Matt CoralloMerge pull request #447 from ariard/2020-01-fix-weight...
2020-01-16 Matt CoralloMerge pull request #448 from lightning-signer/visibilit...
2020-01-16 Matt CoralloMerge pull request #444 from lightning-signer/funding...
2020-01-16 Devrandomconstruct funding redeem script in signer
2019-12-13 Matt CoralloMerge pull request #419 from TheBlueMatt/2019-12-simple...
2019-12-13 Matt CoralloUse external key signer to generate closing transaction... 2019-12-simple-signer-api-step
2019-12-12 Matt CoralloSign channel_announcements via a new ChannelKeys API
2019-12-12 Matt CoralloMerge pull request #404 from TheBlueMatt/2019-11-signer-api
2019-12-11 Matt CoralloMake commitment transaction signing a part of ChannelKeys.
2019-12-11 Matt CoralloMake ChannelKeys an API and template Channel with it.