Open Issues Need Help
View All on GitHub Blockchain • Node Implementation
Implement PoS Consensus Engine 28 days ago
AI Summary: Implement a Proof-of-Stake (PoS) consensus engine for the Paradime blockchain, including a validator registry with stake deposits and slashing, block proposal and finality logic, epoch rotation and rewards distribution, comprehensive unit and integration tests, and documentation of on-chain governance hooks for validator set changes.
Complexity:
5/5
good first issue
The core Paradime blockchain node: PoS consensus, WASM VM runtime, JSON-RPC, and on-chain governance.
Rust