-
Notifications
You must be signed in to change notification settings - Fork 69
Closed
28 / 2828 of 28 issues completedDescription
Describe the feature
Now we're on the track shipping our very first PQ devnet (pq-devnet-0). I'd like to open this issue for task management regarding PQ devnet, and feedbacks are welcomed!
Overview
#679 introduces a basic working network with a single local node. (Architecture).
Networking
- MUST be able to connect peers given by a configuration file (static peers)
- Related issue: Support static peer connections for the lean node #682
- MUST be able to gossip.
- Related issue: Implement gossipsub for lean consensus #671
Validator
- MUST determine its duty for current slot.
- MUST be able to sign a empty block and propose the signed block to p2p.
- MUST be able to attest (=vote).
- NICE TO HAVE ability for fresh PQC key generation.
API
Related issue: #684
Observability
Related issue: #687
Cryptography
Related issue #655 and PR #732
Additional context
No response