Skip to content

Set config in tvm_emulator_emulate_run_method and add separate method to read VM logs #1655

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: testnet
Choose a base branch
from

Conversation

yma-het
Copy link

@yma-het yma-het commented May 8, 2025

No description provided.

@yma-het yma-het changed the base branch from master to testnet May 8, 2025 16:18
@@ -672,12 +678,43 @@ const char *tvm_emulator_emulate_run_method(uint32_t len, const char *params_boc
if (!libs.is_empty()) {
emulator->set_libraries(std::move(libs));
}

if (c7->depth() > 0) {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I could linearize this logic with goto, but I have not found usage of this operator in code, and considering controversial nature of it, I've decided to not use it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant