Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • D doc
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare
  • Issues 8
    • Issues 8
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • nodesnodes
  • common
  • doc
  • Merge requests
  • !2

WIP: RFC 2 : New binary Duniter protocol

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed nanocryk requested to merge dip/0002 into master Nov 28, 2017
  • Overview 165
  • Commits 62
  • Changes 1

Update 2 : Improved structures and explanations

In the current Duniter protocol all documents are managed in a textual format. While being practical as readable and verifiable by humans, it's less beneficial for programs usage since it needs parsing, fields content verifications and waste space with unused codepoints of text formats.

We propose a new protocol format which reuses ideas of the current protocol while providing a more concise and less error-prone structure while staying simple enough so it can be analysed with appropriate tools or even converted to text.

Edited Dec 20, 2017 by nanocryk
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: dip/0002