lnd/chanacceptor
positiveblue 2204cbfd30
rpc: validate closing channel address in open channel requests
Our OpenChannelRPC was accepting invalid values for the closing address
field. If we were able to decode the address we would use it in the
script even if the address is for another bitcoin net.
2023-01-04 04:42:39 -08:00
..
acceptor_test.go rpc: validate closing channel address in open channel requests 2023-01-04 04:42:39 -08:00
chainedacceptor.go multi: add zeroconfacceptor that default rejects if no rpc acceptors 2022-08-12 16:30:42 -04:00
errors.go
interface.go multi: add zeroconfacceptor that default rejects if no rpc acceptors 2022-08-12 16:30:42 -04:00
log.go
merge.go server+funding: allow scid-alias, zero-conf chantypes, scid-alias 2022-07-07 17:10:28 -04:00
merge_test.go server+funding: allow scid-alias, zero-conf chantypes, scid-alias 2022-07-07 17:10:28 -04:00
rpcacceptor.go chanacceptor+lnrpc: update the commitmentTypes, send zero-conf to client 2022-08-12 16:36:17 -04:00
rpcacceptor_test.go rpc: validate closing channel address in open channel requests 2023-01-04 04:42:39 -08:00
zeroconfacceptor.go multi: add zeroconfacceptor that default rejects if no rpc acceptors 2022-08-12 16:30:42 -04:00
zeroconfacceptor_test.go multi: add zeroconfacceptor that default rejects if no rpc acceptors 2022-08-12 16:30:42 -04:00