Skip to content

Commit 2aa3f94

Browse files
definenoobclaude
andcommitted
Add mermaid architecture diagram for 4A+2B BSA deployment
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 266c011 commit 2aa3f94

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

proposals/bipartite-supervalidator-architecture.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,30 @@ The ISS-based parallel BFT ordering service (funded under a separate grant) remo
8181

8282
## 1. Objective
8383

84+
```mermaid
85+
graph LR
86+
Client([Client]) --> A1 & A2 & A3 & A4
87+
88+
A1[Crypto A-1] --- B1[State B-1]
89+
A1 --- B2[State B-2]
90+
A2[Crypto A-2] --- B1
91+
A2 --- B2
92+
A3[Crypto A-3] --- B1
93+
A3 --- B2
94+
A4[Crypto A-4] --- B1
95+
A4 --- B2
96+
97+
B1 --- DB1[(Postgres)]
98+
B2 --- DB2[(Postgres)]
99+
100+
style A1 fill:#e1f5fe
101+
style A2 fill:#e1f5fe
102+
style A3 fill:#e1f5fe
103+
style A4 fill:#e1f5fe
104+
style B1 fill:#fff3e0
105+
style B2 fill:#fff3e0
106+
```
107+
84108
Implement a production-ready bipartite supervalidator architecture where:
85109

86110
- **Class A nodes (Crypto Engines)** perform all CPU-intensive asymmetric cryptography and Daml engine reinterpretation. They are stateless, horizontally scalable, and can run on commodity hardware including spot/preemptible instances.

0 commit comments

Comments
 (0)