rgb-cln/contrib/pyln-client/pyln/client
Rusty Russell 9685c1adaf lightningd: remove getsharedsecret.
This was introduced to allow creating a shared secret, but it's better to use
makesecret which creates unique secrets.  getsharedsecret being a generic ECDH
function allows the caller to initiate conversations as if it was us; this
is generally OK, since we don't allow untrusted API access, but the commando
plugin had to blacklist this for read-only runes explicitly.

Since @ZmnSCPxj never ended up using this after introducing it, simply
remove it.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Changelog-Removed: JSONRPC: `getsharedsecret` API: use `makesecret`
2022-07-15 22:17:58 +09:30
..
__init__.py v0.11.0rc1 2022-04-05 08:48:46 +09:30
gossmap.py gossipd: make use of new ratelimit bit in gossip_store length mask 2022-07-06 14:31:19 +09:30
lightning.py lightningd: remove getsharedsecret. 2022-07-15 22:17:58 +09:30
plugin.py pyln-client: Plugin, improve background comment 2022-03-01 09:38:40 +10:30