mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Emulator improvements (#687)
* ticktock, unixtime, optional config * documentation * fix account.now * emulate tick/tock for emscripten * remove excessive check * limit stack serialization calls
This commit is contained in:
parent
86623b4cea
commit
c527bfeceb
6 changed files with 154 additions and 20 deletions
|
@ -28,7 +28,9 @@ public:
|
|||
args_.set_now(unixtime);
|
||||
args_.set_balance(balance);
|
||||
args_.set_rand_seed(rand_seed);
|
||||
args_.set_config(config);
|
||||
if (config) {
|
||||
args_.set_config(config);
|
||||
}
|
||||
}
|
||||
|
||||
void set_debug_enabled(bool debug_enabled) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue