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

Update of the expected version for each document

parent 46fd5c60
No related branches found
No related tags found
No related merge requests found
...@@ -354,7 +354,7 @@ Field | Description ...@@ -354,7 +354,7 @@ Field | Description
A [Membership](#membership) is to be considered having valid format if: A [Membership](#membership) is to be considered having valid format if:
* `Version` equals `2` * `Version` equals `10`
* `Type` equals `Membership` value. * `Type` equals `Membership` value.
* `Currency` is a valid currency name * `Currency` is a valid currency name
* `Issuer` is a public key * `Issuer` is a public key
...@@ -423,7 +423,7 @@ Field | Description ...@@ -423,7 +423,7 @@ Field | Description
A Transaction structure is considered *valid* if: A Transaction structure is considered *valid* if:
* Field `Version` equals `2` or `3`. * Field `Version` equals `10`.
* Field `Type` equals `Transaction`. * Field `Type` equals `Transaction`.
* Field `Currency` is not empty. * Field `Currency` is not empty.
* Field `Blockstamp` is a block UID * Field `Blockstamp` is a block UID
...@@ -1033,7 +1033,7 @@ The document must be ended with a `BOTTOM_SIGNATURE` [Signature](#signature). ...@@ -1033,7 +1033,7 @@ The document must be ended with a `BOTTOM_SIGNATURE` [Signature](#signature).
##### Data ##### Data
* `Version` equals `6` * `Version` equals `10` or `11`
* `Type` equals `Block` * `Type` equals `Block`
### Peer ### Peer
...@@ -1101,7 +1101,7 @@ To be valid, a peer document must match the following rules: ...@@ -1101,7 +1101,7 @@ To be valid, a peer document must match the following rules:
##### Format ##### Format
* `Version` equals `2` or `3` * `Version` equals `10`
* `Type` equals `Peer` * `Type` equals `Peer`
* `Currency` is a valid currency name * `Currency` is a valid currency name
* `PublicKey` is a [Public key](#publickey) * `PublicKey` is a [Public key](#publickey)
...@@ -1249,7 +1249,7 @@ A block cannot contain revocations whose signature does not match the revocation ...@@ -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 must have at least 1 source
* A transaction cannot have `SIG(INDEX)` unlocks with `INDEX >= ` issuers count. * A transaction cannot have `SIG(INDEX)` unlocks with `INDEX >= ` issuers count.
* A transaction **must** have signatures matching its content **for each issuer** * A transaction **must** have signatures matching its content **for each issuer**
* A transaction's version must be equal to `3` * Transaction's version must be equal to `10`.
* Signatures count must be the same as issuers count * Signatures count must be the same as issuers count
* Signatures are ordered by issuer * Signatures are ordered by issuer
* Signatures are made over the transaction's content, signatures excepted * Signatures are made over the transaction's content, signatures excepted
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment