peerplays_migrated/libraries/app/include/graphene/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
..
api.hpp Fix #242 - witness node crash 2015-08-18 11:36:50 -04:00
api_access.hpp app: Implement username / password based API access #139 2015-07-07 16:04:22 -04:00
application.hpp Progress #148: early implementation of solution 2 2015-07-10 14:17:16 -04:00
full_account.hpp adding proposed transactons to the result of get_full_account 2015-08-18 10:50:06 -04:00
impacted.hpp Refactor impacted_accounts into app #183 2015-07-30 12:38:59 -04:00
plugin.hpp Spell out boost::program_options in headers instead of using alias 2015-06-23 22:35:00 -04:00