Skip to content

Commit

Permalink
Merge pull request #2770 from dunxen/2023-12-dualfundingpreliminaries
Browse files Browse the repository at this point in the history
Preliminary refactoring & structure for dual-funded channels
  • Loading branch information
TheBlueMatt authored Feb 21, 2024
2 parents a854ccb + efec33f commit 2964751
Show file tree
Hide file tree
Showing 6 changed files with 1,177 additions and 551 deletions.
2 changes: 2 additions & 0 deletions ci/check-cfg-flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ def check_cfg_tag(cfg):
pass
elif cfg == "require_route_graph_test":
pass
elif cfg == "dual_funding":
pass
else:
print("Bad cfg tag: " + cfg)
assert False
Expand Down
1 change: 1 addition & 0 deletions ci/ci-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -174,3 +174,4 @@ fi
echo -e "\n\nTest cfg-flag builds"
RUSTFLAGS="--cfg=taproot" cargo test --verbose --color always -p lightning
RUSTFLAGS="--cfg=async_signing" cargo test --verbose --color always -p lightning
RUSTFLAGS="--cfg=dual_funding" cargo test --verbose --color always -p lightning
Loading

0 comments on commit 2964751

Please sign in to comment.