diff options
author | Wei-Ning Huang <w@dexon.org> | 2019-03-11 15:47:29 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-03-12 12:19:09 +0800 |
commit | 2af2607585ee7145fe49d8ab4eba400dddad942d (patch) | |
tree | 77bd602e00480f025ddf6320527e271b4a9821f5 /core/blockchain.go | |
parent | 17a969ad66402ed9af16c166fbc7a8080274e44b (diff) | |
download | dexon-2af2607585ee7145fe49d8ab4eba400dddad942d.tar.gz dexon-2af2607585ee7145fe49d8ab4eba400dddad942d.tar.zst dexon-2af2607585ee7145fe49d8ab4eba400dddad942d.zip |
core: vm: remove delegation mechanism (#245)
The current delegation mechanism are prone to unstaking attack. i.e. a
malicious attacker could unstake a small amount from a lot of node it
staked before and make them unqualified, which leads to potential
failure of the network.
Since DEXON does not use consensus like DPoS, node is required to have
at least MinStake in order to become a node. Voting mechanism is not
required in our system since qualified node does not depends on the
number of votes. Instead of managing the delegation mechanism in
governance contract, we should let the owner manage the delegation and
reward distribution mechanism on their own.
Diffstat (limited to 'core/blockchain.go')
0 files changed, 0 insertions, 0 deletions