mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Fast-sync overlays
* Semiprivate overlays * Fast sync overlays in full-node * Adjust shard overlays
This commit is contained in:
parent
ac3b8d6088
commit
3a8ef60bbb
38 changed files with 2545 additions and 964 deletions
|
@ -42,8 +42,6 @@ class ShardClient : public td::actor::Actor {
|
|||
|
||||
td::Promise<td::Unit> promise_;
|
||||
|
||||
std::set<ShardIdFull> shards_to_monitor_ = {ShardIdFull(masterchainId)};
|
||||
|
||||
public:
|
||||
ShardClient(td::Ref<ValidatorManagerOptions> opts, BlockHandle masterchain_block_handle,
|
||||
td::Ref<MasterchainState> masterchain_state, td::actor::ActorId<ValidatorManager> manager,
|
||||
|
@ -64,8 +62,6 @@ class ShardClient : public td::actor::Actor {
|
|||
return 2;
|
||||
}
|
||||
|
||||
void build_shard_overlays();
|
||||
|
||||
void start_up() override;
|
||||
void start_up_init_mode();
|
||||
void start_up_init_mode_finished();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue