Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RFCs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
documents
RFCs
Commits
2e39bf8b
Unverified
Commit
2e39bf8b
authored
7 years ago
by
Éloïs
Browse files
Options
Downloads
Patches
Plain Diff
[fix] ws2p v1 does not handle sync
parent
763c7a19
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
rfc/0004_ws2p_v1.md
+2
-3
2 additions, 3 deletions
rfc/0004_ws2p_v1.md
with
2 additions
and
3 deletions
rfc/0004_ws2p_v1.md
+
2
−
3
View file @
2e39bf8b
...
@@ -52,9 +52,8 @@ Any WS2P endpoint must match this regexp : `/^WS2P (?:[1-9][0-9]* )?([a-f0-9]{8}
...
@@ -52,9 +52,8 @@ Any WS2P endpoint must match this regexp : `/^WS2P (?:[1-9][0-9]* )?([a-f0-9]{8}
### Getting endpoints from other Duniter nodes
### Getting endpoints from other Duniter nodes
Initially, Duniter is totally endpoint agnostic and don't know any node.
Initially, Duniter is totally endpoint agnostic and don't know any node.
The endpoints of other nodes are obtained during the synchronization step.
The ws2p module requires that at least one or more peer cards are already stored in the database when launching the node,
Currently, the synchronization process is fully managed by the BMA module,
it's up to the Duniter sync command to handle this (ws2p does not handle this).
this synchronization process adds peer cards
*
of others nodes to Duniter-ts's database.
_*peer card : Signed document declaring all the access points of a peer._
_*peer card : Signed document declaring all the access points of a peer._
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment