mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
LS queries to nonfinal blocks (#941)
Co-authored-by: SpyCheese <mikle98@yandex.ru>
This commit is contained in:
parent
0feaaf591c
commit
9452c367e4
23 changed files with 809 additions and 150 deletions
|
@ -7,6 +7,7 @@ endif()
|
|||
set(TON_VALIDATOR_SOURCE
|
||||
accept-block.cpp
|
||||
block.cpp
|
||||
candidates-buffer.cpp
|
||||
check-proof.cpp
|
||||
collator.cpp
|
||||
config.cpp
|
||||
|
@ -24,6 +25,7 @@ set(TON_VALIDATOR_SOURCE
|
|||
|
||||
accept-block.hpp
|
||||
block.hpp
|
||||
candidates-buffer.hpp
|
||||
check-proof.hpp
|
||||
collate-query-impl.h
|
||||
collator-impl.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue