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

Owen/wasm gas meter #1792

Merged
merged 24 commits into from
Jun 7, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: recover bitseed.move update
yubing744 committed Jun 6, 2024

Verified

This commit was signed with the committer’s verified signature.
tprrt Thomas Perrot
commit f56c477e7e1f6947ef14553f69d8ba8cd97e80a4
1 change: 1 addition & 0 deletions frameworks/rooch-nursery/sources/bitseed.move
Original file line number Diff line number Diff line change
@@ -451,6 +451,7 @@ module rooch_nursery::bitseed {
vector::push_back(&mut arg_list, arg_with_length);
vector::push_back(&mut arg_list, attributes_output);
let memory_args_list = wasm::create_memory_wasm_args(&mut wasm_instance, function_name, arg_list);

let ret_val_option = wasm::execute_wasm_function_option(&mut wasm_instance, function_name, memory_args_list);

wasm::release_wasm_instance(wasm_instance);