Merge pull request #2149

158c3ecf core: thread most of handle_incoming_tx (moneromooo-monero)
f57ee382 cryptonote_protocol: retry stale spans early (moneromooo-monero)
90df52e1 cryptonote_protocol: light cleanup (moneromooo-monero)
84e23156 cryptonote_protocol: avoid spurious SYNCHRONIZED OK messages (moneromooo-monero)
5be43fcd cryptonote_protocol_handler: sync speedup (moneromooo-monero)
This commit is contained in:
Riccardo Spagni
2017-08-07 15:24:58 +02:00
26 changed files with 1616 additions and 186 deletions

View File

@@ -152,6 +152,8 @@ public:
bool update(const std::string &command);
bool relay_tx(const std::string &txid);
bool sync_info();
};
} // namespace daemonize