1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00

Merge branch 'testnet' into accelerator

This commit is contained in:
SpyCheese 2024-06-28 11:55:12 +03:00
commit 172e404426
43 changed files with 1999 additions and 368 deletions

View file

@ -69,9 +69,7 @@ static td::Result<std::vector<td::int32>> process_queue(
std::vector<block::OutputQueueMerger::Neighbor> neighbors;
for (auto& b : blocks) {
TRY_STATUS_PREFIX(check_no_prunned(*b.second.proc_info), "invalid proc_info proof: ")
TRY_STATUS_PREFIX(check_no_prunned(*b.second.ihr_pending), "invalid ihr_pending proof: ")
dfs_cs(*b.second.proc_info);
dfs_cs(*b.second.ihr_pending);
neighbors.emplace_back(b.first, b.second.out_queue->prefetch_ref());
}