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

Sparse state serialization over time by randomized delay

This commit is contained in:
EmelyanenkoK 2022-02-19 16:39:59 +03:00
parent 3fee04e20a
commit 76c2764e7f
2 changed files with 38 additions and 17 deletions

View file

@ -65,6 +65,9 @@ class AsyncStateSerializer : public td::actor::Actor {
void got_self_state(AsyncSerializerState state);
void got_init_handle(BlockHandle handle);
void request_masterchain_state();
void request_shard_state(BlockIdExt shard);
void next_iteration();
void got_top_masterchain_handle(BlockIdExt block_id);
void got_masterchain_handle(BlockHandle handle_);