mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Merge branch 'testnet' into accelerator
This commit is contained in:
commit
3cf3306cd4
2 changed files with 2 additions and 4 deletions
|
@ -85,7 +85,7 @@ cd ..
|
|||
if [ ! -f "openssl/openssl_em" ]; then
|
||||
cd openssl
|
||||
make clean
|
||||
emconfigure ./Configure linux-generic32 no-shared no-dso no-engine no-unit-test
|
||||
emconfigure ./Configure linux-generic32 no-shared no-dso no-engine no-unit-test no-tests no-fuzz-afl no-fuzz-libfuzzer
|
||||
sed -i 's/CROSS_COMPILE=.*/CROSS_COMPILE=/g' Makefile
|
||||
sed -i 's/-ldl//g' Makefile
|
||||
sed -i 's/-O3/-Os/g' Makefile
|
||||
|
|
|
@ -3412,9 +3412,7 @@ void TestNode::got_creator_stats(ton::BlockIdExt req_blkid, ton::BlockIdExt blki
|
|||
promise.set_error(td::Status::Error(PSLICE() << "invalid CreatorStats record with key " << key.to_hex()));
|
||||
return;
|
||||
}
|
||||
if (mc_cnt.modified_since(min_utime) || shard_cnt.modified_since(min_utime)) {
|
||||
func(key, mc_cnt, shard_cnt);
|
||||
}
|
||||
func(key, mc_cnt, shard_cnt);
|
||||
allow_eq = false;
|
||||
}
|
||||
if (complete) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue