lnd/lnrpc/signrpc
Olaoluwa Osuntokun 8405590152
lnrpc/signrpc+lnwallet/rpcwallet: expose local nonces over RPC
In this commit, we update the set of protos to accept the local secret
nonces over RPC. This is actually a 97 byte value, as it includes the
two 32 byte nonces, as well as the 33 byte value of the public key of
the signer.

This is needed in order to be able to open taproot channels over the RPC
interface.
2023-09-18 11:42:15 -07:00
..
config_active.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
config_default.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
driver.go multi: Fix typos [skip ci] 2022-01-24 12:19:02 +02:00
log.go lnrpc: fix log.go files 2022-04-01 18:12:59 -07:00
signer_grpc.pb.go lnrpc: re-compile protos w/ Go 1.19 2022-08-24 11:43:00 -05:00
signer_server.go lnrpc/signrpc+lnwallet/rpcwallet: expose local nonces over RPC 2023-09-18 11:42:15 -07:00
signer_utils.go lnrpc+rpcwallet: add version to MuSig2 RPC calls 2023-02-06 10:50:29 +01:00
signer.pb.go lnrpc/signrpc+lnwallet/rpcwallet: expose local nonces over RPC 2023-09-18 11:42:15 -07:00
signer.pb.gw.go signrpc: add MuSig2Cleanup RPC 2022-05-04 19:23:57 +02:00
signer.pb.json.go lnrpc/gen_protos.sh: remove js build tag 2022-09-07 18:32:05 -04:00
signer.proto lnrpc/signrpc+lnwallet/rpcwallet: expose local nonces over RPC 2023-09-18 11:42:15 -07:00
signer.swagger.json lnrpc/signrpc+lnwallet/rpcwallet: expose local nonces over RPC 2023-09-18 11:42:15 -07:00
signer.yaml signrpc: add MuSig2Cleanup RPC 2022-05-04 19:23:57 +02:00