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