-
Notifications
You must be signed in to change notification settings - Fork 83
Closed
Description
Depends on #3005
The client should check if it is eligible to join the sortition pool and if so, join it.
Regarding chain-facing implementation, I suggest taking different approach for v2: We should no longer have a single ethereum.go. It’s too big and too complicated. Instead, we should have an Ethereum layer per module. In this case, pkg/sortition/sortition.go and pkg/sortition/chain.go and pkg/sortition/ethereum.go.
Reactions are currently unavailable