-
Notifications
You must be signed in to change notification settings - Fork 63
Open
3 / 103 of 10 issues completedDescription
We're now on the way of Devnet-1 🔥 hopefully targeting at DevConnect ARG. Devnet-0 was mainly focused on interop itself: implementing basic P2P and talking between other nodes with same STF logic. The primary focus on Devnet-1 would be integrating PQC with the current consensus logic. This will require using hash-sig
which we already implemented in our codebase. Note that signature aggregation isn't the scope for the upcoming devnet. We will naively aggregate as a plain list of signature.
Spec Development
Goal: Keep following leanSpec
Note
Although we aim for interop, we can test ourselves with our own devnet script (local-pq-devnet
).
Spec Test
[Writing descriptions...]
P2P
Goal: Sync with other node via ReqResp
- Implement Request/Response domain (message types)
Metrics
[Writing descriptions...]