mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Write collation stats to session stats, add collator options for collated data
This commit is contained in:
parent
b3bea413e3
commit
b60f6ee72f
11 changed files with 98 additions and 27 deletions
|
@ -65,7 +65,7 @@ std::string ErrorCtx::as_string() const {
|
|||
* @param manager The ActorId of the ValidatorManager.
|
||||
* @param timeout The timeout for the validation.
|
||||
* @param promise The Promise to return the ValidateCandidateResult to.
|
||||
* @param is_fake A boolean indicating if the validation is fake (performed when creating a hardfork).
|
||||
* @param mode +1 - fake mode
|
||||
*/
|
||||
ValidateQuery::ValidateQuery(ShardIdFull shard, BlockIdExt min_masterchain_block_id,
|
||||
std::vector<BlockIdExt> prev, BlockCandidate candidate, Ref<ValidatorSet> validator_set,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue