mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Send telemetry broadcasts to fast sync overlays
This commit is contained in:
parent
e6aac0b143
commit
d9aeab07db
8 changed files with 141 additions and 27 deletions
|
@ -36,7 +36,6 @@ class ValidatorSet : public td::CntObject {
|
|||
virtual td::uint32 get_validator_set_hash() const = 0;
|
||||
virtual ShardId get_validator_set_from() const = 0;
|
||||
virtual std::vector<ValidatorDescr> export_vector() const = 0;
|
||||
virtual const ValidatorDescr* find_validator(const NodeIdShort& id) const = 0;
|
||||
virtual td::Result<ValidatorWeight> check_signatures(RootHash root_hash, FileHash file_hash,
|
||||
td::Ref<BlockSignatureSet> signatures) const = 0;
|
||||
virtual td::Result<ValidatorWeight> check_approve_signatures(RootHash root_hash, FileHash file_hash,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue