Rename payment_basepoint/key to simply payment_point/key.
[rust-lightning] / lightning / src / ln / chan_utils.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-29 Dr. Maxim OrlovskyAdopting (W)PubkeyHash types
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 CoralloRemove trivial assertions in LocalCommitmentTransaction fns 2020-04-559-cleanups
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 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 CoralloAdd HTLC/extra data in LocalCommitmentTransaction from...
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-17 Antoine RiardPrevent any update of local commitment transaction...
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-29 Matt CoralloMerge pull request #507 from moneyball/patch-2
2020-02-27 Matt CoralloMerge pull request #489 from TheBlueMatt/2020-02-chan...
2020-02-27 Matt CoralloUpdate Channel::funding_signed to use ChannelMonitorUpdate
2020-02-26 Matt CoralloSwap out ChannelMonitor remote secret tracking for...
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-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 DevrandomUse ChannelPublicKeys in Channel
2020-01-20 DevrandomHide derived fields in TxCreationKeys
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-17 Antoine RiardBound incoming HTLC witnessScript to min/max limits
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-28 Matt CoralloMerge pull request #420 from TheBlueMatt/2019-12-chan...
2019-12-24 Matt CoralloSign local HTLC transactions at broadcast-time, instead... 2019-12-chan-ext-signer
2019-12-24 Matt CoralloMake ChannelMonitor sign local transactions (at broadca...
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.
2019-11-19 Matt CoralloMerge pull request #379 from rrybarczyk/use-workspaces
2019-11-18 RJ RybarczykMerge branch 'master' of github.com:rust-bitcoin/rust...
2019-11-18 RJ RybarczykMerge branch 'master' of github.com:rust-bitcoin/rust...
2019-11-15 RJ RybarczykUse workspaces to separate crates