mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Exp/compress candidates (#942)
* Compress block candidates in validator-session * Compress blocks in full-node (disabled for now) --------- Co-authored-by: SpyCheese <mikle98@yandex.ru>
This commit is contained in:
parent
9452c367e4
commit
0bcebe8a0e
21 changed files with 548 additions and 112 deletions
|
@ -5,12 +5,14 @@ if (NOT OPENSSL_FOUND)
|
|||
endif()
|
||||
|
||||
set(VALIDATOR_SESSION_SOURCE
|
||||
candidate-serializer.cpp
|
||||
persistent-vector.cpp
|
||||
validator-session-description.cpp
|
||||
validator-session-state.cpp
|
||||
validator-session.cpp
|
||||
validator-session-round-attempt-state.cpp
|
||||
|
||||
candidate-serializer.h
|
||||
persistent-vector.h
|
||||
validator-session-description.h
|
||||
validator-session-description.hpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue