loop/cmd/loop
carla dad103530f
multi: move server proto files to their own directory
Protobuf does not allow naming conflicts for files within the same
process, because all proto messages register themselves in a global
registry.

This is problematic because the server's itests import the client's
looprpc package to make rpc queries to the loopd client, thus importing
duplicate common.proto and server.proto from the client's looprc package
(since they're both in there as well).

This change moves the server's proto files into their own directory so
that they are not imported when we want to use the client's files. We
cannot change the package name for the server, because that would be
a breaking change (the package name is included in URIS). Fortunately,
we have the go_package option which allows us to place generated files
in a different location.
2021-12-13 13:56:40 +02:00
..
liquidity.go multi: surface swap type on rpc 2021-11-30 13:18:28 +02:00
loopin.go Merge pull request #415 from lightninglabs/routehints 2021-12-08 13:54:39 -05:00
loopout.go main: add --force to loop in/loop out 2021-11-17 16:30:31 -05:00
lsat.go multi: use aperture instead of local lsat library 2021-04-29 10:01:15 +02:00
main.go multi: bump lnd compile time dependency to v0.14.0-beta.rc1 2021-11-03 19:31:21 +01:00
monitor.go looprpc+loop: report swap cost over rpc 2019-05-20 13:57:20 +02:00
quote.go multi: pass private, routehints from loopcli - loopd - loop server 2021-12-07 21:04:07 -05:00
swaps.go cmd/loop: add listswaps and swapinfo commands 2020-01-31 13:57:25 +01:00
terms.go loopout: show expiry range in terms 2020-07-16 21:30:15 +02:00
utils.go multi: move server proto files to their own directory 2021-12-13 13:56:40 +02:00