forked from ElementsProject/lightning
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VLS Modifications to CLN v24.02 #106
Open
ksedgwic
wants to merge
26
commits into
master
Choose a base branch
from
2024-02-remote-hsmd-v24.02
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
b7b8e8d
cln_plugin: switch lifetimes of ConfigOption from static to non-static
daywalker90 ef40b2f
hsmd: increase the min version
vincenzopalazzo af41cd5
hsmd: remove deprecated init v2
vincenzopalazzo a708690
ci: Remove the alping compilation test
cdecker 87f6ceb
gossmap: fix OpenBSD crash.
rustyrussell 4b397e5
release: Update the CHANGELOG.md
cdecker 5e42f46
release: Bump pyln package versions
cdecker 8418989
release: Unbreak the Fedora build
cdecker ff44940
ci: add curl to setup.sh
ksedgwic 0890f9b
gitignore VLS proxy daemons
ksedgwic 5ebf7ee
tests: add PYTEST_MOREOPTS so users can extend the options
ksedgwic 0edcca0
tests: add TEST_KEEPDIR to prevent cleanup of successful tests
ksedgwic 403f02f
tests: add VLS to CLN integration suite
ksedgwic f98ec33
tests: integrate lssd
devrandom ef466af
tests: add call to preapproveinvoice in pay to inform signer
ksedgwic 8a626aa
tests: add explicit preapprove{invoice,keysend} calls before sendpay
ksedgwic 7a12e79
tests: disable flaky on test_splice, incompatible w/ pytest-timeout
ksedgwic feb80c5
tests: skip splicing / dual-funding tests when VLS_SKIP_SPLICE_TESTS
ksedgwic f0f1956
tests: skip test_reckless.py::test_disable_enable because no canned g…
ksedgwic 1eeb68b
tests: skip tests incompatible with VLS
ksedgwic 7ddd60a
tests: reevaluate: reenabled tests which pass
ksedgwic e0805ec
tests: Fix test_sign_and_send_psbt wrt VLS signatures
ksedgwic 33d0cfd
fix: add rpc server port in integration test
king-11 10eb20b
tests: modify tests for VLS
ksedgwic ab0e0c0
tests: ugly workaround for test_pay unbalanced transfer error
ksedgwic 5b23cc5
tests: skip test_gossip_not_dying because frequently fails
ksedgwic File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmmm... does CLN change the dbid? that will break things?