peerplays_migrated/libraries/app
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
..
include/graphene/app Fix #242 - witness node crash 2015-08-18 11:36:50 -04:00
api.cpp Fix #242 - witness node crash 2015-08-18 11:36:50 -04:00
application.cpp Move min_witness_count and min_committee_member_count from config.hpp to chain_properties #235 2015-08-17 15:21:55 -04:00
CMakeLists.txt application.cpp: Use egenesis instead of create_example_genesis() 2015-08-07 16:45:53 -04:00
impacted.cpp Refactor impacted_accounts into app #183 2015-07-30 12:38:59 -04:00
plugin.cpp Progress on #144 - refactoring fee schedule 2015-07-08 18:45:53 -04:00