BSIP-0005: more discussion
This commit is contained in:
parent
bde86e8f8a
commit
00581810bf
1 changed files with 15 additions and 1 deletions
16
bsip-0005.md
16
bsip-0005.md
|
@ -31,10 +31,24 @@ a 4 or 5 digit block number - have all been of these current, active contributor
|
||||||
|
|
||||||
# Specifications
|
# Specifications
|
||||||
|
|
||||||
A blockchain parameter can be added that enforces a minimal freshness to votes
|
A blockchain parameter can be added that enforces a minimal *freshness* to votes
|
||||||
that are counted and handle cases of lost keys or apathetic votes hanging
|
that are counted and handle cases of lost keys or apathetic votes hanging
|
||||||
around.
|
around.
|
||||||
|
|
||||||
|
# Discussion
|
||||||
|
|
||||||
|
## Linear, Exponential, or other decay
|
||||||
|
|
||||||
|
The question is left open whether the *freshness* of votes decreases linearily,
|
||||||
|
exponentially or by any other function. It is further not defined if the
|
||||||
|
decrease should scale with the number of blocks or the absolute time.
|
||||||
|
|
||||||
|
## Voter Apathy
|
||||||
|
|
||||||
|
The argument has been raised that a apathy of voters would result in only few
|
||||||
|
*active* votes which could leave the blockchain open to attacks with only little
|
||||||
|
stake.
|
||||||
|
|
||||||
# Copyright
|
# Copyright
|
||||||
|
|
||||||
This document is placed in the public domain.
|
This document is placed in the public domain.
|
||||||
|
|
Loading…
Reference in a new issue