mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
fullnode: support for TCP master/slave replication
This commit is contained in:
parent
bfa166d66c
commit
f40822b58a
50 changed files with 1109 additions and 244 deletions
|
@ -45,7 +45,7 @@ class ValidatorManagerMasterchainReiniter : public td::actor::Actor {
|
|||
void downloaded_proof_link(td::BufferSlice data);
|
||||
void downloaded_zero_state();
|
||||
|
||||
void try_download_key_blocks();
|
||||
void try_download_key_blocks(bool try_start);
|
||||
void got_next_key_blocks(std::vector<BlockIdExt> vec);
|
||||
void got_key_block_handle(td::uint32 idx, BlockHandle handle);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue