peerplays_migrated/libraries
theoreticalbts e0414d390e Fix pending_block and fork handling
The pending_block member of database was a premature optimization and had an
unfortunate tendency to get out of sync, especially when switching forks.
This commit removes it, and substantially improves the handling of transactions
when switching forks.  Specifically, flooding or forking no longer causes nodes to
discard valid transactions.
2015-09-17 12:11:40 -04:00
..
app Reverse direction of fork history used in block syncing 2015-09-15 09:19:39 -04:00
chain Fix pending_block and fork handling 2015-09-17 12:11:40 -04:00
db Merge branch 'witness_schedule_refactor' 2015-08-27 11:33:42 -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@d19f67d94f wallet api now returns the memo and a human readable description 2015-09-14 11:33:18 -04:00
net Fix error messages generated when peer is syncing with empty blockchain 2015-09-11 15:26:55 -04:00
p2p fix market subscriptions 2015-09-03 17:43:26 -04:00
plugins better debugging messages around crashes 2015-09-15 08:38:27 -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 wallet api now returns the memo and a human readable description 2015-09-14 11:33:18 -04:00
CMakeLists.txt Remove experimental p2p code #273 2015-08-26 17:51:55 -04:00