Document the communication protocol for ln-onion#9
Closed
Conversation
See JoinMarket-Org/joinmarket-clientserver#1000 This documents how c-lightning nodes use sendcustommsg to allow Joinmarket messaging to occur over a LN node based layer.
Member
Author
|
These notes were originally in the JMCS PR JoinMarket-Org/joinmarket-clientserver#1000 but have been moved here; they act as a supplement to the existing Joinmarket-messaging-protocol.md (basically it's how the underlying sendcustommsg stuff translates into that). Would greatly appreciate critiques/feedback, e.g. is there something missing in the format of these messages etc. |
AdamISZ
added a commit
to JoinMarket-Org/joinmarket-clientserver
that referenced
this pull request
Dec 26, 2021
e2e-coinjoin-test.py now allows configuration of multiple directory nodes as well as multiple non-directory nodes. Also some irrelevant details were removed or cleaned up. The documentation of the lnonion messaging protocol was removed from jmdaemon/lnonion.py and relocated to JoinMarket-Org/JoinMarket-Docs#9
AdamISZ
added a commit
to JoinMarket-Org/joinmarket-clientserver
that referenced
this pull request
Dec 26, 2021
e2e-coinjoin-test.py now allows configuration of multiple directory nodes as well as multiple non-directory nodes. Also some irrelevant details were removed or cleaned up. The documentation of the lnonion messaging protocol was removed from jmdaemon/lnonion.py and relocated to JoinMarket-Org/JoinMarket-Docs#9
AdamISZ
added a commit
to JoinMarket-Org/joinmarket-clientserver
that referenced
this pull request
Jan 18, 2022
e2e-coinjoin-test.py now allows configuration of multiple directory nodes as well as multiple non-directory nodes. Also some irrelevant details were removed or cleaned up. The documentation of the lnonion messaging protocol was removed from jmdaemon/lnonion.py and relocated to JoinMarket-Org/JoinMarket-Docs#9
Member
Author
|
Closed in favour of #12 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
See JoinMarket-Org/joinmarket-clientserver#1000
This documents how c-lightning nodes use sendcustommsg to
allow Joinmarket messaging to occur over a LN node based layer.