lnd/lnrpc/invoicesrpc
Oliver Gugger 9138c8abac
multi: rename local and remote chan DBs
As a preparation to not have a local and remote version of the database
around anymore, we rename the variables into what their actual function
is. In case of the RPC server we even directly use the channel graph
instead of the DB instance. This should allow us to extract the channel
graph into its own, separate database (perhaps with better access
characteristics) in the future.
2021-08-04 14:55:50 +02:00
..
addinvoice.go lnrpc/addinvoice: bump default LND invoice timeouts 2021-05-28 09:30:06 -07:00
config_active.go multi: rename local and remote chan DBs 2021-08-04 14:55:50 +02:00
config_default.go invoicesrpc: create sub server 2019-02-01 09:42:35 +01:00
driver.go lnrpc: wrap subservers in GrpcHandler 2021-03-11 13:05:23 +01:00
invoices_grpc.pb.go lnrpc: update grpc-gateway library to v2 2021-07-27 13:09:59 +02:00
invoices_server.go multi: rename local and remote chan DBs 2021-08-04 14:55:50 +02:00
invoices.pb.go lnrpc: update grpc-gateway library to v2 2021-07-27 13:09:59 +02:00
invoices.pb.gw.go lnrpc: update grpc-gateway library to v2 2021-07-27 13:09:59 +02:00
invoices.proto docs+lnrpc: rename rpc.proto to lightning.proto 2021-07-27 12:59:56 +02:00
invoices.swagger.json lnrpc: update grpc-gateway library to v2 2021-07-27 13:09:59 +02:00
invoices.yaml lnrpc: split REST annotations into service files 2021-07-27 12:59:52 +02:00
log.go invoicesrpc: create sub server 2019-02-01 09:42:35 +01:00
utils.go lnrpc: add IsAmp to Invoice 2021-05-10 16:55:17 -07:00