mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Shardchain validation without monitoring shardchains
This commit is contained in:
parent
bdfca7afef
commit
996c23e506
22 changed files with 210 additions and 88 deletions
|
@ -52,7 +52,7 @@ class FullNodeImpl : public FullNode {
|
|||
|
||||
void update_adnl_id(adnl::AdnlNodeIdShort adnl_id, td::Promise<td::Unit> promise) override;
|
||||
|
||||
void add_shard(ShardIdFull shard);
|
||||
void add_shard(ShardIdFull shard, bool subscribe = false);
|
||||
void del_shard(ShardIdFull shard);
|
||||
|
||||
void sync_completed();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue