Promethea Raschke
Promethea Raschke
By separating the logic of intervals, allocations and payouts slightly more thoroughly from the logic of querying the number of keeps in an interval, it's possible to accommodate multiple factories...
Investigate options for stake delegation, their security implications, and the complexity of implementation.
The main possibilities are "leveraged" and "fully backed" operation. Analyze both and their vulnerability to various attacks and problems, investigate mitigations. (Could probably use a bit more polish especially at...
To model realistic conditions, we need an estimate of token distribution and an initial minimum stake example value. Using empirical data from other projects, we can conclude that KEEP is...
Refs: #552 Requests batched by block they are mined in and ordered by bid; higher bids served faster.
Include selection scheme candidates for a ticket-based scheme and an optimized 16-ary tree sortition pool scheme
As an alternative to the light relay, a sparse relay records every 6th block in the bitcoin blockchain and can provide true proofs of inclusion. For every block the following...
Specify a broad outline of how rewards are paid to sortition pool members, to wallet members for performing specific actions, and to accounts performing necessary maintenance tasks. #38
Currently `selectGroup(groupSize)` in `SortitionPool` picks `groupSize` eligible members without regard for how many times an operator is represented in the group. This means that it is possible, although quite unlikely,...