added a list gossip protocol messages#458
Closed
renepickhardt wants to merge 1 commit intolightning:masterfrom
Closed
added a list gossip protocol messages#458renepickhardt wants to merge 1 commit intolightning:masterfrom
renepickhardt wants to merge 1 commit intolightning:masterfrom
Conversation
created a list of all gossip protocol messanges which are being used for easy reference and lookup. Had to make it in mediawiki format though since wikitables seem to be more expressive than markdown tables
Contributor
|
Why hardcode this when it could be generated with the tools provided in the repo? |
Collaborator
|
These are not gossip messages, this looks like a complete protocol message index? Anyway, yes, we should enhance the tools/ to generate it! |
Collaborator
|
Seems like this hasn't been useful enough to people to be picked up, closing this until someone picks that work again if they find it useful. |
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.
I have created a list of all gossip protocol messages which are being used for easy reference and lookup.
Had to make it in mediawiki format instead of markdown since wikitables seem to be more expressive than markdown tables. I guess the appendix should be linked eather from BOLT0 or in BOLT1,2 and 7 respectively when the messanges are first introduced. I didn't put that in yet to make atomic PRs