This repository was archived by the owner on May 16, 2024. It is now read-only.
feature(crypto): vm-exec tool to run smart contracts locally - #51
Open
Naltox wants to merge 13 commits into
Open
feature(crypto): vm-exec tool to run smart contracts locally#51Naltox wants to merge 13 commits into
Naltox wants to merge 13 commits into
Conversation
|
Great job! |
Denzelbops
approved these changes
Dec 19, 2021
| auto data = td::get_json_object_field(obj, "value", td::JsonValue::Type::Array, false).move_as_ok(); | ||
| auto& data_arr = data.get_array(); | ||
|
|
||
| std::vector<vm::StackEntry> tuple_components; |
There was a problem hiding this comment.
vo 50819470484841751784191809281711678689562450243968828557706837664200078806706
Denzelbops
approved these changes
Dec 29, 2021
…o vmlog, fixed some config parsing stuff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
vm-execute fetches vm code, initial stack, function selector and data cell from json config, executes TVM and returns resulting vm stack, exit code, data cell and action list cell as json.