Commit graph

3 commits

Author SHA1 Message Date
serkixenos
24b79b9a46 Build optimizations, simplify dependancy tree 2020-11-09 13:47:44 +01:00
serkixenos
474fbc8d58 Build optimizations, simplify dependancy tree 2020-11-06 02:57:27 +01:00
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