@@ -530,7 +530,7 @@ If this boolean is true, the "member_proof" must contain a signature must sign t
...
@@ -530,7 +530,7 @@ If this boolean is true, the "member_proof" must contain a signature must sign t
| flags | 2 | b16 |
| flags | 2 | b16 |
| prefix | 2 | u16 |
| prefix | 2 | u16 |
| issuer_node_id | 4 | u32 |
| issuer_node_id | 4 | u32 |
| m_pubkey | 32 | PubkeyBox |
| m_pubkey | 32 | PubkeyBox |
| challenge* | 32 | [u8; 32] |
| challenge* | 32 | [u8; 32] |
_*This is the remote challenge for the signatory, and the local challenge for the verifier._
_*This is the remote challenge for the signatory, and the local challenge for the verifier._
...
@@ -669,7 +669,7 @@ CompactPoolIntCert type description :
...
@@ -669,7 +669,7 @@ CompactPoolIntCert type description :
| issuer* | 4 | u32 |
| issuer* | 4 | u32 |
| target* | 4 | u32 |
| target* | 4 | u32 |
| blockstamp | 36 | Blockstamp |
| blockstamp | 36 | Blockstamp |
| signature | ? | SigBox |
| signature | ? | SigBox |
_*Durs assigns a unique integer to each member according to the order in which the identities are declared in the blocks, so it's guaranteed that all Durs nodes will always assign the same integer to any given member._
_*Durs assigns a unique integer to each member according to the order in which the identities are declared in the blocks, so it's guaranteed that all Durs nodes will always assign the same integer to any given member._
...
@@ -693,7 +693,7 @@ IdentityDocument type description :
...
@@ -693,7 +693,7 @@ IdentityDocument type description :
| uid | uid_size | utf8 |
| uid | uid_size | utf8 |
| blockstamp | 36 | Blockstamp |
| blockstamp | 36 | Blockstamp |
| pubkey | 32 | [u8;32] |
| pubkey | 32 | [u8;32] |
| signature | ? | SigBox |
| signature | ? | SigBox |
uid_size := `uid` field size in bytes.
uid_size := `uid` field size in bytes.
...
@@ -702,7 +702,7 @@ CompactPoolMembership type description :
...
@@ -702,7 +702,7 @@ CompactPoolMembership type description :