1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00

emergency update

This commit is contained in:
ton 2020-03-24 03:32:16 +04:00
parent 5d846e0aaf
commit 9f351fc29f
87 changed files with 2486 additions and 655 deletions

View file

@ -264,7 +264,7 @@ class ValidatorManagerImpl : public ValidatorManager {
bool out_of_sync();
void prestart_sync();
void download_next_archive();
void downloaded_archive_slice(std::string name);
void downloaded_archive_slice(std::string name, bool is_tmp);
void checked_archive_slice(std::vector<BlockSeqno> seqno);
void finish_prestart_sync();
void completed_prestart_sync();
@ -556,6 +556,8 @@ class ValidatorManagerImpl : public ValidatorManager {
td::actor::ActorOwn<AsyncStateSerializer> serializer_;
std::map<BlockSeqno, std::pair<std::string, bool>> to_import_;
private:
std::unique_ptr<Callback> callback_;
td::actor::ActorOwn<Db> db_;