mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
new db
new database fift/func bugfixes
This commit is contained in:
parent
950e292264
commit
e30d98eb30
110 changed files with 6102 additions and 2075 deletions
|
@ -36,6 +36,7 @@ class ShardClient : public td::actor::Actor {
|
|||
|
||||
bool waiting_ = false;
|
||||
bool init_mode_ = false;
|
||||
bool started_ = false;
|
||||
|
||||
td::actor::ActorId<ValidatorManager> manager_;
|
||||
|
||||
|
@ -67,6 +68,7 @@ class ShardClient : public td::actor::Actor {
|
|||
void start_up() override;
|
||||
void start_up_init_mode();
|
||||
void start_up_init_mode_finished();
|
||||
void start();
|
||||
void got_state_from_db(BlockIdExt masterchain_block_id);
|
||||
|
||||
void im_download_shard_state(BlockIdExt block_id, td::Promise<td::Unit> promise);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue