Promethea Raschke

Results 10 issues of 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...

Refs: #685 Splitting RFC 10 from #683

🔬 research

Investigate options for stake delegation, their security implications, and the complexity of implementation.

🔬 research

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...

🔬 research

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...

🔬 research

Refs: #552 Requests batched by block they are mined in and ordered by bid; higher bids served faster.

🔬 research

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

🔬 research

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,...