bitshares / bitshares1-core

Software to run the old chain (before 2015-10-13). Code for current chain is https://github.com/bitshares/bitshares-core
https://bitshares.org/
The Unlicense
219 stars 174 forks source link

Delegates should not be expected to confirm blocks that deactivate them #1344

Open Troglodactyl opened 9 years ago

Troglodactyl commented 9 years ago

It appears that the active delegate list can only be updated at the end of the round. In incredibly unlikely hostile delegate attack scenarios, this could be inconvenient.

https://bitsharestalk.org/index.php?topic=13921.msg181604#msg181604

Troglodactyl commented 9 years ago

https://github.com/BitShares/bitshares/blob/master/libraries/blockchain/chain_database.cpp#L900

arhag commented 9 years ago

My suggestion: https://bitsharestalk.org/index.php?topic=13921.msg181627#msg181627