mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
multi: update lnd dependency to v0.16.0-beta.rc3
- Bump lnd and other module dependencies. - Bump Go build version & RPCs - Refactor itests to use the new lnd itest framework.
This commit is contained in:
parent
592c9e35e0
commit
c267ef64eb
32 changed files with 1600 additions and 499 deletions
2
Makefile
2
Makefile
|
|
@ -77,7 +77,7 @@ endif
|
|||
|
||||
DOCKER_TOOLS = docker run -v $$(pwd):/build litd-tools
|
||||
|
||||
ITEST_TAGS := rpctest itest $(LND_RELEASE_TAGS)
|
||||
ITEST_TAGS := integration itest $(LND_RELEASE_TAGS)
|
||||
ITEST_LDFLAGS := $(call make_ldflags, $(ITEST_TAGS))
|
||||
|
||||
GREEN := "\\033[0;32m"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue