peerplays_migrated/libraries/app
Nathan Hourt 5aa884c574 #237: Create new delayed_node app
Delayed node is much like witness_node, except it doesn't have support
for block productuion (thus cannot be a witness) and it is not intended
to use the P2P network. The delayed node requires a trusted node it can
connect to via RPC and download blocks from. The delayed node will only
download blocks from the trusted node if those blocks have received a
configurable number of confirmations.

This commit effectively resolves #237
2015-08-17 16:38:55 -04:00
..
include/graphene/app #237: Create new delayed_node app 2015-08-17 16:38:55 -04:00
api.cpp chain_property_object: Implement chain_property_object as container for unchangeable properties set at genesis #238 2015-08-17 13:38:35 -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