Skip to content
Snippets Groups Projects
Commit 6eb2548b authored by Éloïs's avatar Éloïs
Browse files

Update 0004_ws2p_v1.md

parent cb58f74e
No related branches found
No related tags found
No related merge requests found
...@@ -130,9 +130,9 @@ Accepted since duniter-ts **v1.6.0** ...@@ -130,9 +130,9 @@ Accepted since duniter-ts **v1.6.0**
#### message field #### message field
API = "WS2P" API = "WS2P"
MESSAGE_TYPE = "HEAD" MESSAGE_TYPE = "HEAD"
PUBKEY := public key of the issuer node of this head PUBKEY := public key of the issuer node of this head
BLOCKSTAMP = `blockNumber-Hash` BLOCKSTAMP = `blockNumber-Hash`
#### sig field #### sig field
...@@ -150,13 +150,13 @@ Accepted since duniter-ts **v1.6.9** ...@@ -150,13 +150,13 @@ Accepted since duniter-ts **v1.6.9**
#### message field #### message field
API = `WS2P` API = `WS2P`
MESSAGE_TYPE = `HEAD` MESSAGE_TYPE = `HEAD`
PUBKEY := public key of the issuer node of this head PUBKEY := public key of the issuer node of this head
BLOCKSTAMP = `blockNumber-Hash` BLOCKSTAMP = `blockNumber-Hash`
WS2PID := unique identifier of the ws2p endpoint WS2PID := unique identifier of the ws2p endpoint
SOFTWARE = `duniter-ts` SOFTWARE = `duniter-ts`
SOFT_VERSION = `X.Y.Z` (for example `1.6.14`) SOFT_VERSION = `X.Y.Z` (for example `1.6.14`)
POW_PREFIX := nonce prefix for proof of work (manually fixed by the user) POW_PREFIX := nonce prefix for proof of work (manually fixed by the user)
#### sig field #### sig field
...@@ -178,20 +178,20 @@ _Nodes with versions lower than 1.6.15 bounce a degraded version of the head, on ...@@ -178,20 +178,20 @@ _Nodes with versions lower than 1.6.15 bounce a degraded version of the head, on
#### message & messageV2 fields #### message & messageV2 fields
API = `WS2P` API = `WS2P`
MESSAGE_TYPE = `HEAD` MESSAGE_TYPE = `HEAD`
PUBKEY := public key of the issuer node of this head PUBKEY := public key of the issuer node of this head
BLOCKSTAMP = `blockNumber-Hash` BLOCKSTAMP = `blockNumber-Hash`
WS2PID := unique identifier of the ws2p endpoint WS2PID := unique identifier of the ws2p endpoint
SOFTWARE = `duniter-ts` SOFTWARE = `duniter-ts`
SOFT_VERSION = `X.Y.Z` (for example `1.6.14`) SOFT_VERSION = `X.Y.Z` (for example `1.6.14`)
POW_PREFIX := nonce prefix for proof of work (manually fixed by the user) POW_PREFIX := nonce prefix for proof of work (manually fixed by the user)
FREE_MEMBER_ROOM := Number of incoming connection requests that can still be accepted from member nodes (FREE_MIROR_ROOM - Number of incoming connections established by non-priority mirror nodes). FREE_MEMBER_ROOM := Number of incoming connection requests that can still be accepted from member nodes (FREE_MIROR_ROOM - Number of incoming connections established by non-priority mirror nodes).
FREE_MIROR_ROOM := An integer indicating the number of incoming connections that the node can still receive. FREE_MIROR_ROOM := An integer indicating the number of incoming connections that the node can still receive.
#### sig & sigv2 fields #### sig & sigv2 fields
sig: ed25519 signature of the message field in base64. sig: ed25519 signature of the message field in base64.
sigV2: ed25519 signature of the messageV2 field in base64. sigV2: ed25519 signature of the messageV2 field in base64.
#### step field #### step field
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment