@@ -21,32 +21,39 @@ See [ADR-002](./adr-002-evm-native-execution.md) for the complete analysis.
2121
2222| ADR | Title | Status |
2323| -----| -------| --------|
24- | [ ADR-001] ( ./adr-001-three-layer-architecture.md ) | Three-Layer Architecture (DCL/CL/EL) | PROPOSED |
25- | [ ADR-002] ( ./adr-002-evm-native-execution.md ) | EVM-Native Execution with Embedded revm | PROPOSED |
26- | [ ADR-003] ( ./adr-003-malachite-consensus.md ) | Malachite Consensus Integration | PROPOSED |
27- | [ ADR-004] ( ./adr-004-primary-worker-architecture.md ) | Autobahn BFT with Worker Scaling | PROPOSED |
24+ | [ ADR-001] ( ./adr-001-three-layer-architecture.md ) | Three-Layer Architecture (DCL/CL/EL) | IMPLEMENTED |
25+ | [ ADR-002] ( ./adr-002-evm-native-execution.md ) | EVM-Native Execution with Embedded revm | IMPLEMENTED |
26+ | [ ADR-003] ( ./adr-003-malachite-consensus.md ) | Malachite Consensus Integration | IMPLEMENTED |
27+ | [ ADR-004] ( ./adr-004-primary-worker-architecture.md ) | Autobahn BFT with Worker Scaling | IMPLEMENTED |
2828
2929### Cryptography & Networking
3030
3131| ADR | Title | Status |
3232| -----| -------| --------|
33- | [ ADR-005] ( ./adr-005-dual-signatures.md ) | Dual Signature Scheme (Ed25519 + BLS12-381) | PROPOSED |
34- | [ ADR-007] ( ./adr-007-p2p-networking.md ) | P2P Networking with Malachite | PROPOSED |
33+ | [ ADR-005] ( ./adr-005-dual-signatures.md ) | Dual Signature Scheme (Ed25519 + BLS12-381) | IMPLEMENTED |
34+ | [ ADR-007] ( ./adr-007-p2p-networking.md ) | P2P Networking with Malachite | IMPLEMENTED |
3535
3636### EVM & Storage
3737
3838| ADR | Title | Status |
3939| -----| -------| --------|
40- | [ ADR-006] ( ./adr-006-mempool-design.md ) | Mempool Integration with Reth Transaction Pool | PROPOSED |
41- | [ ADR-008] ( ./adr-008-json-rpc-interface.md ) | JSON-RPC Interface | PROPOSED |
42- | [ ADR-009] ( ./adr-009-staking-precompile.md ) | Staking Precompile | PROPOSED |
43- | [ ADR-010] ( ./adr-010-storage-design.md ) | Storage Design | PROPOSED |
40+ | [ ADR-006] ( ./adr-006-mempool-design.md ) | Mempool Integration with Reth Transaction Pool | IMPLEMENTED |
41+ | [ ADR-008] ( ./adr-008-json-rpc-interface.md ) | JSON-RPC Interface | IMPLEMENTED |
42+ | [ ADR-009] ( ./adr-009-staking-precompile.md ) | Staking Precompile | IMPLEMENTED |
43+ | [ ADR-010] ( ./adr-010-storage-design.md ) | Storage Design | IMPLEMENTED |
44+ | [ ADR-012] ( ./adr-012-state-root-handling.md ) | State Root Handling and Delayed Commitment | IMPLEMENTED |
4445
4546### Operations
4647
4748| ADR | Title | Status |
4849| -----| -------| --------|
49- | [ ADR-011] ( ./adr-011-configuration-operations.md ) | Configuration and Operations | PROPOSED |
50+ | [ ADR-011] ( ./adr-011-configuration-operations.md ) | Configuration and Operations | PARTIAL |
51+
52+ ### Sync & Performance
53+
54+ | ADR | Title | Status |
55+ | -----| -------| --------|
56+ | [ ADR-013] ( ./adr-013-commonware-aggregation.md ) | Commonware Aggregation for Fast Sync | PROPOSED |
5057
5158## Architecture Overview
5259
@@ -162,7 +169,7 @@ Pipelining: Collect attestations for height N+1 while consensus runs for height
162169## ADR Lifecycle
163170
164171```
165- DRAFT ──▶ PROPOSED ──▶ ACCEPTED ──▶ IMPLEMENTED
172+ DRAFT ──▶ PROPOSED ──▶ ACCEPTED ──▶ PARTIAL ──▶ IMPLEMENTED
166173 │
167174 └──▶ SUPERSEDED
168175```
@@ -172,5 +179,6 @@ DRAFT ──▶ PROPOSED ──▶ ACCEPTED ──▶ IMPLEMENTED
172179| DRAFT | ADR is being written |
173180| PROPOSED | Ready for review |
174181| ACCEPTED | Approved, implementation starting |
182+ | PARTIAL | Core components implemented, some features pending |
175183| IMPLEMENTED | Fully implemented and tested |
176184| SUPERSEDED | Replaced by newer ADR |
0 commit comments