mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
New account storage stat for accelerator
This commit is contained in:
parent
15da5e846b
commit
928f02e6a1
14 changed files with 514 additions and 127 deletions
|
@ -170,6 +170,7 @@ class ValidateQuery : public td::actor::Actor {
|
|||
std::vector<Ref<vm::Cell>> collated_roots_;
|
||||
std::map<RootHash, Ref<vm::Cell>> virt_roots_;
|
||||
std::unique_ptr<vm::Dictionary> top_shard_descr_dict_;
|
||||
std::map<td::Bits256, Ref<vm::Cell>> virt_account_storage_dicts_;
|
||||
|
||||
Ref<vm::CellSlice> shard_hashes_; // from McBlockExtra
|
||||
Ref<vm::CellSlice> blk_config_params_; // from McBlockExtra
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue