mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Fix fetching mc config for runSmcMethod, fix caching in LS (#915)
Co-authored-by: SpyCheese <mikle98@yandex.ru>
This commit is contained in:
parent
c7302bc4a3
commit
310dd6dec1
5 changed files with 51 additions and 4 deletions
|
@ -62,7 +62,7 @@ class LiteQuery : public td::actor::Actor {
|
|||
td::BufferSlice buffer_;
|
||||
std::function<void()> continuation_;
|
||||
bool cont_set_{false};
|
||||
td::BufferSlice shard_proof_;
|
||||
td::BufferSlice shard_proof_, proof_;
|
||||
std::vector<Ref<vm::Cell>> roots_;
|
||||
std::vector<Ref<td::CntObject>> aux_objs_;
|
||||
std::vector<ton::BlockIdExt> blk_ids_;
|
||||
|
@ -98,6 +98,7 @@ class LiteQuery : public td::actor::Actor {
|
|||
bool finish_query(td::BufferSlice result, bool skip_cache_update = false);
|
||||
void alarm() override;
|
||||
void start_up() override;
|
||||
bool use_cache();
|
||||
void perform();
|
||||
void perform_getTime();
|
||||
void perform_getVersion();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue