Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nodes
common
doc
Commits
be42eb5c
Commit
be42eb5c
authored
May 18, 2018
by
Éloïs
Browse files
add HEADs message format
parent
d765286f
Changes
1
Hide whitespace changes
Inline
Side-by-side
rfc/0004_ws2p_v1.md
View file @
be42eb5c
...
...
@@ -225,6 +225,19 @@ The set of heads known by a duniter node at the moment is public information ava
Each new head received from the same node overwrites the previous head in memory, so that only the current state of the network is stored.
HEADs message format :
{
name: "HEAD",
body: {
heads: [
HEAD_0,
HEAD_1,
...
]
}
}
### HEAD v0
Accepted since duniter-ts
**v1.6.0**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment