Commit graph

21 commits

Author SHA1 Message Date
bitromortac
768f2d3019
mod: add sqldbv2 and boilerplate 2026-03-30 11:50:52 +02:00
bitromortac
dcd9a76c1d
lint: add caching 2026-03-04 09:32:04 +01:00
Oliver Gugger
58bb9e469e
make+github+tools: dockerize linter 2022-11-21 17:12:05 +01:00
Oliver Gugger
e7483eea9a
make+frdrpc: remove GO111MODULE env var 2022-11-21 14:01:12 +01:00
Oliver Gugger
0c086710e7
GitHub+make: compile JSON/WASM stubs 2022-04-29 14:20:47 +02:00
Oliver Gugger
2d5920cbe2
make+mod+frdrpc: use Docker for compiling protos
To make the protobuf and grpc versions used in Faraday independent of
those in lnd, we compile the protos inside a container. Therefore the
local development environment doesn't have to match any other project
in terms of those versions for successful compilation.
2021-04-21 15:35:44 +02:00
carla
562c26c096
multi: add check for imports order and add to travis
Use external to to verify that imports are in the following groups:
- standard packages
- external packages
- faraday packages
2020-09-09 10:07:13 +02:00
carla
4a99c9961e
travis: break build up into stages and add itests 2020-08-17 13:46:11 +02:00
Joost Jager
3aad15ca27
itest: add itest setup with two lnd nodes and a single faraday instance
This commit adds an itest setup which can be used to test faraday's rpc.
The setup is largely copied from our existing loop server itests.
2020-08-12 11:42:09 +02:00
carla
02ab94db2c
makefile+travis: add mod check
Add a check to travis that will tidy modules and fail if the tidy
results in changes to go.mod or go.sum.
2020-04-07 14:11:49 +02:00
carla
2ca93a2ebe
makefile+travis: add rpc check
Compile protos on travis and add makefile check. Proto install script
copied across from @cfromknecht and @guggero's work in
https://github.com/lightningnetwork/lnd/pull/4042.
2020-04-07 14:11:04 +02:00
Oliver Gugger
d6eeedbad4
make+frdrpc: add make rpc-format command 2020-04-06 13:46:57 +02:00
carla
df836c2d21
multi: faraday rename 2020-03-30 09:25:46 +02:00
Oliver Gugger
0ce7c03a14
Makefile: add commit to version 2020-03-19 10:47:42 +01:00
carla
bcaa7910f6
multi: rename trmcli to gvncli 2020-03-05 17:07:39 +02:00
carla
fcf64d6d93
multi: rename trmrpc to gvnrpc 2020-03-05 17:07:35 +02:00
carla
36dfb58c37
multi: rename terminator main package to governator 2020-03-05 17:07:21 +02:00
carla
5138fa1912
Makefile: add trmcli to make install 2020-02-11 16:25:29 +02:00
carla
a13d473950
trmcli: add cli and command for close recommendations 2020-01-31 13:20:11 +02:00
carla
bb78dedc1b
trmrpc+makefile: add genprotos and makefile command 2020-01-31 13:17:41 +02:00
carla
c87d3e472c multi: Add makefile
This commit adds a Makefile with installation, testing,
flake detection and utiliites. It is a reduced version
of the Makefile used for LND.
2019-11-05 08:45:34 +02:00