mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Changes in validation
* Configure collator list in validator-console * Remove "lite-validator" flags * Better compatibility in validate-query.cpp
This commit is contained in:
parent
f91ed6cc31
commit
38ab70c037
16 changed files with 368 additions and 107 deletions
|
@ -152,6 +152,9 @@ void ValidatorEngineConsole::run() {
|
|||
add_query_runner(std::make_unique<QueryRunnerImpl<AddShardQuery>>());
|
||||
add_query_runner(std::make_unique<QueryRunnerImpl<DelShardQuery>>());
|
||||
add_query_runner(std::make_unique<QueryRunnerImpl<DelCollatorQuery>>());
|
||||
add_query_runner(std::make_unique<QueryRunnerImpl<SetCollatorsListQuery>>());
|
||||
add_query_runner(std::make_unique<QueryRunnerImpl<ClearCollatorsListQuery>>());
|
||||
add_query_runner(std::make_unique<QueryRunnerImpl<ShowCollatorsListQuery>>());
|
||||
}
|
||||
|
||||
bool ValidatorEngineConsole::envelope_send_query(td::BufferSlice query, td::Promise<td::BufferSlice> promise) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue