Skip to content
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

Fixed max recursion for runGetMethod #101

Merged
merged 2 commits into from
Jan 23, 2024
Merged

Conversation

kdimentionaltree
Copy link
Collaborator

@kdimentionaltree kdimentionaltree commented Jan 23, 2024

This PR fixes bug with recursion depth overflow, which occurred at get_jetton_data on contract EQAwzfay8mKNj5jLjIrpig4EcI79lBIGfHj6diIymY67x0iM.

Example of request body for method runGetMethod:

{
  "address": "EQAwzfay8mKNj5jLjIrpig4EcI79lBIGfHj6diIymY67x0iM",
  "method": "get_jetton_data",
  "stack": []
}

@kdimentionaltree kdimentionaltree merged commit cbb4163 into master Jan 23, 2024
5 checks passed
@kdimentionaltree kdimentionaltree deleted the recursion-fix branch January 23, 2024 18:35
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