1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00

Fix processing message queue in collator and validator

This commit is contained in:
SpyCheese 2023-08-13 20:37:59 +03:00
parent 9e02853cbb
commit 7155bf5eca
3 changed files with 28 additions and 13 deletions

View file

@ -340,7 +340,8 @@ class ValidateQuery : public td::actor::Actor {
bool check_out_msg_descr();
bool check_processed_upto();
bool check_neighbor_outbound_message(Ref<vm::CellSlice> enq_msg, ton::LogicalTime lt, td::ConstBitPtr key,
const block::McShardDescr& src_nb, bool& unprocessed);
const block::McShardDescr& src_nb, bool& unprocessed, bool& processed_here,
td::Bits256& msg_hash);
bool check_in_queue();
bool check_delivered_dequeued();
std::unique_ptr<block::Account> make_account_from(td::ConstBitPtr addr, Ref<vm::CellSlice> account,