Skip to content

Commit

Permalink
Increase emulator capability to (de)serialize data (ton-blockchain#811)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksej-paschenko authored Nov 23, 2023
1 parent 6b8994e commit d9580ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emulator/emulator-extern.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ const char *tvm_emulator_run_get_method(void *tvm_emulator, int method_id, const
auto emulator = static_cast<emulator::TvmEmulator *>(tvm_emulator);
auto result = emulator->run_get_method(method_id, stack);

vm::FakeVmStateLimits fstate(1000); // limit recursive (de)serialization calls
vm::FakeVmStateLimits fstate(3500); // limit recursive (de)serialization calls
vm::VmStateInterface::Guard guard(&fstate);

vm::CellBuilder stack_cb;
Expand Down

0 comments on commit d9580ea

Please sign in to comment.