Writing date: 2026-05-05
Core chain components
| Component | Code | Status |
|---|---|---|
| Node entrypoint | cmd/xihud/main.go | Loads consensus, network, EVM, RPC, bridge, RWA and compute modules. |
| Consensus | pkg/consensus/bft.go | BFT block production and liveness metrics exist; production conclusion depends on public stability evidence. |
| EVM | pkg/evm/evm.go | go-ethereum EVM/StateDB with London configuration, receipts and logs. |
| State | pkg/state | Accounts, MPT, snapshots and root history exist; production archive/sync needs long-run validation. |
| RPC | pkg/rpc/web3_full.go | Common EVM RPC plus ZORAI extension methods. |
Removed legacy claims
- No fixed RWA gas reduction multiplier is claimed without reproducible benchmarks.
- No production native ZKP verifier is claimed;
pkg/evm/zkp_verifier.gois a stub. - Legal/KYC source files should not be stored on-chain; only hashes, URIs, versions and revocations should be recorded.
- The bridge is checkpoint/proof/quorum based today, not a full trustless Ethereum beacon/Solana light client or IBC implementation.