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 multi: add custom error messages to channel acceptor 2020-11-10 11:38:47 +02:00
interface.go multi: add zeroconfacceptor that default rejects if no rpc acceptors 2022-08-12 16:30:42 -04:00
log.go multi: move channel acceptor logic out of rpcserver 2020-11-10 11:38:45 +02:00
merge_test.go server+funding: allow scid-alias, zero-conf chantypes, scid-alias 2022-07-07 17:10:28 -04:00
merge.go server+funding: allow scid-alias, zero-conf chantypes, scid-alias 2022-07-07 17:10:28 -04:00
rpcacceptor_test.go rpc: validate closing channel address in open channel requests 2023-01-04 04:42:39 -08:00
rpcacceptor.go chanacceptor+lnrpc: update the commitmentTypes, send zero-conf to client 2022-08-12 16:36:17 -04:00
zeroconfacceptor_test.go multi: add zeroconfacceptor that default rejects if no rpc acceptors 2022-08-12 16:30:42 -04:00
zeroconfacceptor.go multi: add zeroconfacceptor that default rejects if no rpc acceptors 2022-08-12 16:30:42 -04:00