peerplays_migrated/libraries
Daniel Larimer 7e42d4b3e8 Fix #242 - witness node crash
Rather than using futures and waiting in the destructor, the APIs now
use enable_shared_from_this and the lambda captures a shared pointer to
the API to prevent it from going out of scope.  As a result the
destructor can not be called while there is a pending async operation
which removes the need to wait in the destructor and thereby removing
the potential for an exception to be thrown causing this crash.
2015-08-18 11:36:50 -04:00
..
app Fix #242 - witness node crash 2015-08-18 11:36:50 -04:00
chain Fix whitespace 2015-08-17 16:38:55 -04:00
db Implement minimal "make install" command #219 2015-08-06 12:40:53 -04:00
deterministic_openssl_rand Implement minimal "make install" command #219 2015-08-06 12:40:53 -04:00
egenesis Win32 build fixes 2015-08-17 12:39:26 -04:00
fc@458b601774 adding proposed transactons to the result of get_full_account 2015-08-18 10:50:06 -04:00
net Get rid of chain ID global, move chain_id_type to types.hpp 2015-08-06 12:56:40 -04:00
plugins Fix #244 - Improve log messages 2015-08-18 11:06:40 -04:00
time Implement minimal "make install" command #219 2015-08-06 12:40:53 -04:00
utilities Implement minimal "make install" command #219 2015-08-06 12:40:53 -04:00
wallet chain_property_object: Implement chain_property_object as container for unchangeable properties set at genesis #238 2015-08-17 13:38:35 -04:00
CMakeLists.txt Revert "fix egenesis build by removing it until theretical can fix it" 2015-08-06 14:53:32 -04:00