The first in a series of Crust Proof-of-Concepts.
Features
- A working PoS blockchain based on Substrate BABE/GRANDPA consensus
- A
staking
module with limitation by validator's workloads based on polkadot's NPoS mechanism - A
tee
module includes identity and work report verification - A
crypto
library includes ecdsa p256 algorithm
Known issues
- Current
GPoS
mechanism is not friendly to nominators because of the originalNPoS
mechanism, in details: #39 - BABE cannot start over when node goes off for an
era
time, in details: #2 - Slash mechanism is missing, in details: #29