Evan Kaloudis
e9feefaba6
gen_bindings.sh: Mobile builds: expose main sub-servers by default
2022-05-11 13:18:33 -04:00
Oliver Gugger
235efc04e4
docs+lnrpc: rename rpc.proto to lightning.proto
...
To avoid a naming conflict with etcd, we rename our very generic
rpc.proto to lightning.proto to match the service name that's declared
within. This will break many external tutorials and possibly also our
API docs but the change needs to be done eventually.
2021-07-27 12:59:56 +02:00
Johan T. Halseth
d1c7059f14
Merge pull request #5178 from halseth/mobile-docker-prefix
...
make: pass mobile subserver prefix to docker when generating mobile RPC
2021-04-06 14:54:11 +02:00
Johan T. Halseth
2868b22083
make: pass mobile subserver prefix to docker when generating mobile RPC
2021-04-06 12:52:27 +02:00
Johan T. Halseth
cf5b0b7943
mobile: include stateservice, use same listener for all services
2021-04-06 10:49:50 +02:00
Johan T. Halseth
8789247bf9
print current falafel version
2021-04-06 10:45:32 +02:00
Oliver Gugger
19f7670a5b
mobile: remove grpc-gateway import
...
Because we compile the REST code from the rest-annotations.yaml and no
longer import the annotations in the proto files, we don't need to
specify the custom import path anymore.
2021-01-28 10:29:02 +01:00
Johan T. Halseth
09b8bee865
mobile: remember walletunlocker.proto
2020-08-04 14:43:08 +02:00
Johan T. Halseth
935fa7f12d
make+mobile: pass expected falafel version to build script
2020-07-17 08:49:03 +02:00
Johan T. Halseth
39241dcdc7
mobile: use single brackets for bash if check
...
Double brackets are sh specific.
2020-07-17 08:49:03 +02:00
Johan T. Halseth
fd8e6c98b9
make: fetch falafel dependency for mobile-rpc
2020-07-17 08:49:02 +02:00
Johan T. Halseth
2b6575463b
mobile: bump falafel dep to 0.7
2020-01-21 20:45:58 +01:00
Johan T. Halseth
200161e04c
mobile: update to falafel 0.6
2019-12-18 10:28:23 +01:00
Johan T. Halseth
e8e5fd7abc
mobile: run goimports on generated files
...
Subservers might depend on each other (notably walletrpc depends on
signrpc) so running goimports ensures they properly import each other.
2019-11-26 14:57:17 +01:00
Johan T. Halseth
1b543b919e
mobile: add comments to build script
2019-11-21 12:33:48 +01:00
Johan T. Halseth
a5c63786c6
make+mobile: define gen_bindings.sh
...
gen_bindings uses falafel to generate Go bindings from the lnrpc
protos.
2019-09-05 09:22:54 +02:00