lnd/chanacceptor
eugene 5003af9c59 chanacceptor+lnrpc: update the commitmentTypes, send zero-conf to client
This updates the RPCAcceptor to send the correct commitment type
even if the zero-conf or scid-alias channel types are set. This also
adds two bools to the ChannelAcceptRequest struct that denotes whether
the funder set the zero-conf and scid-alias channel types.
2022-08-12 17:11:19 -07:00
..
acceptor_test.go server+funding: allow scid-alias, zero-conf chantypes, scid-alias 2022-08-12 16:58:16 -07:00
chainedacceptor.go multi: add zeroconfacceptor that default rejects if no rpc acceptors 2022-08-12 17:11:19 -07: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 17:11:19 -07: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-08-12 16:58:16 -07:00
merge.go server+funding: allow scid-alias, zero-conf chantypes, scid-alias 2022-08-12 16:58:16 -07:00
rpcacceptor_test.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
rpcacceptor.go chanacceptor+lnrpc: update the commitmentTypes, send zero-conf to client 2022-08-12 17:11:19 -07:00
zeroconfacceptor_test.go multi: add zeroconfacceptor that default rejects if no rpc acceptors 2022-08-12 17:11:19 -07:00
zeroconfacceptor.go multi: add zeroconfacceptor that default rejects if no rpc acceptors 2022-08-12 17:11:19 -07:00