-
Notifications
You must be signed in to change notification settings - Fork 913
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
review 2/2: Use generic query to make the code more readable.
Suggested by @cdecker. P.S: Also this include an API refactoring from my previous solution, also this it is suggested by @cdecker. Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
- Loading branch information
1 parent
a2a6d08
commit 22d728d
Showing
12 changed files
with
219 additions
and
894 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule lnprototest
updated
20 files
+4 −0 | .dockerignore | |
+30 −0 | .github/workflows/build.yml | |
+16 −0 | .github/workflows/testing.yml | |
+2 −1 | Makefile | |
+1 −1 | README.md | |
+75 −0 | docker/Dockerfile.clightning | |
+7 −0 | docker/docker-compose.yml | |
+3 −0 | docker/entrypoint.sh | |
+2 −1 | lnprototest/__init__.py | |
+38 −2 | lnprototest/backend/bitcoind.py | |
+2 −2 | lnprototest/clightning/clightning.py | |
+1 −1 | lnprototest/clightning/requirements.txt | |
+1 −1 | lnprototest/commit_tx.py | |
+3 −6 | lnprototest/proposals.py | |
+14 −0 | lnprototest/utils.py | |
+9 −8 | requirements.txt | |
+11 −7 | tests/conftest.py | |
+1 −1 | tests/pytest.ini | |
+70 −24 | tests/test_bolt2-30-channel_type-open-accept-tlvs.py | |
+2 −2 | tools/check_quotes.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.