-
Notifications
You must be signed in to change notification settings - Fork 6
feat: require stack and set default empty array for runGetMethod #906
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
base: main
Are you sure you want to change the base?
Conversation
verytactical
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now there is no description whatsoever of what is the format of that field. Please fix V2StackEntity type along with this change.
|
/review |
| ] | ||
| ```' | ||
| description: 'Executes a read only get-method of a smart contract. Use this endpoint to call TVM methods without creating a transaction onchain. The request must include the method name and "stack" array with input arguments.' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there is no such thing as "read only get-method"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/ read only//
closes #467
Updated V2RunGetMethodRequest schema:
stackto required fields.default: []forstackto ensure the Playground includes it automatically.