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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Luke Marlin
RFCs
Commits
71b1b239
Commit
71b1b239
authored
5 years ago
by
Éloïs
Browse files
Options
Downloads
Patches
Plain Diff
Update of the expected version for each document
parent
816a9f05
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
rfc/0010_Duniter_Blockchain_Protocol_V12.md
+5
-5
5 additions, 5 deletions
rfc/0010_Duniter_Blockchain_Protocol_V12.md
with
5 additions
and
5 deletions
rfc/0010_Duniter_Blockchain_Protocol_V12.md
+
5
−
5
View file @
71b1b239
...
...
@@ -354,7 +354,7 @@ Field | Description
A
[
Membership
](
#membership
)
is to be considered having valid format if:
*
`Version`
equals
`
2
`
*
`Version`
equals
`
10
`
*
`Type`
equals
`Membership`
value.
*
`Currency`
is a valid currency name
*
`Issuer`
is a public key
...
...
@@ -423,7 +423,7 @@ Field | Description
A Transaction structure is considered
*valid*
if:
*
Field
`Version`
equals
`
2`
or
`3
`
.
*
Field
`Version`
equals
`
10
`
.
*
Field
`Type`
equals
`Transaction`
.
*
Field
`Currency`
is not empty.
*
Field
`Blockstamp`
is a block UID
...
...
@@ -1033,7 +1033,7 @@ The document must be ended with a `BOTTOM_SIGNATURE` [Signature](#signature).
##### Data
* `
Version
` equals `
6
`
* `
Version
` equals `
10
` or `
11
`
* `
Type
` equals `
Block
`
### Peer
...
...
@@ -1101,7 +1101,7 @@ To be valid, a peer document must match the following rules:
##### Format
* `
Version
` equals `
2
` or `
3
`
* `
Version
` equals `
10
`
* `
Type
` equals `
Peer
`
* `
Currency
` is a valid currency name
* `
PublicKey
` is a [Public key](#publickey)
...
...
@@ -1249,7 +1249,7 @@ A block cannot contain revocations whose signature does not match the revocation
* A transaction must have at least 1 source
* A transaction cannot have `
SIG(INDEX)
` unlocks with `
INDEX >=
` issuers count.
* A transaction **must** have signatures matching its content **for each issuer**
*
A t
ransaction's version must be equal to `
3
`
*
T
ransaction's version must be equal to `
10
`.
* Signatures count must be the same as issuers count
* Signatures are ordered by issuer
* Signatures are made over the transaction's content, signatures excepted
...
...
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