Commit Graph

7 Commits (96f395e26309d2227eab4645e96e4ab276a92e15)

Author SHA1 Message Date
carla 87b02b7715
multi: add force tick endpoint behind debug server
To itest our autolooper, we need to be able to trigger dispatch on
demand. This functionality is included in a separate rpc server behind
a dev flag. Since it is unlikely that we need to split loop into
multiple rpc servers, this commit simply adds an additional debug server
rather than opting for a full subserver setup.
4 years ago
carla d5d64fb97a
makefile+travis: add mod check and tidy and check modules in travis 4 years ago
carla 0c01e95433
traivs: set depth to false to clone whole repo
Overwrite travis's default of only cloning the last 50 commands so
that travis can find the reference point for our linter.

As in lightningnetwork/lnd/pull/4026
4 years ago
carla 41550a9c4b
makefile+travis: add install and build commands
Build executables are suffixed with 'debug' because we cannot
create a loopd executable in the root repo dir, since there is an
already existing loopd executable. Add build to travis.
4 years ago
Oliver Gugger a0a03b4972
only lint new issues, add linting to travis run 5 years ago
Olaoluwa Osuntokun 31ee5d8784 build: update to go1.13 5 years ago
Joost Jager a83824bbb5
build: add travis config 5 years ago