peerplays_migrated/libraries
Eric Frias f66eeeb73b Fix bug where peers could get stuck in sync mode.
There was a case where we had requested a block through the sync
mechanism and also received it through the normal inventory mechanism
where we would leave the peer in a sync state, but never ask them
for more sync blocks.

This commit fixes the bug that put us into that stuck state, and also
adds code to disconnect peers if we ever manage to get into that stalled
state.
2017-09-07 10:04:00 -04:00
..
app Add get_unmatched_bets_for_bettor() to get unmatched bets across all betting markets 2017-08-31 11:02:16 -04:00
chain Track match/cancel/adjust operations related to a bet in the bookie plugin. 2017-09-06 16:52:58 -04:00
db Merge commit '5da213f' into bitshares 2016-11-17 15:17:27 -06:00
deterministic_openssl_rand Add headers to install targets 2016-03-17 17:16:13 -05:00
egenesis If there is an error parsing the genesis file in embed_genesis, print the exception before exiting. 2017-06-01 09:52:55 -04:00
fc@8df97c6b35 Update fc submodule 2017-08-24 17:46:35 -04:00
net Fix bug where peers could get stuck in sync mode. 2017-09-07 10:04:00 -04:00
plugins Track match/cancel/adjust operations related to a bet in the bookie plugin. 2017-09-06 16:52:58 -04:00
time added missing libraries/time 2017-07-17 22:16:23 +02:00
utilities Fix utilities CMakeLists.txt 2016-11-07 18:17:51 -06:00
wallet added get_all_unmatched_bets_for_bettor to the wallet 2017-09-07 13:50:08 +02:00
CMakeLists.txt re-enable time library 2017-07-17 20:36:07 +00:00