Skip to content

Commit 980ee93

Browse files
authored
Merge pull request #761 from lightninglabs/custom-channels-integration
custom channels: use `tapd` as the aux component implementation for `lnd` in integrated mode
2 parents 2714bdc + 0b2b3eb commit 980ee93

25 files changed

+2941
-357
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ DOCKER_TOOLS = docker run \
8989
-v $(shell bash -c "mkdir -p /tmp/go-lint-cache; echo /tmp/go-lint-cache"):/root/.cache/golangci-lint \
9090
-v $$(pwd):/build litd-tools
9191

92-
ITEST_TAGS := integration itest $(LND_RELEASE_TAGS)
92+
ITEST_TAGS := dev integration itest lowscrypt $(LND_RELEASE_TAGS)
9393
ITEST_LDFLAGS := $(call make_ldflags, $(ITEST_TAGS))
9494

9595
GREEN := "\\033[0;32m"

app/src/types/generated/lnd_pb.d.ts

Lines changed: 7 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/types/generated/lnd_pb.js

Lines changed: 35 additions & 195 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)