Skip to content

Commit

Permalink
Merge branch 'main' into rng-test
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-zimnoch authored May 2, 2022
2 parents f4c0fda + dddd689 commit d75f343
Show file tree
Hide file tree
Showing 4 changed files with 560 additions and 77 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ To familiarize yourself with the sortition pool and it's design, we provide

+ [Building Intuition](docs/building-intuition.md)
+ [Implementation Details](docs/implementation-details.md)
+ [Rewards](docs/rewards.md)

[Building Intuition](docs/building-intuition.md) starts the reader from the
problem description and an easy-to-understand naive solution, and then works
Expand All @@ -26,6 +27,10 @@ the finer points about the data structure, data (de)serialization, how
operators join/leave the pool, and how it all comes together to select a full
group.

[Rewards](docs/rewards.md) is a deep-dive into how the sortition pool keeps
track of rewards. It features code explanations and walk-throughs of state
transitions for common situations.

## Important Facts

+ The max number of operators is `2,097,152`
Expand All @@ -34,6 +39,7 @@ group.
+ The sortition pool can be [optimistic](#optimisic-group-selection)! The
on-chain code then is only run in the case that the selection submission is
challenged.
+ The sortition pool tracks rewards!

## Safe Use

Expand Down
Loading

0 comments on commit d75f343

Please sign in to comment.