peerplays_migrated/libraries
Daniel Larimer a536d39253 TESTNET RESET REQUIRED - convert all hashed indexs to ordered indexes
Fix #362 by replacing non-deterministic hashed indexes with ordered
indexes

Remove HARDFORK check for witness ordering because this #362 will
require a test net reset to effeciently implment.

Changed the order in wich process_fees iterates accounts to be "by_name"
rather than "by_id" so that we retain the ability to switch back to
hashed indexes in the future.

This change was overly pestimistic and assumes all indexes may be
traversed as part of consensus.  We want to reserve the ability to
change some of the indices back to hashed indicies in the future after a
through audit reveals that they are never iterated over in order.
2015-10-08 14:06:20 -04:00
..
app clean up print statements, minimize undo/fork history 2015-10-07 10:15:32 -04:00
chain TESTNET RESET REQUIRED - convert all hashed indexs to ordered indexes 2015-10-08 14:06:20 -04:00
db adding some hashing methods to db for debugging 2015-10-08 13:40:01 -04:00
deterministic_openssl_rand Implement minimal "make install" command #219 2015-08-06 12:40:53 -04:00
egenesis embed_genesis: Update program name in status messages 2015-08-27 15:23:18 -04:00
fc@dacdb997f8 throttling P2P code 2015-10-05 08:44:59 -04:00
net throttling P2P code 2015-10-05 08:44:59 -04:00
p2p fix market subscriptions 2015-09-03 17:43:26 -04:00
plugins clean up print statements, minimize undo/fork history 2015-10-07 10:15:32 -04:00
time time: Make timer use fc::time_point instead of fc::time_point_sec so witness plugin can control quantization 2015-08-31 17:26:03 -04:00
utilities Implement minimal "make install" command #219 2015-08-06 12:40:53 -04:00
wallet cli_wallet: Implement propose_fee_change 2015-09-29 11:55:26 -04:00
CMakeLists.txt Remove experimental p2p code #273 2015-08-26 17:51:55 -04:00