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
3ab7cc3c73
23 changed files with 355 additions and 81 deletions
|
@ -140,6 +140,10 @@ class ValidatorManagerImpl : public ValidatorManager {
|
|||
td::int64 max_length, td::Promise<td::BufferSlice> promise) override {
|
||||
UNREACHABLE();
|
||||
}
|
||||
void get_previous_persistent_state_files(
|
||||
BlockSeqno cur_mc_seqno, td::Promise<std::vector<std::pair<std::string, ShardIdFull>>> promise) override {
|
||||
UNREACHABLE();
|
||||
}
|
||||
void get_block_proof(BlockHandle handle, td::Promise<td::BufferSlice> promise) override;
|
||||
void get_block_proof_link(BlockHandle block_id, td::Promise<td::BufferSlice> promise) override;
|
||||
void get_key_block_proof(BlockIdExt block_id, td::Promise<td::BufferSlice> promise) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue