Archive legacy status docs and canonicalize genesis entrypoints

This commit is contained in:
defiQUG
2026-04-13 21:45:16 -07:00
parent 7517869ea6
commit 79750d92e6
288 changed files with 757 additions and 1066 deletions

View File

@@ -9,7 +9,7 @@ The DeFi Oracle Meta Mainnet uses a tiered architecture with validators, sentrie
- **Count**: 4+ validators
- **Location**: Private subnets, no public IPs
- **Peering**: Only to sentries (via static-nodes.json)
- **Consensus**: IBFT 2.0
- **Consensus**: QBFT
- **RPC**: Disabled for security
### Sentries
@@ -86,7 +86,7 @@ accounts-allowlist=[
]
```
## IBFT 2.0 Configuration
## QBFT Configuration
### Genesis Parameters
@@ -98,7 +98,7 @@ accounts-allowlist=[
### Validator Set
Validators are specified in the genesis `extraData` field. The validator set can be updated via IBFT transitions.
Validators are specified in the genesis `extraData` field. The validator set can be updated via QBFT transitions.
### Consensus Parameters
@@ -170,7 +170,7 @@ Monitor network topology to ensure proper peering:
### Updating Consensus Parameters
1. Create IBFT transition block
1. Create QBFT transition block
2. Update block period, epoch length, or request timeout
3. All validators must accept the transition
@@ -189,4 +189,3 @@ Monitor network topology to ensure proper peering:
- Validator failure: Remove failed validator
- Chain stall: Restart validators
- Security incident: Isolate affected nodes