-
Notifications
You must be signed in to change notification settings - Fork 47
Add testnet4 support #369
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
base: master
Are you sure you want to change the base?
Add testnet4 support #369
Conversation
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.
It appears that the same consideration is necessary for validateNetwork
as well.
https://github.com/ElementsProject/peerswap/blob/master/swap/messages.go#L123
Could you please check if the swap is functioning properly?
Also, could you handle the corresponding change on the CLN side? It seems that support for testnet4 was recently added ElementsProject/lightning#8171.
thanks. updated and confirm working with lnd. struggling to test with cln so far: #370 |
tested swaps between LND and CLN, thanks to this PR: #371 |
Would you mind reverting that merge commit and rebasing instead? |
took a few tries with chatgpt, but I think I finally got what you asked. thanks for teaching me something new! the branch works fine with cln and lnd... |
lnd and cln now support testnet4 lightningnetwork/lnd#9620, ps should too