Rename payment_basepoint/key to simply payment_point/key.
[rust-lightning] / lightning / src / ln / channel.rs
2020-01-13 Matt CoralloRefactor features a bit more to describe what the const...
2020-01-12 Matt CoralloImplement Flat Features
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-24 Matt CoralloSet basic channel info in chanmon all at once, add...
2019-12-24 Matt CoralloDrop duplicative current-local-tx storage in channel.
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.
2019-12-09 Matt CoralloMerge pull request #413 from TheBlueMatt/2019-12-381...
2019-12-09 Steven RooseChange the new() functions for config to Default::default()
2019-12-03 Matt CoralloMerge pull request #403 from TheBlueMatt/2019-11-rand...
2019-12-02 Matt CoralloRandomize initial onion packet data. 2019-11-rand-onion
2019-11-30 Matt CoralloMerge pull request #405 from TheBlueMatt/2019-11-cleanups
2019-11-30 Matt CoralloMerge pull request #407 from TheBlueMatt/2019-11-396...
2019-11-29 Antoine RiardAdd UpdateStatus in Channel to track freshness of gossi...
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