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:
commit
4a6479af57
11 changed files with 167 additions and 2 deletions
|
@ -282,6 +282,9 @@ class CachedCellDbReader : public vm::CellDbReader {
|
|||
};
|
||||
|
||||
void AsyncStateSerializer::prepare_previous_state_cache(ShardIdFull shard) {
|
||||
if (!opts_->get_fast_state_serializer_enabled()) {
|
||||
return;
|
||||
}
|
||||
std::vector<ShardIdFull> prev_shards;
|
||||
for (const auto& [_, prev_shard] : previous_state_files_) {
|
||||
if (shard_intersects(shard, prev_shard)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue