mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Merge branch 'testnet' into block-generation
This commit is contained in:
commit
4916e4847a
34 changed files with 868 additions and 235 deletions
|
@ -101,7 +101,8 @@ class ValidatorManager : public ValidatorManagerInterface {
|
|||
td::Promise<td::Ref<MessageQueue>> promise) = 0;
|
||||
virtual void wait_block_message_queue_short(BlockIdExt id, td::uint32 priority, td::Timestamp timeout,
|
||||
td::Promise<td::Ref<MessageQueue>> promise) = 0;
|
||||
virtual void get_external_messages(ShardIdFull shard, td::Promise<std::vector<td::Ref<ExtMessage>>> promise) = 0;
|
||||
virtual void get_external_messages(ShardIdFull shard,
|
||||
td::Promise<std::vector<std::pair<td::Ref<ExtMessage>, int>>> promise) = 0;
|
||||
virtual void get_ihr_messages(ShardIdFull shard, td::Promise<std::vector<td::Ref<IhrMessage>>> promise) = 0;
|
||||
virtual void get_shard_blocks_for_collator(BlockIdExt masterchain_block_id,
|
||||
td::Promise<std::vector<td::Ref<ShardTopBlockDescription>>> promise) = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue