mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
new db
new database fift/func bugfixes
This commit is contained in:
parent
950e292264
commit
e30d98eb30
110 changed files with 6102 additions and 2075 deletions
|
@ -45,7 +45,7 @@ class ValidatorInvariants {
|
|||
CHECK(handle->inited_merge_before());
|
||||
CHECK(handle->inited_split_after());
|
||||
CHECK(handle->inited_prev());
|
||||
CHECK(handle->inited_signatures());
|
||||
CHECK(handle->inited_signatures() || handle->is_applied());
|
||||
CHECK(handle->inited_state_root_hash());
|
||||
CHECK(handle->inited_logical_time());
|
||||
CHECK(handle->inited_unix_time());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue