mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Rework validator-collator interaction
1) Remove config 41, move "full collated data" to capabilities 2) Whitelist on collator nodes 3) "Ping" request for collator nodes 4) More customizable collators list for validators 5) CollationManager
This commit is contained in:
parent
7d2110c8b0
commit
b3bea413e3
34 changed files with 1204 additions and 319 deletions
|
@ -170,9 +170,6 @@ class MasterchainStateQ : public MasterchainState, public ShardStateQ {
|
|||
block::WorkchainSet get_workchain_list() const override {
|
||||
return config_ ? config_->get_workchain_list() : block::WorkchainSet();
|
||||
}
|
||||
block::CollatorConfig get_collator_config(bool need_collator_nodes) const override {
|
||||
return config_ ? config_->get_collator_config(need_collator_nodes) : block::CollatorConfig();
|
||||
}
|
||||
|
||||
private:
|
||||
ZeroStateIdExt zerostate_id_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue