mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Request persistent state size, add missing queries to full-node-master
This commit is contained in:
parent
cf50b4b5da
commit
61ef357941
19 changed files with 163 additions and 60 deletions
|
@ -128,8 +128,8 @@ class ValidatorManagerImpl : public ValidatorManager {
|
|||
void check_zero_state_exists(BlockIdExt block_id, td::Promise<bool> promise) override {
|
||||
UNREACHABLE();
|
||||
}
|
||||
void check_persistent_state_exists(BlockIdExt block_id, BlockIdExt masterchain_block_id,
|
||||
td::Promise<bool> promise) override {
|
||||
void get_persistent_state_size(BlockIdExt block_id, BlockIdExt masterchain_block_id,
|
||||
td::Promise<td::uint64> promise) override {
|
||||
UNREACHABLE();
|
||||
}
|
||||
void get_persistent_state(BlockIdExt block_id, BlockIdExt masterchain_block_id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue