mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Merge branch 'testnet' into block-generation
This commit is contained in:
commit
a2eb3f3631
45 changed files with 1101 additions and 202 deletions
|
@ -21,6 +21,7 @@
|
|||
#include "full-node-shard.h"
|
||||
#include "td/actor/PromiseFuture.h"
|
||||
#include "td/utils/port/Poll.h"
|
||||
#include <set>
|
||||
|
||||
namespace ton {
|
||||
|
||||
|
@ -280,6 +281,9 @@ class FullNodeShardImpl : public FullNodeShard {
|
|||
std::vector<adnl::AdnlNodeIdShort> collator_nodes_;
|
||||
|
||||
FullNodeConfig config_;
|
||||
|
||||
std::set<td::Bits256> processed_ext_msg_broadcasts_;
|
||||
td::Timestamp cleanup_processed_ext_msg_at_;
|
||||
};
|
||||
|
||||
} // namespace fullnode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue