SebastianElvis / ebft

ISC License
2 stars 0 forks source link

consensus: committee sampling #7

Closed SebastianElvis closed 2 years ago

SebastianElvis commented 2 years ago

Problem

We need to implement committee sampling. For now the miners of latest x blocks are elected as the committee

Description

In struct server of https://github.com/SebastianElvis/orazor/blob/main/server.go,

Alternatives

Additional context