https://github.com/postech-dao/simperby-git-example
An example repository of the Simperby block data
https://github.com/postech-dao/simperby-git-example
Last synced: 4 days ago
JSON representation
An example repository of the Simperby block data
- Host: GitHub
- URL: https://github.com/postech-dao/simperby-git-example
- Owner: postech-dao
- Created: 2022-09-17T13:46:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-22T14:25:17.000Z (over 2 years ago)
- Last Synced: 2024-12-25T21:09:36.255Z (5 months ago)
- Size: 6.84 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Sample Organization: ASO
Welcome! We are the sample organization ASO!
## What is ASO?
ASO is a sample organization that is used to demonstrate the block data of [Simperby](https://github.com/postech-dao/simperby).
## Differences from the Actual Simperby Data
For the sake of simplicity, we present a simplified version of the actual Simperby data.
### Crypto
We use the following format for any crypto-related data:
1. Public key: ``
2. Signature: ``
3. Hash: ``Empty data is represented by ``.
### Header
We omit some fields in the block header which is recorded in the commit message and the gensis info.
```rust
// 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,
```### Member
The minimum number of members is 7 (1/6 BFT), but we present only 3 members in this sample.