Welcome! We are the sample organization ASO!
ASO is a sample organization that is used to demonstrate the block data of Simperby.
For the sake of simplicity, we present a simplified version of the actual Simperby data.
We use the following format for any crypto-related data:
- Public key:
<key:name>
- Signature:
<signature>
- Hash:
<hash>
Empty data is represented by <empty>
.
We omit some fields in the block header which is recorded in the commit message and the gensis info.
// INCLUDED
pub author: PublicKey,
pub height: BlockHeight,
pub timestamp: Timestamp,
pub validator_set: Vec<(PublicKey, VotingPower)>,
pub version: String,
// OMITTED
pub prev_block_finalization_proof: FinalizationProof,
pub previous_hash: Hash256,
pub tx_merkle_root: Hash256,
pub state_merkle_root: Hash256,
pub delegation_state_hash: Hash256,
The minimum number of members is 7 (1/6 BFT), but we present only 3 members in this sample.