mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Send block broadcasts directly to collators
This commit is contained in:
parent
b0c2c6c525
commit
699a56b951
20 changed files with 143 additions and 26 deletions
|
@ -129,6 +129,7 @@ class MasterchainStateQ : public MasterchainState, public ShardStateQ {
|
|||
BlockIdExt last_key_block_id() const override;
|
||||
BlockIdExt next_key_block_id(BlockSeqno seqno) const override;
|
||||
BlockIdExt prev_key_block_id(BlockSeqno seqno) const override;
|
||||
bool is_key_state() const override;
|
||||
MasterchainStateQ* make_copy() const override;
|
||||
|
||||
static td::Result<Ref<MasterchainStateQ>> fetch(const BlockIdExt& _id, td::BufferSlice _data,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue