From 0e5aca9f468bc05d16957a0363987cbcbcd15be3 Mon Sep 17 00:00:00 2001 From: muXxer Date: Fri, 8 Nov 2024 18:04:36 +0100 Subject: [PATCH] fix(tests): update test baselines --- .../tests/call/simple.exp | 4 +- .../tests/child_count/count_decremented.exp | 20 ++++----- .../tests/child_count/delete_by_wrap.exp | 8 ++-- .../child_count/delete_by_wrap_one_txn.exp | 4 +- .../child_count/delete_parent_invalid.exp | 8 ++-- .../tests/child_count/delete_parent_valid.exp | 10 ++--- .../delete_parent_valid_one_txn.exp | 8 ++-- .../child_count/freeze_parent_invalid.exp | 8 ++-- .../tests/child_count/freeze_parent_valid.exp | 10 ++--- .../freeze_parent_valid_one_txn.exp | 8 ++-- .../non_zero_child_count_valid.exp | 12 +++--- .../non_zero_child_count_valid_one_txn.exp | 4 +- .../tests/child_count/temp_parent_invalid.exp | 4 +- .../tests/child_count/unwrap_never_stored.exp | 6 +-- .../unwrap_never_stored_transfer.exp | 6 +-- .../unwrap_then_delete_invalid.exp | 8 ++-- .../tests/children/child_of_shared_object.exp | 10 ++--- .../coin_deny_and_undeny_receiver.exp | 12 +++--- .../coin_deny_and_undeny_sender.exp | 14 +++---- .../coin_deny_multiple_coin_types.exp | 4 +- .../tests/deny_list_v1/coin_global_pause.exp | 24 +++++------ .../delete_setting_object_same_epoch.exp | 14 +++---- .../delete_setting_object_set_once.exp | 18 ++++---- .../delete_setting_object_set_twice.exp | 22 +++++----- .../tests/deny_list_v1/double_add.exp | 16 +++---- .../send_many_coins_unregulated.exp | 8 ++-- .../tests/dev_inspect/load_old_object.exp | 10 ++--- .../tests/dynamic_fields/add_duplicate.exp | 4 +- .../dynamic_fields/add_duplicate_object.exp | 4 +- .../tests/dynamic_fields/bench.exp | 4 +- .../dynamic_fields/borrow_wrong_type.exp | 4 +- .../borrow_wrong_type_object.exp | 4 +- .../dynamic_object_field_swap.exp | 10 ++--- .../tests/dynamic_fields/exhaustive.exp | 20 ++++----- .../dynamic_fields/exhaustive_object.exp | 20 ++++----- .../read_field_from_immutable.exp | 6 +-- ...eceive_remove_add_back_and_remove_type.exp | 18 ++++---- .../remove_add_back_and_remove.exp | 16 +++---- .../remove_add_back_and_remove_type.exp | 8 ++-- .../dynamic_fields/remove_wrong_type.exp | 4 +- .../remove_wrong_type_object.exp | 4 +- .../tests/dynamic_fields/shared_object.exp | 6 +-- .../tests/dynamic_fields/transfer_object.exp | 18 ++++---- .../tests/dynamic_fields/unwrap_object.exp | 14 +++---- .../tests/dynamic_fields/wrap_object.exp | 14 +++---- .../wrapped_uid_after_delete.exp | 14 +++---- .../tests/entry_points/ascii.exp | 8 ++-- .../tests/entry_points/generic_by_ref.exp | 2 +- .../tests/entry_points/imm_txn_context.exp | 8 ++-- .../tests/entry_points/large_enum.exp | 4 +- .../tests/entry_points/missing_type.exp | 2 +- .../tests/entry_points/no_txn_context.exp | 6 +-- .../tests/entry_points/obj_vector.exp | 26 ++++++------ .../tests/entry_points/obj_vector_generic.exp | 24 +++++------ .../tests/entry_points/utf8.exp | 14 +++---- .../tests/entry_points/wrong_visibility.exp | 2 +- .../tests/enums/basic_enums.exp | 6 +-- .../tests/enums/coin_wrapper.exp | 4 +- .../tests/enums/enum_events.exp | 10 ++--- .../tests/enums/enum_otw_check.exp | 4 +- .../tests/enums/enums_upgrade.exp | 10 ++--- .../tests/enums/enums_upgrade_add_variant.exp | 6 +-- .../tests/epoch/advance.exp | 8 ++-- .../tests/iota/coin_in_vec.exp | 8 ++-- .../tests/iota/coin_transfer.exp | 4 +- .../tests/iota/freeze.exp | 6 +-- .../iota/move_call_args_type_mismatch.exp | 2 +- .../iota/move_call_incorrect_function.exp | 2 +- .../tests/iota/object_basics.exp | 12 +++--- .../tests/iota/unwrap.exp | 8 ++-- .../tests/iota/unwrap_then_delete.exp | 12 +++--- .../tests/iota/unwrap_then_freeze.exp | 8 ++-- .../tests/mvcc/child_of_child.exp | 14 +++---- .../tests/mvcc/find_all_uids.exp | 14 +++---- .../tests/mvcc/find_all_uids_dof.exp | 14 +++---- .../tests/mvcc/find_all_uids_dof_enum.exp | 14 +++---- .../tests/mvcc/find_all_uids_enums.exp | 14 +++---- .../tests/mvcc/find_all_uids_on_child.exp | 14 +++---- .../mvcc/find_all_uids_on_child_enum.exp | 14 +++---- .../mvcc/middle_version_less_than_child.exp | 8 ++-- .../middle_version_less_than_child_enum.exp | 8 ++-- .../tests/mvcc/not_root_version.exp | 16 +++---- .../mvcc/not_root_version_flipped_case.exp | 12 +++--- ...eceive_object_access_through_parent_df.exp | 8 ++-- ...ceive_object_access_through_parent_dof.exp | 8 ++-- .../tests/mvcc/receive_object_dof.exp | 16 +++---- .../tests/mvcc/v0/child_of_child.exp | 14 +++---- .../tests/mvcc/v0/find_all_uids.exp | 14 +++---- .../tests/mvcc/v0/find_all_uids_dof.exp | 14 +++---- .../tests/mvcc/v0/find_all_uids_on_child.exp | 14 +++---- .../v0/middle_version_less_than_child.exp | 8 ++-- .../tests/mvcc/v0/not_root_version.exp | 16 +++---- .../mvcc/v0/not_root_version_flipped_case.exp | 12 +++--- .../borrowed_arg_copyable_invalid.exp | 2 +- .../borrowed_arg_non_copyable_invalid.exp | 2 +- .../borrowed_arg_primitives_invalid.exp | 2 +- .../tests/programmable/borrowed_arg_valid.exp | 6 +-- .../tests/programmable/cannot_call_emit.exp | 2 +- .../tests/programmable/cannot_call_init.exp | 2 +- .../programmable/cannot_call_private.exp | 2 +- .../tests/programmable/coin_negative.exp | 4 +- .../coin_operations_custom_coin.exp | 6 +-- .../coin_operations_non_coins.exp | 2 +- .../tests/programmable/coin_overflow.exp | 4 +- .../delayed_invalid_gas_by_value.exp | 2 +- .../delayed_invalid_object_by_value.exp | 6 +-- .../programmable/gas_coin_by_reference.exp | 16 +++---- .../tests/programmable/gas_coin_by_value.exp | 2 +- .../gas_coin_by_value_invalid.exp | 2 +- .../programmable/generics_substitution.exp | 4 +- .../tests/programmable/invalid_option.exp | 2 +- .../invalid_public_function_return.exp | 2 +- .../programmable/invalid_result_arity.exp | 2 +- .../tests/programmable/make_vec_objects.exp | 12 +++--- .../make_vec_special_validation_invalid.exp | 2 +- .../merge_coin_mismatched_coin.exp | 4 +- .../programmable/nested_result_zero_zero.exp | 4 +- .../non_primitive_non_object_arguments.exp | 4 +- .../programmable/out_of_bounds_input.exp | 2 +- .../programmable/out_of_bounds_nested.exp | 2 +- .../programmable/out_of_bounds_result.exp | 2 +- ...value_restriction_by_ref_input_invalid.exp | 4 +- ...y_value_restriction_by_ref_input_valid.exp | 8 ++-- ...y_value_restriction_copied_input_valid.exp | 4 +- ...alue_restriction_make_move_vec_invalid.exp | 4 +- ..._value_restriction_make_move_vec_valid.exp | 8 ++-- ...lue_restriction_non_pure_input_invalid.exp | 2 +- ...e_entry_value_restriction_per_argument.exp | 4 +- ...ate_entry_value_restriction_type_check.exp | 4 +- .../programmable/private_transfer_invalid.exp | 2 +- .../programmable/private_transfer_valid.exp | 8 ++-- .../programmable/pure_arg_type_change.exp | 2 +- .../tests/programmable/split_coins.exp | 14 +++---- .../programmable/split_coins_invalid.exp | 6 +-- .../tests/programmable/transfer_objects.exp | 10 ++--- .../transfer_objects_invalid_address.exp | 2 +- .../transfer_objects_invalid_object.exp | 2 +- .../programmable/unused_values_invalid.exp | 2 +- .../programmable/unused_values_valid.exp | 10 ++--- .../coin_limit.exp | 6 +-- .../make_vec.exp | 10 ++--- .../make_vec_shared.exp | 6 +-- .../merge_coin_shared.exp | 4 +- .../merge_coin_shared_real_coin.exp | 6 +-- .../publish.exp | 8 ++-- .../receipt.exp | 4 +- .../split_coin_share.exp | 10 ++--- .../transfer_shared.exp | 4 +- .../upgrade.exp | 14 +++---- .../tests/publish/init.exp | 2 +- .../tests/publish/multi_module_publish.exp | 2 +- .../tests/publish/publish_with_upgrade.exp | 2 +- .../tests/random/happy_flows.exp | 14 +++---- .../random/move_call_clock_after_random.exp | 2 +- ...e_call_clock_after_random_and_transfer.exp | 2 +- .../random/move_call_u64_after_random.exp | 2 +- .../random/two_move_calls_with_random.exp | 2 +- .../tests/receive_object/basic_receive.exp | 6 +-- .../tests/receive_object/drop_receiving.exp | 10 ++--- .../duplicate_receive_argument.exp | 6 +-- .../move_vec_receiving_types.exp | 8 ++-- .../pass_receiver_immut_then_reuse.exp | 6 +-- .../pass_receiver_mut_then_reuse.exp | 6 +-- .../receive_object/pt_receive_type_fixing.exp | 6 +-- .../receive_add_dof_and_mutate.exp | 6 +-- .../receive_object/receive_and_abort.exp | 4 +- .../receive_object/receive_and_deleted.exp | 6 +-- .../receive_object/receive_and_send_back.exp | 6 +-- .../tests/receive_object/receive_and_wrap.exp | 6 +-- .../tests/receive_object/receive_by_ref.exp | 10 ++--- .../receive_by_value_flow_through.exp | 8 ++-- .../receive_object/receive_dof_and_mutate.exp | 6 +-- .../receive_object/receive_duo_struct.exp | 8 ++-- .../receive_invalid_param_ty.exp | 6 +-- .../receive_object/receive_invalid_type.exp | 4 +- .../receive_object/receive_many_move_vec.exp | 22 +++++----- .../receive_multiple_times_in_row.exp | 12 +++--- .../receive_object/receive_object_id.exp | 10 ++--- .../receive_object/receive_object_owner.exp | 4 +- .../receive_return_object_dont_touch.exp | 4 +- .../receive_return_object_then_transfer.exp | 6 +-- .../receive_ticket_coin_operations.exp | 4 +- .../shared_parent/basic_receive.exp | 6 +-- .../shared_parent/drop_receiving.exp | 10 ++--- .../shared_parent/receive_dof_and_mutate.exp | 6 +-- .../receive_multiple_times_in_row.exp | 12 +++--- .../shared_parent/transfer_then_share.exp | 6 +-- .../take_receiver_then_try_to_reuse.exp | 4 +- .../receive_object/transfer_object_cyclic.exp | 4 +- .../runtime_behavior/error_locations.exp | 2 +- .../versioned_check_swap_loc_new.exp | 6 +-- .../tests/shared/add_dynamic_field.exp | 10 ++--- .../tests/shared/become_dynamic_field.exp | 8 ++-- .../shared/become_dynamic_object_field.exp | 8 ++-- .../by_value_shared_object_deletion.exp | 12 +++--- ...ared_object_deletion_via_make_move_vec.exp | 12 +++--- ...bject_deletion_via_make_move_vec_fails.exp | 8 ++-- ...value_shared_object_deletion_via_merge.exp | 24 +++++------ ...shared_object_deletion_via_merge_fails.exp | 14 +++---- ...e_shared_object_deletion_via_move_call.exp | 14 +++---- ...ed_object_deletion_via_move_call_fails.exp | 8 ++-- .../tests/shared/freeze.exp | 4 +- .../tests/shared/re_share.exp | 12 +++--- .../tests/shared/transfer.exp | 4 +- .../tests/shared/upgrade.exp | 4 +- .../tests/shared/wrap.exp | 4 +- .../size_limits/deleted_id_limits_tests.exp | 8 ++-- .../tests/size_limits/event_limits_tests.exp | 10 ++--- .../event_limits_tests_out_of_gas.exp | 2 +- .../size_limits/identitifer_len_limits.exp | 2 +- .../size_limits/move_object_size_limit.exp | 6 +-- .../tests/size_limits/new_id_limits_tests.exp | 8 ++-- .../size_limits/object_runtime_limits.exp | 6 +-- .../transfered_id_limits_tests.exp | 8 ++-- .../tests/size_limits/vector_len_limits.exp | 8 ++-- .../transfer_object/does_not_have_store.exp | 6 +-- .../does_not_have_store_receive.exp | 16 +++---- .../tests/transfer_object/has_store.exp | 10 ++--- .../tests/transfer_object/immutable.exp | 4 +- .../tests/transfer_object/package.exp | 2 +- .../tests/transfer_object/quasi_shared.exp | 6 +-- .../tests/transfer_object/shared.exp | 6 +-- .../tests/transfer_object/transfer_coin.exp | 4 +- .../tests/transfer_object/wrap_unwrap.exp | 8 ++-- .../tests/upgrade/abort_code_resolution.exp | 6 +-- .../upgrade/add_ability_during_upgrade.exp | 2 +- .../add_ability_during_upgrade_enum.exp | 2 +- .../add_ability_during_upgrade_generics.exp | 2 +- ...d_ability_during_upgrade_generics_enum.exp | 2 +- .../tests/upgrade/add_key_during_upgrade.exp | 2 +- .../tests/upgrade/add_new_type_with_key.exp | 4 +- .../tests/upgrade/basic.exp | 2 +- .../tests/upgrade/constants.exp | 14 +++---- .../tests/upgrade/dep_override.exp | 24 +++++------ .../tests/upgrade/enum_struct_swap.exp | 2 +- .../tests/upgrade/enums.exp | 2 +- .../tests/upgrade/friend_fun_changes.exp | 12 +++--- .../upgrade/large_module_inclusion_checks.exp | 10 ++--- .../tests/upgrade/linkage.exp | 8 ++-- .../tests/upgrade/modules.exp | 2 +- .../tests/upgrade/multi_version.exp | 4 +- .../tests/upgrade/new_types.exp | 18 ++++---- .../tests/upgrade/private_fun_changes.exp | 16 +++---- .../tests/upgrade/public_fun_changes.exp | 6 +-- .../tests/upgrade/publisher.exp | 8 ++-- ...ve_ability_during_upgrade_fun_generics.exp | 8 ++-- ...remove_ability_during_upgrade_generics.exp | 2 +- .../tests/upgrade/remove_phantom.exp | 2 +- .../tests/upgrade/remove_phantom_enum.exp | 2 +- .../tests/upgrade/struct_enum_swap.exp | 2 +- .../tests/upgrade/structs.exp | 2 +- .../tests/upgrade/transitive_linkage.exp | 12 +++--- .../tests/upgrade/type_names.exp | 22 +++++----- .../tests/upgrade/upgrade_ratchet.exp | 16 +++---- ...rical_transaction_cost__good_snapshot.snap | 10 +++++ .../tests/available_range/available_range.exp | 16 +++---- .../tests/call/coin_metadata.exp | 4 +- .../tests/call/dynamic_fields.exp | 10 ++--- .../tests/call/owned_objects.exp | 4 +- .../tests/call/simple.exp | 18 ++++---- .../tests/consistency/balances.exp | 8 ++-- .../checkpoints/transaction_blocks.exp | 20 ++++----- .../tests/consistency/coins.exp | 8 ++-- .../consistency/dynamic_fields/deleted_df.exp | 12 +++--- .../dynamic_fields/deleted_dof.exp | 12 +++--- .../dof_add_reclaim_transfer.exp | 8 ++-- .../dof_add_reclaim_transfer_reclaim_add.exp | 14 +++---- .../dynamic_fields/dynamic_fields.exp | 12 +++--- .../dynamic_fields/immutable_dof.exp | 14 +++---- .../consistency/dynamic_fields/mutated_df.exp | 12 +++--- .../dynamic_fields/mutated_dof.exp | 14 +++---- .../consistency/dynamic_fields/nested_dof.exp | 16 +++---- .../consistency/epochs/transaction_blocks.exp | 16 +++---- .../tests/consistency/object_at_version.exp | 12 +++--- .../tests/consistency/objects_pagination.exp | 12 +++--- .../consistency/objects_pagination_single.exp | 12 +++--- .../consistency/performance/many_objects.exp | 10 ++--- .../tests/consistency/staked_iota.exp | 8 ++-- .../tests/consistency/tx_address_objects.exp | 8 ++-- .../tests/epoch/chain_identifier.exp | 2 +- .../tests/epoch/epoch.exp | 6 +-- .../tests/epoch/system_state.exp | 10 ++--- .../tests/errors/clever_errors.exp | 4 +- .../tests/errors/clever_errors_in_macros.exp | 2 +- .../event_connection/combo_filter_error.exp | 4 +- .../event_connection/event_connection.exp | 14 +++---- .../event_connection/nested_emit_event.exp | 4 +- .../tests/event_connection/no_filter.exp | 4 +- .../tests/event_connection/pagination.exp | 6 +-- .../tests/event_connection/tx_digest.exp | 8 ++-- .../tests/event_connection/type_filter.exp | 8 ++-- .../event_connection/type_param_filter.exp | 8 ++-- .../tests/limits/directives.exp | 4 +- .../tests/objects/coin.exp | 2 +- .../tests/objects/data.exp | 4 +- .../tests/objects/display.exp | 26 ++++++------ .../tests/objects/enum_data.exp | 4 +- .../tests/objects/filter_by_type.exp | 4 +- .../tests/objects/pagination.exp | 12 +++--- .../tests/objects/public_transfer.exp | 4 +- .../tests/objects/received.exp | 2 +- .../tests/objects/staked_iota.exp | 4 +- .../tests/owner/downcasts.exp | 2 +- .../tests/owner/root_version.exp | 20 ++++----- .../tests/packages/datatypes.exp | 2 +- .../tests/packages/enums.exp | 4 +- .../tests/packages/friends.exp | 4 +- .../tests/packages/functions.exp | 4 +- .../tests/packages/modules.exp | 2 +- .../tests/packages/structs.exp | 4 +- .../tests/packages/types.exp | 2 +- .../tests/packages/versioning.exp | 6 +-- .../balance_changes.exp | 4 +- .../dependencies.exp | 16 +++---- .../transaction_block_effects/events.exp | 8 ++-- .../object_changes.exp | 4 +- .../tests/transactions/at_checkpoint.exp | 2 +- .../tests/transactions/errors.exp | 2 +- .../tests/transactions/filters/kind.exp | 12 +++--- .../transactions/filters/transaction_ids.exp | 4 +- .../tests/transactions/programmable.exp | 8 ++-- .../transactions/scan_limit/alternating.exp | 22 +++++----- .../transactions/scan_limit/both_cursors.exp | 22 +++++----- .../transactions/scan_limit/equal/first.exp | 24 +++++------ .../transactions/scan_limit/equal/last.exp | 22 +++++----- .../transactions/scan_limit/ge_page/first.exp | 42 +++++++++---------- .../transactions/scan_limit/ge_page/last.exp | 42 +++++++++---------- .../scan_limit/invalid_limits.exp | 12 +++--- .../transactions/scan_limit/le_page/first.exp | 22 +++++----- .../transactions/scan_limit/le_page/last.exp | 22 +++++----- .../tests/transactions/scan_limit/require.exp | 22 +++++----- .../tests/transactions/shared.exp | 8 ++-- .../tests/validator/validator.exp | 40 +++++++++--------- .../tests/entry_points/clock_ref.exp | 2 +- .../generic_and_generic_object_params.exp | 2 +- .../generic_param_after_primitive.exp | 2 +- .../entry_points/generic_with_key_valid.exp | 2 +- .../tests/entry_points/id.exp | 2 +- .../nested_generic_vector_param.exp | 2 +- .../non_key_struct_generic_valid.exp | 2 +- .../tests/entry_points/ok.exp | 4 +- .../tests/entry_points/option.exp | 2 +- .../entry_points/optional_txn_context.exp | 4 +- .../tests/entry_points/random_ref.exp | 2 +- .../tests/entry_points/return_values.exp | 10 ++--- .../single_generic_vector_param.exp | 2 +- .../tests/entry_points/single_type_param.exp | 2 +- .../single_type_param_generic_object.exp | 2 +- .../entry_points/single_type_param_key.exp | 2 +- .../tests/entry_points/string.exp | 2 +- ...mut_borrow_generic_key_struct_id_field.exp | 2 +- .../mut_borrow_key_struct_id_field.exp | 2 +- .../mut_borrow_key_struct_non_id_field.exp | 2 +- .../mut_borrow_non_key_struct_id_field.exp | 2 +- .../id_leak/direct_leak_through_call.exp | 2 +- .../id_leak/indirect_leak_through_call.exp | 2 +- .../tests/id_leak/infinite_loop.exp | 4 +- .../tests/id_leak/loop.exp | 2 +- .../tests/id_leak/through_direct_return.exp | 2 +- .../tests/id_leak/through_pack.exp | 2 +- .../tests/id_leak/through_vector.exp | 2 +- .../tests/one_time_witness/bool_field.exp | 2 +- .../one_time_witness/many_fields_valid.exp | 2 +- .../one_time_witness/wrong_field_type.exp | 4 +- .../no_public_transfer_explicit.exp | 2 +- .../private_generics/private_event_emit.exp | 2 +- .../public_transfer_with_store.exp | 8 ++-- .../public_transfer_with_store_generic.exp | 8 ++-- .../receive_with_and_without_store.exp | 4 +- .../key_struct_id_field_valid.exp | 2 +- 370 files changed, 1461 insertions(+), 1451 deletions(-) diff --git a/crates/iota-adapter-transactional-tests/tests/call/simple.exp b/crates/iota-adapter-transactional-tests/tests/call/simple.exp index 4458e089d7a..8fa72608d3c 100644 --- a/crates/iota-adapter-transactional-tests/tests/call/simple.exp +++ b/crates/iota-adapter-transactional-tests/tests/call/simple.exp @@ -4,13 +4,13 @@ task 1, lines 7-26: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5563200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5563200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 28: //# run Test::M1::create --args 0 @A created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 30: //# view-object 2,0 diff --git a/crates/iota-adapter-transactional-tests/tests/child_count/count_decremented.exp b/crates/iota-adapter-transactional-tests/tests/child_count/count_decremented.exp index fdc2f3f7973..fa9ff7a6b44 100644 --- a/crates/iota-adapter-transactional-tests/tests/child_count/count_decremented.exp +++ b/crates/iota-adapter-transactional-tests/tests/child_count/count_decremented.exp @@ -7,13 +7,13 @@ task 1, lines 10-52: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 7508800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7508800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 54: //# run test::m::mint --sender A created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2181200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2181200, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 56: //# view-object 2,0 @@ -31,13 +31,13 @@ task 4, line 58: //# run test::m::add --sender A --args object(2,0) 1 created: object(4,0), object(4,1) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 5829200, storage_rebate: 2181200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5829200, storage_rebate: 2181200, non_refundable_storage_fee: 0 task 5, line 60: //# run test::m::remove --sender A --args object(2,0) 1 mutated: object(0,0), object(2,0) deleted: object(4,0), object(4,1) -gas summary: computation_cost: 1000000, storage_cost: 2181200, storage_rebate: 5829200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2181200, storage_rebate: 5829200, non_refundable_storage_fee: 0 task 6, lines 62-66: //# view-object 2,0 @@ -55,7 +55,7 @@ task 7, line 68: //# run test::m::mint --sender A created: object(7,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2181200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2181200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 8, line 70: //# view-object 7,0 @@ -73,12 +73,12 @@ task 9, line 72: //# run test::m::add --sender A --args object(7,0) 1 created: object(9,0), object(9,1) mutated: object(0,0), object(7,0) -gas summary: computation_cost: 1000000, storage_cost: 5829200, storage_rebate: 2181200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5829200, storage_rebate: 2181200, non_refundable_storage_fee: 0 task 10, line 74: //# run test::m::remove_and_add --sender A --args object(7,0) 1 mutated: object(0,0), object(7,0), object(9,0), object(9,1) -gas summary: computation_cost: 1000000, storage_cost: 5829200, storage_rebate: 5829200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5829200, storage_rebate: 5829200, non_refundable_storage_fee: 0 task 11, lines 76-80: //# view-object 7,0 @@ -96,7 +96,7 @@ task 12, line 82: //# run test::m::mint --sender A created: object(12,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2181200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2181200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 13, line 84: //# view-object 12,0 @@ -114,14 +114,14 @@ task 14, line 86: //# run test::m::add --sender A --args object(12,0) 1 created: object(14,0), object(14,1) mutated: object(0,0), object(12,0) -gas summary: computation_cost: 1000000, storage_cost: 5829200, storage_rebate: 2181200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5829200, storage_rebate: 2181200, non_refundable_storage_fee: 0 task 15, line 88: //# run test::m::remove_and_wrap --sender A --args object(12,0) 1 created: object(15,0) mutated: object(0,0), object(12,0), object(14,0) wrapped: object(14,1) -gas summary: computation_cost: 1000000, storage_cost: 6072400, storage_rebate: 5829200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6072400, storage_rebate: 5829200, non_refundable_storage_fee: 0 task 16, line 90: //# view-object 12,0 diff --git a/crates/iota-adapter-transactional-tests/tests/child_count/delete_by_wrap.exp b/crates/iota-adapter-transactional-tests/tests/child_count/delete_by_wrap.exp index 980f04cf27e..eb23f878d5c 100644 --- a/crates/iota-adapter-transactional-tests/tests/child_count/delete_by_wrap.exp +++ b/crates/iota-adapter-transactional-tests/tests/child_count/delete_by_wrap.exp @@ -7,19 +7,19 @@ task 1, lines 10-38: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 6505600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6505600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 40: //# run test::m::mint --sender A created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2181200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2181200, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 42: //# run test::m::add --sender A --args object(2,0) 0 created: object(3,0), object(3,1) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 5829200, storage_rebate: 2181200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5829200, storage_rebate: 2181200, non_refundable_storage_fee: 0 task 4, line 44: //# view-object 2,0 @@ -38,4 +38,4 @@ task 5, line 46: created: object(5,0) mutated: object(0,0) wrapped: object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2424400, storage_rebate: 2181200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2424400, storage_rebate: 2181200, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/child_count/delete_by_wrap_one_txn.exp b/crates/iota-adapter-transactional-tests/tests/child_count/delete_by_wrap_one_txn.exp index 2b69c360664..50b952dbdd4 100644 --- a/crates/iota-adapter-transactional-tests/tests/child_count/delete_by_wrap_one_txn.exp +++ b/crates/iota-adapter-transactional-tests/tests/child_count/delete_by_wrap_one_txn.exp @@ -7,10 +7,10 @@ task 1, lines 10-32: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 6095200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6095200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 34: //# run test::m::test_wrap --sender A created: object(2,0), object(2,1), object(2,2) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 6072400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6072400, storage_rebate: 0, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/child_count/delete_parent_invalid.exp b/crates/iota-adapter-transactional-tests/tests/child_count/delete_parent_invalid.exp index d1af3e03f13..5d9b5f41627 100644 --- a/crates/iota-adapter-transactional-tests/tests/child_count/delete_parent_invalid.exp +++ b/crates/iota-adapter-transactional-tests/tests/child_count/delete_parent_invalid.exp @@ -7,19 +7,19 @@ task 1, lines 10-33: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 6019200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6019200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 35: //# run test::m::mint --sender A created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2181200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2181200, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 37: //# run test::m::add --sender A --args object(2,0) 0 created: object(3,0), object(3,1) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 5829200, storage_rebate: 2181200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5829200, storage_rebate: 2181200, non_refundable_storage_fee: 0 task 4, line 39: //# view-object 2,0 @@ -37,4 +37,4 @@ task 5, line 41: //# run test::m::delete --sender A --args object(2,0) mutated: object(0,0) deleted: object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 2181200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 2181200, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/child_count/delete_parent_valid.exp b/crates/iota-adapter-transactional-tests/tests/child_count/delete_parent_valid.exp index e5c36bcf6f0..dd807b38b4c 100644 --- a/crates/iota-adapter-transactional-tests/tests/child_count/delete_parent_valid.exp +++ b/crates/iota-adapter-transactional-tests/tests/child_count/delete_parent_valid.exp @@ -7,19 +7,19 @@ task 1, lines 10-58: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 7980000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7980000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 59: //# run test::m::mint --sender A created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2181200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2181200, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 61: //# run test::m::add --sender A --args object(2,0) 0 created: object(3,0), object(3,1) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 5829200, storage_rebate: 2181200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5829200, storage_rebate: 2181200, non_refundable_storage_fee: 0 task 4, line 63: //# view-object 2,0 @@ -37,10 +37,10 @@ task 5, line 65: //# run test::m::remove --sender A --args object(2,0) 0 mutated: object(0,0), object(2,0) deleted: object(3,0), object(3,1) -gas summary: computation_cost: 1000000, storage_cost: 2181200, storage_rebate: 5829200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2181200, storage_rebate: 5829200, non_refundable_storage_fee: 0 task 6, line 67: //# run test::m::delete --sender A --args object(2,0) mutated: object(0,0) deleted: object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 2181200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 2181200, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/child_count/delete_parent_valid_one_txn.exp b/crates/iota-adapter-transactional-tests/tests/child_count/delete_parent_valid_one_txn.exp index a28fe362ace..b162b77a205 100644 --- a/crates/iota-adapter-transactional-tests/tests/child_count/delete_parent_valid_one_txn.exp +++ b/crates/iota-adapter-transactional-tests/tests/child_count/delete_parent_valid_one_txn.exp @@ -7,19 +7,19 @@ task 1, lines 11-70: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 8375200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 8375200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 72: //# run test::m::mint --sender A created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2181200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2181200, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 74: //# run test::m::add --sender A --args object(2,0) 0 created: object(3,0), object(3,1) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 5829200, storage_rebate: 2181200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5829200, storage_rebate: 2181200, non_refundable_storage_fee: 0 task 4, line 76: //# view-object 2,0 @@ -37,4 +37,4 @@ task 5, line 78: //# run test::m::remove_and_delete --sender A --args object(2,0) 0 mutated: object(0,0) deleted: object(2,0), object(3,0), object(3,1) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 5829200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 5829200, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/child_count/freeze_parent_invalid.exp b/crates/iota-adapter-transactional-tests/tests/child_count/freeze_parent_invalid.exp index dff97ce838f..c564c80773b 100644 --- a/crates/iota-adapter-transactional-tests/tests/child_count/freeze_parent_invalid.exp +++ b/crates/iota-adapter-transactional-tests/tests/child_count/freeze_parent_invalid.exp @@ -7,19 +7,19 @@ task 1, lines 10-62: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 8451200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 8451200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 64: //# run test::m::mint --sender A created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2181200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2181200, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 66: //# run test::m::add --sender A --args object(2,0) 0 created: object(3,0), object(3,1) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 5829200, storage_rebate: 2181200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5829200, storage_rebate: 2181200, non_refundable_storage_fee: 0 task 4, line 68: //# view-object 2,0 @@ -36,4 +36,4 @@ Contents: test::m::S { task 5, line 70: //# run test::m::freeze_object --sender A --args object(2,0) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2181200, storage_rebate: 2181200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2181200, storage_rebate: 2181200, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/child_count/freeze_parent_valid.exp b/crates/iota-adapter-transactional-tests/tests/child_count/freeze_parent_valid.exp index 2915fa7bb32..62691cd8dd5 100644 --- a/crates/iota-adapter-transactional-tests/tests/child_count/freeze_parent_valid.exp +++ b/crates/iota-adapter-transactional-tests/tests/child_count/freeze_parent_valid.exp @@ -7,19 +7,19 @@ task 1, lines 10-62: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 8451200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 8451200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 64: //# run test::m::mint --sender A created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2181200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2181200, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 66: //# run test::m::add --sender A --args object(2,0) 0 created: object(3,0), object(3,1) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 5829200, storage_rebate: 2181200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5829200, storage_rebate: 2181200, non_refundable_storage_fee: 0 task 4, line 68: //# view-object 2,0 @@ -37,9 +37,9 @@ task 5, line 70: //# run test::m::remove --sender A --args object(2,0) 0 mutated: object(0,0), object(2,0) deleted: object(3,0), object(3,1) -gas summary: computation_cost: 1000000, storage_cost: 2181200, storage_rebate: 5829200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2181200, storage_rebate: 5829200, non_refundable_storage_fee: 0 task 6, line 72: //# run test::m::freeze_object --sender A --args object(2,0) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2181200, storage_rebate: 2181200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2181200, storage_rebate: 2181200, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/child_count/freeze_parent_valid_one_txn.exp b/crates/iota-adapter-transactional-tests/tests/child_count/freeze_parent_valid_one_txn.exp index 8b5137756eb..896e596fb53 100644 --- a/crates/iota-adapter-transactional-tests/tests/child_count/freeze_parent_valid_one_txn.exp +++ b/crates/iota-adapter-transactional-tests/tests/child_count/freeze_parent_valid_one_txn.exp @@ -7,19 +7,19 @@ task 1, lines 11-65: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 8603200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 8603200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 67: //# run test::m::mint --sender A created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2181200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2181200, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 69: //# run test::m::add --sender A --args object(2,0) 0 created: object(3,0), object(3,1) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 5829200, storage_rebate: 2181200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5829200, storage_rebate: 2181200, non_refundable_storage_fee: 0 task 4, line 71: //# view-object 2,0 @@ -37,4 +37,4 @@ task 5, line 73: //# run test::m::remove_and_freeze --sender A --args object(2,0) 0 mutated: object(0,0), object(2,0) deleted: object(3,0), object(3,1) -gas summary: computation_cost: 1000000, storage_cost: 2181200, storage_rebate: 5829200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2181200, storage_rebate: 5829200, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/child_count/non_zero_child_count_valid.exp b/crates/iota-adapter-transactional-tests/tests/child_count/non_zero_child_count_valid.exp index 990315f15a3..43b02efd2f8 100644 --- a/crates/iota-adapter-transactional-tests/tests/child_count/non_zero_child_count_valid.exp +++ b/crates/iota-adapter-transactional-tests/tests/child_count/non_zero_child_count_valid.exp @@ -7,13 +7,13 @@ task 1, lines 10-46: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 6969200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6969200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 48: //# run test::m::mint_and_share --sender A created: object(2,0), object(2,1), object(2,2) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5829200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5829200, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, lines 50-54: //# view-object 2,2 @@ -31,12 +31,12 @@ task 4, line 56: //# run test::m::mint --sender A created: object(4,0), object(4,1), object(4,2) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5829200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5829200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 5, line 58: //# run test::m::transfer --sender A --args object(4,1) @B mutated: object(0,0), object(4,1) -gas summary: computation_cost: 1000000, storage_cost: 2181200, storage_rebate: 2181200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2181200, storage_rebate: 2181200, non_refundable_storage_fee: 0 task 6, lines 60-64: //# view-object 4,1 @@ -54,12 +54,12 @@ task 7, line 66: //# run test::m::mint --sender A created: object(7,0), object(7,1), object(7,2) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5829200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5829200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 8, line 68: //# transfer-object 7,1 --sender A --recipient B mutated: object(0,0), object(7,1) -gas summary: computation_cost: 1000000, storage_cost: 2181200, storage_rebate: 2181200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2181200, storage_rebate: 2181200, non_refundable_storage_fee: 0 task 9, line 70: //# view-object 7,1 diff --git a/crates/iota-adapter-transactional-tests/tests/child_count/non_zero_child_count_valid_one_txn.exp b/crates/iota-adapter-transactional-tests/tests/child_count/non_zero_child_count_valid_one_txn.exp index 4fad26d1143..19d28fdf146 100644 --- a/crates/iota-adapter-transactional-tests/tests/child_count/non_zero_child_count_valid_one_txn.exp +++ b/crates/iota-adapter-transactional-tests/tests/child_count/non_zero_child_count_valid_one_txn.exp @@ -7,13 +7,13 @@ task 1, lines 11-36: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 5943200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5943200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 38: //# run test::m::share --sender A created: object(2,0), object(2,1), object(2,2) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5829200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5829200, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 40: //# view-object 2,1 diff --git a/crates/iota-adapter-transactional-tests/tests/child_count/temp_parent_invalid.exp b/crates/iota-adapter-transactional-tests/tests/child_count/temp_parent_invalid.exp index d53c7657181..8e6165b55a5 100644 --- a/crates/iota-adapter-transactional-tests/tests/child_count/temp_parent_invalid.exp +++ b/crates/iota-adapter-transactional-tests/tests/child_count/temp_parent_invalid.exp @@ -7,10 +7,10 @@ task 1, lines 10-23: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 5259200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5259200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 25: //# run test::m::t --sender A created: object(2,0), object(2,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4628400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4628400, storage_rebate: 0, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/child_count/unwrap_never_stored.exp b/crates/iota-adapter-transactional-tests/tests/child_count/unwrap_never_stored.exp index 157a1c1200c..f6ca381adee 100644 --- a/crates/iota-adapter-transactional-tests/tests/child_count/unwrap_never_stored.exp +++ b/crates/iota-adapter-transactional-tests/tests/child_count/unwrap_never_stored.exp @@ -7,17 +7,17 @@ task 1, lines 10-38: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 5829200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5829200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 40: //# run test::m::create --sender A created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2424400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2424400, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 42: //# run test::m::delete --args object(2,0) --sender A mutated: object(0,0) deleted: object(2,0) unwrapped_then_deleted: object(_) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 2424400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 2424400, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/child_count/unwrap_never_stored_transfer.exp b/crates/iota-adapter-transactional-tests/tests/child_count/unwrap_never_stored_transfer.exp index 6ce77149fc1..fdd42237243 100644 --- a/crates/iota-adapter-transactional-tests/tests/child_count/unwrap_never_stored_transfer.exp +++ b/crates/iota-adapter-transactional-tests/tests/child_count/unwrap_never_stored_transfer.exp @@ -7,17 +7,17 @@ task 1, lines 10-37: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 6064800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6064800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 39: //# run test::m::create --sender A created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2424400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2424400, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 41: //# run test::m::unwrap_and_transfer --args object(2,0) --sender A mutated: object(0,0) unwrapped: object(3,0) deleted: object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2181200, storage_rebate: 2424400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2181200, storage_rebate: 2424400, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/child_count/unwrap_then_delete_invalid.exp b/crates/iota-adapter-transactional-tests/tests/child_count/unwrap_then_delete_invalid.exp index e69a160a304..e194d99a7af 100644 --- a/crates/iota-adapter-transactional-tests/tests/child_count/unwrap_then_delete_invalid.exp +++ b/crates/iota-adapter-transactional-tests/tests/child_count/unwrap_then_delete_invalid.exp @@ -7,23 +7,23 @@ task 1, lines 10-45: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 6680400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6680400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 47: //# run test::m::mint --sender A created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2181200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2181200, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 49: //# run test::m::add --sender A --args object(2,0) 0 created: object(3,0), object(3,1) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 5829200, storage_rebate: 2181200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5829200, storage_rebate: 2181200, non_refundable_storage_fee: 0 task 4, line 51: //# run test::m::wrap --sender A --args object(2,0) created: object(4,0) mutated: object(0,0) wrapped: object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2424400, storage_rebate: 2181200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2424400, storage_rebate: 2181200, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/children/child_of_shared_object.exp b/crates/iota-adapter-transactional-tests/tests/children/child_of_shared_object.exp index e210ea593bb..0d8de638649 100644 --- a/crates/iota-adapter-transactional-tests/tests/children/child_of_shared_object.exp +++ b/crates/iota-adapter-transactional-tests/tests/children/child_of_shared_object.exp @@ -7,31 +7,31 @@ task 1, lines 7-18: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 5175600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5175600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 20-46: //# publish --dependencies t3 created: object(2,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 7660800, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7660800, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, lines 49-73: //# publish --dependencies t2 t3 created: object(3,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 8208000, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 8208000, storage_rebate: 980400, non_refundable_storage_fee: 0 task 4, line 75: //# run t3::o3::create --sender A created: object(4,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2211600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2211600, storage_rebate: 0, non_refundable_storage_fee: 0 task 5, line 77: //# run t2::o2::create_shared --args object(4,0) --sender A created: object(5,0), object(5,1) mutated: object(0,0), object(4,0) -gas summary: computation_cost: 1000000, storage_cost: 5890000, storage_rebate: 2211600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5890000, storage_rebate: 2211600, non_refundable_storage_fee: 0 task 6, line 79: //# view-object 4,0 diff --git a/crates/iota-adapter-transactional-tests/tests/deny_list_v1/coin_deny_and_undeny_receiver.exp b/crates/iota-adapter-transactional-tests/tests/deny_list_v1/coin_deny_and_undeny_receiver.exp index 4b1f0f7a7a6..0752f3e790a 100644 --- a/crates/iota-adapter-transactional-tests/tests/deny_list_v1/coin_deny_and_undeny_receiver.exp +++ b/crates/iota-adapter-transactional-tests/tests/deny_list_v1/coin_deny_and_undeny_receiver.exp @@ -8,28 +8,28 @@ task 1, lines 13-38: created: object(1,0), object(1,1), object(1,2), object(1,3), object(1,4), object(1,5) mutated: object(0,0) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 1000000, storage_cost: 18346400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 18346400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 39-41: //# run iota::pay::split_and_transfer --args object(1,0) 1 @B --type-args test::regulated_coin::REGULATED_COIN --sender A created: object(2,0) mutated: object(0,0), object(1,0) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 1000000, storage_cost: 3914000, storage_rebate: 2447200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3914000, storage_rebate: 2447200, non_refundable_storage_fee: 0 task 3, lines 42-44: //# run iota::coin::deny_list_v1_add --args object(0x403) object(1,2) @B --type-args test::regulated_coin::REGULATED_COIN --sender A events: Event { package_id: iota, transaction_module: Identifier("coin"), sender: A, type_: StructTag { address: iota, module: Identifier("deny_list"), name: Identifier("PerTypeConfigCreated"), type_params: [] }, contents: [0, 0, 0, 0, 0, 0, 0, 0, 96, 53, 50, 50, 49, 97, 98, 98, 100, 53, 52, 97, 48, 52, 99, 53, 102, 53, 102, 48, 55, 97, 50, 57, 51, 49, 50, 48, 54, 55, 98, 102, 99, 51, 98, 53, 97, 55, 56, 57, 99, 51, 56, 51, 99, 101, 57, 101, 52, 98, 102, 55, 52, 102, 56, 49, 50, 49, 98, 48, 50, 57, 57, 51, 52, 58, 58, 114, 101, 103, 117, 108, 97, 116, 101, 100, 95, 99, 111, 105, 110, 58, 58, 82, 69, 71, 85, 76, 65, 84, 69, 68, 95, 67, 79, 73, 78, 23, 91, 249, 76, 213, 167, 145, 56, 66, 79, 184, 65, 52, 79, 167, 112, 45, 145, 181, 253, 130, 13, 151, 144, 60, 199, 196, 88, 134, 195, 245, 167] } created: object(3,0), object(3,1), object(3,2) mutated: 0x0000000000000000000000000000000000000000000000000000000000000403, object(0,0), object(1,2) -gas summary: computation_cost: 1000000, storage_cost: 12144800, storage_rebate: 2758800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 12144800, storage_rebate: 2758800, non_refundable_storage_fee: 0 task 4, line 45: //# run iota::pay::split_and_transfer --args object(1,0) 1 @B --type-args test::regulated_coin::REGULATED_COIN --sender A created: object(4,0) mutated: object(0,0), object(1,0) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 1000000, storage_cost: 3914000, storage_rebate: 2447200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3914000, storage_rebate: 2447200, non_refundable_storage_fee: 0 task 5, lines 47-49: //# advance-epoch @@ -43,7 +43,7 @@ Execution Error: ExecutionError: ExecutionError { inner: ExecutionErrorInner { k task 7, lines 53-55: //# run iota::coin::deny_list_v1_remove --args object(0x403) object(1,2) @B --type-args test::regulated_coin::REGULATED_COIN --sender A mutated: 0x0000000000000000000000000000000000000000000000000000000000000403, object(0,0), object(1,2), object(3,1) -gas summary: computation_cost: 1000000, storage_cost: 6832400, storage_rebate: 6832400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6832400, storage_rebate: 6832400, non_refundable_storage_fee: 0 task 8, line 56: //# run iota::pay::split_and_transfer --args object(1,0) 1 @B --type-args test::regulated_coin::REGULATED_COIN --sender A @@ -59,4 +59,4 @@ task 10, line 61: created: object(10,0) mutated: object(0,0), object(1,0) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 1000000, storage_cost: 3914000, storage_rebate: 2447200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3914000, storage_rebate: 2447200, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/deny_list_v1/coin_deny_and_undeny_sender.exp b/crates/iota-adapter-transactional-tests/tests/deny_list_v1/coin_deny_and_undeny_sender.exp index a77dbfe32c2..d5e6a426771 100644 --- a/crates/iota-adapter-transactional-tests/tests/deny_list_v1/coin_deny_and_undeny_sender.exp +++ b/crates/iota-adapter-transactional-tests/tests/deny_list_v1/coin_deny_and_undeny_sender.exp @@ -8,7 +8,7 @@ task 1, lines 14-49: created: object(1,0), object(1,1), object(1,2), object(1,3), object(1,4), object(1,5) mutated: object(0,0) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 1000000, storage_cost: 19425600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 19425600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 50-52: //# view-object 1,2 @@ -28,20 +28,20 @@ task 3, lines 53-55: created: object(3,0) mutated: object(0,0), object(1,0) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 1000000, storage_cost: 3914000, storage_rebate: 2447200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3914000, storage_rebate: 2447200, non_refundable_storage_fee: 0 task 4, lines 56-58: //# run iota::coin::deny_list_v1_add --args object(0x403) object(1,2) @B --type-args test::regulated_coin::REGULATED_COIN --sender A events: Event { package_id: iota, transaction_module: Identifier("coin"), sender: A, type_: StructTag { address: iota, module: Identifier("deny_list"), name: Identifier("PerTypeConfigCreated"), type_params: [] }, contents: [0, 0, 0, 0, 0, 0, 0, 0, 96, 49, 99, 57, 56, 57, 49, 57, 50, 99, 98, 55, 56, 53, 49, 102, 50, 54, 49, 99, 97, 51, 53, 55, 99, 99, 100, 55, 49, 48, 102, 51, 101, 57, 55, 50, 57, 54, 99, 101, 55, 51, 102, 53, 102, 48, 55, 48, 99, 100, 54, 97, 48, 52, 57, 102, 49, 49, 50, 52, 102, 101, 54, 49, 99, 58, 58, 114, 101, 103, 117, 108, 97, 116, 101, 100, 95, 99, 111, 105, 110, 58, 58, 82, 69, 71, 85, 76, 65, 84, 69, 68, 95, 67, 79, 73, 78, 227, 5, 87, 243, 17, 67, 48, 78, 223, 164, 121, 136, 98, 174, 80, 210, 249, 81, 188, 233, 5, 28, 211, 145, 148, 4, 203, 247, 202, 138, 227, 32] } created: object(4,0), object(4,1), object(4,2) mutated: 0x0000000000000000000000000000000000000000000000000000000000000403, object(0,0), object(1,2) -gas summary: computation_cost: 1000000, storage_cost: 12144800, storage_rebate: 2758800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 12144800, storage_rebate: 2758800, non_refundable_storage_fee: 0 task 5, lines 59-61: //# run test::regulated_coin::assert_address_deny_status --args immshared(0x403) @B true --sender A mutated: object(0,0) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 6, lines 62-64: //# transfer-object 3,0 --sender B --recipient A @@ -55,16 +55,16 @@ task 8, lines 68-70: //# run iota::coin::deny_list_v1_remove --args object(0x403) object(1,2) @B --type-args test::regulated_coin::REGULATED_COIN --sender A mutated: 0x0000000000000000000000000000000000000000000000000000000000000403, object(0,0), object(1,2) deleted: object(4,1) -gas summary: computation_cost: 1000000, storage_cost: 4377600, storage_rebate: 6832400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4377600, storage_rebate: 6832400, non_refundable_storage_fee: 0 task 9, lines 71-73: //# run test::regulated_coin::assert_address_deny_status --args immshared(0x403) @B false --sender A mutated: object(0,0) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 10, line 74: //# transfer-object 3,0 --sender B --recipient A mutated: object(0,1), object(3,0) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 1000000, storage_cost: 2447200, storage_rebate: 1466800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2447200, storage_rebate: 1466800, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/deny_list_v1/coin_deny_multiple_coin_types.exp b/crates/iota-adapter-transactional-tests/tests/deny_list_v1/coin_deny_multiple_coin_types.exp index db334efad01..ad6d6463804 100644 --- a/crates/iota-adapter-transactional-tests/tests/deny_list_v1/coin_deny_multiple_coin_types.exp +++ b/crates/iota-adapter-transactional-tests/tests/deny_list_v1/coin_deny_multiple_coin_types.exp @@ -8,7 +8,7 @@ task 1, lines 12-61: created: object(1,0), object(1,1), object(1,2), object(1,3), object(1,4), object(1,5), object(1,6), object(1,7), object(1,8), object(1,9), object(1,10) mutated: object(0,0) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 1000000, storage_cost: 34177200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 34177200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 62-64: //# view-object 1,0 @@ -45,7 +45,7 @@ task 4, line 68: events: Event { package_id: iota, transaction_module: Identifier("coin"), sender: A, type_: StructTag { address: iota, module: Identifier("deny_list"), name: Identifier("PerTypeConfigCreated"), type_params: [] }, contents: [0, 0, 0, 0, 0, 0, 0, 0, 98, 52, 98, 102, 54, 53, 50, 102, 50, 57, 101, 97, 99, 101, 100, 101, 55, 51, 102, 49, 49, 54, 50, 55, 101, 51, 53, 49, 51, 48, 53, 51, 57, 54, 102, 56, 100, 100, 48, 100, 52, 98, 48, 51, 98, 56, 49, 100, 99, 57, 57, 54, 52, 54, 51, 50, 101, 99, 50, 56, 56, 51, 48, 57, 54, 58, 58, 114, 101, 103, 117, 108, 97, 116, 101, 100, 95, 99, 111, 105, 110, 50, 58, 58, 82, 69, 71, 85, 76, 65, 84, 69, 68, 95, 67, 79, 73, 78, 50, 227, 141, 101, 138, 169, 244, 7, 146, 12, 116, 123, 110, 203, 78, 202, 249, 84, 223, 143, 1, 197, 97, 211, 82, 105, 65, 237, 171, 221, 101, 250, 91] } created: object(4,0), object(4,1), object(4,2) mutated: 0x0000000000000000000000000000000000000000000000000000000000000403, object(0,0), object(1,5) -gas summary: computation_cost: 1000000, storage_cost: 12175200, storage_rebate: 2774000, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 12175200, storage_rebate: 2774000, non_refundable_storage_fee: 0 task 5, lines 70-71: //# programmable --sender A --inputs object(1,0) object(1,1) @A diff --git a/crates/iota-adapter-transactional-tests/tests/deny_list_v1/coin_global_pause.exp b/crates/iota-adapter-transactional-tests/tests/deny_list_v1/coin_global_pause.exp index 8feb6a37614..6a8c428e7e0 100644 --- a/crates/iota-adapter-transactional-tests/tests/deny_list_v1/coin_global_pause.exp +++ b/crates/iota-adapter-transactional-tests/tests/deny_list_v1/coin_global_pause.exp @@ -8,41 +8,41 @@ task 1, lines 11-73: created: object(1,0), object(1,1), object(1,2), object(1,3), object(1,4), object(1,5) mutated: object(0,0) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 1000000, storage_cost: 21918400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 21918400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 74-76: //# run iota::pay::split_and_transfer --args object(1,0) 1 @B --type-args test::regulated_coin::REGULATED_COIN --sender A created: object(2,0) mutated: object(0,0), object(1,0) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 1000000, storage_cost: 3914000, storage_rebate: 2447200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3914000, storage_rebate: 2447200, non_refundable_storage_fee: 0 task 3, lines 77-79: //# run test::regulated_coin::partial_wrap --args object(1,0) --sender A created: object(3,0) mutated: object(0,0), object(1,0) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 1000000, storage_cost: 4096400, storage_rebate: 2447200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4096400, storage_rebate: 2447200, non_refundable_storage_fee: 0 task 4, lines 80-82: //# run test::regulated_coin::partial_wrap --args object(1,0) --sender A created: object(4,0) mutated: object(0,0), object(1,0) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 1000000, storage_cost: 4096400, storage_rebate: 2447200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4096400, storage_rebate: 2447200, non_refundable_storage_fee: 0 task 5, lines 83-85: //# run iota::coin::deny_list_v1_enable_global_pause --args object(0x403) object(1,2) --type-args test::regulated_coin::REGULATED_COIN --sender A events: Event { package_id: iota, transaction_module: Identifier("coin"), sender: A, type_: StructTag { address: iota, module: Identifier("deny_list"), name: Identifier("PerTypeConfigCreated"), type_params: [] }, contents: [0, 0, 0, 0, 0, 0, 0, 0, 96, 100, 98, 98, 50, 48, 57, 57, 99, 55, 50, 51, 101, 101, 101, 54, 98, 50, 97, 52, 50, 50, 98, 97, 101, 98, 52, 101, 55, 100, 101, 51, 56, 102, 52, 100, 102, 97, 54, 97, 56, 55, 48, 57, 48, 50, 54, 48, 52, 51, 56, 102, 51, 48, 55, 54, 97, 52, 53, 97, 49, 49, 51, 54, 50, 58, 58, 114, 101, 103, 117, 108, 97, 116, 101, 100, 95, 99, 111, 105, 110, 58, 58, 82, 69, 71, 85, 76, 65, 84, 69, 68, 95, 67, 79, 73, 78, 250, 83, 162, 60, 201, 48, 73, 29, 0, 92, 232, 80, 164, 14, 89, 222, 167, 164, 224, 108, 130, 242, 158, 3, 51, 172, 111, 45, 104, 124, 143, 233] } created: object(5,0), object(5,1), object(5,2) mutated: 0x0000000000000000000000000000000000000000000000000000000000000403, object(0,0), object(1,2) -gas summary: computation_cost: 1000000, storage_cost: 11939600, storage_rebate: 2758800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 11939600, storage_rebate: 2758800, non_refundable_storage_fee: 0 task 6, lines 86-88: //# run test::regulated_coin::assert_global_pause_status --args immshared(0x403) true --sender A mutated: object(0,0) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 7, lines 89-91: //# run iota::pay::split_and_transfer --args object(1,0) 1 @B --type-args test::regulated_coin::REGULATED_COIN --sender A @@ -62,7 +62,7 @@ mutated: object(0,0) unwrapped: object(10,0) deleted: object(3,0) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 1000000, storage_cost: 2447200, storage_rebate: 2629600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2447200, storage_rebate: 2629600, non_refundable_storage_fee: 0 task 11, lines 101-104: //# advance-epoch @@ -81,18 +81,18 @@ task 14, lines 111-113: //# run test::regulated_coin::assert_global_pause_status --args immshared(0x403) true --sender A mutated: object(0,0) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 15, lines 114-116: //# run iota::coin::deny_list_v1_disable_global_pause --args object(0x403) object(1,2) --type-args test::regulated_coin::REGULATED_COIN --sender A mutated: 0x0000000000000000000000000000000000000000000000000000000000000403, object(0,0), object(1,2), object(5,1) -gas summary: computation_cost: 1000000, storage_cost: 6627200, storage_rebate: 6627200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6627200, storage_rebate: 6627200, non_refundable_storage_fee: 0 task 16, lines 117-119: //# run test::regulated_coin::assert_global_pause_status --args immshared(0x403) false --sender A mutated: object(0,0) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 17, lines 120-122: //# run iota::pay::split_and_transfer --args object(1,0) 1 @B --type-args test::regulated_coin::REGULATED_COIN --sender A @@ -104,7 +104,7 @@ task 18, lines 123-126: created: object(18,0) mutated: object(0,0) wrapped: object(1,0) -gas summary: computation_cost: 1000000, storage_cost: 2629600, storage_rebate: 2447200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2629600, storage_rebate: 2447200, non_refundable_storage_fee: 0 task 19, line 127: //# run test::regulated_coin::unwrap --args object(18,0) --sender A @@ -121,4 +121,4 @@ mutated: object(0,0) unwrapped: object(1,0) deleted: object(18,0) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 1000000, storage_cost: 2447200, storage_rebate: 2629600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2447200, storage_rebate: 2629600, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/deny_list_v1/delete_setting_object_same_epoch.exp b/crates/iota-adapter-transactional-tests/tests/deny_list_v1/delete_setting_object_same_epoch.exp index f5f6274447e..79e8d8f69d8 100644 --- a/crates/iota-adapter-transactional-tests/tests/deny_list_v1/delete_setting_object_same_epoch.exp +++ b/crates/iota-adapter-transactional-tests/tests/deny_list_v1/delete_setting_object_same_epoch.exp @@ -8,20 +8,20 @@ task 1, lines 10-54: created: object(1,0), object(1,1), object(1,2), object(1,3), object(1,4), object(1,5) mutated: object(0,0) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 1000000, storage_cost: 20383200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 20383200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 55-57: //# run iota::coin::deny_list_v1_add --args object(0x403) object(1,2) @B --type-args test::regulated_coin::REGULATED_COIN --sender A events: Event { package_id: iota, transaction_module: Identifier("coin"), sender: A, type_: StructTag { address: iota, module: Identifier("deny_list"), name: Identifier("PerTypeConfigCreated"), type_params: [] }, contents: [0, 0, 0, 0, 0, 0, 0, 0, 96, 55, 52, 52, 102, 98, 48, 99, 57, 97, 49, 99, 54, 48, 56, 53, 53, 55, 51, 57, 102, 97, 53, 98, 98, 100, 101, 48, 101, 56, 98, 53, 100, 51, 52, 102, 55, 57, 53, 101, 54, 53, 54, 48, 53, 48, 50, 97, 98, 100, 52, 98, 97, 99, 53, 55, 52, 48, 56, 54, 53, 49, 98, 55, 50, 58, 58, 114, 101, 103, 117, 108, 97, 116, 101, 100, 95, 99, 111, 105, 110, 58, 58, 82, 69, 71, 85, 76, 65, 84, 69, 68, 95, 67, 79, 73, 78, 28, 36, 198, 89, 67, 105, 91, 135, 11, 174, 69, 30, 242, 96, 46, 239, 110, 118, 143, 61, 86, 105, 235, 26, 171, 124, 69, 187, 171, 122, 32, 57] } created: object(2,0), object(2,1), object(2,2) mutated: 0x0000000000000000000000000000000000000000000000000000000000000403, object(0,0), object(1,2) -gas summary: computation_cost: 1000000, storage_cost: 12144800, storage_rebate: 2758800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 12144800, storage_rebate: 2758800, non_refundable_storage_fee: 0 task 3, lines 58-60: //# run iota::coin::deny_list_v1_enable_global_pause --args object(0x403) object(1,2) --type-args test::regulated_coin::REGULATED_COIN --sender A created: object(3,0) mutated: 0x0000000000000000000000000000000000000000000000000000000000000403, object(0,0), object(1,2) -gas summary: computation_cost: 1000000, storage_cost: 6627200, storage_rebate: 4377600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6627200, storage_rebate: 4377600, non_refundable_storage_fee: 0 task 4, line 61: //# view-object 2,1 @@ -91,13 +91,13 @@ task 6, lines 66-68: //# run iota::coin::deny_list_v1_remove --args object(0x403) object(1,2) @B --type-args test::regulated_coin::REGULATED_COIN --sender A mutated: 0x0000000000000000000000000000000000000000000000000000000000000403, object(0,0), object(1,2) deleted: object(2,1) -gas summary: computation_cost: 1000000, storage_cost: 4377600, storage_rebate: 6832400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4377600, storage_rebate: 6832400, non_refundable_storage_fee: 0 task 7, lines 69-71: //# run iota::coin::deny_list_v1_disable_global_pause --args object(0x403) object(1,2) --type-args test::regulated_coin::REGULATED_COIN --sender A mutated: 0x0000000000000000000000000000000000000000000000000000000000000403, object(0,0), object(1,2) deleted: object(3,0) -gas summary: computation_cost: 1000000, storage_cost: 4377600, storage_rebate: 6627200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4377600, storage_rebate: 6627200, non_refundable_storage_fee: 0 task 8, line 72: //# view-object 2,1 @@ -111,10 +111,10 @@ task 10, lines 77-79: //# run test::regulated_coin::assert_address_deny_status --args immshared(0x403) @B false --sender A mutated: object(0,0) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 11, line 80: //# run test::regulated_coin::assert_global_pause_status --args immshared(0x403) false --sender A mutated: object(0,0) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/deny_list_v1/delete_setting_object_set_once.exp b/crates/iota-adapter-transactional-tests/tests/deny_list_v1/delete_setting_object_set_once.exp index 51c5afb1e6b..69fdec7a4ad 100644 --- a/crates/iota-adapter-transactional-tests/tests/deny_list_v1/delete_setting_object_set_once.exp +++ b/crates/iota-adapter-transactional-tests/tests/deny_list_v1/delete_setting_object_set_once.exp @@ -8,20 +8,20 @@ task 1, lines 10-54: created: object(1,0), object(1,1), object(1,2), object(1,3), object(1,4), object(1,5) mutated: object(0,0) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 1000000, storage_cost: 20383200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 20383200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 55-57: //# run iota::coin::deny_list_v1_add --args object(0x403) object(1,2) @B --type-args test::regulated_coin::REGULATED_COIN --sender A events: Event { package_id: iota, transaction_module: Identifier("coin"), sender: A, type_: StructTag { address: iota, module: Identifier("deny_list"), name: Identifier("PerTypeConfigCreated"), type_params: [] }, contents: [0, 0, 0, 0, 0, 0, 0, 0, 96, 55, 52, 52, 102, 98, 48, 99, 57, 97, 49, 99, 54, 48, 56, 53, 53, 55, 51, 57, 102, 97, 53, 98, 98, 100, 101, 48, 101, 56, 98, 53, 100, 51, 52, 102, 55, 57, 53, 101, 54, 53, 54, 48, 53, 48, 50, 97, 98, 100, 52, 98, 97, 99, 53, 55, 52, 48, 56, 54, 53, 49, 98, 55, 50, 58, 58, 114, 101, 103, 117, 108, 97, 116, 101, 100, 95, 99, 111, 105, 110, 58, 58, 82, 69, 71, 85, 76, 65, 84, 69, 68, 95, 67, 79, 73, 78, 28, 36, 198, 89, 67, 105, 91, 135, 11, 174, 69, 30, 242, 96, 46, 239, 110, 118, 143, 61, 86, 105, 235, 26, 171, 124, 69, 187, 171, 122, 32, 57] } created: object(2,0), object(2,1), object(2,2) mutated: 0x0000000000000000000000000000000000000000000000000000000000000403, object(0,0), object(1,2) -gas summary: computation_cost: 1000000, storage_cost: 12144800, storage_rebate: 2758800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 12144800, storage_rebate: 2758800, non_refundable_storage_fee: 0 task 3, lines 58-60: //# run iota::coin::deny_list_v1_enable_global_pause --args object(0x403) object(1,2) --type-args test::regulated_coin::REGULATED_COIN --sender A created: object(3,0) mutated: 0x0000000000000000000000000000000000000000000000000000000000000403, object(0,0), object(1,2) -gas summary: computation_cost: 1000000, storage_cost: 6627200, storage_rebate: 4377600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6627200, storage_rebate: 4377600, non_refundable_storage_fee: 0 task 4, line 61: //# view-object 2,1 @@ -94,12 +94,12 @@ Epoch advanced: 1 task 7, lines 68-70: //# run iota::coin::deny_list_v1_remove --args object(0x403) object(1,2) @B --type-args test::regulated_coin::REGULATED_COIN --sender A mutated: 0x0000000000000000000000000000000000000000000000000000000000000403, object(0,0), object(1,2), object(2,1) -gas summary: computation_cost: 1000000, storage_cost: 6832400, storage_rebate: 6832400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6832400, storage_rebate: 6832400, non_refundable_storage_fee: 0 task 8, lines 71-73: //# run iota::coin::deny_list_v1_disable_global_pause --args object(0x403) object(1,2) --type-args test::regulated_coin::REGULATED_COIN --sender A mutated: 0x0000000000000000000000000000000000000000000000000000000000000403, object(0,0), object(1,2), object(3,0) -gas summary: computation_cost: 1000000, storage_cost: 6627200, storage_rebate: 6627200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6627200, storage_rebate: 6627200, non_refundable_storage_fee: 0 task 9, line 74: //# view-object 2,1 @@ -173,13 +173,13 @@ task 12, lines 81-83: //# run iota::coin::deny_list_v1_remove --args object(0x403) object(1,2) @B --type-args test::regulated_coin::REGULATED_COIN --sender A mutated: 0x0000000000000000000000000000000000000000000000000000000000000403, object(0,0), object(1,2) deleted: object(2,1) -gas summary: computation_cost: 1000000, storage_cost: 4377600, storage_rebate: 6832400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4377600, storage_rebate: 6832400, non_refundable_storage_fee: 0 task 13, lines 84-86: //# run iota::coin::deny_list_v1_disable_global_pause --args object(0x403) object(1,2) --type-args test::regulated_coin::REGULATED_COIN --sender A mutated: 0x0000000000000000000000000000000000000000000000000000000000000403, object(0,0), object(1,2) deleted: object(3,0) -gas summary: computation_cost: 1000000, storage_cost: 4377600, storage_rebate: 6627200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4377600, storage_rebate: 6627200, non_refundable_storage_fee: 0 task 14, line 87: //# view-object 2,1 @@ -193,10 +193,10 @@ task 16, lines 92-94: //# run test::regulated_coin::assert_address_deny_status --args immshared(0x403) @B false --sender A mutated: object(0,0) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 17, line 95: //# run test::regulated_coin::assert_global_pause_status --args immshared(0x403) false --sender A mutated: object(0,0) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/deny_list_v1/delete_setting_object_set_twice.exp b/crates/iota-adapter-transactional-tests/tests/deny_list_v1/delete_setting_object_set_twice.exp index 15d21d342c6..42b31c3b7bb 100644 --- a/crates/iota-adapter-transactional-tests/tests/deny_list_v1/delete_setting_object_set_twice.exp +++ b/crates/iota-adapter-transactional-tests/tests/deny_list_v1/delete_setting_object_set_twice.exp @@ -8,20 +8,20 @@ task 1, lines 10-54: created: object(1,0), object(1,1), object(1,2), object(1,3), object(1,4), object(1,5) mutated: object(0,0) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 1000000, storage_cost: 20383200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 20383200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 55-57: //# run iota::coin::deny_list_v1_add --args object(0x403) object(1,2) @B --type-args test::regulated_coin::REGULATED_COIN --sender A events: Event { package_id: iota, transaction_module: Identifier("coin"), sender: A, type_: StructTag { address: iota, module: Identifier("deny_list"), name: Identifier("PerTypeConfigCreated"), type_params: [] }, contents: [0, 0, 0, 0, 0, 0, 0, 0, 96, 55, 52, 52, 102, 98, 48, 99, 57, 97, 49, 99, 54, 48, 56, 53, 53, 55, 51, 57, 102, 97, 53, 98, 98, 100, 101, 48, 101, 56, 98, 53, 100, 51, 52, 102, 55, 57, 53, 101, 54, 53, 54, 48, 53, 48, 50, 97, 98, 100, 52, 98, 97, 99, 53, 55, 52, 48, 56, 54, 53, 49, 98, 55, 50, 58, 58, 114, 101, 103, 117, 108, 97, 116, 101, 100, 95, 99, 111, 105, 110, 58, 58, 82, 69, 71, 85, 76, 65, 84, 69, 68, 95, 67, 79, 73, 78, 28, 36, 198, 89, 67, 105, 91, 135, 11, 174, 69, 30, 242, 96, 46, 239, 110, 118, 143, 61, 86, 105, 235, 26, 171, 124, 69, 187, 171, 122, 32, 57] } created: object(2,0), object(2,1), object(2,2) mutated: 0x0000000000000000000000000000000000000000000000000000000000000403, object(0,0), object(1,2) -gas summary: computation_cost: 1000000, storage_cost: 12144800, storage_rebate: 2758800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 12144800, storage_rebate: 2758800, non_refundable_storage_fee: 0 task 3, lines 58-60: //# run iota::coin::deny_list_v1_enable_global_pause --args object(0x403) object(1,2) --type-args test::regulated_coin::REGULATED_COIN --sender A created: object(3,0) mutated: 0x0000000000000000000000000000000000000000000000000000000000000403, object(0,0), object(1,2) -gas summary: computation_cost: 1000000, storage_cost: 6627200, storage_rebate: 4377600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6627200, storage_rebate: 4377600, non_refundable_storage_fee: 0 task 4, line 61: //# view-object 2,1 @@ -94,12 +94,12 @@ Epoch advanced: 1 task 7, lines 68-70: //# run iota::coin::deny_list_v1_add --args object(0x403) object(1,2) @B --type-args test::regulated_coin::REGULATED_COIN --sender A mutated: 0x0000000000000000000000000000000000000000000000000000000000000403, object(0,0), object(1,2), object(2,1) -gas summary: computation_cost: 1000000, storage_cost: 6840000, storage_rebate: 6832400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6840000, storage_rebate: 6832400, non_refundable_storage_fee: 0 task 8, lines 71-73: //# run iota::coin::deny_list_v1_enable_global_pause --args object(0x403) object(1,2) --type-args test::regulated_coin::REGULATED_COIN --sender A mutated: 0x0000000000000000000000000000000000000000000000000000000000000403, object(0,0), object(1,2), object(3,0) -gas summary: computation_cost: 1000000, storage_cost: 6634800, storage_rebate: 6627200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6634800, storage_rebate: 6627200, non_refundable_storage_fee: 0 task 9, line 74: //# view-object 2,1 @@ -176,12 +176,12 @@ Epoch advanced: 2 task 12, lines 81-83: //# run iota::coin::deny_list_v1_remove --args object(0x403) object(1,2) @B --type-args test::regulated_coin::REGULATED_COIN --sender A mutated: 0x0000000000000000000000000000000000000000000000000000000000000403, object(0,0), object(1,2), object(2,1) -gas summary: computation_cost: 1000000, storage_cost: 6832400, storage_rebate: 6840000, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6832400, storage_rebate: 6840000, non_refundable_storage_fee: 0 task 13, lines 84-86: //# run iota::coin::deny_list_v1_disable_global_pause --args object(0x403) object(1,2) --type-args test::regulated_coin::REGULATED_COIN --sender A mutated: 0x0000000000000000000000000000000000000000000000000000000000000403, object(0,0), object(1,2), object(3,0) -gas summary: computation_cost: 1000000, storage_cost: 6627200, storage_rebate: 6634800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6627200, storage_rebate: 6634800, non_refundable_storage_fee: 0 task 14, line 87: //# view-object 2,1 @@ -255,13 +255,13 @@ task 17, lines 94-96: //# run iota::coin::deny_list_v1_remove --args object(0x403) object(1,2) @B --type-args test::regulated_coin::REGULATED_COIN --sender A mutated: 0x0000000000000000000000000000000000000000000000000000000000000403, object(0,0), object(1,2) deleted: object(2,1) -gas summary: computation_cost: 1000000, storage_cost: 4377600, storage_rebate: 6832400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4377600, storage_rebate: 6832400, non_refundable_storage_fee: 0 task 18, lines 97-99: //# run iota::coin::deny_list_v1_disable_global_pause --args object(0x403) object(1,2) --type-args test::regulated_coin::REGULATED_COIN --sender A mutated: 0x0000000000000000000000000000000000000000000000000000000000000403, object(0,0), object(1,2) deleted: object(3,0) -gas summary: computation_cost: 1000000, storage_cost: 4377600, storage_rebate: 6627200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4377600, storage_rebate: 6627200, non_refundable_storage_fee: 0 task 19, line 100: //# view-object 2,1 @@ -275,10 +275,10 @@ task 21, lines 105-107: //# run test::regulated_coin::assert_address_deny_status --args immshared(0x403) @B false --sender A mutated: object(0,0) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 22, line 108: //# run test::regulated_coin::assert_global_pause_status --args immshared(0x403) false --sender A mutated: object(0,0) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/deny_list_v1/double_add.exp b/crates/iota-adapter-transactional-tests/tests/deny_list_v1/double_add.exp index 7b518cc693e..6dddbfa1041 100644 --- a/crates/iota-adapter-transactional-tests/tests/deny_list_v1/double_add.exp +++ b/crates/iota-adapter-transactional-tests/tests/deny_list_v1/double_add.exp @@ -8,32 +8,32 @@ task 1, lines 10-45: created: object(1,0), object(1,1), object(1,2), object(1,3), object(1,4), object(1,5) mutated: object(0,0) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 1000000, storage_cost: 19425600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 19425600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 46-48: //# run iota::pay::split_and_transfer --args object(1,0) 1 @B --type-args test::regulated_coin::REGULATED_COIN --sender A created: object(2,0) mutated: object(0,0), object(1,0) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 1000000, storage_cost: 3914000, storage_rebate: 2447200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3914000, storage_rebate: 2447200, non_refundable_storage_fee: 0 task 3, lines 49-51: //# run iota::coin::deny_list_v1_add --args object(0x403) object(1,2) @B --type-args test::regulated_coin::REGULATED_COIN --sender A events: Event { package_id: iota, transaction_module: Identifier("coin"), sender: A, type_: StructTag { address: iota, module: Identifier("deny_list"), name: Identifier("PerTypeConfigCreated"), type_params: [] }, contents: [0, 0, 0, 0, 0, 0, 0, 0, 96, 49, 99, 57, 56, 57, 49, 57, 50, 99, 98, 55, 56, 53, 49, 102, 50, 54, 49, 99, 97, 51, 53, 55, 99, 99, 100, 55, 49, 48, 102, 51, 101, 57, 55, 50, 57, 54, 99, 101, 55, 51, 102, 53, 102, 48, 55, 48, 99, 100, 54, 97, 48, 52, 57, 102, 49, 49, 50, 52, 102, 101, 54, 49, 99, 58, 58, 114, 101, 103, 117, 108, 97, 116, 101, 100, 95, 99, 111, 105, 110, 58, 58, 82, 69, 71, 85, 76, 65, 84, 69, 68, 95, 67, 79, 73, 78, 227, 5, 87, 243, 17, 67, 48, 78, 223, 164, 121, 136, 98, 174, 80, 210, 249, 81, 188, 233, 5, 28, 211, 145, 148, 4, 203, 247, 202, 138, 227, 32] } created: object(3,0), object(3,1), object(3,2) mutated: 0x0000000000000000000000000000000000000000000000000000000000000403, object(0,0), object(1,2) -gas summary: computation_cost: 1000000, storage_cost: 12144800, storage_rebate: 2758800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 12144800, storage_rebate: 2758800, non_refundable_storage_fee: 0 task 4, lines 52-54: //# run iota::coin::deny_list_v1_add --args object(0x403) object(1,2) @B --type-args test::regulated_coin::REGULATED_COIN --sender A mutated: 0x0000000000000000000000000000000000000000000000000000000000000403, object(0,0), object(1,2), object(3,1) -gas summary: computation_cost: 1000000, storage_cost: 6832400, storage_rebate: 6832400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6832400, storage_rebate: 6832400, non_refundable_storage_fee: 0 task 5, lines 55-57: //# run test::regulated_coin::assert_address_deny_status --args immshared(0x403) @B true --sender A mutated: object(0,0) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 6, lines 58-60: //# transfer-object 2,0 --sender B --recipient A @@ -47,16 +47,16 @@ task 8, lines 64-66: //# run iota::coin::deny_list_v1_remove --args object(0x403) object(1,2) @B --type-args test::regulated_coin::REGULATED_COIN --sender A mutated: 0x0000000000000000000000000000000000000000000000000000000000000403, object(0,0), object(1,2) deleted: object(3,1) -gas summary: computation_cost: 1000000, storage_cost: 4377600, storage_rebate: 6832400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4377600, storage_rebate: 6832400, non_refundable_storage_fee: 0 task 9, lines 67-69: //# run test::regulated_coin::assert_address_deny_status --args immshared(0x403) @B false --sender A mutated: object(0,0) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 10, line 70: //# transfer-object 2,0 --sender B --recipient A mutated: object(0,1), object(2,0) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 1000000, storage_cost: 2447200, storage_rebate: 1466800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2447200, storage_rebate: 1466800, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/deny_list_v1/send_many_coins_unregulated.exp b/crates/iota-adapter-transactional-tests/tests/deny_list_v1/send_many_coins_unregulated.exp index bf841ce720c..4afff5f80f0 100644 --- a/crates/iota-adapter-transactional-tests/tests/deny_list_v1/send_many_coins_unregulated.exp +++ b/crates/iota-adapter-transactional-tests/tests/deny_list_v1/send_many_coins_unregulated.exp @@ -8,7 +8,7 @@ task 1, lines 7-53: created: object(1,0), object(1,1), object(1,2), object(1,3) mutated: object(0,0) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 1000000, storage_cost: 15017600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 15017600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 55: //# view-object 1,1 @@ -30,18 +30,18 @@ task 3, line 57: created: object(3,0) mutated: object(0,0), object(1,1) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 1000000, storage_cost: 3610000, storage_rebate: 2295200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3610000, storage_rebate: 2295200, non_refundable_storage_fee: 0 task 4, line 59: //# run test::coin::send_10 --args object(1,1) --sender A created: object(4,0), object(4,1), object(4,2), object(4,3), object(4,4), object(4,5), object(4,6), object(4,7), object(4,8), object(4,9) mutated: object(0,0), object(1,1) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 2000000, storage_cost: 15443200, storage_rebate: 2295200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 2000000, computation_cost_burned: 2000000, storage_cost: 15443200, storage_rebate: 2295200, non_refundable_storage_fee: 0 task 5, line 61: //# run test::coin::send_100 --args object(1,1) --sender A created: object(5,0), object(5,1), object(5,2), object(5,3), object(5,4), object(5,5), object(5,6), object(5,7), object(5,8), object(5,9), object(5,10), object(5,11), object(5,12), object(5,13), object(5,14), object(5,15), object(5,16), object(5,17), object(5,18), object(5,19), object(5,20), object(5,21), object(5,22), object(5,23), object(5,24), object(5,25), object(5,26), object(5,27), object(5,28), object(5,29), object(5,30), object(5,31), object(5,32), object(5,33), object(5,34), object(5,35), object(5,36), object(5,37), object(5,38), object(5,39), object(5,40), object(5,41), object(5,42), object(5,43), object(5,44), object(5,45), object(5,46), object(5,47), object(5,48), object(5,49), object(5,50), object(5,51), object(5,52), object(5,53), object(5,54), object(5,55), object(5,56), object(5,57), object(5,58), object(5,59), object(5,60), object(5,61), object(5,62), object(5,63), object(5,64), object(5,65), object(5,66), object(5,67), object(5,68), object(5,69), object(5,70), object(5,71), object(5,72), object(5,73), object(5,74), object(5,75), object(5,76), object(5,77), object(5,78), object(5,79), object(5,80), object(5,81), object(5,82), object(5,83), object(5,84), object(5,85), object(5,86), object(5,87), object(5,88), object(5,89), object(5,90), object(5,91), object(5,92), object(5,93), object(5,94), object(5,95), object(5,96), object(5,97), object(5,98), object(5,99) mutated: object(0,0), object(1,1) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 16000000, storage_cost: 133775200, storage_rebate: 2295200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 16000000, computation_cost_burned: 16000000, storage_cost: 133775200, storage_rebate: 2295200, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/dev_inspect/load_old_object.exp b/crates/iota-adapter-transactional-tests/tests/dev_inspect/load_old_object.exp index 89e91b6cc99..2013093765c 100644 --- a/crates/iota-adapter-transactional-tests/tests/dev_inspect/load_old_object.exp +++ b/crates/iota-adapter-transactional-tests/tests/dev_inspect/load_old_object.exp @@ -7,7 +7,7 @@ task 1, lines 9-31: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 5266800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5266800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 33-35: //# programmable --sender A --inputs @A @@ -15,7 +15,7 @@ task 2, lines 33-35: //> TransferObjects([Result(0)], Input(0)) created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2242000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2242000, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 37: //# view-object 2,0 @@ -34,7 +34,7 @@ task 4, lines 39-40: //# programmable --sender A --inputs object(2,0) 112 //> test::m::set(Input(0), Input(1)) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2242000, storage_rebate: 2242000, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2242000, storage_rebate: 2242000, non_refundable_storage_fee: 0 task 5, lines 42-45: //# view-object 2,0 @@ -53,14 +53,14 @@ task 6, lines 47-48: //# programmable --sender A --inputs object(2,0)@2 0 --dev-inspect //> test::m::check(Input(0), Input(1)) mutated: object(_), object(2,0) -gas summary: computation_cost: 500000, storage_cost: 2242000, storage_rebate: 1261600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 500000, computation_cost_burned: 500000, storage_cost: 2242000, storage_rebate: 1261600, non_refundable_storage_fee: 0 task 7, lines 50-54: //# programmable --sender A --inputs object(2,0)@3 112 --dev-inspect //> test::m::check(Input(0), Input(1)) // dev-inspect with 'check' and _incorrect_ values mutated: object(_), object(2,0) -gas summary: computation_cost: 500000, storage_cost: 2242000, storage_rebate: 1261600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 500000, computation_cost_burned: 500000, storage_cost: 2242000, storage_rebate: 1261600, non_refundable_storage_fee: 0 task 8, lines 56-57: //# programmable --sender A --inputs object(2,0)@2 112 --dev-inspect diff --git a/crates/iota-adapter-transactional-tests/tests/dynamic_fields/add_duplicate.exp b/crates/iota-adapter-transactional-tests/tests/dynamic_fields/add_duplicate.exp index 2a567213f2b..cef30b6ea50 100644 --- a/crates/iota-adapter-transactional-tests/tests/dynamic_fields/add_duplicate.exp +++ b/crates/iota-adapter-transactional-tests/tests/dynamic_fields/add_duplicate.exp @@ -7,13 +7,13 @@ task 1, lines 10-29: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 5859600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5859600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 31: //# run a::m::t1 --sender A created: object(2,0), object(2,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3655600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3655600, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 33: //# run a::m::t2 --sender A --args object(2,0) diff --git a/crates/iota-adapter-transactional-tests/tests/dynamic_fields/add_duplicate_object.exp b/crates/iota-adapter-transactional-tests/tests/dynamic_fields/add_duplicate_object.exp index 2a83ac471fd..e4c2ea2e62b 100644 --- a/crates/iota-adapter-transactional-tests/tests/dynamic_fields/add_duplicate_object.exp +++ b/crates/iota-adapter-transactional-tests/tests/dynamic_fields/add_duplicate_object.exp @@ -7,13 +7,13 @@ task 1, lines 11-30: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 6019200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6019200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 32: //# run a::m::t1 --sender A created: object(2,0), object(2,1), object(2,2) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5859600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5859600, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 34: //# run a::m::t2 --sender A --args object(2,1) diff --git a/crates/iota-adapter-transactional-tests/tests/dynamic_fields/bench.exp b/crates/iota-adapter-transactional-tests/tests/dynamic_fields/bench.exp index f8521a8d340..97bec0abe1b 100644 --- a/crates/iota-adapter-transactional-tests/tests/dynamic_fields/bench.exp +++ b/crates/iota-adapter-transactional-tests/tests/dynamic_fields/bench.exp @@ -7,10 +7,10 @@ task 1, lines 10-61: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 8595600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 8595600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 63: //# run a::m::t0 --sender A created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2196400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2196400, storage_rebate: 0, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/dynamic_fields/borrow_wrong_type.exp b/crates/iota-adapter-transactional-tests/tests/dynamic_fields/borrow_wrong_type.exp index d7051e21d00..983eb34df9c 100644 --- a/crates/iota-adapter-transactional-tests/tests/dynamic_fields/borrow_wrong_type.exp +++ b/crates/iota-adapter-transactional-tests/tests/dynamic_fields/borrow_wrong_type.exp @@ -7,13 +7,13 @@ task 1, lines 10-33: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 6498000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6498000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 35: //# run a::m::t1 --sender A created: object(2,0), object(2,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3655600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3655600, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 37: //# run a::m::t2 --sender A --args object(2,0) diff --git a/crates/iota-adapter-transactional-tests/tests/dynamic_fields/borrow_wrong_type_object.exp b/crates/iota-adapter-transactional-tests/tests/dynamic_fields/borrow_wrong_type_object.exp index bc96fdc396f..c85387dae83 100644 --- a/crates/iota-adapter-transactional-tests/tests/dynamic_fields/borrow_wrong_type_object.exp +++ b/crates/iota-adapter-transactional-tests/tests/dynamic_fields/borrow_wrong_type_object.exp @@ -7,13 +7,13 @@ task 1, lines 11-38: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 7068000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7068000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 40: //# run a::m::t1 --sender A created: object(2,0), object(2,1), object(2,2) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5859600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5859600, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 42: //# run a::m::t2 --sender A --args object(2,0) diff --git a/crates/iota-adapter-transactional-tests/tests/dynamic_fields/dynamic_object_field_swap.exp b/crates/iota-adapter-transactional-tests/tests/dynamic_fields/dynamic_object_field_swap.exp index 2335766bdc6..14bb826e7c1 100644 --- a/crates/iota-adapter-transactional-tests/tests/dynamic_fields/dynamic_object_field_swap.exp +++ b/crates/iota-adapter-transactional-tests/tests/dynamic_fields/dynamic_object_field_swap.exp @@ -7,25 +7,25 @@ task 1, lines 7-60: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 8930000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 8930000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 62: //# run test::m::parent --sender A created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2454800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2454800, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 64: //# run test::m::child --sender A created: object(3,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2272400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2272400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 4, line 66: //# run test::m::add_field --sender A --args object(2,0) object(3,0) created: object(4,0) mutated: object(0,0), object(2,0), object(3,0) -gas summary: computation_cost: 1000000, storage_cost: 6194000, storage_rebate: 3746800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6194000, storage_rebate: 3746800, non_refundable_storage_fee: 0 task 5, line 68: //# view-object 3,0 @@ -45,7 +45,7 @@ task 6, line 70: created: object(6,0) mutated: object(0,0), object(2,0), object(3,0) deleted: object(4,0) -gas summary: computation_cost: 1000000, storage_cost: 5221200, storage_rebate: 6194000, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5221200, storage_rebate: 6194000, non_refundable_storage_fee: 0 task 7, line 72: //# view-object 3,0 diff --git a/crates/iota-adapter-transactional-tests/tests/dynamic_fields/exhaustive.exp b/crates/iota-adapter-transactional-tests/tests/dynamic_fields/exhaustive.exp index ac4c50ddcfe..bd5a913674a 100644 --- a/crates/iota-adapter-transactional-tests/tests/dynamic_fields/exhaustive.exp +++ b/crates/iota-adapter-transactional-tests/tests/dynamic_fields/exhaustive.exp @@ -7,53 +7,53 @@ task 1, lines 10-78: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 12198000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 12198000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 80: //# run a::m::t0 --sender A created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2196400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2196400, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 82: //# run a::m::t1 --sender A --args object(2,0) created: object(3,0), object(3,1), object(3,2) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 6475200, storage_rebate: 2196400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6475200, storage_rebate: 2196400, non_refundable_storage_fee: 0 task 4, line 84: //# run a::m::t2 --sender A --args object(2,0) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2196400, storage_rebate: 2196400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2196400, storage_rebate: 2196400, non_refundable_storage_fee: 0 task 5, line 86: //# run a::m::t3 --sender A --args object(2,0) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2196400, storage_rebate: 2196400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2196400, storage_rebate: 2196400, non_refundable_storage_fee: 0 task 6, line 88: //# run a::m::t4 --sender A --args object(2,0) mutated: object(0,0), object(2,0), object(3,0), object(3,1), object(3,2) -gas summary: computation_cost: 1000000, storage_cost: 6475200, storage_rebate: 6475200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6475200, storage_rebate: 6475200, non_refundable_storage_fee: 0 task 7, line 90: //# run a::m::t5 --sender A --args object(2,0) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2196400, storage_rebate: 2196400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2196400, storage_rebate: 2196400, non_refundable_storage_fee: 0 task 8, line 92: //# run a::m::t6 --sender A --args object(2,0) mutated: object(0,0), object(2,0) deleted: object(3,1), object(3,2) -gas summary: computation_cost: 1000000, storage_cost: 2196400, storage_rebate: 5069200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2196400, storage_rebate: 5069200, non_refundable_storage_fee: 0 task 9, line 94: //# run a::m::t7 --sender A --args object(2,0) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2196400, storage_rebate: 2196400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2196400, storage_rebate: 2196400, non_refundable_storage_fee: 0 task 10, line 96: //# run a::m::t8 --sender A --args object(2,0) mutated: object(0,0) deleted: object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 2196400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 2196400, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/dynamic_fields/exhaustive_object.exp b/crates/iota-adapter-transactional-tests/tests/dynamic_fields/exhaustive_object.exp index 767f6956096..b13fe6b5098 100644 --- a/crates/iota-adapter-transactional-tests/tests/dynamic_fields/exhaustive_object.exp +++ b/crates/iota-adapter-transactional-tests/tests/dynamic_fields/exhaustive_object.exp @@ -7,53 +7,53 @@ task 1, lines 11-103: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 13474800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 13474800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 105: //# run a::m::t0 --sender A created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2196400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2196400, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 107: //# run a::m::t1 --sender A --args object(2,0) created: object(3,0), object(3,1), object(3,2), object(3,3), object(3,4), object(3,5) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 13360800, storage_rebate: 2196400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 13360800, storage_rebate: 2196400, non_refundable_storage_fee: 0 task 4, line 109: //# run a::m::t2 --sender A --args object(2,0) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2196400, storage_rebate: 2196400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2196400, storage_rebate: 2196400, non_refundable_storage_fee: 0 task 5, line 111: //# run a::m::t3 --sender A --args object(2,0) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2196400, storage_rebate: 2196400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2196400, storage_rebate: 2196400, non_refundable_storage_fee: 0 task 6, line 113: //# run a::m::t4 --sender A --args object(2,0) mutated: object(0,0), object(2,0), object(3,0), object(3,1), object(3,2) -gas summary: computation_cost: 1000000, storage_cost: 6118000, storage_rebate: 6118000, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6118000, storage_rebate: 6118000, non_refundable_storage_fee: 0 task 7, line 115: //# run a::m::t5 --sender A --args object(2,0) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2196400, storage_rebate: 2196400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2196400, storage_rebate: 2196400, non_refundable_storage_fee: 0 task 8, line 117: //# run a::m::t6 --sender A --args object(2,0) mutated: object(0,0), object(2,0) deleted: object(3,0), object(3,2), object(3,4), object(3,5) -gas summary: computation_cost: 1000000, storage_cost: 2196400, storage_rebate: 9659600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2196400, storage_rebate: 9659600, non_refundable_storage_fee: 0 task 9, line 119: //# run a::m::t7 --sender A --args object(2,0) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2196400, storage_rebate: 2196400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2196400, storage_rebate: 2196400, non_refundable_storage_fee: 0 task 10, line 121: //# run a::m::t8 --sender A --args object(2,0) mutated: object(0,0) deleted: object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 2196400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 2196400, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/dynamic_fields/read_field_from_immutable.exp b/crates/iota-adapter-transactional-tests/tests/dynamic_fields/read_field_from_immutable.exp index 783edbb02f2..69d0a4a322f 100644 --- a/crates/iota-adapter-transactional-tests/tests/dynamic_fields/read_field_from_immutable.exp +++ b/crates/iota-adapter-transactional-tests/tests/dynamic_fields/read_field_from_immutable.exp @@ -7,15 +7,15 @@ task 1, lines 10-29: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 6125600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6125600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 31: //# run a::m::add_then_freeze --sender A created: object(2,0), object(2,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3655600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3655600, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 33: //# run a::m::read_from_frozen --sender A --args object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/dynamic_fields/receive_remove_add_back_and_remove_type.exp b/crates/iota-adapter-transactional-tests/tests/dynamic_fields/receive_remove_add_back_and_remove_type.exp index c0b7dcce6f9..a8a96b45c73 100644 --- a/crates/iota-adapter-transactional-tests/tests/dynamic_fields/receive_remove_add_back_and_remove_type.exp +++ b/crates/iota-adapter-transactional-tests/tests/dynamic_fields/receive_remove_add_back_and_remove_type.exp @@ -7,54 +7,54 @@ task 1, lines 12-88: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 12889600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 12889600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 90: //# run test::m1::create --sender A created: object(2,0), object(2,1), object(2,2) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4658800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4658800, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 92: //# run test::m1::test_dof --args object(2,2) receiving(2,0) receiving(2,1) --sender A mutated: object(0,0), object(2,0), object(2,2) deleted: object(2,1) -gas summary: computation_cost: 1000000, storage_cost: 3442800, storage_rebate: 4658800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3442800, storage_rebate: 4658800, non_refundable_storage_fee: 0 task 4, line 94: //# run test::m1::create --sender A created: object(4,0), object(4,1), object(4,2) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4658800, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4658800, storage_rebate: 980400, non_refundable_storage_fee: 0 task 5, line 96: //# run test::m1::test_df --args object(4,2) receiving(4,0) receiving(4,1) --sender A mutated: object(0,0), object(4,0), object(4,2) deleted: object(4,1) -gas summary: computation_cost: 1000000, storage_cost: 3442800, storage_rebate: 4658800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3442800, storage_rebate: 4658800, non_refundable_storage_fee: 0 task 6, line 98: //# run test::m1::create --sender A created: object(6,0), object(6,1), object(6,2) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4658800, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4658800, storage_rebate: 980400, non_refundable_storage_fee: 0 task 7, line 100: //# run test::m1::test_dof_wrapper --args object(6,2) receiving(6,0) receiving(6,1) --sender A created: object(7,0) mutated: object(0,0), object(6,2) wrapped: object(6,0) -gas summary: computation_cost: 1000000, storage_cost: 4028000, storage_rebate: 3442800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4028000, storage_rebate: 3442800, non_refundable_storage_fee: 0 task 8, line 102: //# run test::m1::create --sender A created: object(8,0), object(8,1), object(8,2) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4658800, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4658800, storage_rebate: 980400, non_refundable_storage_fee: 0 task 9, line 104: //# run test::m1::test_df_wrapper --args object(8,2) receiving(8,0) receiving(8,1) --sender A created: object(9,0) mutated: object(0,0), object(8,2) wrapped: object(8,0) -gas summary: computation_cost: 1000000, storage_cost: 4028000, storage_rebate: 3442800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4028000, storage_rebate: 3442800, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/dynamic_fields/remove_add_back_and_remove.exp b/crates/iota-adapter-transactional-tests/tests/dynamic_fields/remove_add_back_and_remove.exp index 3478a6d2692..c8490cc496a 100644 --- a/crates/iota-adapter-transactional-tests/tests/dynamic_fields/remove_add_back_and_remove.exp +++ b/crates/iota-adapter-transactional-tests/tests/dynamic_fields/remove_add_back_and_remove.exp @@ -7,47 +7,47 @@ task 1, lines 12-53: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 9606400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 9606400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 55-57: //# run test::m1::create --sender A created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2234400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2234400, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 58: //# run test::m1::add_child --args object(2,0) --sender A created: object(3,0), object(3,1) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 5920400, storage_rebate: 2234400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5920400, storage_rebate: 2234400, non_refundable_storage_fee: 0 task 4, lines 60-62: //# run test::m1::transfer_child --args object(2,0) --sender A mutated: object(0,0), object(2,0), object(3,1) deleted: object(3,0) -gas summary: computation_cost: 1000000, storage_cost: 3473200, storage_rebate: 5920400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3473200, storage_rebate: 5920400, non_refundable_storage_fee: 0 task 5, line 63: //# run test::m1::add_child --args object(2,0) --sender A created: object(3,0), object(5,0) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 5920400, storage_rebate: 2234400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5920400, storage_rebate: 2234400, non_refundable_storage_fee: 0 task 6, lines 65-67: //# run test::m1::delete_child --args object(2,0) --sender A mutated: object(0,0), object(2,0) deleted: object(3,0), object(5,0) -gas summary: computation_cost: 1000000, storage_cost: 2234400, storage_rebate: 5920400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2234400, storage_rebate: 5920400, non_refundable_storage_fee: 0 task 7, line 68: //# run test::m1::add_child --args object(2,0) --sender A created: object(3,0), object(7,0) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 5920400, storage_rebate: 2234400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5920400, storage_rebate: 2234400, non_refundable_storage_fee: 0 task 8, line 70: //# run test::m1::wrap_child --args object(2,0) --sender A mutated: object(0,0), object(2,0) deleted: object(3,0) wrapped: object(7,0) -gas summary: computation_cost: 1000000, storage_cost: 2477600, storage_rebate: 5920400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2477600, storage_rebate: 5920400, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/dynamic_fields/remove_add_back_and_remove_type.exp b/crates/iota-adapter-transactional-tests/tests/dynamic_fields/remove_add_back_and_remove_type.exp index 3f05bf97fa6..ea116f9868e 100644 --- a/crates/iota-adapter-transactional-tests/tests/dynamic_fields/remove_add_back_and_remove_type.exp +++ b/crates/iota-adapter-transactional-tests/tests/dynamic_fields/remove_add_back_and_remove_type.exp @@ -7,20 +7,20 @@ task 1, lines 12-49: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 8755200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 8755200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 51: //# run test::m1::create --sender A created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2226800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2226800, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 53: //# run test::m1::test_dof --args object(2,0) --sender A mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2226800, storage_rebate: 2226800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2226800, storage_rebate: 2226800, non_refundable_storage_fee: 0 task 4, line 55: //# run test::m1::test_df --args object(2,0) --sender A mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2226800, storage_rebate: 2226800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2226800, storage_rebate: 2226800, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/dynamic_fields/remove_wrong_type.exp b/crates/iota-adapter-transactional-tests/tests/dynamic_fields/remove_wrong_type.exp index 4df303d25f9..5b57fbca7b3 100644 --- a/crates/iota-adapter-transactional-tests/tests/dynamic_fields/remove_wrong_type.exp +++ b/crates/iota-adapter-transactional-tests/tests/dynamic_fields/remove_wrong_type.exp @@ -7,13 +7,13 @@ task 1, lines 10-30: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 6011600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6011600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 32: //# run a::m::t1 --sender A created: object(2,0), object(2,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3655600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3655600, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 34: //# run a::m::t2 --sender A --args object(2,0) diff --git a/crates/iota-adapter-transactional-tests/tests/dynamic_fields/remove_wrong_type_object.exp b/crates/iota-adapter-transactional-tests/tests/dynamic_fields/remove_wrong_type_object.exp index c4f424f1506..efb57c51785 100644 --- a/crates/iota-adapter-transactional-tests/tests/dynamic_fields/remove_wrong_type_object.exp +++ b/crates/iota-adapter-transactional-tests/tests/dynamic_fields/remove_wrong_type_object.exp @@ -7,13 +7,13 @@ task 1, lines 11-35: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 6688000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6688000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 37: //# run a::m::t1 --sender A created: object(2,0), object(2,1), object(2,2) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5859600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5859600, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 39: //# run a::m::t2 --sender A --args object(2,1) diff --git a/crates/iota-adapter-transactional-tests/tests/dynamic_fields/shared_object.exp b/crates/iota-adapter-transactional-tests/tests/dynamic_fields/shared_object.exp index aa03b0c8061..22309b385d4 100644 --- a/crates/iota-adapter-transactional-tests/tests/dynamic_fields/shared_object.exp +++ b/crates/iota-adapter-transactional-tests/tests/dynamic_fields/shared_object.exp @@ -7,19 +7,19 @@ task 1, lines 9-73: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 9682400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 9682400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 75: //# run test::m::parent --sender A created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2454800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2454800, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, lines 77-79: //# run test::m::child --sender A created: object(3,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2272400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2272400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 4, line 80: //# run test::m::add_field --sender A --args object(2,0) object(3,0) diff --git a/crates/iota-adapter-transactional-tests/tests/dynamic_fields/transfer_object.exp b/crates/iota-adapter-transactional-tests/tests/dynamic_fields/transfer_object.exp index f08c587ac46..5006a5f0c92 100644 --- a/crates/iota-adapter-transactional-tests/tests/dynamic_fields/transfer_object.exp +++ b/crates/iota-adapter-transactional-tests/tests/dynamic_fields/transfer_object.exp @@ -7,52 +7,52 @@ task 1, lines 11-66: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 9310000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 9310000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 68: //# run a::m::create --sender A created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2196400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2196400, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 70: //# run a::m::create --sender A created: object(3,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2196400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2196400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 4, line 72: //# run a::m::add_counter --sender A --args object(2,0) created: object(4,0), object(4,1) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 5950800, storage_rebate: 2196400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5950800, storage_rebate: 2196400, non_refundable_storage_fee: 0 task 5, line 74: //# run a::m::obj_bump --sender A --args object(2,0) mutated: object(0,0), object(2,0), object(4,0) -gas summary: computation_cost: 1000000, storage_cost: 3503600, storage_rebate: 3503600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3503600, storage_rebate: 3503600, non_refundable_storage_fee: 0 task 6, line 76: //# run a::m::assert_count --sender A --args object(2,0) 1 mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2196400, storage_rebate: 2196400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2196400, storage_rebate: 2196400, non_refundable_storage_fee: 0 task 7, line 78: //# run a::m::transfer --sender A --args object(2,0) object(3,0) created: object(7,0) mutated: object(0,0), object(2,0), object(3,0), object(4,0) deleted: object(4,1) -gas summary: computation_cost: 1000000, storage_cost: 7166800, storage_rebate: 7166800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7166800, storage_rebate: 7166800, non_refundable_storage_fee: 0 task 8, line 80: //# run a::m::obj_bump --sender A --args object(3,0) mutated: object(0,0), object(3,0), object(4,0) -gas summary: computation_cost: 1000000, storage_cost: 3503600, storage_rebate: 3503600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3503600, storage_rebate: 3503600, non_refundable_storage_fee: 0 task 9, line 82: //# run a::m::assert_count --sender A --args object(3,0) 2 mutated: object(0,0), object(3,0) -gas summary: computation_cost: 1000000, storage_cost: 2196400, storage_rebate: 2196400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2196400, storage_rebate: 2196400, non_refundable_storage_fee: 0 task 10, line 84: //# run a::m::obj_bump --sender A --args object(2,0) diff --git a/crates/iota-adapter-transactional-tests/tests/dynamic_fields/unwrap_object.exp b/crates/iota-adapter-transactional-tests/tests/dynamic_fields/unwrap_object.exp index e578531b3a2..289b1be7a8d 100644 --- a/crates/iota-adapter-transactional-tests/tests/dynamic_fields/unwrap_object.exp +++ b/crates/iota-adapter-transactional-tests/tests/dynamic_fields/unwrap_object.exp @@ -7,13 +7,13 @@ task 1, lines 9-40: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 7470800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7470800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 42: //# run a::m::mint --sender A created: object(2,0), object(2,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4134400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4134400, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 44: //# run a::m::take_and_wrap --sender A --args object(2,0) @@ -21,7 +21,7 @@ created: object(3,1) mutated: object(0,0), object(2,0) unwrapped: object(3,0) deleted: object(2,1) -gas summary: computation_cost: 1000000, storage_cost: 5859600, storage_rebate: 4134400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5859600, storage_rebate: 4134400, non_refundable_storage_fee: 0 task 4, line 46: //# view-object 3,0 @@ -39,27 +39,27 @@ task 5, line 49: //# run a::m::mint --sender A created: object(5,0), object(5,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4134400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4134400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 6, line 51: //# run a::m::take_and_destroy --sender A --args object(5,0) mutated: object(0,0), object(5,0) deleted: object(5,1) unwrapped_then_deleted: object(_) -gas summary: computation_cost: 1000000, storage_cost: 2196400, storage_rebate: 4134400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2196400, storage_rebate: 4134400, non_refundable_storage_fee: 0 task 7, line 54: //# run a::m::mint --sender A created: object(7,0), object(7,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4134400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4134400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 8, line 57: //# run a::m::take_and_take --sender A --args object(7,0) mutated: object(0,0), object(7,0) unwrapped: object(8,0) deleted: object(7,1) -gas summary: computation_cost: 1000000, storage_cost: 3412400, storage_rebate: 4134400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3412400, storage_rebate: 4134400, non_refundable_storage_fee: 0 task 9, line 59: //# view-object 7,0 diff --git a/crates/iota-adapter-transactional-tests/tests/dynamic_fields/wrap_object.exp b/crates/iota-adapter-transactional-tests/tests/dynamic_fields/wrap_object.exp index 3ba0ce0c893..22bbf5e3ad4 100644 --- a/crates/iota-adapter-transactional-tests/tests/dynamic_fields/wrap_object.exp +++ b/crates/iota-adapter-transactional-tests/tests/dynamic_fields/wrap_object.exp @@ -7,13 +7,13 @@ task 1, lines 9-40: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 7470800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7470800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 42: //# run a::m::mint --sender A created: object(2,0), object(2,1), object(2,2) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5859600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5859600, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 44: //# view-object 2,0 @@ -33,13 +33,13 @@ created: object(4,0) mutated: object(0,0), object(2,1) deleted: object(2,2) wrapped: object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 4134400, storage_rebate: 5859600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4134400, storage_rebate: 5859600, non_refundable_storage_fee: 0 task 5, line 49: //# run a::m::mint --sender A created: object(5,0), object(5,1), object(5,2) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5859600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5859600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 6, line 51: //# view-object 5,2 @@ -63,13 +63,13 @@ task 7, line 53: //# run a::m::take_and_destroy --sender A --args object(5,1) mutated: object(0,0), object(5,1) deleted: object(5,0), object(5,2) -gas summary: computation_cost: 1000000, storage_cost: 2196400, storage_rebate: 5859600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2196400, storage_rebate: 5859600, non_refundable_storage_fee: 0 task 8, line 56: //# run a::m::mint --sender A created: object(8,0), object(8,1), object(8,2) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5859600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5859600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 9, line 58: //# view-object 8,2 @@ -93,7 +93,7 @@ task 10, line 60: //# run a::m::take_and_take --sender A --args object(8,0) mutated: object(0,0), object(8,0), object(8,1) deleted: object(8,2) -gas summary: computation_cost: 1000000, storage_cost: 3412400, storage_rebate: 5859600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3412400, storage_rebate: 5859600, non_refundable_storage_fee: 0 task 11, line 62: //# view-object 8,2 diff --git a/crates/iota-adapter-transactional-tests/tests/dynamic_fields/wrapped_uid_after_delete.exp b/crates/iota-adapter-transactional-tests/tests/dynamic_fields/wrapped_uid_after_delete.exp index a8b3f84b806..1f59da11f4e 100644 --- a/crates/iota-adapter-transactional-tests/tests/dynamic_fields/wrapped_uid_after_delete.exp +++ b/crates/iota-adapter-transactional-tests/tests/dynamic_fields/wrapped_uid_after_delete.exp @@ -7,31 +7,31 @@ task 1, lines 11-83: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 10222000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 10222000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 85: //# run a::m::t0 --sender A created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2196400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2196400, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 87: //# run a::m::t1 --sender A --args object(2,0) created: object(3,0) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 4225600, storage_rebate: 2196400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4225600, storage_rebate: 2196400, non_refundable_storage_fee: 0 task 4, line 89: //# run a::m::t2 --sender A --args object(2,0) mutated: object(0,0), object(2,0), object(3,0) -gas summary: computation_cost: 1000000, storage_cost: 4225600, storage_rebate: 4225600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4225600, storage_rebate: 4225600, non_refundable_storage_fee: 0 task 5, line 91: //# run a::m::t3 --sender A --args object(2,0) created: object(5,0) mutated: object(0,0) wrapped: object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2470000, storage_rebate: 2196400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2470000, storage_rebate: 2196400, non_refundable_storage_fee: 0 task 6, line 93: //# view-object 3,0 @@ -57,14 +57,14 @@ Contents: iota::dynamic_field::Field { task 7, line 95: //# run a::m::t4 --sender A --args object(5,0) mutated: object(0,0), object(5,0) -gas summary: computation_cost: 1000000, storage_cost: 2470000, storage_rebate: 2470000, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2470000, storage_rebate: 2470000, non_refundable_storage_fee: 0 task 8, line 97: //# run a::m::t5 --sender A --args object(5,0) mutated: object(0,0) deleted: object(5,0) unwrapped_then_deleted: object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 2470000, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 2470000, non_refundable_storage_fee: 0 task 9, line 99: //# view-object 3,0 diff --git a/crates/iota-adapter-transactional-tests/tests/entry_points/ascii.exp b/crates/iota-adapter-transactional-tests/tests/entry_points/ascii.exp index dc04ba1211a..8f2b0fd8ebe 100644 --- a/crates/iota-adapter-transactional-tests/tests/entry_points/ascii.exp +++ b/crates/iota-adapter-transactional-tests/tests/entry_points/ascii.exp @@ -7,22 +7,22 @@ task 1, lines 7-26: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 5738000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5738000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 28-31: //# run Test::M::ascii_arg --sender A --args b"SomeString" mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, lines 33-36: //# run Test::M::ascii_arg --sender A --args "SomeString" mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 4, lines 38-46: //# run Test::M::ascii_vec_arg --sender A --args vector[b"Some",b"String"] mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 5, line 48: //# run Test::M::ascii_arg --sender A --args "Some∫tring" diff --git a/crates/iota-adapter-transactional-tests/tests/entry_points/generic_by_ref.exp b/crates/iota-adapter-transactional-tests/tests/entry_points/generic_by_ref.exp index 3f15148118e..ff3edcbef06 100644 --- a/crates/iota-adapter-transactional-tests/tests/entry_points/generic_by_ref.exp +++ b/crates/iota-adapter-transactional-tests/tests/entry_points/generic_by_ref.exp @@ -7,4 +7,4 @@ task 1, lines 7-15: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 4142000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4142000, storage_rebate: 0, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/entry_points/imm_txn_context.exp b/crates/iota-adapter-transactional-tests/tests/entry_points/imm_txn_context.exp index bde3e5456bb..fb5569ebe61 100644 --- a/crates/iota-adapter-transactional-tests/tests/entry_points/imm_txn_context.exp +++ b/crates/iota-adapter-transactional-tests/tests/entry_points/imm_txn_context.exp @@ -7,20 +7,20 @@ task 1, lines 7-28: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 6026800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6026800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 30: //# run Test::M::mint --sender A created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2257200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2257200, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 32: //# run Test::M::set_to_epoch --sender A --args object(2,0) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2257200, storage_rebate: 2257200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2257200, storage_rebate: 2257200, non_refundable_storage_fee: 0 task 4, line 34: //# run Test::M::check_is_epoch --sender A --args object(2,0) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2257200, storage_rebate: 2257200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2257200, storage_rebate: 2257200, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/entry_points/large_enum.exp b/crates/iota-adapter-transactional-tests/tests/entry_points/large_enum.exp index ae7708327f1..419d289ed14 100644 --- a/crates/iota-adapter-transactional-tests/tests/entry_points/large_enum.exp +++ b/crates/iota-adapter-transactional-tests/tests/entry_points/large_enum.exp @@ -7,13 +7,13 @@ task 1, lines 9-36: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 6444800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6444800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 38-39: //# programmable --sender A //> test::m::x1() mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, lines 41-42: //# programmable --sender A diff --git a/crates/iota-adapter-transactional-tests/tests/entry_points/missing_type.exp b/crates/iota-adapter-transactional-tests/tests/entry_points/missing_type.exp index f441f12095a..9831a1e2e21 100644 --- a/crates/iota-adapter-transactional-tests/tests/entry_points/missing_type.exp +++ b/crates/iota-adapter-transactional-tests/tests/entry_points/missing_type.exp @@ -7,7 +7,7 @@ task 1, lines 9-16: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 3868400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3868400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 18: //# run test::m::foo --type-args test::x::x diff --git a/crates/iota-adapter-transactional-tests/tests/entry_points/no_txn_context.exp b/crates/iota-adapter-transactional-tests/tests/entry_points/no_txn_context.exp index 6637db4c196..925ac0f3421 100644 --- a/crates/iota-adapter-transactional-tests/tests/entry_points/no_txn_context.exp +++ b/crates/iota-adapter-transactional-tests/tests/entry_points/no_txn_context.exp @@ -7,15 +7,15 @@ task 1, lines 7-24: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 5487200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5487200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 26: //# run Test::M::mint --sender A created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2257200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2257200, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 28: //# run Test::M::incr --sender A --args object(2,0) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2257200, storage_rebate: 2257200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2257200, storage_rebate: 2257200, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/entry_points/obj_vector.exp b/crates/iota-adapter-transactional-tests/tests/entry_points/obj_vector.exp index 4dfd89cbd82..bdd7b92052f 100644 --- a/crates/iota-adapter-transactional-tests/tests/entry_points/obj_vector.exp +++ b/crates/iota-adapter-transactional-tests/tests/entry_points/obj_vector.exp @@ -7,36 +7,36 @@ task 1, lines 9-112: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 12638800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 12638800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 114: //# run Test::M::prim_vec_len --sender A --args vector[7,42] mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, lines 116-120: //# run Test::M::mint --sender A --args 42 created: object(3,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2257200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2257200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 4, line 122: //# run Test::M::obj_vec_destroy --sender A --args vector[object(3,0)] mutated: object(0,0) deleted: object(3,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 2257200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 2257200, non_refundable_storage_fee: 0 task 5, line 124: //# run Test::M::mint --sender A --args 42 created: object(5,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2257200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2257200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 6, line 126: //# run Test::M::mint_child --sender A --args 42 object(5,0) created: object(6,0), object(6,1) mutated: object(0,0), object(5,0) -gas summary: computation_cost: 1000000, storage_cost: 5981200, storage_rebate: 2257200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5981200, storage_rebate: 2257200, non_refundable_storage_fee: 0 task 7, lines 128-132: //# run Test::M::child_access --sender A --args object(5,0) vector[object(6,0)] @@ -46,7 +46,7 @@ task 8, line 134: //# run Test::M::mint_another --sender A --args 42 created: object(8,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2310400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2310400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 9, lines 136-139: //# run Test::M::obj_vec_destroy --sender A --args vector[object(8,0)] @@ -57,13 +57,13 @@ task 10, line 141: //# run Test::M::mint_another --sender A --args 42 created: object(10,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2310400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2310400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 11, line 143: //# run Test::M::mint --sender A --args 42 created: object(11,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2257200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2257200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 12, lines 145-148: //# run Test::M::two_obj_vec_destroy --sender A --args vector[object(10,0),object(11,0)] @@ -74,19 +74,19 @@ task 13, line 150: //# run Test::M::mint_shared --sender A --args 42 created: object(13,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2257200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2257200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 14, lines 152-155: //# run Test::M::obj_vec_destroy --sender A --args vector[object(13,0)] mutated: object(0,0) deleted: object(13,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 2257200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 2257200, non_refundable_storage_fee: 0 task 15, line 157: //# run Test::M::mint --sender A --args 42 created: object(15,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2257200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2257200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 16, lines 159-162: //# run Test::M::same_objects --sender A --args object(15,0) vector[object(15,0)] @@ -97,7 +97,7 @@ task 17, line 164: //# run Test::M::mint --sender A --args 42 created: object(17,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2257200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2257200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 18, line 166: //# run Test::M::same_objects_ref --sender A --args object(17,0) vector[object(17,0)] diff --git a/crates/iota-adapter-transactional-tests/tests/entry_points/obj_vector_generic.exp b/crates/iota-adapter-transactional-tests/tests/entry_points/obj_vector_generic.exp index e030557ab44..43efb87fcc9 100644 --- a/crates/iota-adapter-transactional-tests/tests/entry_points/obj_vector_generic.exp +++ b/crates/iota-adapter-transactional-tests/tests/entry_points/obj_vector_generic.exp @@ -7,31 +7,31 @@ task 1, lines 9-111: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 13444400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 13444400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 113: //# run Test::M::mint_any --sender A --type-args Test::M::Any --args 42 created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2584000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2584000, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, lines 115-119: //# run Test::M::obj_vec_destroy_any --sender A --type-args Test::M::Any --args vector[object(2,0)] mutated: object(0,0) deleted: object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 2584000, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 2584000, non_refundable_storage_fee: 0 task 4, line 121: //# run Test::M::mint_any --sender A --type-args Test::M::Any --args 42 created: object(4,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2584000, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2584000, storage_rebate: 980400, non_refundable_storage_fee: 0 task 5, line 123: //# run Test::M::mint_child_any --sender A --type-args Test::M::Any --args 42 object(4,0) created: object(5,0), object(5,1) mutated: object(0,0), object(4,0) -gas summary: computation_cost: 1000000, storage_cost: 6634800, storage_rebate: 2584000, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6634800, storage_rebate: 2584000, non_refundable_storage_fee: 0 task 6, lines 125-129: //# run Test::M::child_access_any --sender A --type-args Test::M::Any --args object(4,0) vector[object(5,0)] @@ -41,7 +41,7 @@ task 7, line 131: //# run Test::M::mint_another_any --type-args Test::M::Any --sender A --args 42 created: object(7,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2637200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2637200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 8, lines 133-136: //# run Test::M::obj_vec_destroy_any --sender A --type-args Test::M::Any --args vector[object(7,0)] @@ -52,13 +52,13 @@ task 9, line 138: //# run Test::M::mint_another_any --sender A --type-args Test::M::Any --args 42 created: object(9,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2637200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2637200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 10, line 140: //# run Test::M::mint_any --sender A --type-args Test::M::Any --args 42 created: object(10,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2584000, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2584000, storage_rebate: 980400, non_refundable_storage_fee: 0 task 11, lines 142-145: //# run Test::M::two_obj_vec_destroy_any --sender A --type-args Test::M::Any --args vector[object(9,0),object(10,0)] @@ -69,19 +69,19 @@ task 12, line 147: //# run Test::M::mint_shared_any --sender A --type-args Test::M::Any --args 42 created: object(12,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2584000, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2584000, storage_rebate: 980400, non_refundable_storage_fee: 0 task 13, lines 149-152: //# run Test::M::obj_vec_destroy_any --sender A --type-args Test::M::Any --args vector[object(12,0)] mutated: object(0,0) deleted: object(12,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 2584000, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 2584000, non_refundable_storage_fee: 0 task 14, line 154: //# run Test::M::mint_any --sender A --type-args Test::M::Any --args 42 created: object(14,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2584000, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2584000, storage_rebate: 980400, non_refundable_storage_fee: 0 task 15, lines 156-159: //# run Test::M::same_objects_any --sender A --type-args Test::M::Any --args object(14,0) vector[object(14,0)] @@ -92,7 +92,7 @@ task 16, line 161: //# run Test::M::mint_any --sender A --type-args Test::M::Any --args 42 created: object(16,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2584000, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2584000, storage_rebate: 980400, non_refundable_storage_fee: 0 task 17, line 163: //# run Test::M::same_objects_ref_any --sender A --type-args Test::M::Any --args object(16,0) vector[object(16,0)] diff --git a/crates/iota-adapter-transactional-tests/tests/entry_points/utf8.exp b/crates/iota-adapter-transactional-tests/tests/entry_points/utf8.exp index 64db8f7b718..504337d1d9c 100644 --- a/crates/iota-adapter-transactional-tests/tests/entry_points/utf8.exp +++ b/crates/iota-adapter-transactional-tests/tests/entry_points/utf8.exp @@ -7,34 +7,34 @@ task 1, lines 7-25: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 6004000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6004000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 27-30: //# run Test::M::utf8_arg --sender A --args b"SomeStringPlusSomeString" mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, lines 32-35: //# run Test::M::utf8_arg --sender A --args "SomeStringPlusSomeString" mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 4, lines 37-40: //# run Test::M::utf8_arg --sender A --args "çå∞≠¢õß∂ƒ∫" mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 5, lines 42-45: //# run Test::M::utf8_vec_arg --sender A --args vector[b"SomeStringPlus",b"SomeString"] mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 6, lines 47-50: //# run Test::M::utf8_vec_arg --sender A --args vector["SomeStringPlus","SomeString"] mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 7, line 52: //# run Test::M::utf8_vec_arg --sender A --args vector["çå∞≠¢","õß∂ƒ∫"] mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/entry_points/wrong_visibility.exp b/crates/iota-adapter-transactional-tests/tests/entry_points/wrong_visibility.exp index d64e7932b07..62367cffacf 100644 --- a/crates/iota-adapter-transactional-tests/tests/entry_points/wrong_visibility.exp +++ b/crates/iota-adapter-transactional-tests/tests/entry_points/wrong_visibility.exp @@ -4,7 +4,7 @@ task 1, lines 9-27: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4514400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4514400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 29: //# run Test::M::t2 diff --git a/crates/iota-adapter-transactional-tests/tests/enums/basic_enums.exp b/crates/iota-adapter-transactional-tests/tests/enums/basic_enums.exp index c931eebb9cf..ec22bef8e74 100644 --- a/crates/iota-adapter-transactional-tests/tests/enums/basic_enums.exp +++ b/crates/iota-adapter-transactional-tests/tests/enums/basic_enums.exp @@ -4,13 +4,13 @@ task 1, lines 7-32: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 6254800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6254800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 34: //# run Test::f::create_and_test created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2188800, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2188800, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 36: //# view-object 2,0 @@ -28,7 +28,7 @@ Contents: Test::f::S { task 4, line 38: //# run Test::f::update_inner --args object(2,0) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2249600, storage_rebate: 2188800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2249600, storage_rebate: 2188800, non_refundable_storage_fee: 0 task 5, line 40: //# view-object 2,0 diff --git a/crates/iota-adapter-transactional-tests/tests/enums/coin_wrapper.exp b/crates/iota-adapter-transactional-tests/tests/enums/coin_wrapper.exp index d9cc3ed71ca..a30896e3952 100644 --- a/crates/iota-adapter-transactional-tests/tests/enums/coin_wrapper.exp +++ b/crates/iota-adapter-transactional-tests/tests/enums/coin_wrapper.exp @@ -7,7 +7,7 @@ task 1, lines 7-49: //# publish --upgradeable --sender A created: object(1,0), object(1,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 9507600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 9507600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 51-53: //# programmable --sender A --inputs 10 @A @@ -15,4 +15,4 @@ task 2, lines 51-53: //> 1: TransferObjects([Result(0)], Input(1)) created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2561200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2561200, storage_rebate: 980400, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/enums/enum_events.exp b/crates/iota-adapter-transactional-tests/tests/enums/enum_events.exp index 162b42bbf3e..56339b89eaf 100644 --- a/crates/iota-adapter-transactional-tests/tests/enums/enum_events.exp +++ b/crates/iota-adapter-transactional-tests/tests/enums/enum_events.exp @@ -4,28 +4,28 @@ task 1, lines 7-33: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5206000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5206000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 35: //# run Test::f::f1 events: Event { package_id: Test, transaction_module: Identifier("f"), sender: _, type_: StructTag { address: Test, module: Identifier("f"), name: Identifier("F"), type_params: [] }, contents: [0] } mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 37: //# run Test::f::f2 --args 42 events: Event { package_id: Test, transaction_module: Identifier("f"), sender: _, type_: StructTag { address: Test, module: Identifier("f"), name: Identifier("F"), type_params: [] }, contents: [1, 42, 0, 0, 0, 0, 0, 0, 0] } mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 4, line 39: //# run Test::f::f3 --args 42 43 events: Event { package_id: Test, transaction_module: Identifier("f"), sender: _, type_: StructTag { address: Test, module: Identifier("f"), name: Identifier("F"), type_params: [] }, contents: [2, 42, 0, 0, 0, 0, 0, 0, 0, 43, 0, 0, 0, 0, 0, 0, 0] } mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 5, line 41: //# run Test::f::f4 --args 42 events: Event { package_id: Test, transaction_module: Identifier("f"), sender: _, type_: StructTag { address: Test, module: Identifier("f"), name: Identifier("F"), type_params: [] }, contents: [3, 42, 0, 0, 0, 0, 0, 0, 0] } mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/enums/enum_otw_check.exp b/crates/iota-adapter-transactional-tests/tests/enums/enum_otw_check.exp index b67e2d1df09..29fe5f38db7 100644 --- a/crates/iota-adapter-transactional-tests/tests/enums/enum_otw_check.exp +++ b/crates/iota-adapter-transactional-tests/tests/enums/enum_otw_check.exp @@ -4,9 +4,9 @@ task 1, lines 7-16: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4628400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4628400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 18: //# run Test::f::test mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/enums/enums_upgrade.exp b/crates/iota-adapter-transactional-tests/tests/enums/enums_upgrade.exp index 1bea956174d..17c11d9182b 100644 --- a/crates/iota-adapter-transactional-tests/tests/enums/enums_upgrade.exp +++ b/crates/iota-adapter-transactional-tests/tests/enums/enums_upgrade.exp @@ -7,13 +7,13 @@ task 1, lines 7-32: //# publish --upgradeable --sender A created: object(1,0), object(1,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 7881200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7881200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 34: //# run Test::f::create_and_test created: object(2,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2188800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2188800, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 36: //# view-object 2,0 @@ -31,7 +31,7 @@ Contents: Test::f::S { task 4, line 38: //# run Test::f::update_inner --args object(2,0) mutated: object(0,1), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2249600, storage_rebate: 2188800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2249600, storage_rebate: 2188800, non_refundable_storage_fee: 0 task 5, line 40: //# view-object 2,0 @@ -52,7 +52,7 @@ task 6, lines 42-71: //# upgrade --package Test --upgrade-capability 1,1 --sender A created: object(6,0) mutated: object(0,0), object(1,1) -gas summary: computation_cost: 1000000, storage_cost: 8299200, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 8299200, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 7, line 73: //# view-object 2,0 @@ -72,7 +72,7 @@ Contents: fake(1,0)::f::S { task 8, line 75: //# run Test::f::update_inner2 --args object(2,0) mutated: object(0,1), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2310400, storage_rebate: 2249600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2310400, storage_rebate: 2249600, non_refundable_storage_fee: 0 task 9, line 77: //# view-object 2,0 diff --git a/crates/iota-adapter-transactional-tests/tests/enums/enums_upgrade_add_variant.exp b/crates/iota-adapter-transactional-tests/tests/enums/enums_upgrade_add_variant.exp index 74ef51cd08d..d7c5a2459aa 100644 --- a/crates/iota-adapter-transactional-tests/tests/enums/enums_upgrade_add_variant.exp +++ b/crates/iota-adapter-transactional-tests/tests/enums/enums_upgrade_add_variant.exp @@ -7,13 +7,13 @@ task 1, lines 7-32: //# publish --upgradeable --sender A created: object(1,0), object(1,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 7881200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7881200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 34: //# run Test::f::create_and_test created: object(2,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2188800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2188800, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 36: //# view-object 2,0 @@ -31,7 +31,7 @@ Contents: Test::f::S { task 4, line 38: //# run Test::f::update_inner --args object(2,0) mutated: object(0,1), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2249600, storage_rebate: 2188800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2249600, storage_rebate: 2188800, non_refundable_storage_fee: 0 task 5, line 40: //# view-object 2,0 diff --git a/crates/iota-adapter-transactional-tests/tests/epoch/advance.exp b/crates/iota-adapter-transactional-tests/tests/epoch/advance.exp index 5ae5996bafa..5405b2a67a0 100644 --- a/crates/iota-adapter-transactional-tests/tests/epoch/advance.exp +++ b/crates/iota-adapter-transactional-tests/tests/epoch/advance.exp @@ -4,18 +4,18 @@ task 1, lines 7-25: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5631600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5631600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 27: //# run test::m::create created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2242000, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2242000, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 29: //# run test::m::check --args object(2,0) 0 mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2242000, storage_rebate: 2242000, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2242000, storage_rebate: 2242000, non_refundable_storage_fee: 0 task 4, line 31: //# advance-epoch @@ -24,4 +24,4 @@ Epoch advanced: 1 task 5, line 33: //# run test::m::check --args object(2,0) 1 mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2242000, storage_rebate: 2242000, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2242000, storage_rebate: 2242000, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/iota/coin_in_vec.exp b/crates/iota-adapter-transactional-tests/tests/iota/coin_in_vec.exp index 5c3d81c731c..c6d97f93885 100644 --- a/crates/iota-adapter-transactional-tests/tests/iota/coin_in_vec.exp +++ b/crates/iota-adapter-transactional-tests/tests/iota/coin_in_vec.exp @@ -7,7 +7,7 @@ task 1, lines 7-29: //# publish --sender A created: object(1,0), object(1,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 7926800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7926800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 31-33: //# programmable --sender A --inputs 10 @A @@ -15,16 +15,16 @@ task 2, lines 31-33: //> TransferObjects([Result(0)], Input(1)) created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 1960800, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 1960800, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 35: //# run test::coin_in_vec::deposit --args object(1,0) object(2,0) --sender A mutated: object(0,0), object(1,0) wrapped: object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2614400, storage_rebate: 3290800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2614400, storage_rebate: 3290800, non_refundable_storage_fee: 0 task 4, line 37: //# run test::coin_in_vec::withdraw --args object(1,0) --sender A mutated: object(0,0), object(1,0) unwrapped: object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 3290800, storage_rebate: 2614400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3290800, storage_rebate: 2614400, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/iota/coin_transfer.exp b/crates/iota-adapter-transactional-tests/tests/iota/coin_transfer.exp index 06e62d6f416..86bca4c693a 100644 --- a/crates/iota-adapter-transactional-tests/tests/iota/coin_transfer.exp +++ b/crates/iota-adapter-transactional-tests/tests/iota/coin_transfer.exp @@ -9,7 +9,7 @@ task 1, lines 9-11: //> TransferObjects([Result(0)], Input(1)) created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 1960800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 1960800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 13: //# view-object 1,0 @@ -30,7 +30,7 @@ task 3, line 15: //# run iota::pay::split_and_transfer --type-args iota::iota::IOTA --args object(1,0) 10 @A --sender B created: object(3,0) mutated: object(0,1), object(1,0) -gas summary: computation_cost: 1000000, storage_cost: 2941200, storage_rebate: 1960800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2941200, storage_rebate: 1960800, non_refundable_storage_fee: 0 task 4, line 17: //# view-object 1,0 diff --git a/crates/iota-adapter-transactional-tests/tests/iota/freeze.exp b/crates/iota-adapter-transactional-tests/tests/iota/freeze.exp index ea36eeb7a77..ad3a71863c6 100644 --- a/crates/iota-adapter-transactional-tests/tests/iota/freeze.exp +++ b/crates/iota-adapter-transactional-tests/tests/iota/freeze.exp @@ -7,18 +7,18 @@ task 1, lines 9-68: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 9310000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 9310000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 70: //# run test::object_basics::create --args 10 @A --sender A created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2371200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2371200, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 72: //# run test::object_basics::freeze_object --args object(2,0) --sender A mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2371200, storage_rebate: 2371200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2371200, storage_rebate: 2371200, non_refundable_storage_fee: 0 task 4, line 74: //# run test::object_basics::transfer_ --args object(2,0) @A --sender A diff --git a/crates/iota-adapter-transactional-tests/tests/iota/move_call_args_type_mismatch.exp b/crates/iota-adapter-transactional-tests/tests/iota/move_call_args_type_mismatch.exp index 949a1663539..7487b32c42d 100644 --- a/crates/iota-adapter-transactional-tests/tests/iota/move_call_args_type_mismatch.exp +++ b/crates/iota-adapter-transactional-tests/tests/iota/move_call_args_type_mismatch.exp @@ -4,7 +4,7 @@ task 1, lines 7-14: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3412400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3412400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 15-17: //# run Test::M::create --args 10 diff --git a/crates/iota-adapter-transactional-tests/tests/iota/move_call_incorrect_function.exp b/crates/iota-adapter-transactional-tests/tests/iota/move_call_incorrect_function.exp index 88aafe6043b..fcd1fbc5fc9 100644 --- a/crates/iota-adapter-transactional-tests/tests/iota/move_call_incorrect_function.exp +++ b/crates/iota-adapter-transactional-tests/tests/iota/move_call_incorrect_function.exp @@ -4,7 +4,7 @@ task 1, lines 9-16: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3412400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3412400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 17-19: //# run 0x242::M::create diff --git a/crates/iota-adapter-transactional-tests/tests/iota/object_basics.exp b/crates/iota-adapter-transactional-tests/tests/iota/object_basics.exp index 22d5d00332b..191478c012b 100644 --- a/crates/iota-adapter-transactional-tests/tests/iota/object_basics.exp +++ b/crates/iota-adapter-transactional-tests/tests/iota/object_basics.exp @@ -7,13 +7,13 @@ task 1, lines 9-68: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 9310000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 9310000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 70: //# run test::object_basics::create --sender A --args 10 @A created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2371200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2371200, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 72: //# view-object 2,0 @@ -31,7 +31,7 @@ Contents: test::object_basics::Object { task 4, line 74: //# run test::object_basics::transfer_ --sender A --args object(2,0) @B mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2371200, storage_rebate: 2371200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2371200, storage_rebate: 2371200, non_refundable_storage_fee: 0 task 5, line 76: //# view-object 2,0 @@ -50,16 +50,16 @@ task 6, line 78: //# run test::object_basics::create --sender B --args 20 @B created: object(6,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2371200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2371200, storage_rebate: 0, non_refundable_storage_fee: 0 task 7, line 80: //# run test::object_basics::update --sender B --args object(2,0) object(6,0) events: Event { package_id: test, transaction_module: Identifier("object_basics"), sender: B, type_: StructTag { address: test, module: Identifier("object_basics"), name: Identifier("NewValueEvent"), type_params: [] }, contents: [20, 0, 0, 0, 0, 0, 0, 0] } mutated: object(0,1), object(2,0), object(6,0) -gas summary: computation_cost: 1000000, storage_cost: 3762000, storage_rebate: 3762000, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3762000, storage_rebate: 3762000, non_refundable_storage_fee: 0 task 8, line 82: //# run test::object_basics::delete --sender B --args object(2,0) mutated: object(0,1) deleted: object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 2371200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 2371200, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/iota/unwrap.exp b/crates/iota-adapter-transactional-tests/tests/iota/unwrap.exp index b62de586d86..4b6c84372e5 100644 --- a/crates/iota-adapter-transactional-tests/tests/iota/unwrap.exp +++ b/crates/iota-adapter-transactional-tests/tests/iota/unwrap.exp @@ -7,13 +7,13 @@ task 1, lines 10-69: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 9142800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 9142800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 71: //# run test::object_basics::create --args 10 @A created: object(2,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2371200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2371200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 73: //# view-object 2,0 @@ -33,14 +33,14 @@ task 4, line 75: created: object(4,0) mutated: object(0,0) wrapped: object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2622000, storage_rebate: 1390800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2622000, storage_rebate: 1390800, non_refundable_storage_fee: 0 task 5, line 77: //# run test::object_basics::unwrap --args object(4,0) --sender A mutated: object(0,0) unwrapped: object(2,0) deleted: object(4,0) -gas summary: computation_cost: 1000000, storage_cost: 2371200, storage_rebate: 2622000, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2371200, storage_rebate: 2622000, non_refundable_storage_fee: 0 task 6, line 79: //# view-object 2,0 diff --git a/crates/iota-adapter-transactional-tests/tests/iota/unwrap_then_delete.exp b/crates/iota-adapter-transactional-tests/tests/iota/unwrap_then_delete.exp index f0ead29445e..d6f71a05e3e 100644 --- a/crates/iota-adapter-transactional-tests/tests/iota/unwrap_then_delete.exp +++ b/crates/iota-adapter-transactional-tests/tests/iota/unwrap_then_delete.exp @@ -7,37 +7,37 @@ task 1, lines 15-62: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 7508800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7508800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 64: //# run test::object_basics::create --args 10 created: object(2,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2371200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2371200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 66: //# run test::object_basics::wrap --args object(2,0) created: object(3,0) mutated: object(0,1) wrapped: object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2622000, storage_rebate: 2371200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2622000, storage_rebate: 2371200, non_refundable_storage_fee: 0 task 4, line 68: //# run test::object_basics::unwrap_and_delete --args object(3,0) mutated: object(0,1) deleted: object(3,0) unwrapped_then_deleted: object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 2622000, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 2622000, non_refundable_storage_fee: 0 task 5, line 70: //# run test::object_basics::create_and_wrap --args 10 created: object(5,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2622000, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2622000, storage_rebate: 980400, non_refundable_storage_fee: 0 task 6, line 72: //# run test::object_basics::unwrap_and_delete --args object(5,0) mutated: object(0,1) deleted: object(5,0) unwrapped_then_deleted: object(_) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 2622000, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 2622000, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/iota/unwrap_then_freeze.exp b/crates/iota-adapter-transactional-tests/tests/iota/unwrap_then_freeze.exp index bddc006d7bc..31e26d65910 100644 --- a/crates/iota-adapter-transactional-tests/tests/iota/unwrap_then_freeze.exp +++ b/crates/iota-adapter-transactional-tests/tests/iota/unwrap_then_freeze.exp @@ -7,13 +7,13 @@ task 1, lines 10-39: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 6938800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6938800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 41: //# run test::object_basics::create --args 10 @A created: object(2,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2371200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2371200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 43: //# view-object 2,0 @@ -33,14 +33,14 @@ task 4, line 45: created: object(4,0) mutated: object(0,0) wrapped: object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2622000, storage_rebate: 1390800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2622000, storage_rebate: 1390800, non_refundable_storage_fee: 0 task 5, line 47: //# run test::object_basics::unwrap_and_freeze --args object(4,0) --sender A mutated: object(0,0) unwrapped: object(2,0) deleted: object(4,0) -gas summary: computation_cost: 1000000, storage_cost: 2371200, storage_rebate: 2622000, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2371200, storage_rebate: 2622000, non_refundable_storage_fee: 0 task 6, line 49: //# view-object 2,0 diff --git a/crates/iota-adapter-transactional-tests/tests/mvcc/child_of_child.exp b/crates/iota-adapter-transactional-tests/tests/mvcc/child_of_child.exp index 0703b1f5465..b727a793a40 100644 --- a/crates/iota-adapter-transactional-tests/tests/mvcc/child_of_child.exp +++ b/crates/iota-adapter-transactional-tests/tests/mvcc/child_of_child.exp @@ -7,7 +7,7 @@ task 1, lines 9-67: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 9211200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 9211200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 69-71: //# programmable --sender A --inputs @A @@ -15,7 +15,7 @@ task 2, lines 69-71: //> TransferObjects([Result(0)], Input(0)) created: object(2,0), object(2,1), object(2,2), object(2,3), object(2,4) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 9705200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 9705200, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 73: //# view-object 2,3 @@ -34,7 +34,7 @@ task 4, lines 75-76: //# programmable --sender A --inputs object(2,3) 1 2 3 //> test::m::set(Input(0), Input(1), Input(2), Input(3)) mutated: object(0,0), object(2,2), object(2,3), object(2,4) -gas summary: computation_cost: 1000000, storage_cost: 4810800, storage_rebate: 4810800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4810800, storage_rebate: 4810800, non_refundable_storage_fee: 0 task 5, line 78: //# view-object 2,3 @@ -54,7 +54,7 @@ task 6, lines 80-81: //> test::m::remove(Input(0)) mutated: object(0,0), object(2,3) deleted: object(2,0), object(2,2) -gas summary: computation_cost: 1000000, storage_cost: 2257200, storage_rebate: 5981200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2257200, storage_rebate: 5981200, non_refundable_storage_fee: 0 task 7, lines 83-86: //# view-object 2,3 @@ -73,20 +73,20 @@ task 8, lines 88-89: //# programmable --sender A --inputs object(2,3)@2 0 0 vector[0] --dev-inspect //> test::m::check(Input(0), Input(1), Input(2), Input(3)) mutated: object(_), object(2,3) -gas summary: computation_cost: 500000, storage_cost: 2257200, storage_rebate: 1276800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 500000, computation_cost_burned: 500000, storage_cost: 2257200, storage_rebate: 1276800, non_refundable_storage_fee: 0 task 9, lines 91-92: //# programmable --sender A --inputs object(2,3)@3 1 2 vector[3] --dev-inspect //> test::m::check(Input(0), Input(1), Input(2), Input(3)) mutated: object(_), object(2,3) -gas summary: computation_cost: 500000, storage_cost: 2257200, storage_rebate: 1276800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 500000, computation_cost_burned: 500000, storage_cost: 2257200, storage_rebate: 1276800, non_refundable_storage_fee: 0 task 10, lines 94-98: //# programmable --sender A --inputs object(2,3)@4 1 2 vector[] --dev-inspect //> test::m::check(Input(0), Input(1), Input(2), Input(3)) // dev-inspect with 'check' and _incorrect_ values mutated: object(_), object(2,3) -gas summary: computation_cost: 500000, storage_cost: 2257200, storage_rebate: 1276800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 500000, computation_cost_burned: 500000, storage_cost: 2257200, storage_rebate: 1276800, non_refundable_storage_fee: 0 task 11, lines 100-101: //# programmable --sender A --inputs object(2,3)@3 0 0 vector[0] --dev-inspect diff --git a/crates/iota-adapter-transactional-tests/tests/mvcc/find_all_uids.exp b/crates/iota-adapter-transactional-tests/tests/mvcc/find_all_uids.exp index 6059b126c5f..769370a75b7 100644 --- a/crates/iota-adapter-transactional-tests/tests/mvcc/find_all_uids.exp +++ b/crates/iota-adapter-transactional-tests/tests/mvcc/find_all_uids.exp @@ -7,7 +7,7 @@ task 1, lines 9-118: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 12198000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 12198000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 120-122: //# programmable --sender A --inputs @A @@ -15,7 +15,7 @@ task 2, lines 120-122: //> TransferObjects([Result(0)], Input(0)) created: object(2,0), object(2,1), object(2,2), object(2,3), object(2,4), object(2,5), object(2,6), object(2,7), object(2,8) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 15564800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 15564800, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 124: //# view-object 2,8 @@ -76,7 +76,7 @@ task 4, lines 126-127: //# programmable --sender A --inputs object(2,8) 112 //> test::m::set(Input(0), Input(1)) mutated: object(0,0), object(2,0), object(2,1), object(2,2), object(2,3), object(2,4), object(2,5), object(2,6), object(2,7), object(2,8) -gas summary: computation_cost: 1000000, storage_cost: 15564800, storage_rebate: 15564800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 15564800, storage_rebate: 15564800, non_refundable_storage_fee: 0 task 5, line 129: //# view-object 2,8 @@ -138,7 +138,7 @@ task 6, lines 131-132: //> test::m::remove(Input(0)) mutated: object(0,0), object(2,8) deleted: object(2,0), object(2,1), object(2,2), object(2,3), object(2,4), object(2,5), object(2,6), object(2,7) -gas summary: computation_cost: 1000000, storage_cost: 3891200, storage_rebate: 15564800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3891200, storage_rebate: 15564800, non_refundable_storage_fee: 0 task 7, lines 134-137: //# view-object 2,8 @@ -199,20 +199,20 @@ task 8, lines 139-140: //# programmable --sender A --inputs object(2,8)@2 vector[0] --dev-inspect //> test::m::check(Input(0), Input(1)) mutated: object(_), object(2,8) -gas summary: computation_cost: 500000, storage_cost: 3891200, storage_rebate: 2910800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 500000, computation_cost_burned: 500000, storage_cost: 3891200, storage_rebate: 2910800, non_refundable_storage_fee: 0 task 9, lines 142-143: //# programmable --sender A --inputs object(2,8)@3 vector[112] --dev-inspect //> test::m::check(Input(0), Input(1)) mutated: object(_), object(2,8) -gas summary: computation_cost: 500000, storage_cost: 3891200, storage_rebate: 2910800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 500000, computation_cost_burned: 500000, storage_cost: 3891200, storage_rebate: 2910800, non_refundable_storage_fee: 0 task 10, lines 145-149: //# programmable --sender A --inputs object(2,8)@4 vector[] --dev-inspect //> test::m::check(Input(0), Input(1)) // dev-inspect with 'check' and _incorrect_ values mutated: object(_), object(2,8) -gas summary: computation_cost: 500000, storage_cost: 3891200, storage_rebate: 2910800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 500000, computation_cost_burned: 500000, storage_cost: 3891200, storage_rebate: 2910800, non_refundable_storage_fee: 0 task 11, lines 151-152: //# programmable --sender A --inputs object(2,8)@3 vector[0] --dev-inspect diff --git a/crates/iota-adapter-transactional-tests/tests/mvcc/find_all_uids_dof.exp b/crates/iota-adapter-transactional-tests/tests/mvcc/find_all_uids_dof.exp index 64b9d443338..caacd932772 100644 --- a/crates/iota-adapter-transactional-tests/tests/mvcc/find_all_uids_dof.exp +++ b/crates/iota-adapter-transactional-tests/tests/mvcc/find_all_uids_dof.exp @@ -7,7 +7,7 @@ task 1, lines 9-131: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 13345600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 13345600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 133-135: //# programmable --sender A --inputs @A @@ -15,7 +15,7 @@ task 2, lines 133-135: //> TransferObjects([Result(0)], Input(0)) created: object(2,0), object(2,1), object(2,2), object(2,3), object(2,4), object(2,5), object(2,6), object(2,7), object(2,8), object(2,9), object(2,10), object(2,11), object(2,12), object(2,13), object(2,14), object(2,15), object(2,16) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 33804800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 33804800, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 137: //# view-object 2,8 @@ -76,7 +76,7 @@ task 4, lines 139-140: //# programmable --sender A --inputs object(2,8) 112 //> test::m::set(Input(0), Input(1)) mutated: object(0,0), object(2,8), object(2,9), object(2,10), object(2,11), object(2,12), object(2,13), object(2,14), object(2,15), object(2,16) -gas summary: computation_cost: 1000000, storage_cost: 14227200, storage_rebate: 14227200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 14227200, storage_rebate: 14227200, non_refundable_storage_fee: 0 task 5, line 142: //# view-object 2,8 @@ -138,7 +138,7 @@ task 6, lines 144-145: //> test::m::remove(Input(0)) mutated: object(0,0), object(2,8) deleted: object(2,0), object(2,1), object(2,2), object(2,3), object(2,4), object(2,5), object(2,6), object(2,7), object(2,9), object(2,10), object(2,11), object(2,12), object(2,13), object(2,14), object(2,15), object(2,16) -gas summary: computation_cost: 1000000, storage_cost: 3891200, storage_rebate: 33804800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3891200, storage_rebate: 33804800, non_refundable_storage_fee: 0 task 7, lines 147-150: //# view-object 2,8 @@ -199,20 +199,20 @@ task 8, lines 152-153: //# programmable --sender A --inputs object(2,8)@2 vector[0] --dev-inspect //> test::m::check(Input(0), Input(1)) mutated: object(_), object(2,8) -gas summary: computation_cost: 500000, storage_cost: 3891200, storage_rebate: 2910800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 500000, computation_cost_burned: 500000, storage_cost: 3891200, storage_rebate: 2910800, non_refundable_storage_fee: 0 task 9, lines 155-156: //# programmable --sender A --inputs object(2,8)@3 vector[112] --dev-inspect //> test::m::check(Input(0), Input(1)) mutated: object(_), object(2,8) -gas summary: computation_cost: 500000, storage_cost: 3891200, storage_rebate: 2910800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 500000, computation_cost_burned: 500000, storage_cost: 3891200, storage_rebate: 2910800, non_refundable_storage_fee: 0 task 10, lines 158-162: //# programmable --sender A --inputs object(2,8)@4 vector[] --dev-inspect //> test::m::check(Input(0), Input(1)) // dev-inspect with 'check' and _incorrect_ values mutated: object(_), object(2,8) -gas summary: computation_cost: 500000, storage_cost: 3891200, storage_rebate: 2910800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 500000, computation_cost_burned: 500000, storage_cost: 3891200, storage_rebate: 2910800, non_refundable_storage_fee: 0 task 11, lines 164-165: //# programmable --sender A --inputs object(2,8)@3 vector[0] --dev-inspect diff --git a/crates/iota-adapter-transactional-tests/tests/mvcc/find_all_uids_dof_enum.exp b/crates/iota-adapter-transactional-tests/tests/mvcc/find_all_uids_dof_enum.exp index c7ae59b445e..cb7a207a5e7 100644 --- a/crates/iota-adapter-transactional-tests/tests/mvcc/find_all_uids_dof_enum.exp +++ b/crates/iota-adapter-transactional-tests/tests/mvcc/find_all_uids_dof_enum.exp @@ -7,7 +7,7 @@ task 1, lines 9-168: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 18156400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 18156400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 170-172: //# programmable --sender A --inputs @A @@ -15,7 +15,7 @@ task 2, lines 170-172: //> TransferObjects([Result(0)], Input(0)) created: object(2,0), object(2,1), object(2,2), object(2,3), object(2,4), object(2,5), object(2,6), object(2,7), object(2,8), object(2,9), object(2,10), object(2,11), object(2,12), object(2,13), object(2,14), object(2,15), object(2,16) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 33865600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 33865600, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 174: //# view-object 2,8 @@ -92,7 +92,7 @@ task 4, lines 176-177: //# programmable --sender A --inputs object(2,8) 112 //> test::m::set(Input(0), Input(1)) mutated: object(0,0), object(2,8), object(2,9), object(2,10), object(2,11), object(2,12), object(2,13), object(2,14), object(2,15), object(2,16) -gas summary: computation_cost: 1000000, storage_cost: 14288000, storage_rebate: 14288000, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 14288000, storage_rebate: 14288000, non_refundable_storage_fee: 0 task 5, line 179: //# view-object 2,8 @@ -170,7 +170,7 @@ task 6, lines 181-182: //> test::m::remove(Input(0)) mutated: object(0,0), object(2,8) deleted: object(2,0), object(2,1), object(2,2), object(2,3), object(2,4), object(2,5), object(2,6), object(2,7), object(2,9), object(2,10), object(2,11), object(2,12), object(2,13), object(2,14), object(2,15), object(2,16) -gas summary: computation_cost: 1000000, storage_cost: 3952000, storage_rebate: 33865600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3952000, storage_rebate: 33865600, non_refundable_storage_fee: 0 task 7, lines 184-186: //# view-object 2,8 @@ -247,13 +247,13 @@ task 8, lines 188-189: //# programmable --sender A --inputs object(2,8)@2 vector[0] --dev-inspect //> test::m::check(Input(0), Input(1)) mutated: object(_), object(2,8) -gas summary: computation_cost: 500000, storage_cost: 3952000, storage_rebate: 2971600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 500000, computation_cost_burned: 500000, storage_cost: 3952000, storage_rebate: 2971600, non_refundable_storage_fee: 0 task 9, lines 191-192: //# programmable --sender A --inputs object(2,8)@3 vector[112] --dev-inspect //> test::m::check(Input(0), Input(1)) mutated: object(_), object(2,8) -gas summary: computation_cost: 500000, storage_cost: 3952000, storage_rebate: 2971600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 500000, computation_cost_burned: 500000, storage_cost: 3952000, storage_rebate: 2971600, non_refundable_storage_fee: 0 task 10, lines 194-199: //# programmable --sender A --inputs object(2,8)@4 vector[] --dev-inspect @@ -261,7 +261,7 @@ task 10, lines 194-199: // dev-inspect with 'check' and _incorrect_ values // Should fail since the field exists but with a different field. mutated: object(_), object(2,8) -gas summary: computation_cost: 500000, storage_cost: 3952000, storage_rebate: 2971600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 500000, computation_cost_burned: 500000, storage_cost: 3952000, storage_rebate: 2971600, non_refundable_storage_fee: 0 task 11, lines 200-203: //# programmable --sender A --inputs object(2,8)@3 vector[0] --dev-inspect diff --git a/crates/iota-adapter-transactional-tests/tests/mvcc/find_all_uids_enums.exp b/crates/iota-adapter-transactional-tests/tests/mvcc/find_all_uids_enums.exp index 28d28472e61..8cef8c023e7 100644 --- a/crates/iota-adapter-transactional-tests/tests/mvcc/find_all_uids_enums.exp +++ b/crates/iota-adapter-transactional-tests/tests/mvcc/find_all_uids_enums.exp @@ -7,7 +7,7 @@ task 1, lines 9-135: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 14128400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 14128400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 137-139: //# programmable --sender A --inputs @A @@ -15,7 +15,7 @@ task 2, lines 137-139: //> TransferObjects([Result(0)], Input(0)) created: object(2,0), object(2,1), object(2,2), object(2,3), object(2,4), object(2,5), object(2,6), object(2,7), object(2,8) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 15595200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 15595200, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 141: //# view-object 2,8 @@ -84,7 +84,7 @@ task 4, lines 143-144: //# programmable --sender A --inputs object(2,8) 112 //> test::m::set(Input(0), Input(1)) mutated: object(0,0), object(2,0), object(2,1), object(2,2), object(2,3), object(2,4), object(2,5), object(2,6), object(2,7), object(2,8) -gas summary: computation_cost: 1000000, storage_cost: 15595200, storage_rebate: 15595200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 15595200, storage_rebate: 15595200, non_refundable_storage_fee: 0 task 5, line 146: //# view-object 2,8 @@ -154,7 +154,7 @@ task 6, lines 148-149: //> test::m::remove(Input(0)) mutated: object(0,0), object(2,8) deleted: object(2,0), object(2,1), object(2,2), object(2,3), object(2,4), object(2,5), object(2,6), object(2,7) -gas summary: computation_cost: 1000000, storage_cost: 3921600, storage_rebate: 15595200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3921600, storage_rebate: 15595200, non_refundable_storage_fee: 0 task 7, lines 151-153: //# view-object 2,8 @@ -223,13 +223,13 @@ task 8, lines 155-156: //# programmable --sender A --inputs object(2,8)@2 vector[0] --dev-inspect //> test::m::check(Input(0), Input(1)) mutated: object(_), object(2,8) -gas summary: computation_cost: 500000, storage_cost: 3921600, storage_rebate: 2941200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 500000, computation_cost_burned: 500000, storage_cost: 3921600, storage_rebate: 2941200, non_refundable_storage_fee: 0 task 9, lines 158-159: //# programmable --sender A --inputs object(2,8)@3 vector[112] --dev-inspect //> test::m::check(Input(0), Input(1)) mutated: object(_), object(2,8) -gas summary: computation_cost: 500000, storage_cost: 3921600, storage_rebate: 2941200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 500000, computation_cost_burned: 500000, storage_cost: 3921600, storage_rebate: 2941200, non_refundable_storage_fee: 0 task 10, lines 161-166: //# programmable --sender A --inputs object(2,8)@4 vector[] --dev-inspect @@ -237,7 +237,7 @@ task 10, lines 161-166: // dev-inspect with 'check' and _incorrect_ values // Should fail since the field exists but with a different field. mutated: object(_), object(2,8) -gas summary: computation_cost: 500000, storage_cost: 3921600, storage_rebate: 2941200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 500000, computation_cost_burned: 500000, storage_cost: 3921600, storage_rebate: 2941200, non_refundable_storage_fee: 0 task 11, lines 167-170: //# programmable --sender A --inputs object(2,8)@3 vector[0] --dev-inspect diff --git a/crates/iota-adapter-transactional-tests/tests/mvcc/find_all_uids_on_child.exp b/crates/iota-adapter-transactional-tests/tests/mvcc/find_all_uids_on_child.exp index 8923aa2b13c..9eab2950c78 100644 --- a/crates/iota-adapter-transactional-tests/tests/mvcc/find_all_uids_on_child.exp +++ b/crates/iota-adapter-transactional-tests/tests/mvcc/find_all_uids_on_child.exp @@ -7,7 +7,7 @@ task 1, lines 9-141: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 13854800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 13854800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 143-145: //# programmable --sender A --inputs @A @@ -15,7 +15,7 @@ task 2, lines 143-145: //> TransferObjects([Result(0)], Input(0)) created: object(2,0), object(2,1), object(2,2), object(2,3), object(2,4), object(2,5), object(2,6), object(2,7), object(2,8), object(2,9) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 17525600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 17525600, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 147: //# view-object 2,9 @@ -33,7 +33,7 @@ task 4, lines 149-150: //# programmable --sender A --inputs object(2,9) 112 //> test::m::set(Input(0), Input(1)) mutated: object(0,0), object(2,1), object(2,2), object(2,3), object(2,4), object(2,5), object(2,6), object(2,7), object(2,8), object(2,9) -gas summary: computation_cost: 1000000, storage_cost: 13892800, storage_rebate: 13892800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 13892800, storage_rebate: 13892800, non_refundable_storage_fee: 0 task 5, line 152: //# view-object 2,9 @@ -52,7 +52,7 @@ task 6, lines 154-155: //> test::m::remove(Input(0)) mutated: object(0,0), object(2,9) deleted: object(2,1), object(2,2), object(2,3), object(2,4), object(2,5), object(2,6), object(2,7), object(2,8) -gas summary: computation_cost: 1000000, storage_cost: 2219200, storage_rebate: 13892800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2219200, storage_rebate: 13892800, non_refundable_storage_fee: 0 task 7, lines 157-160: //# view-object 2,9 @@ -70,20 +70,20 @@ task 8, lines 162-163: //# programmable --sender A --inputs object(2,9)@2 vector[0] --dev-inspect //> test::m::check(Input(0), Input(1)) mutated: object(_), object(2,9) -gas summary: computation_cost: 500000, storage_cost: 2219200, storage_rebate: 1238800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 500000, computation_cost_burned: 500000, storage_cost: 2219200, storage_rebate: 1238800, non_refundable_storage_fee: 0 task 9, lines 165-166: //# programmable --sender A --inputs object(2,9)@3 vector[112] --dev-inspect //> test::m::check(Input(0), Input(1)) mutated: object(_), object(2,9) -gas summary: computation_cost: 500000, storage_cost: 2219200, storage_rebate: 1238800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 500000, computation_cost_burned: 500000, storage_cost: 2219200, storage_rebate: 1238800, non_refundable_storage_fee: 0 task 10, lines 168-172: //# programmable --sender A --inputs object(2,9)@4 vector[] --dev-inspect //> test::m::check(Input(0), Input(1)) // dev-inspect with 'check' and _incorrect_ values mutated: object(_), object(2,9) -gas summary: computation_cost: 500000, storage_cost: 2219200, storage_rebate: 1238800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 500000, computation_cost_burned: 500000, storage_cost: 2219200, storage_rebate: 1238800, non_refundable_storage_fee: 0 task 11, lines 174-175: //# programmable --sender A --inputs object(2,9)@3 vector[0] --dev-inspect diff --git a/crates/iota-adapter-transactional-tests/tests/mvcc/find_all_uids_on_child_enum.exp b/crates/iota-adapter-transactional-tests/tests/mvcc/find_all_uids_on_child_enum.exp index 87689b27888..4f39932b4b1 100644 --- a/crates/iota-adapter-transactional-tests/tests/mvcc/find_all_uids_on_child_enum.exp +++ b/crates/iota-adapter-transactional-tests/tests/mvcc/find_all_uids_on_child_enum.exp @@ -7,7 +7,7 @@ task 1, lines 9-220: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 20862000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 20862000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 222-224: //# programmable --sender A --inputs @A @@ -15,7 +15,7 @@ task 2, lines 222-224: //> TransferObjects([Result(0)], Input(0)) created: object(2,0), object(2,1), object(2,2), object(2,3), object(2,4), object(2,5), object(2,6), object(2,7), object(2,8), object(2,9) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 17571200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 17571200, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 226: //# view-object 2,9 @@ -33,7 +33,7 @@ task 4, lines 228-229: //# programmable --sender A --inputs object(2,9) 112 //> test::m::set(Input(0), Input(1)) mutated: object(0,0), object(2,1), object(2,2), object(2,3), object(2,4), object(2,5), object(2,6), object(2,7), object(2,8), object(2,9) -gas summary: computation_cost: 1000000, storage_cost: 13892800, storage_rebate: 13892800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 13892800, storage_rebate: 13892800, non_refundable_storage_fee: 0 task 5, line 231: //# view-object 2,9 @@ -52,7 +52,7 @@ task 6, lines 233-234: //> test::m::remove(Input(0)) mutated: object(0,0), object(2,9) deleted: object(2,1), object(2,2), object(2,3), object(2,4), object(2,5), object(2,6), object(2,7), object(2,8) -gas summary: computation_cost: 1000000, storage_cost: 2219200, storage_rebate: 13892800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2219200, storage_rebate: 13892800, non_refundable_storage_fee: 0 task 7, lines 236-239: //# view-object 2,9 @@ -70,13 +70,13 @@ task 8, lines 241-242: //# programmable --sender A --inputs object(2,9)@2 vector[0] --dev-inspect //> test::m::check(Input(0), Input(1)) mutated: object(_), object(2,9) -gas summary: computation_cost: 500000, storage_cost: 2219200, storage_rebate: 1238800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 500000, computation_cost_burned: 500000, storage_cost: 2219200, storage_rebate: 1238800, non_refundable_storage_fee: 0 task 9, lines 244-245: //# programmable --sender A --inputs object(2,9)@3 vector[112] --dev-inspect //> test::m::check(Input(0), Input(1)) mutated: object(_), object(2,9) -gas summary: computation_cost: 500000, storage_cost: 2219200, storage_rebate: 1238800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 500000, computation_cost_burned: 500000, storage_cost: 2219200, storage_rebate: 1238800, non_refundable_storage_fee: 0 task 10, lines 247-252: //# programmable --sender A --inputs object(2,9)@4 vector[] --dev-inspect @@ -84,7 +84,7 @@ task 10, lines 247-252: // dev-inspect with 'check' and _incorrect_ values // Should fail since the field exists but with a different field. mutated: object(_), object(2,9) -gas summary: computation_cost: 500000, storage_cost: 2219200, storage_rebate: 1238800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 500000, computation_cost_burned: 500000, storage_cost: 2219200, storage_rebate: 1238800, non_refundable_storage_fee: 0 task 11, lines 253-256: //# programmable --sender A --inputs object(2,9)@3 vector[0] --dev-inspect diff --git a/crates/iota-adapter-transactional-tests/tests/mvcc/middle_version_less_than_child.exp b/crates/iota-adapter-transactional-tests/tests/mvcc/middle_version_less_than_child.exp index 875521c72a9..7253324d428 100644 --- a/crates/iota-adapter-transactional-tests/tests/mvcc/middle_version_less_than_child.exp +++ b/crates/iota-adapter-transactional-tests/tests/mvcc/middle_version_less_than_child.exp @@ -7,7 +7,7 @@ task 1, lines 9-52: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 7486000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7486000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 54-58: //# programmable --sender A --inputs @A @@ -16,7 +16,7 @@ task 2, lines 54-58: // All 3 objects have version 2 created: object(2,0), object(2,1), object(2,2) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 6254800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6254800, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 60: //# view-object 2,0 @@ -78,7 +78,7 @@ task 6, lines 66-69: //> test::m::set(Input(0), Input(1)) // The middle object has version 2, while the root and modified leaf have version 3 mutated: object(0,0), object(2,1), object(2,2) -gas summary: computation_cost: 1000000, storage_cost: 4256000, storage_rebate: 4256000, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4256000, storage_rebate: 4256000, non_refundable_storage_fee: 0 task 7, line 71: //# view-object 2,0 @@ -139,4 +139,4 @@ task 10, lines 80-81: //# programmable --sender A --inputs object(2,2) 112 //> test::m::check(Input(0), Input(1)) mutated: object(0,0), object(2,2) -gas summary: computation_cost: 1000000, storage_cost: 2257200, storage_rebate: 2257200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2257200, storage_rebate: 2257200, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/mvcc/middle_version_less_than_child_enum.exp b/crates/iota-adapter-transactional-tests/tests/mvcc/middle_version_less_than_child_enum.exp index bf8bc973204..66fdff391d9 100644 --- a/crates/iota-adapter-transactional-tests/tests/mvcc/middle_version_less_than_child_enum.exp +++ b/crates/iota-adapter-transactional-tests/tests/mvcc/middle_version_less_than_child_enum.exp @@ -7,7 +7,7 @@ task 1, lines 9-77: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 9310000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 9310000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 79-83: //# programmable --sender A --inputs @A @@ -16,7 +16,7 @@ task 2, lines 79-83: // All 3 objects have version 2 created: object(2,0), object(2,1), object(2,2) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 6285200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6285200, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 85: //# view-object 2,0 @@ -78,7 +78,7 @@ task 6, lines 91-94: //> test::m::set(Input(0), Input(1)) // The middle object has version 2, while the root and modified leaf have version 3 mutated: object(0,0), object(2,0), object(2,2) -gas summary: computation_cost: 1000000, storage_cost: 4271200, storage_rebate: 4271200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4271200, storage_rebate: 4271200, non_refundable_storage_fee: 0 task 7, line 96: //# view-object 2,0 @@ -139,4 +139,4 @@ task 10, lines 105-106: //# programmable --sender A --inputs object(2,2) 112 //> test::m::check(Input(0), Input(1)) mutated: object(0,0), object(2,2) -gas summary: computation_cost: 1000000, storage_cost: 2257200, storage_rebate: 2257200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2257200, storage_rebate: 2257200, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/mvcc/not_root_version.exp b/crates/iota-adapter-transactional-tests/tests/mvcc/not_root_version.exp index 10228a3f02c..ab76edcf5b8 100644 --- a/crates/iota-adapter-transactional-tests/tests/mvcc/not_root_version.exp +++ b/crates/iota-adapter-transactional-tests/tests/mvcc/not_root_version.exp @@ -7,7 +7,7 @@ task 1, lines 9-54: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 7425200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7425200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 56-58: //# programmable --sender P1 --inputs @P1 @@ -15,19 +15,19 @@ task 2, lines 56-58: //> TransferObjects([Result(0)], Input(0)) created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2181200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2181200, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, lines 60-61: //# programmable --sender P1 --inputs object(2,0) //> test::m::nop(); mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2181200, storage_rebate: 2181200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2181200, storage_rebate: 2181200, non_refundable_storage_fee: 0 task 4, lines 63-64: //# programmable --sender P1 --inputs object(2,0) //> test::m::nop(); mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2181200, storage_rebate: 2181200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2181200, storage_rebate: 2181200, non_refundable_storage_fee: 0 task 5, lines 66-69: //# view-object 2,0 @@ -47,7 +47,7 @@ task 6, lines 71-73: //> TransferObjects([Result(0)], Input(0)) created: object(6,0), object(6,1) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 3640400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3640400, storage_rebate: 0, non_refundable_storage_fee: 0 task 7, line 75: //# view-object 6,0 @@ -67,7 +67,7 @@ task 8, lines 77-78: //# programmable --sender P2 --inputs object(6,1) //> 0: test::m::bump(Input(0)); mutated: object(0,1), object(6,0), object(6,1) -gas summary: computation_cost: 1000000, storage_cost: 3640400, storage_rebate: 3640400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3640400, storage_rebate: 3640400, non_refundable_storage_fee: 0 task 9, lines 80-84: //# view-object 6,0 @@ -92,7 +92,7 @@ task 10, lines 86-91: created: object(10,0) mutated: object(_), object(2,0) wrapped: object(6,1) -gas summary: computation_cost: 500000, storage_cost: 4104000, storage_rebate: 2401600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 500000, computation_cost_burned: 500000, storage_cost: 4104000, storage_rebate: 2401600, non_refundable_storage_fee: 0 task 11, lines 93-97: //# programmable --sender P2 --inputs object(2,0)@4 object(6,1)@3 1 --dev-inspect @@ -102,7 +102,7 @@ task 11, lines 93-97: created: object(10,0) mutated: object(_), object(2,0) wrapped: object(6,1) -gas summary: computation_cost: 500000, storage_cost: 4104000, storage_rebate: 2401600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 500000, computation_cost_burned: 500000, storage_cost: 4104000, storage_rebate: 2401600, non_refundable_storage_fee: 0 task 12, lines 99-103: //# programmable --sender P2 --inputs object(2,0)@4 object(6,1)@2 1 --dev-inspect diff --git a/crates/iota-adapter-transactional-tests/tests/mvcc/not_root_version_flipped_case.exp b/crates/iota-adapter-transactional-tests/tests/mvcc/not_root_version_flipped_case.exp index 8a1aa4e9238..a3f16edc70b 100644 --- a/crates/iota-adapter-transactional-tests/tests/mvcc/not_root_version_flipped_case.exp +++ b/crates/iota-adapter-transactional-tests/tests/mvcc/not_root_version_flipped_case.exp @@ -7,7 +7,7 @@ task 1, lines 9-54: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 7425200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7425200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 56-58: //# programmable --sender P1 --inputs @P1 @@ -15,7 +15,7 @@ task 2, lines 56-58: //> TransferObjects([Result(0)], Input(0)) created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2181200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2181200, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, lines 61-64: //# view-object 2,0 @@ -35,7 +35,7 @@ task 4, lines 66-68: //> TransferObjects([Result(0)], Input(0)) created: object(4,0), object(4,1) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 3640400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3640400, storage_rebate: 0, non_refundable_storage_fee: 0 task 5, line 70: //# view-object 4,0 @@ -55,7 +55,7 @@ task 6, lines 72-73: //# programmable --sender P2 --inputs object(4,1) //> 0: test::m::bump(Input(0)); mutated: object(0,1), object(4,0), object(4,1) -gas summary: computation_cost: 1000000, storage_cost: 3640400, storage_rebate: 3640400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3640400, storage_rebate: 3640400, non_refundable_storage_fee: 0 task 7, lines 75-78: //# view-object 4,0 @@ -80,7 +80,7 @@ task 8, lines 80-85: created: object(8,0) mutated: object(_), object(2,0) wrapped: object(4,1) -gas summary: computation_cost: 500000, storage_cost: 4104000, storage_rebate: 2401600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 500000, computation_cost_burned: 500000, storage_cost: 4104000, storage_rebate: 2401600, non_refundable_storage_fee: 0 task 9, lines 87-91: //# programmable --sender P2 --inputs object(2,0)@2 object(4,1)@2 0 --dev-inspect @@ -90,7 +90,7 @@ task 9, lines 87-91: created: object(8,0) mutated: object(_), object(2,0) wrapped: object(4,1) -gas summary: computation_cost: 500000, storage_cost: 4104000, storage_rebate: 2401600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 500000, computation_cost_burned: 500000, storage_cost: 4104000, storage_rebate: 2401600, non_refundable_storage_fee: 0 task 10, lines 93-97: //# programmable --sender P2 --inputs object(2,0)@2 object(4,1)@2 1 --dev-inspect diff --git a/crates/iota-adapter-transactional-tests/tests/mvcc/receive_object_access_through_parent_df.exp b/crates/iota-adapter-transactional-tests/tests/mvcc/receive_object_access_through_parent_df.exp index 2ce7e5f5b8e..ec55bd38427 100644 --- a/crates/iota-adapter-transactional-tests/tests/mvcc/receive_object_access_through_parent_df.exp +++ b/crates/iota-adapter-transactional-tests/tests/mvcc/receive_object_access_through_parent_df.exp @@ -7,13 +7,13 @@ task 1, lines 7-77: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 12517200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 12517200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 79: //# run tto::M1::start --sender A created: object(2,0), object(2,1), object(2,2), object(2,3), object(2,4), object(2,5), object(2,6), object(2,7) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 15230400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 15230400, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 81: //# view-object 2,0 @@ -243,11 +243,11 @@ task 12, line 101: created: object(12,0) mutated: object(0,0), object(2,6) wrapped: object(2,4) -gas summary: computation_cost: 1000000, storage_cost: 4256000, storage_rebate: 3534000, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4256000, storage_rebate: 3534000, non_refundable_storage_fee: 0 task 13, line 103: //# run tto::M1::receive_wrapped --args object(2,6) receiving(2,7) --sender A created: object(13,0) mutated: object(0,0), object(2,6) wrapped: object(2,7) -gas summary: computation_cost: 1000000, storage_cost: 4833600, storage_rebate: 4111600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4833600, storage_rebate: 4111600, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/mvcc/receive_object_access_through_parent_dof.exp b/crates/iota-adapter-transactional-tests/tests/mvcc/receive_object_access_through_parent_dof.exp index 7d52f2beb6d..c81c0c36930 100644 --- a/crates/iota-adapter-transactional-tests/tests/mvcc/receive_object_access_through_parent_dof.exp +++ b/crates/iota-adapter-transactional-tests/tests/mvcc/receive_object_access_through_parent_dof.exp @@ -7,13 +7,13 @@ task 1, lines 7-77: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 12502000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 12502000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 79: //# run tto::M1::start --sender A created: object(2,0), object(2,1), object(2,2), object(2,3), object(2,4), object(2,5), object(2,6), object(2,7), object(2,8), object(2,9) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 18665600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 18665600, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 81: //# view-object 2,0 @@ -260,10 +260,10 @@ task 14, line 105: //# run tto::M1::receive_b_parent --args object(2,7) receiving(2,5) --sender A created: object(14,0) mutated: object(0,0), object(2,5), object(2,7) -gas summary: computation_cost: 1000000, storage_cost: 5981200, storage_rebate: 3534000, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5981200, storage_rebate: 3534000, non_refundable_storage_fee: 0 task 15, line 107: //# run tto::M1::receive_wrapped --args object(2,7) receiving(2,9) --sender A created: object(15,0) mutated: object(0,0), object(2,7), object(2,9) -gas summary: computation_cost: 1000000, storage_cost: 6558800, storage_rebate: 4111600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6558800, storage_rebate: 4111600, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/mvcc/receive_object_dof.exp b/crates/iota-adapter-transactional-tests/tests/mvcc/receive_object_dof.exp index 574d8de36e1..2ba476cb445 100644 --- a/crates/iota-adapter-transactional-tests/tests/mvcc/receive_object_dof.exp +++ b/crates/iota-adapter-transactional-tests/tests/mvcc/receive_object_dof.exp @@ -7,13 +7,13 @@ task 1, lines 7-59: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 10526000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 10526000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 61: //# run tto::M1::start --sender A created: object(2,0), object(2,1), object(2,2), object(2,3) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 7235200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7235200, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 63: //# view-object 2,0 @@ -76,7 +76,7 @@ task 7, line 71: //# run tto::M1::receive --args object(2,2) receiving(2,3) --sender A created: object(7,0) mutated: object(0,0), object(2,2), object(2,3) -gas summary: computation_cost: 1000000, storage_cost: 5966000, storage_rebate: 3518800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5966000, storage_rebate: 3518800, non_refundable_storage_fee: 0 task 8, lines 73-75: //# view-object 2,0 @@ -139,7 +139,7 @@ task 12, lines 82-83: //# programmable --sender A --inputs object(2,2) 1 2 3 //> tto::M1::set(Input(0), Input(1), Input(2), Input(3)) mutated: object(0,0), object(2,1), object(2,2), object(2,3) -gas summary: computation_cost: 1000000, storage_cost: 4788000, storage_rebate: 4788000, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4788000, storage_rebate: 4788000, non_refundable_storage_fee: 0 task 13, lines 85-87: //# view-object 2,0 @@ -204,26 +204,26 @@ task 17, lines 94-97: // dev-inspect with 'check' and correct values mutated: object(0,0), object(2,2) deleted: object(2,0), object(2,1) -gas summary: computation_cost: 1000000, storage_cost: 2249600, storage_rebate: 5966000, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2249600, storage_rebate: 5966000, non_refundable_storage_fee: 0 task 18, lines 99-100: //# programmable --sender A --inputs object(2,2)@3 0 0 vector[0] --dev-inspect //> tto::M1::check(Input(0), Input(1), Input(2), Input(3)) mutated: object(_), object(2,2) -gas summary: computation_cost: 500000, storage_cost: 2249600, storage_rebate: 1269200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 500000, computation_cost_burned: 500000, storage_cost: 2249600, storage_rebate: 1269200, non_refundable_storage_fee: 0 task 19, lines 102-103: //# programmable --sender A --inputs object(2,2)@4 1 2 vector[3] --dev-inspect //> tto::M1::check(Input(0), Input(1), Input(2), Input(3)) mutated: object(_), object(2,2) -gas summary: computation_cost: 500000, storage_cost: 2249600, storage_rebate: 1269200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 500000, computation_cost_burned: 500000, storage_cost: 2249600, storage_rebate: 1269200, non_refundable_storage_fee: 0 task 20, lines 105-108: //# programmable --sender A --inputs object(2,2)@5 1 2 vector[] --dev-inspect //> tto::M1::check(Input(0), Input(1), Input(2), Input(3)) // dev-inspect with 'check' and _incorrect_ values mutated: object(_), object(2,2) -gas summary: computation_cost: 500000, storage_cost: 2249600, storage_rebate: 1269200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 500000, computation_cost_burned: 500000, storage_cost: 2249600, storage_rebate: 1269200, non_refundable_storage_fee: 0 task 21, lines 110-111: //# programmable --sender A --inputs object(2,2)@4 0 0 vector[0] --dev-inspect diff --git a/crates/iota-adapter-transactional-tests/tests/mvcc/v0/child_of_child.exp b/crates/iota-adapter-transactional-tests/tests/mvcc/v0/child_of_child.exp index 0703b1f5465..b727a793a40 100644 --- a/crates/iota-adapter-transactional-tests/tests/mvcc/v0/child_of_child.exp +++ b/crates/iota-adapter-transactional-tests/tests/mvcc/v0/child_of_child.exp @@ -7,7 +7,7 @@ task 1, lines 9-67: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 9211200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 9211200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 69-71: //# programmable --sender A --inputs @A @@ -15,7 +15,7 @@ task 2, lines 69-71: //> TransferObjects([Result(0)], Input(0)) created: object(2,0), object(2,1), object(2,2), object(2,3), object(2,4) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 9705200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 9705200, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 73: //# view-object 2,3 @@ -34,7 +34,7 @@ task 4, lines 75-76: //# programmable --sender A --inputs object(2,3) 1 2 3 //> test::m::set(Input(0), Input(1), Input(2), Input(3)) mutated: object(0,0), object(2,2), object(2,3), object(2,4) -gas summary: computation_cost: 1000000, storage_cost: 4810800, storage_rebate: 4810800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4810800, storage_rebate: 4810800, non_refundable_storage_fee: 0 task 5, line 78: //# view-object 2,3 @@ -54,7 +54,7 @@ task 6, lines 80-81: //> test::m::remove(Input(0)) mutated: object(0,0), object(2,3) deleted: object(2,0), object(2,2) -gas summary: computation_cost: 1000000, storage_cost: 2257200, storage_rebate: 5981200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2257200, storage_rebate: 5981200, non_refundable_storage_fee: 0 task 7, lines 83-86: //# view-object 2,3 @@ -73,20 +73,20 @@ task 8, lines 88-89: //# programmable --sender A --inputs object(2,3)@2 0 0 vector[0] --dev-inspect //> test::m::check(Input(0), Input(1), Input(2), Input(3)) mutated: object(_), object(2,3) -gas summary: computation_cost: 500000, storage_cost: 2257200, storage_rebate: 1276800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 500000, computation_cost_burned: 500000, storage_cost: 2257200, storage_rebate: 1276800, non_refundable_storage_fee: 0 task 9, lines 91-92: //# programmable --sender A --inputs object(2,3)@3 1 2 vector[3] --dev-inspect //> test::m::check(Input(0), Input(1), Input(2), Input(3)) mutated: object(_), object(2,3) -gas summary: computation_cost: 500000, storage_cost: 2257200, storage_rebate: 1276800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 500000, computation_cost_burned: 500000, storage_cost: 2257200, storage_rebate: 1276800, non_refundable_storage_fee: 0 task 10, lines 94-98: //# programmable --sender A --inputs object(2,3)@4 1 2 vector[] --dev-inspect //> test::m::check(Input(0), Input(1), Input(2), Input(3)) // dev-inspect with 'check' and _incorrect_ values mutated: object(_), object(2,3) -gas summary: computation_cost: 500000, storage_cost: 2257200, storage_rebate: 1276800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 500000, computation_cost_burned: 500000, storage_cost: 2257200, storage_rebate: 1276800, non_refundable_storage_fee: 0 task 11, lines 100-101: //# programmable --sender A --inputs object(2,3)@3 0 0 vector[0] --dev-inspect diff --git a/crates/iota-adapter-transactional-tests/tests/mvcc/v0/find_all_uids.exp b/crates/iota-adapter-transactional-tests/tests/mvcc/v0/find_all_uids.exp index 6059b126c5f..769370a75b7 100644 --- a/crates/iota-adapter-transactional-tests/tests/mvcc/v0/find_all_uids.exp +++ b/crates/iota-adapter-transactional-tests/tests/mvcc/v0/find_all_uids.exp @@ -7,7 +7,7 @@ task 1, lines 9-118: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 12198000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 12198000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 120-122: //# programmable --sender A --inputs @A @@ -15,7 +15,7 @@ task 2, lines 120-122: //> TransferObjects([Result(0)], Input(0)) created: object(2,0), object(2,1), object(2,2), object(2,3), object(2,4), object(2,5), object(2,6), object(2,7), object(2,8) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 15564800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 15564800, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 124: //# view-object 2,8 @@ -76,7 +76,7 @@ task 4, lines 126-127: //# programmable --sender A --inputs object(2,8) 112 //> test::m::set(Input(0), Input(1)) mutated: object(0,0), object(2,0), object(2,1), object(2,2), object(2,3), object(2,4), object(2,5), object(2,6), object(2,7), object(2,8) -gas summary: computation_cost: 1000000, storage_cost: 15564800, storage_rebate: 15564800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 15564800, storage_rebate: 15564800, non_refundable_storage_fee: 0 task 5, line 129: //# view-object 2,8 @@ -138,7 +138,7 @@ task 6, lines 131-132: //> test::m::remove(Input(0)) mutated: object(0,0), object(2,8) deleted: object(2,0), object(2,1), object(2,2), object(2,3), object(2,4), object(2,5), object(2,6), object(2,7) -gas summary: computation_cost: 1000000, storage_cost: 3891200, storage_rebate: 15564800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3891200, storage_rebate: 15564800, non_refundable_storage_fee: 0 task 7, lines 134-137: //# view-object 2,8 @@ -199,20 +199,20 @@ task 8, lines 139-140: //# programmable --sender A --inputs object(2,8)@2 vector[0] --dev-inspect //> test::m::check(Input(0), Input(1)) mutated: object(_), object(2,8) -gas summary: computation_cost: 500000, storage_cost: 3891200, storage_rebate: 2910800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 500000, computation_cost_burned: 500000, storage_cost: 3891200, storage_rebate: 2910800, non_refundable_storage_fee: 0 task 9, lines 142-143: //# programmable --sender A --inputs object(2,8)@3 vector[112] --dev-inspect //> test::m::check(Input(0), Input(1)) mutated: object(_), object(2,8) -gas summary: computation_cost: 500000, storage_cost: 3891200, storage_rebate: 2910800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 500000, computation_cost_burned: 500000, storage_cost: 3891200, storage_rebate: 2910800, non_refundable_storage_fee: 0 task 10, lines 145-149: //# programmable --sender A --inputs object(2,8)@4 vector[] --dev-inspect //> test::m::check(Input(0), Input(1)) // dev-inspect with 'check' and _incorrect_ values mutated: object(_), object(2,8) -gas summary: computation_cost: 500000, storage_cost: 3891200, storage_rebate: 2910800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 500000, computation_cost_burned: 500000, storage_cost: 3891200, storage_rebate: 2910800, non_refundable_storage_fee: 0 task 11, lines 151-152: //# programmable --sender A --inputs object(2,8)@3 vector[0] --dev-inspect diff --git a/crates/iota-adapter-transactional-tests/tests/mvcc/v0/find_all_uids_dof.exp b/crates/iota-adapter-transactional-tests/tests/mvcc/v0/find_all_uids_dof.exp index 64b9d443338..caacd932772 100644 --- a/crates/iota-adapter-transactional-tests/tests/mvcc/v0/find_all_uids_dof.exp +++ b/crates/iota-adapter-transactional-tests/tests/mvcc/v0/find_all_uids_dof.exp @@ -7,7 +7,7 @@ task 1, lines 9-131: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 13345600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 13345600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 133-135: //# programmable --sender A --inputs @A @@ -15,7 +15,7 @@ task 2, lines 133-135: //> TransferObjects([Result(0)], Input(0)) created: object(2,0), object(2,1), object(2,2), object(2,3), object(2,4), object(2,5), object(2,6), object(2,7), object(2,8), object(2,9), object(2,10), object(2,11), object(2,12), object(2,13), object(2,14), object(2,15), object(2,16) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 33804800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 33804800, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 137: //# view-object 2,8 @@ -76,7 +76,7 @@ task 4, lines 139-140: //# programmable --sender A --inputs object(2,8) 112 //> test::m::set(Input(0), Input(1)) mutated: object(0,0), object(2,8), object(2,9), object(2,10), object(2,11), object(2,12), object(2,13), object(2,14), object(2,15), object(2,16) -gas summary: computation_cost: 1000000, storage_cost: 14227200, storage_rebate: 14227200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 14227200, storage_rebate: 14227200, non_refundable_storage_fee: 0 task 5, line 142: //# view-object 2,8 @@ -138,7 +138,7 @@ task 6, lines 144-145: //> test::m::remove(Input(0)) mutated: object(0,0), object(2,8) deleted: object(2,0), object(2,1), object(2,2), object(2,3), object(2,4), object(2,5), object(2,6), object(2,7), object(2,9), object(2,10), object(2,11), object(2,12), object(2,13), object(2,14), object(2,15), object(2,16) -gas summary: computation_cost: 1000000, storage_cost: 3891200, storage_rebate: 33804800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3891200, storage_rebate: 33804800, non_refundable_storage_fee: 0 task 7, lines 147-150: //# view-object 2,8 @@ -199,20 +199,20 @@ task 8, lines 152-153: //# programmable --sender A --inputs object(2,8)@2 vector[0] --dev-inspect //> test::m::check(Input(0), Input(1)) mutated: object(_), object(2,8) -gas summary: computation_cost: 500000, storage_cost: 3891200, storage_rebate: 2910800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 500000, computation_cost_burned: 500000, storage_cost: 3891200, storage_rebate: 2910800, non_refundable_storage_fee: 0 task 9, lines 155-156: //# programmable --sender A --inputs object(2,8)@3 vector[112] --dev-inspect //> test::m::check(Input(0), Input(1)) mutated: object(_), object(2,8) -gas summary: computation_cost: 500000, storage_cost: 3891200, storage_rebate: 2910800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 500000, computation_cost_burned: 500000, storage_cost: 3891200, storage_rebate: 2910800, non_refundable_storage_fee: 0 task 10, lines 158-162: //# programmable --sender A --inputs object(2,8)@4 vector[] --dev-inspect //> test::m::check(Input(0), Input(1)) // dev-inspect with 'check' and _incorrect_ values mutated: object(_), object(2,8) -gas summary: computation_cost: 500000, storage_cost: 3891200, storage_rebate: 2910800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 500000, computation_cost_burned: 500000, storage_cost: 3891200, storage_rebate: 2910800, non_refundable_storage_fee: 0 task 11, lines 164-165: //# programmable --sender A --inputs object(2,8)@3 vector[0] --dev-inspect diff --git a/crates/iota-adapter-transactional-tests/tests/mvcc/v0/find_all_uids_on_child.exp b/crates/iota-adapter-transactional-tests/tests/mvcc/v0/find_all_uids_on_child.exp index 8923aa2b13c..9eab2950c78 100644 --- a/crates/iota-adapter-transactional-tests/tests/mvcc/v0/find_all_uids_on_child.exp +++ b/crates/iota-adapter-transactional-tests/tests/mvcc/v0/find_all_uids_on_child.exp @@ -7,7 +7,7 @@ task 1, lines 9-141: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 13854800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 13854800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 143-145: //# programmable --sender A --inputs @A @@ -15,7 +15,7 @@ task 2, lines 143-145: //> TransferObjects([Result(0)], Input(0)) created: object(2,0), object(2,1), object(2,2), object(2,3), object(2,4), object(2,5), object(2,6), object(2,7), object(2,8), object(2,9) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 17525600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 17525600, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 147: //# view-object 2,9 @@ -33,7 +33,7 @@ task 4, lines 149-150: //# programmable --sender A --inputs object(2,9) 112 //> test::m::set(Input(0), Input(1)) mutated: object(0,0), object(2,1), object(2,2), object(2,3), object(2,4), object(2,5), object(2,6), object(2,7), object(2,8), object(2,9) -gas summary: computation_cost: 1000000, storage_cost: 13892800, storage_rebate: 13892800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 13892800, storage_rebate: 13892800, non_refundable_storage_fee: 0 task 5, line 152: //# view-object 2,9 @@ -52,7 +52,7 @@ task 6, lines 154-155: //> test::m::remove(Input(0)) mutated: object(0,0), object(2,9) deleted: object(2,1), object(2,2), object(2,3), object(2,4), object(2,5), object(2,6), object(2,7), object(2,8) -gas summary: computation_cost: 1000000, storage_cost: 2219200, storage_rebate: 13892800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2219200, storage_rebate: 13892800, non_refundable_storage_fee: 0 task 7, lines 157-160: //# view-object 2,9 @@ -70,20 +70,20 @@ task 8, lines 162-163: //# programmable --sender A --inputs object(2,9)@2 vector[0] --dev-inspect //> test::m::check(Input(0), Input(1)) mutated: object(_), object(2,9) -gas summary: computation_cost: 500000, storage_cost: 2219200, storage_rebate: 1238800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 500000, computation_cost_burned: 500000, storage_cost: 2219200, storage_rebate: 1238800, non_refundable_storage_fee: 0 task 9, lines 165-166: //# programmable --sender A --inputs object(2,9)@3 vector[112] --dev-inspect //> test::m::check(Input(0), Input(1)) mutated: object(_), object(2,9) -gas summary: computation_cost: 500000, storage_cost: 2219200, storage_rebate: 1238800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 500000, computation_cost_burned: 500000, storage_cost: 2219200, storage_rebate: 1238800, non_refundable_storage_fee: 0 task 10, lines 168-172: //# programmable --sender A --inputs object(2,9)@4 vector[] --dev-inspect //> test::m::check(Input(0), Input(1)) // dev-inspect with 'check' and _incorrect_ values mutated: object(_), object(2,9) -gas summary: computation_cost: 500000, storage_cost: 2219200, storage_rebate: 1238800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 500000, computation_cost_burned: 500000, storage_cost: 2219200, storage_rebate: 1238800, non_refundable_storage_fee: 0 task 11, lines 174-175: //# programmable --sender A --inputs object(2,9)@3 vector[0] --dev-inspect diff --git a/crates/iota-adapter-transactional-tests/tests/mvcc/v0/middle_version_less_than_child.exp b/crates/iota-adapter-transactional-tests/tests/mvcc/v0/middle_version_less_than_child.exp index 875521c72a9..7253324d428 100644 --- a/crates/iota-adapter-transactional-tests/tests/mvcc/v0/middle_version_less_than_child.exp +++ b/crates/iota-adapter-transactional-tests/tests/mvcc/v0/middle_version_less_than_child.exp @@ -7,7 +7,7 @@ task 1, lines 9-52: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 7486000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7486000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 54-58: //# programmable --sender A --inputs @A @@ -16,7 +16,7 @@ task 2, lines 54-58: // All 3 objects have version 2 created: object(2,0), object(2,1), object(2,2) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 6254800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6254800, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 60: //# view-object 2,0 @@ -78,7 +78,7 @@ task 6, lines 66-69: //> test::m::set(Input(0), Input(1)) // The middle object has version 2, while the root and modified leaf have version 3 mutated: object(0,0), object(2,1), object(2,2) -gas summary: computation_cost: 1000000, storage_cost: 4256000, storage_rebate: 4256000, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4256000, storage_rebate: 4256000, non_refundable_storage_fee: 0 task 7, line 71: //# view-object 2,0 @@ -139,4 +139,4 @@ task 10, lines 80-81: //# programmable --sender A --inputs object(2,2) 112 //> test::m::check(Input(0), Input(1)) mutated: object(0,0), object(2,2) -gas summary: computation_cost: 1000000, storage_cost: 2257200, storage_rebate: 2257200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2257200, storage_rebate: 2257200, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/mvcc/v0/not_root_version.exp b/crates/iota-adapter-transactional-tests/tests/mvcc/v0/not_root_version.exp index 10228a3f02c..ab76edcf5b8 100644 --- a/crates/iota-adapter-transactional-tests/tests/mvcc/v0/not_root_version.exp +++ b/crates/iota-adapter-transactional-tests/tests/mvcc/v0/not_root_version.exp @@ -7,7 +7,7 @@ task 1, lines 9-54: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 7425200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7425200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 56-58: //# programmable --sender P1 --inputs @P1 @@ -15,19 +15,19 @@ task 2, lines 56-58: //> TransferObjects([Result(0)], Input(0)) created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2181200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2181200, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, lines 60-61: //# programmable --sender P1 --inputs object(2,0) //> test::m::nop(); mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2181200, storage_rebate: 2181200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2181200, storage_rebate: 2181200, non_refundable_storage_fee: 0 task 4, lines 63-64: //# programmable --sender P1 --inputs object(2,0) //> test::m::nop(); mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2181200, storage_rebate: 2181200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2181200, storage_rebate: 2181200, non_refundable_storage_fee: 0 task 5, lines 66-69: //# view-object 2,0 @@ -47,7 +47,7 @@ task 6, lines 71-73: //> TransferObjects([Result(0)], Input(0)) created: object(6,0), object(6,1) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 3640400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3640400, storage_rebate: 0, non_refundable_storage_fee: 0 task 7, line 75: //# view-object 6,0 @@ -67,7 +67,7 @@ task 8, lines 77-78: //# programmable --sender P2 --inputs object(6,1) //> 0: test::m::bump(Input(0)); mutated: object(0,1), object(6,0), object(6,1) -gas summary: computation_cost: 1000000, storage_cost: 3640400, storage_rebate: 3640400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3640400, storage_rebate: 3640400, non_refundable_storage_fee: 0 task 9, lines 80-84: //# view-object 6,0 @@ -92,7 +92,7 @@ task 10, lines 86-91: created: object(10,0) mutated: object(_), object(2,0) wrapped: object(6,1) -gas summary: computation_cost: 500000, storage_cost: 4104000, storage_rebate: 2401600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 500000, computation_cost_burned: 500000, storage_cost: 4104000, storage_rebate: 2401600, non_refundable_storage_fee: 0 task 11, lines 93-97: //# programmable --sender P2 --inputs object(2,0)@4 object(6,1)@3 1 --dev-inspect @@ -102,7 +102,7 @@ task 11, lines 93-97: created: object(10,0) mutated: object(_), object(2,0) wrapped: object(6,1) -gas summary: computation_cost: 500000, storage_cost: 4104000, storage_rebate: 2401600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 500000, computation_cost_burned: 500000, storage_cost: 4104000, storage_rebate: 2401600, non_refundable_storage_fee: 0 task 12, lines 99-103: //# programmable --sender P2 --inputs object(2,0)@4 object(6,1)@2 1 --dev-inspect diff --git a/crates/iota-adapter-transactional-tests/tests/mvcc/v0/not_root_version_flipped_case.exp b/crates/iota-adapter-transactional-tests/tests/mvcc/v0/not_root_version_flipped_case.exp index 8a1aa4e9238..a3f16edc70b 100644 --- a/crates/iota-adapter-transactional-tests/tests/mvcc/v0/not_root_version_flipped_case.exp +++ b/crates/iota-adapter-transactional-tests/tests/mvcc/v0/not_root_version_flipped_case.exp @@ -7,7 +7,7 @@ task 1, lines 9-54: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 7425200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7425200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 56-58: //# programmable --sender P1 --inputs @P1 @@ -15,7 +15,7 @@ task 2, lines 56-58: //> TransferObjects([Result(0)], Input(0)) created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2181200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2181200, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, lines 61-64: //# view-object 2,0 @@ -35,7 +35,7 @@ task 4, lines 66-68: //> TransferObjects([Result(0)], Input(0)) created: object(4,0), object(4,1) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 3640400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3640400, storage_rebate: 0, non_refundable_storage_fee: 0 task 5, line 70: //# view-object 4,0 @@ -55,7 +55,7 @@ task 6, lines 72-73: //# programmable --sender P2 --inputs object(4,1) //> 0: test::m::bump(Input(0)); mutated: object(0,1), object(4,0), object(4,1) -gas summary: computation_cost: 1000000, storage_cost: 3640400, storage_rebate: 3640400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3640400, storage_rebate: 3640400, non_refundable_storage_fee: 0 task 7, lines 75-78: //# view-object 4,0 @@ -80,7 +80,7 @@ task 8, lines 80-85: created: object(8,0) mutated: object(_), object(2,0) wrapped: object(4,1) -gas summary: computation_cost: 500000, storage_cost: 4104000, storage_rebate: 2401600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 500000, computation_cost_burned: 500000, storage_cost: 4104000, storage_rebate: 2401600, non_refundable_storage_fee: 0 task 9, lines 87-91: //# programmable --sender P2 --inputs object(2,0)@2 object(4,1)@2 0 --dev-inspect @@ -90,7 +90,7 @@ task 9, lines 87-91: created: object(8,0) mutated: object(_), object(2,0) wrapped: object(4,1) -gas summary: computation_cost: 500000, storage_cost: 4104000, storage_rebate: 2401600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 500000, computation_cost_burned: 500000, storage_cost: 4104000, storage_rebate: 2401600, non_refundable_storage_fee: 0 task 10, lines 93-97: //# programmable --sender P2 --inputs object(2,0)@2 object(4,1)@2 1 --dev-inspect diff --git a/crates/iota-adapter-transactional-tests/tests/programmable/borrowed_arg_copyable_invalid.exp b/crates/iota-adapter-transactional-tests/tests/programmable/borrowed_arg_copyable_invalid.exp index 778e65de5be..40e79b04393 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable/borrowed_arg_copyable_invalid.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable/borrowed_arg_copyable_invalid.exp @@ -7,7 +7,7 @@ task 1, lines 9-16: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 4453600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4453600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 18-19: //# programmable --inputs 0 diff --git a/crates/iota-adapter-transactional-tests/tests/programmable/borrowed_arg_non_copyable_invalid.exp b/crates/iota-adapter-transactional-tests/tests/programmable/borrowed_arg_non_copyable_invalid.exp index bd9ba993050..2f2c13dcfb7 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable/borrowed_arg_non_copyable_invalid.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable/borrowed_arg_non_copyable_invalid.exp @@ -7,7 +7,7 @@ task 1, lines 9-25: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 6406800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6406800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 27-29: //# programmable diff --git a/crates/iota-adapter-transactional-tests/tests/programmable/borrowed_arg_primitives_invalid.exp b/crates/iota-adapter-transactional-tests/tests/programmable/borrowed_arg_primitives_invalid.exp index 4d9cfc93c1b..09bf7d7f2b9 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable/borrowed_arg_primitives_invalid.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable/borrowed_arg_primitives_invalid.exp @@ -13,7 +13,7 @@ task 2, lines 12-13: //# programmable --sender B --inputs @A //> TransferObjects([Gas], Input(0)) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, lines 15-16: //# programmable --sender A --inputs object(0,1) diff --git a/crates/iota-adapter-transactional-tests/tests/programmable/borrowed_arg_valid.exp b/crates/iota-adapter-transactional-tests/tests/programmable/borrowed_arg_valid.exp index 9caaf625821..811a98a31a5 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable/borrowed_arg_valid.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable/borrowed_arg_valid.exp @@ -7,7 +7,7 @@ task 1, lines 9-25: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 5380800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5380800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 27-36: //# programmable --inputs 0 @@ -21,7 +21,7 @@ task 2, lines 27-36: // mix all and borrow multiple times //> test::m1::multiple_copy(Input(0), Input(0), Input(0), Input(0)); mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, lines 38-41: //# programmable @@ -29,4 +29,4 @@ task 3, lines 38-41: // double borrow without copy //> test::m1::double_r(Result(0), Result(0)) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/programmable/cannot_call_emit.exp b/crates/iota-adapter-transactional-tests/tests/programmable/cannot_call_emit.exp index a4ab06d909c..f7f114292a0 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable/cannot_call_emit.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable/cannot_call_emit.exp @@ -7,7 +7,7 @@ task 1, lines 9-13: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 3898800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3898800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 15-17: //# programmable diff --git a/crates/iota-adapter-transactional-tests/tests/programmable/cannot_call_init.exp b/crates/iota-adapter-transactional-tests/tests/programmable/cannot_call_init.exp index 8c6b3889d6b..3dc727ce0bc 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable/cannot_call_init.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable/cannot_call_init.exp @@ -7,7 +7,7 @@ task 1, lines 9-12: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 3891200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3891200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 14-15: //# programmable diff --git a/crates/iota-adapter-transactional-tests/tests/programmable/cannot_call_private.exp b/crates/iota-adapter-transactional-tests/tests/programmable/cannot_call_private.exp index d7cd06e7456..559c0b47cd1 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable/cannot_call_private.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable/cannot_call_private.exp @@ -7,7 +7,7 @@ task 1, lines 9-12: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 3891200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3891200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 14-15: //# programmable diff --git a/crates/iota-adapter-transactional-tests/tests/programmable/coin_negative.exp b/crates/iota-adapter-transactional-tests/tests/programmable/coin_negative.exp index 6a56ff7e483..14d194a8015 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable/coin_negative.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable/coin_negative.exp @@ -7,7 +7,7 @@ task 1, lines 9-21: //# publish --sender A created: object(1,0), object(1,1), object(1,2) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 10594400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 10594400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 23-25: //# programmable --sender A --inputs object(1,2) 1 @A @@ -16,7 +16,7 @@ task 2, lines 23-25: created: object(2,0) mutated: object(0,0), object(1,2) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 1000000, storage_cost: 3990000, storage_rebate: 2675200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3990000, storage_rebate: 2675200, non_refundable_storage_fee: 0 task 3, lines 27-28: //# programmable --sender A --inputs object(2,0) 2 diff --git a/crates/iota-adapter-transactional-tests/tests/programmable/coin_operations_custom_coin.exp b/crates/iota-adapter-transactional-tests/tests/programmable/coin_operations_custom_coin.exp index 88f938759bb..b6d984d303b 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable/coin_operations_custom_coin.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable/coin_operations_custom_coin.exp @@ -7,7 +7,7 @@ task 1, lines 9-21: //# publish --sender A created: object(1,0), object(1,1), object(1,2) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 10594400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 10594400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 23-25: //# programmable --sender A --inputs object(1,2) 100 @A @@ -16,7 +16,7 @@ task 2, lines 23-25: created: object(2,0) mutated: object(0,0), object(1,2) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 1000000, storage_cost: 3990000, storage_rebate: 2675200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3990000, storage_rebate: 2675200, non_refundable_storage_fee: 0 task 3, line 27: //# view-object 2,0 @@ -45,4 +45,4 @@ created: object(4,0) mutated: object(0,0), object(1,2) deleted: object(2,0) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 1000000, storage_cost: 3990000, storage_rebate: 3990000, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3990000, storage_rebate: 3990000, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/programmable/coin_operations_non_coins.exp b/crates/iota-adapter-transactional-tests/tests/programmable/coin_operations_non_coins.exp index 724a85182b8..453fa18ce6f 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable/coin_operations_non_coins.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable/coin_operations_non_coins.exp @@ -7,7 +7,7 @@ task 1, lines 9-26: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 4886800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4886800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 27-31: //# programmable --sender A --inputs 0 diff --git a/crates/iota-adapter-transactional-tests/tests/programmable/coin_overflow.exp b/crates/iota-adapter-transactional-tests/tests/programmable/coin_overflow.exp index 74fc3a75ad8..0472425f2b8 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable/coin_overflow.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable/coin_overflow.exp @@ -7,7 +7,7 @@ task 1, lines 9-21: //# publish --sender A created: object(1,0), object(1,1), object(1,2) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 10594400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 10594400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 23-25: //# programmable --sender A --inputs object(1,2) 18446744073709551614 @A @@ -16,7 +16,7 @@ task 2, lines 23-25: created: object(2,0) mutated: object(0,0), object(1,2) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 1000000, storage_cost: 3990000, storage_rebate: 2675200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3990000, storage_rebate: 2675200, non_refundable_storage_fee: 0 task 3, lines 27-29: //# programmable --sender A --inputs object(1,2) 1 @A diff --git a/crates/iota-adapter-transactional-tests/tests/programmable/delayed_invalid_gas_by_value.exp b/crates/iota-adapter-transactional-tests/tests/programmable/delayed_invalid_gas_by_value.exp index 37def6f0969..3ebc5712566 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable/delayed_invalid_gas_by_value.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable/delayed_invalid_gas_by_value.exp @@ -7,7 +7,7 @@ task 1, lines 9-14: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 3982400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3982400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 16-18: //# programmable --sender A --inputs @A diff --git a/crates/iota-adapter-transactional-tests/tests/programmable/delayed_invalid_object_by_value.exp b/crates/iota-adapter-transactional-tests/tests/programmable/delayed_invalid_object_by_value.exp index c51ae851c96..57b324b0f68 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable/delayed_invalid_object_by_value.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable/delayed_invalid_object_by_value.exp @@ -7,14 +7,14 @@ task 1, lines 9-29: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 5753200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5753200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 31-32: //# programmable //> test::m1::share_r(); created: object(2,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2188800, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2188800, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, lines 34-35: //# programmable --inputs object(2,0) @@ -33,7 +33,7 @@ task 5, lines 40-41: //> test::m1::freeze_r(); created: object(5,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2188800, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2188800, storage_rebate: 980400, non_refundable_storage_fee: 0 task 6, lines 43-44: //# programmable --inputs object(5,0) diff --git a/crates/iota-adapter-transactional-tests/tests/programmable/gas_coin_by_reference.exp b/crates/iota-adapter-transactional-tests/tests/programmable/gas_coin_by_reference.exp index de1a004dbfd..2ac4cf9d1d5 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable/gas_coin_by_reference.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable/gas_coin_by_reference.exp @@ -7,48 +7,48 @@ task 1, lines 9-25: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 4050800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4050800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 26-27: //# programmable --sender A //> test::m1::t1>(Gas) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, lines 29-30: //# programmable --sender A //> test::m1::t2>(Gas) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 4, lines 32-33: //# programmable --sender A //> test::m1::t2>(Gas) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 5, lines 35-36: //# programmable --sender A //> test::m1::t4>(Gas) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 6, lines 38-39: //# programmable --sender A //> test::m1::t5>(Gas) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 7, lines 41-44: //# programmable --sender A //> test::m1::t6>(Gas) // can pass to merge and split mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 8, lines 45-47: //# programmable --sender A --inputs 10 --gas-budget 10000000000 //> 0: SplitCoins(Gas, [Input(0)]); //> MergeCoins(Gas, [Result(0)]) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/programmable/gas_coin_by_value.exp b/crates/iota-adapter-transactional-tests/tests/programmable/gas_coin_by_value.exp index 4af77973e31..c11228c0db2 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable/gas_coin_by_value.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable/gas_coin_by_value.exp @@ -7,7 +7,7 @@ task 1, lines 9-10: //# programmable --sender A --inputs @B //> TransferObjects([Gas], Input(0)) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 12: //# view-object 0,0 diff --git a/crates/iota-adapter-transactional-tests/tests/programmable/gas_coin_by_value_invalid.exp b/crates/iota-adapter-transactional-tests/tests/programmable/gas_coin_by_value_invalid.exp index 9046f0ab4c5..813c70f8c1f 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable/gas_coin_by_value_invalid.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable/gas_coin_by_value_invalid.exp @@ -7,7 +7,7 @@ task 1, lines 9-24: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 3853200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3853200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 25-26: //# programmable --sender A diff --git a/crates/iota-adapter-transactional-tests/tests/programmable/generics_substitution.exp b/crates/iota-adapter-transactional-tests/tests/programmable/generics_substitution.exp index 7da9259bf79..86a95284ea2 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable/generics_substitution.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable/generics_substitution.exp @@ -7,7 +7,7 @@ task 1, lines 9-27: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 5449200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5449200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 28-37: //# programmable @@ -20,7 +20,7 @@ task 2, lines 28-37: //> test::m1::eat(NestedResult(4,1), NestedResult(4,0), NestedResult(4,1)); // invalid mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, lines 38-45: //# programmable diff --git a/crates/iota-adapter-transactional-tests/tests/programmable/invalid_option.exp b/crates/iota-adapter-transactional-tests/tests/programmable/invalid_option.exp index 98ea367f3a1..75197b8dfad 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable/invalid_option.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable/invalid_option.exp @@ -7,7 +7,7 @@ task 1, lines 9-16: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 4415600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4415600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 18-19: //# programmable --inputs vector[false,true] diff --git a/crates/iota-adapter-transactional-tests/tests/programmable/invalid_public_function_return.exp b/crates/iota-adapter-transactional-tests/tests/programmable/invalid_public_function_return.exp index 0858cf42efb..906a83d1679 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable/invalid_public_function_return.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable/invalid_public_function_return.exp @@ -7,7 +7,7 @@ task 1, lines 9-17: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 4674000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4674000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 19-20: //# programmable diff --git a/crates/iota-adapter-transactional-tests/tests/programmable/invalid_result_arity.exp b/crates/iota-adapter-transactional-tests/tests/programmable/invalid_result_arity.exp index a1accb6f030..6a51d06da51 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable/invalid_result_arity.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable/invalid_result_arity.exp @@ -7,7 +7,7 @@ task 1, lines 9-16: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 4537200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4537200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 18-20: //# programmable diff --git a/crates/iota-adapter-transactional-tests/tests/programmable/make_vec_objects.exp b/crates/iota-adapter-transactional-tests/tests/programmable/make_vec_objects.exp index 850a4fb0d82..e52fa5ec8de 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable/make_vec_objects.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable/make_vec_objects.exp @@ -7,7 +7,7 @@ task 1, lines 9-45: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 7151600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7151600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 46-53: //# programmable --sender A @@ -18,7 +18,7 @@ task 2, lines 46-53: //> test::m1::pubs(Result(3)); // annotated objects mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, lines 54-61: //# programmable --sender A @@ -29,7 +29,7 @@ task 3, lines 54-61: //> test::m1::pubs(Result(3)); // empty objects mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 4, lines 62-66: //# programmable --sender A @@ -37,7 +37,7 @@ task 4, lines 62-66: //> test::m1::pubs(Result(0)); // mixed new and old. Send an object to A and mix it in a vector with the newly created ones. mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 5, lines 67-69: //# programmable --sender A --inputs @A @@ -45,7 +45,7 @@ task 5, lines 67-69: //> TransferObjects([Result(0)], Input(0)); created: object(5,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2264800, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2264800, storage_rebate: 980400, non_refundable_storage_fee: 0 task 6, line 71: //# view-object 5,0 @@ -70,4 +70,4 @@ task 7, lines 73-79: //> test::m1::pubs(Result(3)); mutated: object(0,0) deleted: object(5,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 2264800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 2264800, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/programmable/make_vec_special_validation_invalid.exp b/crates/iota-adapter-transactional-tests/tests/programmable/make_vec_special_validation_invalid.exp index 952337bdef5..e4fc3672723 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable/make_vec_special_validation_invalid.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable/make_vec_special_validation_invalid.exp @@ -7,7 +7,7 @@ task 1, lines 9-30: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 6064800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6064800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 32-35: //# programmable --inputs vector[0u64,0u64] diff --git a/crates/iota-adapter-transactional-tests/tests/programmable/merge_coin_mismatched_coin.exp b/crates/iota-adapter-transactional-tests/tests/programmable/merge_coin_mismatched_coin.exp index c0ef4910c27..d62a9017786 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable/merge_coin_mismatched_coin.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable/merge_coin_mismatched_coin.exp @@ -7,7 +7,7 @@ task 1, lines 9-21: //# publish --sender A created: object(1,0), object(1,1), object(1,2) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 10594400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 10594400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 23-25: //# programmable --sender A --inputs object(1,2) 100 @A @@ -16,7 +16,7 @@ task 2, lines 23-25: created: object(2,0) mutated: object(0,0), object(1,2) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 1000000, storage_cost: 3990000, storage_rebate: 2675200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3990000, storage_rebate: 2675200, non_refundable_storage_fee: 0 task 3, line 27: //# view-object 2,0 diff --git a/crates/iota-adapter-transactional-tests/tests/programmable/nested_result_zero_zero.exp b/crates/iota-adapter-transactional-tests/tests/programmable/nested_result_zero_zero.exp index d16a0c93daa..77c9a6a8a54 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable/nested_result_zero_zero.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable/nested_result_zero_zero.exp @@ -7,7 +7,7 @@ task 1, lines 9-14: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 4035600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4035600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 16-19: //# programmable @@ -15,4 +15,4 @@ task 2, lines 16-19: //> test::m1::copy_(Result(0)); //> test::m1::copy_(NestedResult(0, 0)); mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/programmable/non_primitive_non_object_arguments.exp b/crates/iota-adapter-transactional-tests/tests/programmable/non_primitive_non_object_arguments.exp index 0a381ae5695..fae07906a21 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable/non_primitive_non_object_arguments.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable/non_primitive_non_object_arguments.exp @@ -7,7 +7,7 @@ task 1, lines 9-20: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 4658800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4658800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 22-27: //# programmable @@ -17,4 +17,4 @@ task 2, lines 22-27: //> test::m1::mut_(Result(1)); //> test::m1::otatop(Result(1)); mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/programmable/out_of_bounds_input.exp b/crates/iota-adapter-transactional-tests/tests/programmable/out_of_bounds_input.exp index ff1cc58c079..5acc8029c64 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable/out_of_bounds_input.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable/out_of_bounds_input.exp @@ -7,7 +7,7 @@ task 1, lines 9-16: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 4658800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4658800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 18-19: //# programmable diff --git a/crates/iota-adapter-transactional-tests/tests/programmable/out_of_bounds_nested.exp b/crates/iota-adapter-transactional-tests/tests/programmable/out_of_bounds_nested.exp index a6a775c0a03..0e5d5184020 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable/out_of_bounds_nested.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable/out_of_bounds_nested.exp @@ -7,7 +7,7 @@ task 1, lines 9-17: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 4856400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4856400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 19-21: //# programmable diff --git a/crates/iota-adapter-transactional-tests/tests/programmable/out_of_bounds_result.exp b/crates/iota-adapter-transactional-tests/tests/programmable/out_of_bounds_result.exp index b606c8f9e51..4aae37ad130 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable/out_of_bounds_result.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable/out_of_bounds_result.exp @@ -7,7 +7,7 @@ task 1, lines 9-17: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 4788000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4788000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 19-20: //# programmable diff --git a/crates/iota-adapter-transactional-tests/tests/programmable/private_entry_value_restriction_by_ref_input_invalid.exp b/crates/iota-adapter-transactional-tests/tests/programmable/private_entry_value_restriction_by_ref_input_invalid.exp index ba1ab62b9d5..cd99690120c 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable/private_entry_value_restriction_by_ref_input_invalid.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable/private_entry_value_restriction_by_ref_input_invalid.exp @@ -7,7 +7,7 @@ task 1, lines 10-19: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 5046400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5046400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 21-26: //# programmable --sender A --inputs @A @@ -16,7 +16,7 @@ task 2, lines 21-26: // cannot use results from other functions created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2188800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2188800, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, lines 28-30: //# programmable diff --git a/crates/iota-adapter-transactional-tests/tests/programmable/private_entry_value_restriction_by_ref_input_valid.exp b/crates/iota-adapter-transactional-tests/tests/programmable/private_entry_value_restriction_by_ref_input_valid.exp index efab1a24f43..65660a61cbb 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable/private_entry_value_restriction_by_ref_input_valid.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable/private_entry_value_restriction_by_ref_input_valid.exp @@ -7,7 +7,7 @@ task 1, lines 10-24: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 5510000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5510000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 26-28: //# programmable --sender A --inputs @A @@ -15,7 +15,7 @@ task 2, lines 26-28: //> TransferObjects([Result(0)], Input(0)) created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2188800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2188800, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, lines 30-37: //# programmable --sender A --inputs object(2,0) 200 @@ -27,7 +27,7 @@ task 3, lines 30-37: //> test::m1::priv(Input(0)); //> test::m1::priv(Input(0)); mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2188800, storage_rebate: 2188800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2188800, storage_rebate: 2188800, non_refundable_storage_fee: 0 task 4, lines 39-44: //# programmable --sender A --inputs @A --gas-budget 10000000000 @@ -38,4 +38,4 @@ task 4, lines 39-44: //> TransferObjects([Result(1)], Input(0)) created: object(4,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 1960800, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 1960800, storage_rebate: 980400, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/programmable/private_entry_value_restriction_copied_input_valid.exp b/crates/iota-adapter-transactional-tests/tests/programmable/private_entry_value_restriction_copied_input_valid.exp index 8b5d516434c..1a4c7f33d79 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable/private_entry_value_restriction_copied_input_valid.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable/private_entry_value_restriction_copied_input_valid.exp @@ -7,11 +7,11 @@ task 1, lines 10-14: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 3541600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3541600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 16-18: //# programmable --inputs 0 //> test::m1::clean(Input(0)); //> test::m1::priv(Input(0)); mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/programmable/private_entry_value_restriction_make_move_vec_invalid.exp b/crates/iota-adapter-transactional-tests/tests/programmable/private_entry_value_restriction_make_move_vec_invalid.exp index 09f93e5d517..61eb4a2103c 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable/private_entry_value_restriction_make_move_vec_invalid.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable/private_entry_value_restriction_make_move_vec_invalid.exp @@ -7,7 +7,7 @@ task 1, lines 10-19: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 5396000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5396000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 21-25: //# programmable --sender A --inputs @A @@ -17,7 +17,7 @@ task 2, lines 21-25: //> TransferObjects([Result(0), Result(1), Result(2)], Input(0)) created: object(2,0), object(2,1), object(2,2) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4605600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4605600, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, lines 27-30: //# programmable --sender A --inputs object(2,0) object(2,1) object(2,2) diff --git a/crates/iota-adapter-transactional-tests/tests/programmable/private_entry_value_restriction_make_move_vec_valid.exp b/crates/iota-adapter-transactional-tests/tests/programmable/private_entry_value_restriction_make_move_vec_valid.exp index 28bf1044511..c552fdcf0c3 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable/private_entry_value_restriction_make_move_vec_valid.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable/private_entry_value_restriction_make_move_vec_valid.exp @@ -7,7 +7,7 @@ task 1, lines 10-27: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 6239600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6239600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 29-33: //# programmable --sender A --inputs @A @@ -17,7 +17,7 @@ task 2, lines 29-33: //> TransferObjects([Result(0), Result(1), Result(2)], Input(0)) created: object(2,0), object(2,1), object(2,2) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4605600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4605600, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, lines 35-39: //# programmable --sender A --inputs object(2,0) object(2,1) object(2,2) @@ -27,7 +27,7 @@ task 3, lines 35-39: //> test::m1::priv2(Result(2)) mutated: object(0,0) deleted: object(2,0), object(2,1), object(2,2) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 4605600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 4605600, non_refundable_storage_fee: 0 task 4, lines 41-44: //# programmable --sender A --inputs 0 0 0 @@ -35,4 +35,4 @@ task 4, lines 41-44: //> 1: MakeMoveVec([Input(0), Input(1), Input(2)]); //> test::m1::priv3(Result(1)) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/programmable/private_entry_value_restriction_non_pure_input_invalid.exp b/crates/iota-adapter-transactional-tests/tests/programmable/private_entry_value_restriction_non_pure_input_invalid.exp index 86d7a2718c8..bfe35133939 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable/private_entry_value_restriction_non_pure_input_invalid.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable/private_entry_value_restriction_non_pure_input_invalid.exp @@ -7,7 +7,7 @@ task 1, lines 9-17: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 3997600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3997600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 18-20: //# programmable diff --git a/crates/iota-adapter-transactional-tests/tests/programmable/private_entry_value_restriction_per_argument.exp b/crates/iota-adapter-transactional-tests/tests/programmable/private_entry_value_restriction_per_argument.exp index 07a794a7f16..bb86095d106 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable/private_entry_value_restriction_per_argument.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable/private_entry_value_restriction_per_argument.exp @@ -7,7 +7,7 @@ task 1, lines 9-16: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 4924800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4924800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 18-21: //# programmable --sender A --inputs @A @@ -16,7 +16,7 @@ task 2, lines 18-21: //> TransferObjects([Result(0), Result(1)], Input(0)) created: object(2,0), object(2,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3397200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3397200, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, lines 23-25: //# programmable --sender A --inputs object(2,0) object(2,1) diff --git a/crates/iota-adapter-transactional-tests/tests/programmable/private_entry_value_restriction_type_check.exp b/crates/iota-adapter-transactional-tests/tests/programmable/private_entry_value_restriction_type_check.exp index 7a841808714..d9e060b7b20 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable/private_entry_value_restriction_type_check.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable/private_entry_value_restriction_type_check.exp @@ -7,7 +7,7 @@ task 1, lines 9-16: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 4894400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4894400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 18-20: //# programmable --sender A --inputs @A @@ -15,7 +15,7 @@ task 2, lines 18-20: //> TransferObjects([Result(0)], Input(0)) created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2188800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2188800, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, lines 22-24: //# programmable --sender A --inputs object(2,0) diff --git a/crates/iota-adapter-transactional-tests/tests/programmable/private_transfer_invalid.exp b/crates/iota-adapter-transactional-tests/tests/programmable/private_transfer_invalid.exp index c406fa4ef54..627570bc58d 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable/private_transfer_invalid.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable/private_transfer_invalid.exp @@ -7,7 +7,7 @@ task 1, lines 9-18: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 5221200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5221200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 20-22: //# programmable --sender A --inputs @A diff --git a/crates/iota-adapter-transactional-tests/tests/programmable/private_transfer_valid.exp b/crates/iota-adapter-transactional-tests/tests/programmable/private_transfer_valid.exp index a483976df58..8abcd29d0ae 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable/private_transfer_valid.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable/private_transfer_valid.exp @@ -7,7 +7,7 @@ task 1, lines 9-13: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 4620800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4620800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 15-17: //# programmable --sender A --inputs @A @@ -15,7 +15,7 @@ task 2, lines 15-17: //> iota::transfer::public_transfer(Result(0), Input(0)); created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2204000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2204000, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 19: //# view-object 2,0 @@ -35,7 +35,7 @@ task 4, lines 21-23: //> iota::transfer::public_share_object(Result(0)); created: object(4,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2204000, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2204000, storage_rebate: 980400, non_refundable_storage_fee: 0 task 5, line 25: //# view-object 4,0 @@ -55,7 +55,7 @@ task 6, lines 27-29: //> iota::transfer::public_freeze_object(Result(0)); created: object(6,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2204000, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2204000, storage_rebate: 980400, non_refundable_storage_fee: 0 task 7, line 31: //# view-object 6,0 diff --git a/crates/iota-adapter-transactional-tests/tests/programmable/pure_arg_type_change.exp b/crates/iota-adapter-transactional-tests/tests/programmable/pure_arg_type_change.exp index 757999840ca..259a6cb4757 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable/pure_arg_type_change.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable/pure_arg_type_change.exp @@ -7,7 +7,7 @@ task 1, lines 9-26: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 5373200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5373200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 28-34: //# programmable --inputs "hello" diff --git a/crates/iota-adapter-transactional-tests/tests/programmable/split_coins.exp b/crates/iota-adapter-transactional-tests/tests/programmable/split_coins.exp index eee9e2b6a1c..d8a0f8c589c 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable/split_coins.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable/split_coins.exp @@ -7,7 +7,7 @@ task 1, lines 10-23: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 5684800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5684800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 25-29: //# programmable --sender A --inputs 100000 @A @@ -16,13 +16,13 @@ task 2, lines 25-29: // let's get ourselves a coin worth 1000 created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 1960800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 1960800, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 30: //# run iota::pay::split_and_transfer --type-args iota::iota::IOTA --args object(2,0) 1000 @A --sender A created: object(3,0) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2941200, storage_rebate: 1960800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2941200, storage_rebate: 1960800, non_refundable_storage_fee: 0 task 4, lines 32-34: //# view-object 3,0 @@ -45,7 +45,7 @@ task 5, lines 35-37: //> TransferObjects([NestedResult(0,0)], Input(2)); created: object(5,0) mutated: object(0,0), object(3,0) -gas summary: computation_cost: 1000000, storage_cost: 2941200, storage_rebate: 1960800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2941200, storage_rebate: 1960800, non_refundable_storage_fee: 0 task 6, line 39: //# view-object 3,0 @@ -83,7 +83,7 @@ task 8, lines 45-47: //> TransferObjects([NestedResult(0,0), NestedResult(0,1)], Input(2)); created: object(8,0), object(8,1) mutated: object(0,0), object(3,0) -gas summary: computation_cost: 1000000, storage_cost: 3921600, storage_rebate: 1960800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3921600, storage_rebate: 1960800, non_refundable_storage_fee: 0 task 9, line 49: //# view-object 3,0 @@ -137,7 +137,7 @@ task 12, lines 56-59: //> TransferObjects([NestedResult(1,0), NestedResult(1,1)], Input(2)); created: object(12,0), object(12,1) mutated: object(0,0), object(3,0) -gas summary: computation_cost: 1000000, storage_cost: 3921600, storage_rebate: 1960800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3921600, storage_rebate: 1960800, non_refundable_storage_fee: 0 task 13, line 61: //# view-object 3,0 @@ -192,7 +192,7 @@ task 16, lines 69-73: //> test::m1::transfer_(Result(2), Input(2)); created: object(16,0), object(16,1) mutated: object(0,0), object(3,0) -gas summary: computation_cost: 1000000, storage_cost: 3921600, storage_rebate: 1960800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3921600, storage_rebate: 1960800, non_refundable_storage_fee: 0 task 17, line 75: //# view-object 3,0 diff --git a/crates/iota-adapter-transactional-tests/tests/programmable/split_coins_invalid.exp b/crates/iota-adapter-transactional-tests/tests/programmable/split_coins_invalid.exp index be2d443e59a..c3f3ae52122 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable/split_coins_invalid.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable/split_coins_invalid.exp @@ -7,7 +7,7 @@ task 1, lines 10-25: //# publish created: object(1,0) mutated: object(0,3) -gas summary: computation_cost: 1000000, storage_cost: 5646800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5646800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 27-31: //# programmable --sender A --inputs 100000 @A @@ -16,13 +16,13 @@ task 2, lines 27-31: // let's get ourselves a coin worth 1000 created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 1960800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 1960800, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 32: //# run iota::pay::split_and_transfer --type-args iota::iota::IOTA --args object(2,0) 1000 @A --sender A created: object(3,0) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2941200, storage_rebate: 1960800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2941200, storage_rebate: 1960800, non_refundable_storage_fee: 0 task 4, lines 34-36: //# view-object 3,0 diff --git a/crates/iota-adapter-transactional-tests/tests/programmable/transfer_objects.exp b/crates/iota-adapter-transactional-tests/tests/programmable/transfer_objects.exp index 34fb861b1f3..6d812f5162f 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable/transfer_objects.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable/transfer_objects.exp @@ -7,7 +7,7 @@ task 1, lines 9-33: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 5996400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5996400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 34-36: //# programmable --sender A --inputs @A @@ -15,7 +15,7 @@ task 2, lines 34-36: //> TransferObjects([Result(0)], Input(0)); created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2264800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2264800, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, lines 38-40: //# view-object 0,0 @@ -39,7 +39,7 @@ task 4, lines 41-44: //> TransferObjects([Result(1)], Result(0)); created: object(4,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2264800, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2264800, storage_rebate: 980400, non_refundable_storage_fee: 0 task 5, lines 46-48: //# view-object 4,0 @@ -63,7 +63,7 @@ task 6, lines 49-54: //> TransferObjects([Result(2)], Result(3)); created: object(6,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2264800, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2264800, storage_rebate: 980400, non_refundable_storage_fee: 0 task 7, lines 56-58: //# view-object 6,0 @@ -89,7 +89,7 @@ task 8, lines 59-66: //> TransferObjects([Result(4), Result(2), Result(5)], Result(3)); created: object(8,0), object(8,1), object(8,2) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5358000, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5358000, storage_rebate: 980400, non_refundable_storage_fee: 0 task 9, line 68: //# view-object 8,0 diff --git a/crates/iota-adapter-transactional-tests/tests/programmable/transfer_objects_invalid_address.exp b/crates/iota-adapter-transactional-tests/tests/programmable/transfer_objects_invalid_address.exp index 6c75ab10034..b3495badcc3 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable/transfer_objects_invalid_address.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable/transfer_objects_invalid_address.exp @@ -7,7 +7,7 @@ task 1, lines 9-29: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 5624000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5624000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 30-34: //# programmable --sender A --inputs 0u64 diff --git a/crates/iota-adapter-transactional-tests/tests/programmable/transfer_objects_invalid_object.exp b/crates/iota-adapter-transactional-tests/tests/programmable/transfer_objects_invalid_object.exp index ccb388828c6..bfb71f26c99 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable/transfer_objects_invalid_object.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable/transfer_objects_invalid_object.exp @@ -7,7 +7,7 @@ task 1, lines 9-36: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 6140800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6140800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 37-40: //# programmable --sender A --inputs @A diff --git a/crates/iota-adapter-transactional-tests/tests/programmable/unused_values_invalid.exp b/crates/iota-adapter-transactional-tests/tests/programmable/unused_values_invalid.exp index 8f82ab79f25..b379e6ed285 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable/unused_values_invalid.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable/unused_values_invalid.exp @@ -7,7 +7,7 @@ task 1, lines 9-25: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 6596800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6596800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 27-32: //# programmable --sender A --inputs @A diff --git a/crates/iota-adapter-transactional-tests/tests/programmable/unused_values_valid.exp b/crates/iota-adapter-transactional-tests/tests/programmable/unused_values_valid.exp index 5d470dfb79d..867c31f5faa 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable/unused_values_valid.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable/unused_values_valid.exp @@ -7,7 +7,7 @@ task 1, lines 9-31: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 7235200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7235200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 32-36: //# programmable --sender A --inputs @A @@ -16,7 +16,7 @@ task 2, lines 32-36: // unused inputs and unused objects and unused results of various kinds created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2188800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2188800, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, lines 37-42: //# programmable --sender A --inputs object(2,0) 0 vector[@0,@0] @@ -25,7 +25,7 @@ task 3, lines 37-42: //> 2: test::m1::cup(Result(0)); // unconsumed copyable value, but most recent usage was by-value mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2188800, storage_rebate: 2188800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2188800, storage_rebate: 2188800, non_refundable_storage_fee: 0 task 4, lines 43-50: //# programmable --sender A @@ -36,10 +36,10 @@ task 4, lines 43-50: //> 4: test::m1::copy_(Result(0)); // unused pure that was cast mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 5, lines 51-52: //# programmable --sender A --inputs 0 //> test::m1::num_mut(Input(0)) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/programmable_transaction_examples/coin_limit.exp b/crates/iota-adapter-transactional-tests/tests/programmable_transaction_examples/coin_limit.exp index bcae07574eb..5df829ff02d 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable_transaction_examples/coin_limit.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable_transaction_examples/coin_limit.exp @@ -7,7 +7,7 @@ task 1, lines 7-26: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 6657600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6657600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 27-30: //# programmable --sender A --inputs 100 --gas-budget 10000000000 @@ -15,7 +15,7 @@ task 2, lines 27-30: //> 1: test::m1::purchase(Result(0)); created: object(2,0), object(2,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3237600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3237600, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 32: //# view-object 2,0 @@ -60,7 +60,7 @@ task 6, lines 43-48: //> TransferObjects([Result(1), Result(2)], Input(1)); created: object(6,0), object(6,1), object(6,2), object(6,3) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5494800, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5494800, storage_rebate: 980400, non_refundable_storage_fee: 0 task 7, line 50: //# view-object 6,0 diff --git a/crates/iota-adapter-transactional-tests/tests/programmable_transaction_examples/make_vec.exp b/crates/iota-adapter-transactional-tests/tests/programmable_transaction_examples/make_vec.exp index ea1fb4ab4cb..b5ee128d315 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable_transaction_examples/make_vec.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable_transaction_examples/make_vec.exp @@ -7,7 +7,7 @@ task 1, lines 7-50: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 8724800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 8724800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 52-58: //# programmable --inputs 112u64 @@ -18,7 +18,7 @@ task 2, lines 52-58: //> 2: MakeMoveVec>([Result(0), Result(0)]); //> 3: test::m1::vec_vec_u64(Result(2)); mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, lines 60-66: //# programmable --inputs vector[226u8,157u8,164u8,239u8,184u8,143u8] @@ -29,7 +29,7 @@ task 3, lines 60-66: //> 2: MakeMoveVec>([Result(0), Result(0)]); //> 3: test::m1::vec_vec_string(Result(2)); mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 4, lines 68-71: //# programmable --inputs vector[vector[226u8,157u8,164u8,239u8,184u8,143u8]] vector[] @@ -37,7 +37,7 @@ task 4, lines 68-71: //> 0: MakeMoveVec>([Input(0), Input(1)]); //> 1: test::m1::vec_option_string(Result(0)); mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 5, lines 73-76: //# programmable --inputs vector[255u8,157u8,164u8,239u8,184u8,143u8] @@ -54,4 +54,4 @@ task 6, lines 78-82: //> 2: MakeMoveVec([Result(0), Result(1)]); //> 3: test::m1::burn_markers(Result(2)); mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 0, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/programmable_transaction_examples/make_vec_shared.exp b/crates/iota-adapter-transactional-tests/tests/programmable_transaction_examples/make_vec_shared.exp index 15e6a3ae22b..56b167190c0 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable_transaction_examples/make_vec_shared.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable_transaction_examples/make_vec_shared.exp @@ -7,13 +7,13 @@ task 1, lines 9-30: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 6026800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6026800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 32: //# run t2::o2::create created: object(2,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 2211600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2211600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 34: //# view-object 2,0 @@ -33,4 +33,4 @@ task 4, lines 36-38: //> t2::o2::consume(Result(0)) mutated: object(0,0) deleted: object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 1231200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 1231200, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/programmable_transaction_examples/merge_coin_shared.exp b/crates/iota-adapter-transactional-tests/tests/programmable_transaction_examples/merge_coin_shared.exp index d4f21c8266c..0452ac15785 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable_transaction_examples/merge_coin_shared.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable_transaction_examples/merge_coin_shared.exp @@ -7,13 +7,13 @@ task 1, lines 9-27: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 5190800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5190800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 29: //# run test::m1::mint_shared created: object(2,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2272400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2272400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 31: //# view-object 2,0 diff --git a/crates/iota-adapter-transactional-tests/tests/programmable_transaction_examples/merge_coin_shared_real_coin.exp b/crates/iota-adapter-transactional-tests/tests/programmable_transaction_examples/merge_coin_shared_real_coin.exp index b7f5d95f81f..9d1e5d57c9d 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable_transaction_examples/merge_coin_shared_real_coin.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable_transaction_examples/merge_coin_shared_real_coin.exp @@ -7,13 +7,13 @@ task 1, lines 9-18: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 4818400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4818400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 20: //# run test::m1::mint_shared created: object(2,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 1960800, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 1960800, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 22: //# view-object 2,0 @@ -35,4 +35,4 @@ task 4, lines 24-25: //> MergeCoins(Gas, [Input(0)]) mutated: object(0,0) deleted: object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/programmable_transaction_examples/publish.exp b/crates/iota-adapter-transactional-tests/tests/programmable_transaction_examples/publish.exp index 3351eda8e43..88afa4c34d8 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable_transaction_examples/publish.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable_transaction_examples/publish.exp @@ -12,7 +12,7 @@ task 3, lines 29-34: //> TransferObjects([Result(1), Result(3)], Input(1)) created: object(3,0), object(3,1), object(3,2), object(3,3), object(3,4) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 8846400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 8846400, storage_rebate: 0, non_refundable_storage_fee: 0 task 4, line 36: //# view-object 3,3 @@ -27,15 +27,15 @@ task 8, lines 44-46: //> 0: q::m::x(); //> p::m::foo(Result(0)) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 9, lines 48-53: //# publish --dependencies p q created: object(9,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 5213600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5213600, storage_rebate: 0, non_refundable_storage_fee: 0 task 10, line 55: //# run r::all::foo_x mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/programmable_transaction_examples/receipt.exp b/crates/iota-adapter-transactional-tests/tests/programmable_transaction_examples/receipt.exp index 7f2213e43b1..991cd7def83 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable_transaction_examples/receipt.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable_transaction_examples/receipt.exp @@ -4,7 +4,7 @@ task 1, lines 7-24: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 6216800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6216800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 26-30: //# programmable @@ -13,7 +13,7 @@ task 2, lines 26-30: //> test::m1::epilogue(Result(0)); created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2234400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2234400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 32: //# view-object 2,0 diff --git a/crates/iota-adapter-transactional-tests/tests/programmable_transaction_examples/split_coin_share.exp b/crates/iota-adapter-transactional-tests/tests/programmable_transaction_examples/split_coin_share.exp index ba3d3cb1fe8..b91f381b3c2 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable_transaction_examples/split_coin_share.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable_transaction_examples/split_coin_share.exp @@ -7,7 +7,7 @@ task 1, lines 7-19: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 5000800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5000800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 21-23: //# programmable --sender A --inputs 10 @@ -15,7 +15,7 @@ task 2, lines 21-23: //> 1: iota::transfer::public_share_object>(Result(0)); created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 1960800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 1960800, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, lines 25-27: //# programmable --sender A --inputs 10 @@ -23,13 +23,13 @@ task 3, lines 25-27: //> 1: p::m::sharer>(Result(0)); created: object(3,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 1960800, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 1960800, storage_rebate: 980400, non_refundable_storage_fee: 0 task 4, line 29: //# run p::m::mint_shared created: object(4,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 1960800, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 1960800, storage_rebate: 980400, non_refundable_storage_fee: 0 task 5, lines 31-33: //# view-object 4,0 @@ -53,7 +53,7 @@ task 6, lines 34-38: // This is not OK -- split off from a shared object and transfer shared object created: object(6,0) mutated: object(0,0), object(4,0) -gas summary: computation_cost: 1000000, storage_cost: 2941200, storage_rebate: 1960800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2941200, storage_rebate: 1960800, non_refundable_storage_fee: 0 task 7, lines 39-42: //# programmable --sender A --inputs 0 object(4,0) @A diff --git a/crates/iota-adapter-transactional-tests/tests/programmable_transaction_examples/transfer_shared.exp b/crates/iota-adapter-transactional-tests/tests/programmable_transaction_examples/transfer_shared.exp index e54e0882764..7c5fdfa5937 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable_transaction_examples/transfer_shared.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable_transaction_examples/transfer_shared.exp @@ -7,13 +7,13 @@ task 1, lines 9-23: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 5023600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5023600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 25: //# run t2::o2::create created: object(2,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 2211600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2211600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 27: //# view-object 2,0 diff --git a/crates/iota-adapter-transactional-tests/tests/programmable_transaction_examples/upgrade.exp b/crates/iota-adapter-transactional-tests/tests/programmable_transaction_examples/upgrade.exp index 56266d5e039..999787c962f 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable_transaction_examples/upgrade.exp +++ b/crates/iota-adapter-transactional-tests/tests/programmable_transaction_examples/upgrade.exp @@ -7,19 +7,19 @@ task 1, lines 9-19: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 4347200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4347200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 21-24: //# publish --upgradeable --sender A created: object(2,0), object(2,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5061600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5061600, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, lines 26-29: //# publish created: object(3,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 3435200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3435200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 5, lines 37-42: //# programmable --sender A --inputs 10 @A object(2,0) 0u8 digest(q_2) @@ -30,7 +30,7 @@ task 5, lines 37-42: //> iota::package::commit_upgrade(Input(2), Result(2)) created: object(5,0), object(5,1) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 7030000, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7030000, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 6, lines 44-46: //# programmable --sender A @@ -44,15 +44,15 @@ task 8, lines 50-52: //> 0: q_2::m::x(); //> p::m::foo(Result(0)) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 9, lines 54-59: //# publish --dependencies p q_2 r created: object(9,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 5760800, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5760800, storage_rebate: 980400, non_refundable_storage_fee: 0 task 10, line 61: //# run s::all::foo_x mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/publish/init.exp b/crates/iota-adapter-transactional-tests/tests/publish/init.exp index 9d345b34928..2bde284c4f5 100644 --- a/crates/iota-adapter-transactional-tests/tests/publish/init.exp +++ b/crates/iota-adapter-transactional-tests/tests/publish/init.exp @@ -4,7 +4,7 @@ task 1, lines 7-20: //# publish created: object(1,0), object(1,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 6627200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6627200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 22: //# view-object 1,1 diff --git a/crates/iota-adapter-transactional-tests/tests/publish/multi_module_publish.exp b/crates/iota-adapter-transactional-tests/tests/publish/multi_module_publish.exp index 825b5ac63b1..4514d3ef2dd 100644 --- a/crates/iota-adapter-transactional-tests/tests/publish/multi_module_publish.exp +++ b/crates/iota-adapter-transactional-tests/tests/publish/multi_module_publish.exp @@ -4,7 +4,7 @@ task 1, lines 7-14: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5038800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5038800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 16: //# view-object 1,0 diff --git a/crates/iota-adapter-transactional-tests/tests/publish/publish_with_upgrade.exp b/crates/iota-adapter-transactional-tests/tests/publish/publish_with_upgrade.exp index bb23cb33819..9974bef7c0d 100644 --- a/crates/iota-adapter-transactional-tests/tests/publish/publish_with_upgrade.exp +++ b/crates/iota-adapter-transactional-tests/tests/publish/publish_with_upgrade.exp @@ -4,7 +4,7 @@ task 1, lines 7-10: //# publish --upgradeable created: object(1,0), object(1,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5517600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5517600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 12: //# view-object 1,1 diff --git a/crates/iota-adapter-transactional-tests/tests/random/happy_flows.exp b/crates/iota-adapter-transactional-tests/tests/random/happy_flows.exp index c7a10a8d7b4..cdbf46a875f 100644 --- a/crates/iota-adapter-transactional-tests/tests/random/happy_flows.exp +++ b/crates/iota-adapter-transactional-tests/tests/random/happy_flows.exp @@ -7,7 +7,7 @@ task 1, lines 7-26: //# publish --sender A created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 6201600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6201600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 27-30: //# programmable --sender A --inputs immshared(8) @@ -15,7 +15,7 @@ task 2, lines 27-30: // Good tx - use Clock and then Random mutated: object(0,0) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000008 -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, lines 31-35: //# programmable --sender A --inputs immshared(6) immshared(8) @A @@ -24,7 +24,7 @@ task 3, lines 31-35: // Good tx - use value and then Random mutated: object(0,0) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000006, 0x0000000000000000000000000000000000000000000000000000000000000008 -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 4, lines 36-40: //# programmable --sender A --inputs 10 immshared(8) @A @@ -33,7 +33,7 @@ task 4, lines 36-40: // Good tx - use Clock, then Random, then transfer mutated: object(0,0) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000008 -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 5, lines 41-47: //# programmable --sender A --inputs 10 immshared(6) immshared(8) @B @@ -45,7 +45,7 @@ task 5, lines 41-47: created: object(5,0) mutated: object(0,0) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000006, 0x0000000000000000000000000000000000000000000000000000000000000008 -gas summary: computation_cost: 1000000, storage_cost: 1960800, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 1960800, storage_rebate: 980400, non_refundable_storage_fee: 0 task 6, lines 48-54: //# programmable --sender A --inputs 10 immshared(6) immshared(8) @B @@ -56,11 +56,11 @@ task 6, lines 48-54: // Good tx - use Random twice in the same call mutated: object(0,0) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000006, 0x0000000000000000000000000000000000000000000000000000000000000008 -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 7, lines 55-56: //# programmable --sender A --inputs immshared(8) //> test::random::use_random_twice(Input(0), Input(0)); mutated: object(0,0) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000008 -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/random/move_call_clock_after_random.exp b/crates/iota-adapter-transactional-tests/tests/random/move_call_clock_after_random.exp index 21bc2b6e916..08bbe44dfed 100644 --- a/crates/iota-adapter-transactional-tests/tests/random/move_call_clock_after_random.exp +++ b/crates/iota-adapter-transactional-tests/tests/random/move_call_clock_after_random.exp @@ -7,7 +7,7 @@ task 1, lines 7-16: //# publish --sender A created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4233200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4233200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 17-19: //# programmable --sender A --inputs immshared(8) immshared(6) @A diff --git a/crates/iota-adapter-transactional-tests/tests/random/move_call_clock_after_random_and_transfer.exp b/crates/iota-adapter-transactional-tests/tests/random/move_call_clock_after_random_and_transfer.exp index 6ef1d3c0598..14b379f2406 100644 --- a/crates/iota-adapter-transactional-tests/tests/random/move_call_clock_after_random_and_transfer.exp +++ b/crates/iota-adapter-transactional-tests/tests/random/move_call_clock_after_random_and_transfer.exp @@ -7,7 +7,7 @@ task 1, lines 7-16: //# publish --sender A created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4233200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4233200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 17-21: //# programmable --sender A --inputs 10 immshared(8) immshared(6) @B diff --git a/crates/iota-adapter-transactional-tests/tests/random/move_call_u64_after_random.exp b/crates/iota-adapter-transactional-tests/tests/random/move_call_u64_after_random.exp index 7e5981a0ca9..79a41e3daa2 100644 --- a/crates/iota-adapter-transactional-tests/tests/random/move_call_u64_after_random.exp +++ b/crates/iota-adapter-transactional-tests/tests/random/move_call_u64_after_random.exp @@ -7,7 +7,7 @@ task 1, lines 7-15: //# publish --sender A created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4073600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4073600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 16-18: //# programmable --sender A --inputs 16 immshared(8) diff --git a/crates/iota-adapter-transactional-tests/tests/random/two_move_calls_with_random.exp b/crates/iota-adapter-transactional-tests/tests/random/two_move_calls_with_random.exp index 441f0e53091..985b1930d33 100644 --- a/crates/iota-adapter-transactional-tests/tests/random/two_move_calls_with_random.exp +++ b/crates/iota-adapter-transactional-tests/tests/random/two_move_calls_with_random.exp @@ -7,7 +7,7 @@ task 1, lines 7-14: //# publish --sender A created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3891200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3891200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 15-17: //# programmable --sender A --inputs immshared(8) @A diff --git a/crates/iota-adapter-transactional-tests/tests/receive_object/basic_receive.exp b/crates/iota-adapter-transactional-tests/tests/receive_object/basic_receive.exp index 06c66c17607..81f51cdb649 100644 --- a/crates/iota-adapter-transactional-tests/tests/receive_object/basic_receive.exp +++ b/crates/iota-adapter-transactional-tests/tests/receive_object/basic_receive.exp @@ -4,13 +4,13 @@ task 1, lines 7-31: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 6916000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6916000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 33: //# run tto::M1::start created: object(2,0), object(2,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3397200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3397200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 35: //# view-object 2,0 @@ -39,7 +39,7 @@ Contents: tto::M1::B { task 5, line 40: //# run tto::M1::receiver --args object(2,0) receiving(2,1) mutated: object(0,0), object(2,0), object(2,1) -gas summary: computation_cost: 1000000, storage_cost: 3397200, storage_rebate: 3397200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3397200, storage_rebate: 3397200, non_refundable_storage_fee: 0 task 6, line 42: //# view-object 2,0 diff --git a/crates/iota-adapter-transactional-tests/tests/receive_object/drop_receiving.exp b/crates/iota-adapter-transactional-tests/tests/receive_object/drop_receiving.exp index 3545ef45c51..5267688fe4d 100644 --- a/crates/iota-adapter-transactional-tests/tests/receive_object/drop_receiving.exp +++ b/crates/iota-adapter-transactional-tests/tests/receive_object/drop_receiving.exp @@ -4,20 +4,20 @@ task 1, lines 7-35: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 7136400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7136400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 37: //# run tto::M1::start created: object(2,0), object(2,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3397200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3397200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, lines 39-42: //# programmable --inputs object(2,0) receiving(2,1) //> tto::M1::send_back(Input(0), Input(1)) // Include the receiving argument, but don't use it at the PTB level mutated: object(0,0), object(2,0), object(2,1) -gas summary: computation_cost: 1000000, storage_cost: 3397200, storage_rebate: 3397200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3397200, storage_rebate: 3397200, non_refundable_storage_fee: 0 task 4, lines 43-47: //# programmable --inputs object(2,0) receiving(2,1) @@ -25,10 +25,10 @@ task 4, lines 43-47: // Include the receiving argument, but don't use it at the Move level. The // receiving object should not be mutated by this. mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2188800, storage_rebate: 2188800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2188800, storage_rebate: 2188800, non_refundable_storage_fee: 0 task 5, lines 48-49: //# programmable --inputs object(2,0) receiving(2,1) //> tto::M1::nop_with_receiver(Input(0), Input(1)) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2188800, storage_rebate: 2188800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2188800, storage_rebate: 2188800, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/receive_object/duplicate_receive_argument.exp b/crates/iota-adapter-transactional-tests/tests/receive_object/duplicate_receive_argument.exp index 139270fba68..4ea16eb1414 100644 --- a/crates/iota-adapter-transactional-tests/tests/receive_object/duplicate_receive_argument.exp +++ b/crates/iota-adapter-transactional-tests/tests/receive_object/duplicate_receive_argument.exp @@ -4,20 +4,20 @@ task 1, lines 7-32: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 6748800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6748800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 34: //# run tto::M1::start created: object(2,0), object(2,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3397200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3397200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, lines 36-39: //# programmable --inputs object(2,0) receiving(2,1) //> tto::M1::send_back(Input(0), Input(1)) // Duplicate object ref in input mutated: object(0,0), object(2,0), object(2,1) -gas summary: computation_cost: 1000000, storage_cost: 3397200, storage_rebate: 3397200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3397200, storage_rebate: 3397200, non_refundable_storage_fee: 0 task 4, lines 40-43: //# programmable --inputs object(2,0) receiving(2,1) receiving(2,1) diff --git a/crates/iota-adapter-transactional-tests/tests/receive_object/move_vec_receiving_types.exp b/crates/iota-adapter-transactional-tests/tests/receive_object/move_vec_receiving_types.exp index 564fb96038e..f2c18fec939 100644 --- a/crates/iota-adapter-transactional-tests/tests/receive_object/move_vec_receiving_types.exp +++ b/crates/iota-adapter-transactional-tests/tests/receive_object/move_vec_receiving_types.exp @@ -4,13 +4,13 @@ task 1, lines 7-64: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 10571600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 10571600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 66: //# run tto::M1::start created: object(2,0), object(2,1), object(2,2), object(2,3), object(2,4) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 7022400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7022400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 68: //# view-object 2,0 @@ -77,7 +77,7 @@ task 8, lines 79-82: //> 0: MakeMoveVec>([Input(1), Input(2), Input(3), Input(4)]); // As long as you don't load the object the type will not be checked. mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2188800, storage_rebate: 2188800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2188800, storage_rebate: 2188800, non_refundable_storage_fee: 0 task 9, lines 83-87: //# programmable --inputs object(2,0) receiving(2,1) receiving(2,2) receiving(2,3) receiving(2,4) @@ -85,7 +85,7 @@ task 9, lines 83-87: //> 1: tto::M1::receive_none(Result(0)); // Try to pass the wrong-type move vec to the function mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2188800, storage_rebate: 2188800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2188800, storage_rebate: 2188800, non_refundable_storage_fee: 0 task 10, lines 88-93: //# programmable --inputs object(2,0) receiving(2,1) receiving(2,2) receiving(2,3) receiving(2,4) diff --git a/crates/iota-adapter-transactional-tests/tests/receive_object/pass_receiver_immut_then_reuse.exp b/crates/iota-adapter-transactional-tests/tests/receive_object/pass_receiver_immut_then_reuse.exp index b13d38bbb66..133a72daf98 100644 --- a/crates/iota-adapter-transactional-tests/tests/receive_object/pass_receiver_immut_then_reuse.exp +++ b/crates/iota-adapter-transactional-tests/tests/receive_object/pass_receiver_immut_then_reuse.exp @@ -4,13 +4,13 @@ task 1, lines 7-33: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 7166800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7166800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 35: //# run tto::M1::start created: object(2,0), object(2,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3397200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3397200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 37: //# view-object 2,0 @@ -41,4 +41,4 @@ task 5, lines 42-44: //> tto::M1::pass_through(Input(1)); //> tto::M1::receiver(Input(0), Input(1)); mutated: object(0,0), object(2,0), object(2,1) -gas summary: computation_cost: 1000000, storage_cost: 3397200, storage_rebate: 3397200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3397200, storage_rebate: 3397200, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/receive_object/pass_receiver_mut_then_reuse.exp b/crates/iota-adapter-transactional-tests/tests/receive_object/pass_receiver_mut_then_reuse.exp index b13d38bbb66..133a72daf98 100644 --- a/crates/iota-adapter-transactional-tests/tests/receive_object/pass_receiver_mut_then_reuse.exp +++ b/crates/iota-adapter-transactional-tests/tests/receive_object/pass_receiver_mut_then_reuse.exp @@ -4,13 +4,13 @@ task 1, lines 7-33: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 7166800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7166800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 35: //# run tto::M1::start created: object(2,0), object(2,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3397200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3397200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 37: //# view-object 2,0 @@ -41,4 +41,4 @@ task 5, lines 42-44: //> tto::M1::pass_through(Input(1)); //> tto::M1::receiver(Input(0), Input(1)); mutated: object(0,0), object(2,0), object(2,1) -gas summary: computation_cost: 1000000, storage_cost: 3397200, storage_rebate: 3397200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3397200, storage_rebate: 3397200, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/receive_object/pt_receive_type_fixing.exp b/crates/iota-adapter-transactional-tests/tests/receive_object/pt_receive_type_fixing.exp index 90095fcb905..e03e30fe31b 100644 --- a/crates/iota-adapter-transactional-tests/tests/receive_object/pt_receive_type_fixing.exp +++ b/crates/iota-adapter-transactional-tests/tests/receive_object/pt_receive_type_fixing.exp @@ -4,13 +4,13 @@ task 1, lines 7-51: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 8930000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 8930000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 53: //# run tto::M1::start created: object(2,0), object(2,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3397200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3397200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 55: //# view-object 2,0 @@ -41,7 +41,7 @@ task 5, lines 61-63: //> 0: tto::M1::pass_through(Input(1)); //> tto::M1::receiver(Input(0), Result(0)); mutated: object(0,0), object(2,0), object(2,1) -gas summary: computation_cost: 1000000, storage_cost: 3397200, storage_rebate: 3397200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3397200, storage_rebate: 3397200, non_refundable_storage_fee: 0 task 6, lines 65-67: //# programmable --inputs object(2,0) receiving(2,1) diff --git a/crates/iota-adapter-transactional-tests/tests/receive_object/receive_add_dof_and_mutate.exp b/crates/iota-adapter-transactional-tests/tests/receive_object/receive_add_dof_and_mutate.exp index 9cd20ab7b97..77d2b4c4972 100644 --- a/crates/iota-adapter-transactional-tests/tests/receive_object/receive_add_dof_and_mutate.exp +++ b/crates/iota-adapter-transactional-tests/tests/receive_object/receive_add_dof_and_mutate.exp @@ -7,13 +7,13 @@ task 1, lines 7-37: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 7828000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7828000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 39: //# run tto::M1::start created: object(2,0), object(2,1) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 3518800, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3518800, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 41: //# view-object 2,0 @@ -45,7 +45,7 @@ task 5, line 45: //# run tto::M1::receive --args object(2,1) receiving(2,0) created: object(5,0), object(5,1), object(5,2) mutated: object(0,1), object(2,0), object(2,1) -gas summary: computation_cost: 1000000, storage_cost: 9682400, storage_rebate: 3518800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 9682400, storage_rebate: 3518800, non_refundable_storage_fee: 0 task 6, line 47: //# view-object 2,0 diff --git a/crates/iota-adapter-transactional-tests/tests/receive_object/receive_and_abort.exp b/crates/iota-adapter-transactional-tests/tests/receive_object/receive_and_abort.exp index 00100edc61b..c00acfca7c5 100644 --- a/crates/iota-adapter-transactional-tests/tests/receive_object/receive_and_abort.exp +++ b/crates/iota-adapter-transactional-tests/tests/receive_object/receive_and_abort.exp @@ -4,13 +4,13 @@ task 1, lines 7-31: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 6680400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6680400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 33: //# run tto::M1::start created: object(2,0), object(2,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3397200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3397200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 35: //# view-object 2,0 diff --git a/crates/iota-adapter-transactional-tests/tests/receive_object/receive_and_deleted.exp b/crates/iota-adapter-transactional-tests/tests/receive_object/receive_and_deleted.exp index e66087ea312..6fdd83dfa03 100644 --- a/crates/iota-adapter-transactional-tests/tests/receive_object/receive_and_deleted.exp +++ b/crates/iota-adapter-transactional-tests/tests/receive_object/receive_and_deleted.exp @@ -4,13 +4,13 @@ task 1, lines 7-31: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 6718400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6718400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 33: //# run tto::M1::start created: object(2,0), object(2,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3397200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3397200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 35: //# view-object 2,0 @@ -40,7 +40,7 @@ task 5, line 40: //# run tto::M1::deleter --args object(2,0) receiving(2,1) mutated: object(0,0), object(2,0) deleted: object(2,1) -gas summary: computation_cost: 1000000, storage_cost: 2188800, storage_rebate: 3397200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2188800, storage_rebate: 3397200, non_refundable_storage_fee: 0 task 6, line 42: //# view-object 2,0 diff --git a/crates/iota-adapter-transactional-tests/tests/receive_object/receive_and_send_back.exp b/crates/iota-adapter-transactional-tests/tests/receive_object/receive_and_send_back.exp index 56cfa3920d0..42d60c4a873 100644 --- a/crates/iota-adapter-transactional-tests/tests/receive_object/receive_and_send_back.exp +++ b/crates/iota-adapter-transactional-tests/tests/receive_object/receive_and_send_back.exp @@ -4,13 +4,13 @@ task 1, lines 7-32: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 6748800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6748800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 34: //# run tto::M1::start created: object(2,0), object(2,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3397200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3397200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 36: //# view-object 2,0 @@ -39,7 +39,7 @@ Contents: tto::M1::B { task 5, line 41: //# run tto::M1::send_back --args object(2,0) receiving(2,1) mutated: object(0,0), object(2,0), object(2,1) -gas summary: computation_cost: 1000000, storage_cost: 3397200, storage_rebate: 3397200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3397200, storage_rebate: 3397200, non_refundable_storage_fee: 0 task 6, line 43: //# view-object 2,0 diff --git a/crates/iota-adapter-transactional-tests/tests/receive_object/receive_and_wrap.exp b/crates/iota-adapter-transactional-tests/tests/receive_object/receive_and_wrap.exp index 67b6b532395..895dd85d85f 100644 --- a/crates/iota-adapter-transactional-tests/tests/receive_object/receive_and_wrap.exp +++ b/crates/iota-adapter-transactional-tests/tests/receive_object/receive_and_wrap.exp @@ -4,13 +4,13 @@ task 1, lines 7-40: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 7562000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7562000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 42: //# run tto::M1::start created: object(2,0), object(2,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3397200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3397200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 44: //# view-object 2,0 @@ -41,7 +41,7 @@ task 5, line 49: created: object(5,0) mutated: object(0,0), object(2,0) wrapped: object(2,1) -gas summary: computation_cost: 1000000, storage_cost: 3686000, storage_rebate: 3397200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3686000, storage_rebate: 3397200, non_refundable_storage_fee: 0 task 6, line 51: //# view-object 2,0 diff --git a/crates/iota-adapter-transactional-tests/tests/receive_object/receive_by_ref.exp b/crates/iota-adapter-transactional-tests/tests/receive_object/receive_by_ref.exp index ae690301ea4..d5cd40e7c65 100644 --- a/crates/iota-adapter-transactional-tests/tests/receive_object/receive_by_ref.exp +++ b/crates/iota-adapter-transactional-tests/tests/receive_object/receive_by_ref.exp @@ -4,13 +4,13 @@ task 1, lines 7-40: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 9864800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 9864800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 42: //# run tto::M1::start created: object(2,0), object(2,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3397200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3397200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 44: //# view-object 2,0 @@ -39,12 +39,12 @@ Contents: tto::M1::B { task 5, line 48: //# run tto::M1::call_mut_ref --args object(2,0) receiving(2,1) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2188800, storage_rebate: 2188800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2188800, storage_rebate: 2188800, non_refundable_storage_fee: 0 task 6, line 50: //# run tto::M1::call_immut_ref --args object(2,0) receiving(2,1) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2188800, storage_rebate: 2188800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2188800, storage_rebate: 2188800, non_refundable_storage_fee: 0 task 7, line 52: //# run tto::M1::call_mut_ref_ret --args object(2,0) receiving(2,1) @@ -60,7 +60,7 @@ task 9, lines 56-57: //# programmable --inputs receiving(2,1) //> tto::M1::immut_immut_ref(Input(0), Input(0)) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 10, lines 59-60: //# programmable --inputs receiving(2,1) diff --git a/crates/iota-adapter-transactional-tests/tests/receive_object/receive_by_value_flow_through.exp b/crates/iota-adapter-transactional-tests/tests/receive_object/receive_by_value_flow_through.exp index d31d4f4a147..14519260408 100644 --- a/crates/iota-adapter-transactional-tests/tests/receive_object/receive_by_value_flow_through.exp +++ b/crates/iota-adapter-transactional-tests/tests/receive_object/receive_by_value_flow_through.exp @@ -4,13 +4,13 @@ task 1, lines 7-29: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 6429600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6429600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 31: //# run tto::M1::start created: object(2,0), object(2,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3397200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3397200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 33: //# view-object 2,0 @@ -39,9 +39,9 @@ Contents: tto::M1::B { task 5, lines 38-40: //# run tto::M1::flow --args object(2,0) receiving(2,1) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2188800, storage_rebate: 2188800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2188800, storage_rebate: 2188800, non_refundable_storage_fee: 0 task 6, line 41: //# run tto::M1::drop --args object(2,0) receiving(2,1) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2188800, storage_rebate: 2188800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2188800, storage_rebate: 2188800, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/receive_object/receive_dof_and_mutate.exp b/crates/iota-adapter-transactional-tests/tests/receive_object/receive_dof_and_mutate.exp index 8ce89f88dfc..7ae7b518a99 100644 --- a/crates/iota-adapter-transactional-tests/tests/receive_object/receive_dof_and_mutate.exp +++ b/crates/iota-adapter-transactional-tests/tests/receive_object/receive_dof_and_mutate.exp @@ -7,13 +7,13 @@ task 1, lines 7-35: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 7820400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7820400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 37: //# run tto::M1::start --sender A created: object(2,0), object(2,1), object(2,2), object(2,3) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 7235200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7235200, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 39: //# view-object 2,0 @@ -76,7 +76,7 @@ task 7, line 47: //# run tto::M1::receive --args object(2,1) receiving(2,2) --sender A created: object(7,0) mutated: object(0,0), object(2,1), object(2,2) -gas summary: computation_cost: 1000000, storage_cost: 5966000, storage_rebate: 3518800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5966000, storage_rebate: 3518800, non_refundable_storage_fee: 0 task 8, line 49: //# view-object 2,0 diff --git a/crates/iota-adapter-transactional-tests/tests/receive_object/receive_duo_struct.exp b/crates/iota-adapter-transactional-tests/tests/receive_object/receive_duo_struct.exp index 6e252c3e618..0f413e31ad3 100644 --- a/crates/iota-adapter-transactional-tests/tests/receive_object/receive_duo_struct.exp +++ b/crates/iota-adapter-transactional-tests/tests/receive_object/receive_duo_struct.exp @@ -4,13 +4,13 @@ task 1, lines 7-45: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 8063600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 8063600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 47: //# run tto::M1::start created: object(2,0), object(2,1), object(2,2) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4605600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4605600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 49: //# view-object 2,0 @@ -53,7 +53,7 @@ task 6, lines 56-59: //> 0: tto::M1::make_duo(Input(1), Input(2)) // receive the objects and return them. Error since we need to do something with the returned objects mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2188800, storage_rebate: 2188800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2188800, storage_rebate: 2188800, non_refundable_storage_fee: 0 task 7, lines 60-64: //# programmable --inputs object(2,0) receiving(2,1) receiving(2,1) @@ -68,4 +68,4 @@ task 8, lines 65-68: //> 1: tto::M1::receive_duo(Input(0), Result(0)); //> 2: TransferObjects([NestedResult(1, 0), NestedResult(1, 1)], Input(3)); mutated: object(0,0), object(2,0), object(2,1), object(2,2) -gas summary: computation_cost: 1000000, storage_cost: 4605600, storage_rebate: 4605600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4605600, storage_rebate: 4605600, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/receive_object/receive_invalid_param_ty.exp b/crates/iota-adapter-transactional-tests/tests/receive_object/receive_invalid_param_ty.exp index 1cba8ad67c1..dd9e297c78e 100644 --- a/crates/iota-adapter-transactional-tests/tests/receive_object/receive_invalid_param_ty.exp +++ b/crates/iota-adapter-transactional-tests/tests/receive_object/receive_invalid_param_ty.exp @@ -4,13 +4,13 @@ task 1, lines 7-42: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 8512000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 8512000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 44: //# run tto::M1::start created: object(2,0), object(2,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3397200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3397200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 46: //# view-object 2,0 @@ -73,7 +73,7 @@ Execution Error: ExecutionError: ExecutionError { inner: ExecutionErrorInner { k task 12, line 64: //# run tto::M1::receiver6 --args receiving(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 13, line 66: //# run tto::M1::receiver6 --args 0 diff --git a/crates/iota-adapter-transactional-tests/tests/receive_object/receive_invalid_type.exp b/crates/iota-adapter-transactional-tests/tests/receive_object/receive_invalid_type.exp index 25964582eb9..73cef763217 100644 --- a/crates/iota-adapter-transactional-tests/tests/receive_object/receive_invalid_type.exp +++ b/crates/iota-adapter-transactional-tests/tests/receive_object/receive_invalid_type.exp @@ -4,13 +4,13 @@ task 1, lines 7-31: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 6916000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6916000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 33: //# run tto::M1::start created: object(2,0), object(2,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3397200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3397200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 35: //# view-object 2,0 diff --git a/crates/iota-adapter-transactional-tests/tests/receive_object/receive_many_move_vec.exp b/crates/iota-adapter-transactional-tests/tests/receive_object/receive_many_move_vec.exp index 18d20c9d6dd..e3607a25ccc 100644 --- a/crates/iota-adapter-transactional-tests/tests/receive_object/receive_many_move_vec.exp +++ b/crates/iota-adapter-transactional-tests/tests/receive_object/receive_many_move_vec.exp @@ -4,13 +4,13 @@ task 1, lines 7-78: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 11278400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 11278400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 80: //# run tto::M1::start created: object(2,0), object(2,1), object(2,2), object(2,3), object(2,4) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 7022400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7022400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 82: //# view-object 2,0 @@ -77,7 +77,7 @@ task 8, lines 93-96: //> 0: MakeMoveVec>([Input(1), Input(2), Input(3), Input(4)]); // Make the Move vec and pass, but never receive mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2188800, storage_rebate: 2188800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2188800, storage_rebate: 2188800, non_refundable_storage_fee: 0 task 9, lines 97-101: //# programmable --inputs object(2,0) receiving(2,1) receiving(2,2) receiving(2,3) receiving(2,4) @@ -85,7 +85,7 @@ task 9, lines 97-101: //> 1: tto::M1::receive_none(Input(0), Result(0)); // Make the Move vec of receiving arguments and then receive all but the last. Only the ince we receive should be mutated mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2188800, storage_rebate: 2188800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2188800, storage_rebate: 2188800, non_refundable_storage_fee: 0 task 10, lines 102-106: //# programmable --inputs object(2,0) receiving(2,1) receiving(2,2) receiving(2,3) receiving(2,4) @@ -93,7 +93,7 @@ task 10, lines 102-106: //> 1: tto::M1::receive_all_but_last(Input(0), Result(0)); // Make the Move vec of receiving arguments, pass to a function by immref, then later use the vec to receive all of them mutated: object(0,0), object(2,0), object(2,2), object(2,3), object(2,4) -gas summary: computation_cost: 1000000, storage_cost: 5814000, storage_rebate: 5814000, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5814000, storage_rebate: 5814000, non_refundable_storage_fee: 0 task 11, lines 107-112: //# programmable --inputs object(2,0) receiving(2,1) receiving(2,2) receiving(2,3) receiving(2,4) @@ -102,7 +102,7 @@ task 11, lines 107-112: //> 2: tto::M1::receive_all_send_back(Input(0), Result(0)); // Make the Move vec of receiving arguments, pass to a function by mutref, then later use the vec to receive all of them mutated: object(0,0), object(2,0), object(2,1), object(2,2), object(2,3), object(2,4) -gas summary: computation_cost: 1000000, storage_cost: 7022400, storage_rebate: 7022400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7022400, storage_rebate: 7022400, non_refundable_storage_fee: 0 task 12, lines 113-118: //# programmable --inputs object(2,0) receiving(2,1) receiving(2,2) receiving(2,3) receiving(2,4) @@ -111,7 +111,7 @@ task 12, lines 113-118: //> 2: tto::M1::receive_all_send_back(Input(0), Result(0)); // Make the Move vec of receiving arguments, pass to a function by mutref and receive some mutated: object(0,0), object(2,0), object(2,1), object(2,2), object(2,3), object(2,4) -gas summary: computation_cost: 1000000, storage_cost: 7022400, storage_rebate: 7022400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7022400, storage_rebate: 7022400, non_refundable_storage_fee: 0 task 13, lines 119-124: //# programmable --inputs object(2,0) receiving(2,1) receiving(2,2) receiving(2,3) receiving(2,4) @@ -120,7 +120,7 @@ task 13, lines 119-124: //> 2: tto::M1::receive_all_by_mut_ref(Input(0), Result(0)); // Make the Move vec of receiving arguments, pass to a function by mutref, receive some, then pass by mutref again to receive the rest mutated: object(0,0), object(2,0), object(2,1), object(2,2), object(2,3), object(2,4) -gas summary: computation_cost: 1000000, storage_cost: 7022400, storage_rebate: 7022400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7022400, storage_rebate: 7022400, non_refundable_storage_fee: 0 task 14, lines 125-130: //# programmable --inputs object(2,0) receiving(2,1) receiving(2,2) receiving(2,3) receiving(2,4) @@ -129,7 +129,7 @@ task 14, lines 125-130: //> 2: tto::M1::receive_all_by_mut_ref(Input(0), Result(0)); // Make the Move vec of receiving arguments, pass to a function by mutref, receive some, then pass by value to receive the rest mutated: object(0,0), object(2,0), object(2,1), object(2,2), object(2,3), object(2,4) -gas summary: computation_cost: 1000000, storage_cost: 7022400, storage_rebate: 7022400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7022400, storage_rebate: 7022400, non_refundable_storage_fee: 0 task 15, lines 131-136: //# programmable --inputs object(2,0) receiving(2,1) receiving(2,2) receiving(2,3) receiving(2,4) @@ -138,14 +138,14 @@ task 15, lines 131-136: //> 2: tto::M1::receive_all_send_back(Input(0), Result(0)); // Make the Move vec of receiving arguments and then receive all of them mutated: object(0,0), object(2,0), object(2,1), object(2,2), object(2,3), object(2,4) -gas summary: computation_cost: 1000000, storage_cost: 7022400, storage_rebate: 7022400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7022400, storage_rebate: 7022400, non_refundable_storage_fee: 0 task 16, lines 137-139: //# programmable --inputs object(2,0) receiving(2,1) receiving(2,2) receiving(2,3) receiving(2,4) //> 0: MakeMoveVec>([Input(1), Input(2), Input(3), Input(4)]); //> 1: tto::M1::receive_all(Input(0), Result(0)); mutated: object(0,0), object(2,0), object(2,1), object(2,2), object(2,3), object(2,4) -gas summary: computation_cost: 1000000, storage_cost: 7022400, storage_rebate: 7022400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7022400, storage_rebate: 7022400, non_refundable_storage_fee: 0 task 17, line 141: //# view-object 2,0 diff --git a/crates/iota-adapter-transactional-tests/tests/receive_object/receive_multiple_times_in_row.exp b/crates/iota-adapter-transactional-tests/tests/receive_object/receive_multiple_times_in_row.exp index b9f911c1e7f..56760703400 100644 --- a/crates/iota-adapter-transactional-tests/tests/receive_object/receive_multiple_times_in_row.exp +++ b/crates/iota-adapter-transactional-tests/tests/receive_object/receive_multiple_times_in_row.exp @@ -7,19 +7,19 @@ task 1, lines 7-37: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 6999600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6999600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 39: //# run tto::M1::start created: object(2,0), object(2,1) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 3397200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3397200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 41: //# run tto::M1::middle --sender A created: object(3,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2188800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2188800, storage_rebate: 0, non_refundable_storage_fee: 0 task 4, line 43: //# view-object 2,0 @@ -48,7 +48,7 @@ Contents: tto::M1::B { task 6, line 48: //# run tto::M1::send_back --args object(2,0) receiving(2,1) mutated: object(0,1), object(2,0), object(2,1) -gas summary: computation_cost: 1000000, storage_cost: 3397200, storage_rebate: 3397200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3397200, storage_rebate: 3397200, non_refundable_storage_fee: 0 task 7, line 50: //# view-object 2,0 @@ -82,7 +82,7 @@ Execution Error: ExecutionError: ExecutionError { inner: ExecutionErrorInner { k task 10, lines 58-60: //# run tto::M1::send_back --args object(2,0) receiving(2,1)@4 mutated: object(0,1), object(2,0), object(2,1) -gas summary: computation_cost: 1000000, storage_cost: 3397200, storage_rebate: 3397200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3397200, storage_rebate: 3397200, non_refundable_storage_fee: 0 task 11, lines 61-63: //# run tto::M1::send_back --summarize --args object(3,0) receiving(2,1)@6 --sender A @@ -92,4 +92,4 @@ Execution Error: ExecutionError: ExecutionError { inner: ExecutionErrorInner { k task 12, line 64: //# run tto::M1::send_back --args object(2,0) receiving(2,1)@6 mutated: object(0,1), object(2,0), object(2,1) -gas summary: computation_cost: 1000000, storage_cost: 3397200, storage_rebate: 3397200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3397200, storage_rebate: 3397200, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/receive_object/receive_object_id.exp b/crates/iota-adapter-transactional-tests/tests/receive_object/receive_object_id.exp index b96c9222917..0057b7d5631 100644 --- a/crates/iota-adapter-transactional-tests/tests/receive_object/receive_object_id.exp +++ b/crates/iota-adapter-transactional-tests/tests/receive_object/receive_object_id.exp @@ -4,13 +4,13 @@ task 1, lines 7-30: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 6642400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6642400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 32: //# run tto::M1::start created: object(2,0), object(2,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3397200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3397200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 34: //# view-object 2,0 @@ -39,19 +39,19 @@ Contents: tto::M1::B { task 5, line 38: //# run tto::M1::receiver --args receiving(2,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 6, lines 40-41: //# programmable --inputs receiving(2,1) //> iota::transfer::receiving_object_id(Input(0)) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 7, lines 43-44: //# programmable --inputs receiving(2,1) //> tto::M1::receiver(Input(0)) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 8, line 46: //# view-object 2,0 diff --git a/crates/iota-adapter-transactional-tests/tests/receive_object/receive_object_owner.exp b/crates/iota-adapter-transactional-tests/tests/receive_object/receive_object_owner.exp index 88732191753..cbae9a9de31 100644 --- a/crates/iota-adapter-transactional-tests/tests/receive_object/receive_object_owner.exp +++ b/crates/iota-adapter-transactional-tests/tests/receive_object/receive_object_owner.exp @@ -7,13 +7,13 @@ task 1, lines 7-29: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 6627200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6627200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 31: //# run tto::M1::start --sender A created: object(2,0), object(2,1), object(2,2) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5966000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5966000, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 33: //# view-object 2,0 diff --git a/crates/iota-adapter-transactional-tests/tests/receive_object/receive_return_object_dont_touch.exp b/crates/iota-adapter-transactional-tests/tests/receive_object/receive_return_object_dont_touch.exp index 759640cfd62..bbbeb6784fe 100644 --- a/crates/iota-adapter-transactional-tests/tests/receive_object/receive_return_object_dont_touch.exp +++ b/crates/iota-adapter-transactional-tests/tests/receive_object/receive_return_object_dont_touch.exp @@ -4,13 +4,13 @@ task 1, lines 7-30: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 6596800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6596800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 32: //# run tto::M1::start created: object(2,0), object(2,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3397200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3397200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 34: //# view-object 2,0 diff --git a/crates/iota-adapter-transactional-tests/tests/receive_object/receive_return_object_then_transfer.exp b/crates/iota-adapter-transactional-tests/tests/receive_object/receive_return_object_then_transfer.exp index 5b481d15358..1f9e7c23417 100644 --- a/crates/iota-adapter-transactional-tests/tests/receive_object/receive_return_object_then_transfer.exp +++ b/crates/iota-adapter-transactional-tests/tests/receive_object/receive_return_object_then_transfer.exp @@ -4,13 +4,13 @@ task 1, lines 7-30: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 6596800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6596800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 32: //# run tto::M1::start created: object(2,0), object(2,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3397200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3397200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 34: //# view-object 2,0 @@ -41,7 +41,7 @@ task 5, lines 39-41: //> 0: tto::M1::receiver(Input(0), Input(1)); //> TransferObjects([Result(0)], Input(2)) mutated: object(0,0), object(2,0), object(2,1) -gas summary: computation_cost: 1000000, storage_cost: 3397200, storage_rebate: 3397200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3397200, storage_rebate: 3397200, non_refundable_storage_fee: 0 task 6, line 43: //# view-object 2,0 diff --git a/crates/iota-adapter-transactional-tests/tests/receive_object/receive_ticket_coin_operations.exp b/crates/iota-adapter-transactional-tests/tests/receive_object/receive_ticket_coin_operations.exp index 0ccecfb0eb7..0720f0f5f38 100644 --- a/crates/iota-adapter-transactional-tests/tests/receive_object/receive_ticket_coin_operations.exp +++ b/crates/iota-adapter-transactional-tests/tests/receive_object/receive_ticket_coin_operations.exp @@ -4,13 +4,13 @@ task 1, lines 7-24: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5920400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5920400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 26: //# run tto::M1::start created: object(2,0), object(2,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3397200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3397200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 28: //# view-object 2,0 diff --git a/crates/iota-adapter-transactional-tests/tests/receive_object/shared_parent/basic_receive.exp b/crates/iota-adapter-transactional-tests/tests/receive_object/shared_parent/basic_receive.exp index 72c598a6e0a..08dcc76bb85 100644 --- a/crates/iota-adapter-transactional-tests/tests/receive_object/shared_parent/basic_receive.exp +++ b/crates/iota-adapter-transactional-tests/tests/receive_object/shared_parent/basic_receive.exp @@ -4,13 +4,13 @@ task 1, lines 7-31: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 6961600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6961600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 33: //# run tto::M1::start created: object(2,0), object(2,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3397200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3397200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 35: //# view-object 2,0 @@ -39,7 +39,7 @@ Contents: tto::M1::B { task 5, line 39: //# run tto::M1::receiver --args object(2,0) receiving(2,1) mutated: object(0,0), object(2,0), object(2,1) -gas summary: computation_cost: 1000000, storage_cost: 3397200, storage_rebate: 3397200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3397200, storage_rebate: 3397200, non_refundable_storage_fee: 0 task 6, line 41: //# view-object 2,0 diff --git a/crates/iota-adapter-transactional-tests/tests/receive_object/shared_parent/drop_receiving.exp b/crates/iota-adapter-transactional-tests/tests/receive_object/shared_parent/drop_receiving.exp index 5a8ca53e1a3..a9745ece8e7 100644 --- a/crates/iota-adapter-transactional-tests/tests/receive_object/shared_parent/drop_receiving.exp +++ b/crates/iota-adapter-transactional-tests/tests/receive_object/shared_parent/drop_receiving.exp @@ -4,20 +4,20 @@ task 1, lines 7-34: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 7174400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7174400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 36: //# run tto::M1::start created: object(2,0), object(2,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3397200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3397200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, lines 38-41: //# programmable --inputs object(2,0) receiving(2,1) //> tto::M1::send_back(Input(0), Input(1)) // Include the receiving argument, but don't use it at the PTB level mutated: object(0,0), object(2,0), object(2,1) -gas summary: computation_cost: 1000000, storage_cost: 3397200, storage_rebate: 3397200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3397200, storage_rebate: 3397200, non_refundable_storage_fee: 0 task 4, lines 42-46: //# programmable --inputs object(2,0) receiving(2,1) @@ -25,10 +25,10 @@ task 4, lines 42-46: // Include the receiving argument, but don't use it at the Move level. The // receiving object should not be mutated by this. mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2188800, storage_rebate: 2188800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2188800, storage_rebate: 2188800, non_refundable_storage_fee: 0 task 5, lines 47-48: //# programmable --inputs object(2,0) receiving(2,1) //> tto::M1::nop_with_receiver(Input(0), Input(1)) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2188800, storage_rebate: 2188800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2188800, storage_rebate: 2188800, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/receive_object/shared_parent/receive_dof_and_mutate.exp b/crates/iota-adapter-transactional-tests/tests/receive_object/shared_parent/receive_dof_and_mutate.exp index 1423579b056..38f4b88ae25 100644 --- a/crates/iota-adapter-transactional-tests/tests/receive_object/shared_parent/receive_dof_and_mutate.exp +++ b/crates/iota-adapter-transactional-tests/tests/receive_object/shared_parent/receive_dof_and_mutate.exp @@ -7,13 +7,13 @@ task 1, lines 7-35: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 7873600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7873600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 37: //# run tto::M1::start created: object(2,0), object(2,1), object(2,2), object(2,3) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 7235200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7235200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 39: //# view-object 2,0 @@ -76,7 +76,7 @@ task 7, line 47: //# run tto::M1::receive --args object(2,3) receiving(2,1) created: object(7,0) mutated: object(0,1), object(2,1), object(2,3) -gas summary: computation_cost: 1000000, storage_cost: 5966000, storage_rebate: 3518800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5966000, storage_rebate: 3518800, non_refundable_storage_fee: 0 task 8, line 49: //# view-object 2,0 diff --git a/crates/iota-adapter-transactional-tests/tests/receive_object/shared_parent/receive_multiple_times_in_row.exp b/crates/iota-adapter-transactional-tests/tests/receive_object/shared_parent/receive_multiple_times_in_row.exp index 72c42408ce9..92ae8b70731 100644 --- a/crates/iota-adapter-transactional-tests/tests/receive_object/shared_parent/receive_multiple_times_in_row.exp +++ b/crates/iota-adapter-transactional-tests/tests/receive_object/shared_parent/receive_multiple_times_in_row.exp @@ -7,19 +7,19 @@ task 1, lines 7-38: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 7174400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7174400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 40: //# run tto::M1::start created: object(2,0), object(2,1) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 3397200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3397200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 42: //# run tto::M1::middle --sender A created: object(3,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2188800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2188800, storage_rebate: 0, non_refundable_storage_fee: 0 task 4, line 44: //# view-object 2,0 @@ -48,7 +48,7 @@ Contents: tto::M1::B { task 6, line 49: //# run tto::M1::send_back --args object(2,0) receiving(2,1) mutated: object(0,1), object(2,0), object(2,1) -gas summary: computation_cost: 1000000, storage_cost: 3397200, storage_rebate: 3397200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3397200, storage_rebate: 3397200, non_refundable_storage_fee: 0 task 7, line 51: //# view-object 2,0 @@ -82,7 +82,7 @@ Debug of error: MoveAbort(MoveLocation { module: ModuleId { address: iota, name: task 10, lines 59-61: //# run tto::M1::send_back --args object(2,0) receiving(2,1)@4 mutated: object(0,1), object(2,0), object(2,1) -gas summary: computation_cost: 1000000, storage_cost: 3397200, storage_rebate: 3397200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3397200, storage_rebate: 3397200, non_refundable_storage_fee: 0 task 11, lines 62-64: //# run tto::M1::send_back --summarize --args object(3,0) receiving(2,1)@6 --sender A @@ -92,4 +92,4 @@ Execution Error: ExecutionError: ExecutionError { inner: ExecutionErrorInner { k task 12, line 65: //# run tto::M1::send_back --args object(2,0) receiving(2,1)@6 mutated: object(0,1), object(2,0), object(2,1) -gas summary: computation_cost: 1000000, storage_cost: 3397200, storage_rebate: 3397200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3397200, storage_rebate: 3397200, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/receive_object/shared_parent/transfer_then_share.exp b/crates/iota-adapter-transactional-tests/tests/receive_object/shared_parent/transfer_then_share.exp index 8cc6e2654a0..67526cec9f4 100644 --- a/crates/iota-adapter-transactional-tests/tests/receive_object/shared_parent/transfer_then_share.exp +++ b/crates/iota-adapter-transactional-tests/tests/receive_object/shared_parent/transfer_then_share.exp @@ -4,13 +4,13 @@ task 1, lines 7-32: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 6908400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6908400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 34: //# run tto::M1::start created: object(2,0), object(2,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3397200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3397200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 36: //# view-object 2,0 @@ -39,7 +39,7 @@ Contents: tto::M1::B { task 5, line 40: //# run tto::M1::receiver --args object(2,0) receiving(2,1) mutated: object(0,0), object(2,0), object(2,1) -gas summary: computation_cost: 1000000, storage_cost: 3397200, storage_rebate: 3397200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3397200, storage_rebate: 3397200, non_refundable_storage_fee: 0 task 6, line 42: //# view-object 2,0 diff --git a/crates/iota-adapter-transactional-tests/tests/receive_object/take_receiver_then_try_to_reuse.exp b/crates/iota-adapter-transactional-tests/tests/receive_object/take_receiver_then_try_to_reuse.exp index b33c0e2377b..393dcc472cc 100644 --- a/crates/iota-adapter-transactional-tests/tests/receive_object/take_receiver_then_try_to_reuse.exp +++ b/crates/iota-adapter-transactional-tests/tests/receive_object/take_receiver_then_try_to_reuse.exp @@ -4,13 +4,13 @@ task 1, lines 7-33: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 7174400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7174400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 35: //# run tto::M1::start created: object(2,0), object(2,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3397200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3397200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 37: //# view-object 2,0 diff --git a/crates/iota-adapter-transactional-tests/tests/receive_object/transfer_object_cyclic.exp b/crates/iota-adapter-transactional-tests/tests/receive_object/transfer_object_cyclic.exp index 1f8a766c263..1562d827176 100644 --- a/crates/iota-adapter-transactional-tests/tests/receive_object/transfer_object_cyclic.exp +++ b/crates/iota-adapter-transactional-tests/tests/receive_object/transfer_object_cyclic.exp @@ -4,10 +4,10 @@ task 1, lines 7-25: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5844400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5844400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 27: //# run tto::M1::start created: object(2,0), object(2,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3397200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3397200, storage_rebate: 980400, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/runtime_behavior/error_locations.exp b/crates/iota-adapter-transactional-tests/tests/runtime_behavior/error_locations.exp index 63ea7e4ebbc..69d4cf123a8 100644 --- a/crates/iota-adapter-transactional-tests/tests/runtime_behavior/error_locations.exp +++ b/crates/iota-adapter-transactional-tests/tests/runtime_behavior/error_locations.exp @@ -4,7 +4,7 @@ task 1, lines 9-31: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4324400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4324400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 33: //# run test::m::abort_ diff --git a/crates/iota-adapter-transactional-tests/tests/runtime_behavior/versioned_check_swap_loc_new.exp b/crates/iota-adapter-transactional-tests/tests/runtime_behavior/versioned_check_swap_loc_new.exp index ad5ecf95f8b..e4b52feb1d6 100644 --- a/crates/iota-adapter-transactional-tests/tests/runtime_behavior/versioned_check_swap_loc_new.exp +++ b/crates/iota-adapter-transactional-tests/tests/runtime_behavior/versioned_check_swap_loc_new.exp @@ -4,14 +4,14 @@ task 1, lines 9-43: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4484000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4484000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 45: //# run test::m::t1 --args true mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 47: //# run test::m::t2 --args true mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/shared/add_dynamic_field.exp b/crates/iota-adapter-transactional-tests/tests/shared/add_dynamic_field.exp index be2d7849db0..417acb55077 100644 --- a/crates/iota-adapter-transactional-tests/tests/shared/add_dynamic_field.exp +++ b/crates/iota-adapter-transactional-tests/tests/shared/add_dynamic_field.exp @@ -7,13 +7,13 @@ task 1, lines 10-33: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 6619600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6619600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 35: //# run a::m::create --sender A created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2196400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2196400, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 37: //# view-object 2,0 @@ -31,13 +31,13 @@ task 4, line 39: //# run a::m::add_dynamic_field --sender A --args object(2,0) created: object(4,0) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 3655600, storage_rebate: 2196400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3655600, storage_rebate: 2196400, non_refundable_storage_fee: 0 task 5, line 41: //# run a::m::create --sender A created: object(5,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2196400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2196400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 6, line 43: //# view-object 5,0 @@ -54,4 +54,4 @@ Contents: a::m::Obj { task 7, line 45: //# run a::m::add_and_remove_dynamic_field --sender A --args object(5,0) mutated: object(0,0), object(5,0) -gas summary: computation_cost: 1000000, storage_cost: 2196400, storage_rebate: 2196400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2196400, storage_rebate: 2196400, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/shared/become_dynamic_field.exp b/crates/iota-adapter-transactional-tests/tests/shared/become_dynamic_field.exp index 3d248fa7fbf..21f2ae3b4d0 100644 --- a/crates/iota-adapter-transactional-tests/tests/shared/become_dynamic_field.exp +++ b/crates/iota-adapter-transactional-tests/tests/shared/become_dynamic_field.exp @@ -7,13 +7,13 @@ task 1, lines 10-40: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 7524000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7524000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 42: //# run a::m::create_shared --sender A created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2211600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2211600, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 44: //# view-object 2,0 @@ -36,7 +36,7 @@ task 5, line 48: //# run a::m::create_shared --sender A created: object(5,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2211600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2211600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 6, line 50: //# view-object 5,0 @@ -54,4 +54,4 @@ task 7, line 52: //# run a::m::add_and_remove_dynamic_field --sender A --args object(5,0) created: object(7,0) mutated: object(0,0), object(5,0) -gas summary: computation_cost: 1000000, storage_cost: 3442800, storage_rebate: 2211600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3442800, storage_rebate: 2211600, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/shared/become_dynamic_object_field.exp b/crates/iota-adapter-transactional-tests/tests/shared/become_dynamic_object_field.exp index 677a4ef19d8..5a4f06b2c89 100644 --- a/crates/iota-adapter-transactional-tests/tests/shared/become_dynamic_object_field.exp +++ b/crates/iota-adapter-transactional-tests/tests/shared/become_dynamic_object_field.exp @@ -7,13 +7,13 @@ task 1, lines 10-40: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 7683600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7683600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 42: //# run a::m::create_shared --sender A created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2211600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2211600, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 44: //# view-object 2,0 @@ -36,7 +36,7 @@ task 5, line 48: //# run a::m::create_shared --sender A created: object(5,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2211600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2211600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 6, line 50: //# view-object 5,0 @@ -54,4 +54,4 @@ task 7, line 52: //# run a::m::add_and_remove_dynamic_object_field --sender A --args object(5,0) created: object(7,0) mutated: object(0,0), object(5,0) -gas summary: computation_cost: 1000000, storage_cost: 3442800, storage_rebate: 2211600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3442800, storage_rebate: 2211600, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/shared/by_value_shared_object_deletion.exp b/crates/iota-adapter-transactional-tests/tests/shared/by_value_shared_object_deletion.exp index 94499ba781b..4764acde518 100644 --- a/crates/iota-adapter-transactional-tests/tests/shared/by_value_shared_object_deletion.exp +++ b/crates/iota-adapter-transactional-tests/tests/shared/by_value_shared_object_deletion.exp @@ -4,19 +4,19 @@ task 1, lines 10-27: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5335200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5335200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 29-37: //# publish --dependencies t2 created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4446000, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4446000, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 39: //# run t2::o2::create created: object(3,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2211600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2211600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 4, lines 41-43: //# view-object 3,0 @@ -34,13 +34,13 @@ task 5, line 44: //# run t1::o1::consume_o2 --args object(3,0) mutated: object(0,0) deleted: object(3,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 2211600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 2211600, non_refundable_storage_fee: 0 task 6, line 46: //# run t2::o2::create created: object(6,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2211600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2211600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 7, lines 48-50: //# view-object 6,0 @@ -58,4 +58,4 @@ task 8, line 51: //# run t2::o2::consume_o2 --args object(6,0) mutated: object(0,0) deleted: object(6,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 2211600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 2211600, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/shared/by_value_shared_object_deletion_via_make_move_vec.exp b/crates/iota-adapter-transactional-tests/tests/shared/by_value_shared_object_deletion_via_make_move_vec.exp index fbbe8fe141b..d31dc71009b 100644 --- a/crates/iota-adapter-transactional-tests/tests/shared/by_value_shared_object_deletion_via_make_move_vec.exp +++ b/crates/iota-adapter-transactional-tests/tests/shared/by_value_shared_object_deletion_via_make_move_vec.exp @@ -4,19 +4,19 @@ task 1, lines 7-46: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 6908400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6908400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 48: //# run t2::o2::create created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2211600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2211600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 50: //# run t2::o2::create created: object(3,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2211600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2211600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 4, line 52: //# view-object 2,0 @@ -48,13 +48,13 @@ task 6, lines 57-59: //> 1: t2::o2::delete(Result(0)); mutated: object(0,0), object(2,0) deleted: object(3,0) -gas summary: computation_cost: 1000000, storage_cost: 2211600, storage_rebate: 3442800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2211600, storage_rebate: 3442800, non_refundable_storage_fee: 0 task 7, line 61: //# run t2::o2::mint_shared_coin created: object(7,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 1960800, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 1960800, storage_rebate: 980400, non_refundable_storage_fee: 0 task 8, lines 63-65: //# view-object 7,0 @@ -80,4 +80,4 @@ task 9, lines 66-71: //> 4: t2::o2::share_coin(Result(1)); created: object(9,0) mutated: object(0,0), object(7,0) -gas summary: computation_cost: 1000000, storage_cost: 2941200, storage_rebate: 1960800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2941200, storage_rebate: 1960800, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/shared/by_value_shared_object_deletion_via_make_move_vec_fails.exp b/crates/iota-adapter-transactional-tests/tests/shared/by_value_shared_object_deletion_via_make_move_vec_fails.exp index de5f3e93c4b..52bbddf17b8 100644 --- a/crates/iota-adapter-transactional-tests/tests/shared/by_value_shared_object_deletion_via_make_move_vec_fails.exp +++ b/crates/iota-adapter-transactional-tests/tests/shared/by_value_shared_object_deletion_via_make_move_vec_fails.exp @@ -4,19 +4,19 @@ task 1, lines 7-98: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 10951600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 10951600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 100: //# run t2::o2::create created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2211600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2211600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 102: //# run t2::o2::create created: object(3,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2211600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2211600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 4, line 104: //# view-object 2,0 @@ -122,7 +122,7 @@ task 15, line 158: //# run t2::o2::mint_shared_coin created: object(15,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 1960800, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 1960800, storage_rebate: 980400, non_refundable_storage_fee: 0 task 16, lines 160-163: //# view-object 15,0 diff --git a/crates/iota-adapter-transactional-tests/tests/shared/by_value_shared_object_deletion_via_merge.exp b/crates/iota-adapter-transactional-tests/tests/shared/by_value_shared_object_deletion_via_merge.exp index c81b9d88cf1..783f63f639b 100644 --- a/crates/iota-adapter-transactional-tests/tests/shared/by_value_shared_object_deletion_via_merge.exp +++ b/crates/iota-adapter-transactional-tests/tests/shared/by_value_shared_object_deletion_via_merge.exp @@ -7,19 +7,19 @@ task 1, lines 14-61: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 9272000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 9272000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 63: //# run t2::o2::mint_shared_coin created: object(2,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 1960800, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 1960800, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 65: //# run t2::o2::mint_owned_coin created: object(3,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 1960800, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 1960800, storage_rebate: 980400, non_refundable_storage_fee: 0 task 4, line 67: //# view-object 2,0 @@ -58,25 +58,25 @@ task 6, lines 73-77: // **Merge owned into shared** mutated: object(0,0), object(3,0) deleted: object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 1960800, storage_rebate: 1960800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 1960800, storage_rebate: 1960800, non_refundable_storage_fee: 0 task 7, line 79: //# run t2::o2::mint_owned_coin created: object(7,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 1960800, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 1960800, storage_rebate: 980400, non_refundable_storage_fee: 0 task 8, line 81: //# run t2::o2::mint_shared_coin created: object(8,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 1960800, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 1960800, storage_rebate: 980400, non_refundable_storage_fee: 0 task 9, line 83: //# run t2::o2::mint_shared_obj created: object(9,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2211600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2211600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 10, line 85: //# view-object 7,0 @@ -127,25 +127,25 @@ task 13, lines 92-96: // **Merge shared into shared** mutated: object(0,0), object(9,0) deleted: object(7,0), object(8,0) -gas summary: computation_cost: 1000000, storage_cost: 2211600, storage_rebate: 4172400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2211600, storage_rebate: 4172400, non_refundable_storage_fee: 0 task 14, line 98: //# run t2::o2::mint_shared_coin created: object(14,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 1960800, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 1960800, storage_rebate: 980400, non_refundable_storage_fee: 0 task 15, line 100: //# run t2::o2::mint_shared_coin created: object(15,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 1960800, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 1960800, storage_rebate: 980400, non_refundable_storage_fee: 0 task 16, line 102: //# run t2::o2::mint_shared_obj created: object(16,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2211600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2211600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 17, line 104: //# view-object 14,0 @@ -195,4 +195,4 @@ task 20, lines 111-113: //> 1: t2::o2::deleter(Input(1)); mutated: object(0,0), object(16,0) deleted: object(14,0), object(15,0) -gas summary: computation_cost: 1000000, storage_cost: 2211600, storage_rebate: 4172400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2211600, storage_rebate: 4172400, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/shared/by_value_shared_object_deletion_via_merge_fails.exp b/crates/iota-adapter-transactional-tests/tests/shared/by_value_shared_object_deletion_via_merge_fails.exp index 61db96f562e..9fa33541d90 100644 --- a/crates/iota-adapter-transactional-tests/tests/shared/by_value_shared_object_deletion_via_merge_fails.exp +++ b/crates/iota-adapter-transactional-tests/tests/shared/by_value_shared_object_deletion_via_merge_fails.exp @@ -7,25 +7,25 @@ task 1, lines 14-63: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 9272000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 9272000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 65: //# run t2::o2::mint_owned_coin created: object(2,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 1960800, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 1960800, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 67: //# run t2::o2::mint_shared_coin created: object(3,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 1960800, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 1960800, storage_rebate: 980400, non_refundable_storage_fee: 0 task 4, line 69: //# run t2::o2::mint_shared_obj created: object(4,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2211600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2211600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 5, line 71: //# view-object 2,0 @@ -113,19 +113,19 @@ task 13, line 104: //# run t2::o2::mint_shared_coin created: object(13,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 1960800, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 1960800, storage_rebate: 980400, non_refundable_storage_fee: 0 task 14, line 106: //# run t2::o2::mint_shared_coin created: object(14,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 1960800, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 1960800, storage_rebate: 980400, non_refundable_storage_fee: 0 task 15, line 108: //# run t2::o2::mint_shared_obj created: object(15,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2211600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2211600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 16, line 110: //# view-object 13,0 diff --git a/crates/iota-adapter-transactional-tests/tests/shared/by_value_shared_object_deletion_via_move_call.exp b/crates/iota-adapter-transactional-tests/tests/shared/by_value_shared_object_deletion_via_move_call.exp index 56d2aed454d..a4d0fdac8da 100644 --- a/crates/iota-adapter-transactional-tests/tests/shared/by_value_shared_object_deletion_via_move_call.exp +++ b/crates/iota-adapter-transactional-tests/tests/shared/by_value_shared_object_deletion_via_move_call.exp @@ -4,19 +4,19 @@ task 1, lines 7-36: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 6391600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6391600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 38: //# run t2::o2::create created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2211600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2211600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 40: //# run t2::o2::create created: object(3,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2211600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2211600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 4, line 42: //# view-object 2,0 @@ -48,13 +48,13 @@ task 6, lines 47-49: //> 1: t2::o2::deleter(Result(0)); mutated: object(0,0), object(2,0) deleted: object(3,0) -gas summary: computation_cost: 1000000, storage_cost: 2211600, storage_rebate: 3442800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2211600, storage_rebate: 3442800, non_refundable_storage_fee: 0 task 7, line 51: //# run t2::o2::mint_shared_coin created: object(7,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 1960800, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 1960800, storage_rebate: 980400, non_refundable_storage_fee: 0 task 8, lines 53-55: //# view-object 7,0 @@ -80,7 +80,7 @@ task 9, lines 56-62: // Try to call public_share_object directly -- this should work because the coin has `store`. created: object(9,0) mutated: object(0,0), object(7,0) -gas summary: computation_cost: 1000000, storage_cost: 2941200, storage_rebate: 1960800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2941200, storage_rebate: 1960800, non_refundable_storage_fee: 0 task 10, lines 63-67: //# programmable --inputs 0 object(7,0) @0x0 @@ -90,4 +90,4 @@ task 10, lines 63-67: //> 3: iota::transfer::public_share_object>(Result(0)); created: object(10,0) mutated: object(0,0), object(7,0) -gas summary: computation_cost: 1000000, storage_cost: 2941200, storage_rebate: 1960800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2941200, storage_rebate: 1960800, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/shared/by_value_shared_object_deletion_via_move_call_fails.exp b/crates/iota-adapter-transactional-tests/tests/shared/by_value_shared_object_deletion_via_move_call_fails.exp index 000627a65f5..4a3ac54f5a9 100644 --- a/crates/iota-adapter-transactional-tests/tests/shared/by_value_shared_object_deletion_via_move_call_fails.exp +++ b/crates/iota-adapter-transactional-tests/tests/shared/by_value_shared_object_deletion_via_move_call_fails.exp @@ -4,19 +4,19 @@ task 1, lines 7-58: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 8876800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 8876800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 60: //# run t2::o2::create created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2211600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2211600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 62: //# run t2::o2::create created: object(3,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2211600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2211600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 4, line 64: //# view-object 2,0 @@ -77,7 +77,7 @@ task 10, line 88: //# run t2::o2::mint_shared_coin created: object(10,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 1960800, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 1960800, storage_rebate: 980400, non_refundable_storage_fee: 0 task 11, lines 90-92: //# view-object 10,0 diff --git a/crates/iota-adapter-transactional-tests/tests/shared/freeze.exp b/crates/iota-adapter-transactional-tests/tests/shared/freeze.exp index d1f6cca6d6f..fe911f3b65b 100644 --- a/crates/iota-adapter-transactional-tests/tests/shared/freeze.exp +++ b/crates/iota-adapter-transactional-tests/tests/shared/freeze.exp @@ -4,13 +4,13 @@ task 1, lines 9-26: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5388400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5388400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 28: //# run t2::o2::create created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2211600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2211600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 30: //# view-object 2,0 diff --git a/crates/iota-adapter-transactional-tests/tests/shared/re_share.exp b/crates/iota-adapter-transactional-tests/tests/shared/re_share.exp index 33c5a94063c..416655e853b 100644 --- a/crates/iota-adapter-transactional-tests/tests/shared/re_share.exp +++ b/crates/iota-adapter-transactional-tests/tests/shared/re_share.exp @@ -4,13 +4,13 @@ task 1, lines 9-30: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5874800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5874800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 32: //# run t2::o2::create created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2211600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2211600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 34: //# view-object 2,0 @@ -27,7 +27,7 @@ Contents: t2::o2::Obj2 { task 4, line 36: //# run t2::o2::mut_o2 --args object(2,0) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2211600, storage_rebate: 2211600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2211600, storage_rebate: 2211600, non_refundable_storage_fee: 0 task 5, line 38: //# view-object 2,0 @@ -44,7 +44,7 @@ Contents: t2::o2::Obj2 { task 6, line 40: //# run t2::o2::re_share_o2 --args object(2,0) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2211600, storage_rebate: 2211600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2211600, storage_rebate: 2211600, non_refundable_storage_fee: 0 task 7, line 42: //# view-object 2,0 @@ -61,7 +61,7 @@ Contents: t2::o2::Obj2 { task 8, line 44: //# run t2::o2::re_share_non_public_o2 --args object(2,0) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2211600, storage_rebate: 2211600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2211600, storage_rebate: 2211600, non_refundable_storage_fee: 0 task 9, line 46: //# view-object 2,0 @@ -78,7 +78,7 @@ Contents: t2::o2::Obj2 { task 10, line 48: //# run t2::o2::mut_o2 --args object(2,0) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2211600, storage_rebate: 2211600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2211600, storage_rebate: 2211600, non_refundable_storage_fee: 0 task 11, line 50: //# view-object 2,0 diff --git a/crates/iota-adapter-transactional-tests/tests/shared/transfer.exp b/crates/iota-adapter-transactional-tests/tests/shared/transfer.exp index d356aeaae5d..39e7bee8500 100644 --- a/crates/iota-adapter-transactional-tests/tests/shared/transfer.exp +++ b/crates/iota-adapter-transactional-tests/tests/shared/transfer.exp @@ -4,13 +4,13 @@ task 1, lines 10-25: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5646800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5646800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 27: //# run t2::o2::create created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2211600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2211600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 29: //# view-object 2,0 diff --git a/crates/iota-adapter-transactional-tests/tests/shared/upgrade.exp b/crates/iota-adapter-transactional-tests/tests/shared/upgrade.exp index 7649498c134..234b3a2147b 100644 --- a/crates/iota-adapter-transactional-tests/tests/shared/upgrade.exp +++ b/crates/iota-adapter-transactional-tests/tests/shared/upgrade.exp @@ -7,13 +7,13 @@ task 1, lines 9-37: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 7432800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7432800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 39: //# run t::m::create --sender A created: object(2,0), object(2,1), object(2,2), object(2,3) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 7797600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7797600, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 41: //# view-object 2,3 diff --git a/crates/iota-adapter-transactional-tests/tests/shared/wrap.exp b/crates/iota-adapter-transactional-tests/tests/shared/wrap.exp index fbf36682706..cec47beb15f 100644 --- a/crates/iota-adapter-transactional-tests/tests/shared/wrap.exp +++ b/crates/iota-adapter-transactional-tests/tests/shared/wrap.exp @@ -4,13 +4,13 @@ task 1, lines 9-28: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 6057200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6057200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 31: //# run t2::o2::create created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2211600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2211600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 33: //# view-object 2,0 diff --git a/crates/iota-adapter-transactional-tests/tests/size_limits/deleted_id_limits_tests.exp b/crates/iota-adapter-transactional-tests/tests/size_limits/deleted_id_limits_tests.exp index 402cd66b779..44c93bb50c2 100644 --- a/crates/iota-adapter-transactional-tests/tests/size_limits/deleted_id_limits_tests.exp +++ b/crates/iota-adapter-transactional-tests/tests/size_limits/deleted_id_limits_tests.exp @@ -4,22 +4,22 @@ task 1, lines 9-33: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5251600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5251600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 34-36: //# run Test::M1::delete_n_ids --args 1 --gas-budget 100000000000000 mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, lines 37-39: //# run Test::M1::delete_n_ids --args 256 --gas-budget 100000000000000 mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 4, lines 40-42: //# run Test::M1::delete_n_ids --args 2048 --gas-budget 100000000000000 mutated: object(0,0) -gas summary: computation_cost: 5000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 5000000, computation_cost_burned: 5000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 5, lines 43-45: //# run Test::M1::delete_n_ids --args 2049 --gas-budget 100000000000000 diff --git a/crates/iota-adapter-transactional-tests/tests/size_limits/event_limits_tests.exp b/crates/iota-adapter-transactional-tests/tests/size_limits/event_limits_tests.exp index 27e43fefe2c..2891692ba6e 100644 --- a/crates/iota-adapter-transactional-tests/tests/size_limits/event_limits_tests.exp +++ b/crates/iota-adapter-transactional-tests/tests/size_limits/event_limits_tests.exp @@ -4,19 +4,19 @@ task 1, lines 9-56: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 7303600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7303600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 57-59: //# run Test::M1::emit_n_small_events --args 1 --gas-budget 100000000000000 --summarize events: 1 mutated: 1 -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, lines 60-62: //# run Test::M1::emit_n_small_events --args 1024 --gas-budget 100000000000000 --summarize events: 50 mutated: 1 -gas summary: computation_cost: 3000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 3000000, computation_cost_burned: 3000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 4, lines 63-65: //# run Test::M1::emit_n_small_events --args 1025 --gas-budget 100000000000000 @@ -32,13 +32,13 @@ task 6, lines 69-71: //# run Test::M1::emit_event_with_size --args 200000 --gas-budget 100000000000000 --summarize events: 1 mutated: 1 -gas summary: computation_cost: 1394000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1394000000, computation_cost_burned: 1394000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 7, lines 72-74: //# run Test::M1::emit_event_with_size --args 256000 --gas-budget 100000000000000 --summarize events: 1 mutated: 1 -gas summary: computation_cost: 1815000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1815000000, computation_cost_burned: 1815000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 8, lines 75-77: //# run Test::M1::emit_event_with_size --args 256001 --gas-budget 100000000000000 --summarize diff --git a/crates/iota-adapter-transactional-tests/tests/size_limits/event_limits_tests_out_of_gas.exp b/crates/iota-adapter-transactional-tests/tests/size_limits/event_limits_tests_out_of_gas.exp index 11653f08215..ae1c6244d1c 100644 --- a/crates/iota-adapter-transactional-tests/tests/size_limits/event_limits_tests_out_of_gas.exp +++ b/crates/iota-adapter-transactional-tests/tests/size_limits/event_limits_tests_out_of_gas.exp @@ -4,7 +4,7 @@ task 1, lines 9-67: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 7911600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7911600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 68-70: //# run Test::M1::emit_n_small_events --args 1025 --gas-budget 1000000000 diff --git a/crates/iota-adapter-transactional-tests/tests/size_limits/identitifer_len_limits.exp b/crates/iota-adapter-transactional-tests/tests/size_limits/identitifer_len_limits.exp index 13442e70f58..fc8f3400b48 100644 --- a/crates/iota-adapter-transactional-tests/tests/size_limits/identitifer_len_limits.exp +++ b/crates/iota-adapter-transactional-tests/tests/size_limits/identitifer_len_limits.exp @@ -14,4 +14,4 @@ task 3, lines 27-48: //# publish created: object(3,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 6087600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6087600, storage_rebate: 980400, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/size_limits/move_object_size_limit.exp b/crates/iota-adapter-transactional-tests/tests/size_limits/move_object_size_limit.exp index ec44b3da265..785bd326507 100644 --- a/crates/iota-adapter-transactional-tests/tests/size_limits/move_object_size_limit.exp +++ b/crates/iota-adapter-transactional-tests/tests/size_limits/move_object_size_limit.exp @@ -7,7 +7,7 @@ task 1, lines 9-79: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 9925600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 9925600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 80-82: //# run Test::M1::transfer_object_with_size --args 256001 --sender A --gas-budget 10000000000000 @@ -18,10 +18,10 @@ task 3, lines 83-85: //# run Test::M1::transfer_object_with_size --args 255999 --sender A --gas-budget 100000000000000 created: object(3,0) mutated: object(0,0) -gas summary: computation_cost: 1864000000, storage_cost: 1947538000, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1864000000, computation_cost_burned: 1864000000, storage_cost: 1947538000, storage_rebate: 980400, non_refundable_storage_fee: 0 task 4, line 86: //# run Test::M1::transfer_object_with_size --args 256000 --sender A --gas-budget 100000000000000 created: object(4,0) mutated: object(0,0) -gas summary: computation_cost: 1864000000, storage_cost: 1947545600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1864000000, computation_cost_burned: 1864000000, storage_cost: 1947545600, storage_rebate: 980400, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/size_limits/new_id_limits_tests.exp b/crates/iota-adapter-transactional-tests/tests/size_limits/new_id_limits_tests.exp index 6f90b2b06a6..4b71e28f78b 100644 --- a/crates/iota-adapter-transactional-tests/tests/size_limits/new_id_limits_tests.exp +++ b/crates/iota-adapter-transactional-tests/tests/size_limits/new_id_limits_tests.exp @@ -4,22 +4,22 @@ task 1, lines 9-34: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5251600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5251600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 35-37: //# run Test::M1::create_n_ids --args 1 --gas-budget 100000000000000 mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, lines 38-40: //# run Test::M1::create_n_ids --args 256 --gas-budget 100000000000000 mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 4, lines 41-43: //# run Test::M1::create_n_ids --args 2048 --gas-budget 100000000000000 mutated: object(0,0) -gas summary: computation_cost: 5000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 5000000, computation_cost_burned: 5000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 5, lines 44-46: //# run Test::M1::create_n_ids --args 2049 --gas-budget 100000000000000 diff --git a/crates/iota-adapter-transactional-tests/tests/size_limits/object_runtime_limits.exp b/crates/iota-adapter-transactional-tests/tests/size_limits/object_runtime_limits.exp index f803c9a4304..fbe366dfed6 100644 --- a/crates/iota-adapter-transactional-tests/tests/size_limits/object_runtime_limits.exp +++ b/crates/iota-adapter-transactional-tests/tests/size_limits/object_runtime_limits.exp @@ -7,19 +7,19 @@ task 1, lines 8-27: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 5814000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5814000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 29: //# run a::m::add_n_items --sender A --args 100 --gas-budget 1000000000000 --summarize created: 200 mutated: 1 -gas summary: computation_cost: 1000000, storage_cost: 268500400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 268500400, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 31: //# run a::m::add_n_items --sender A --args 1000 --gas-budget 1000000000000 --summarize created: 2000 mutated: 1 -gas summary: computation_cost: 7000000, storage_cost: 2676180400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 7000000, computation_cost_burned: 7000000, storage_cost: 2676180400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 4, line 33: //# run a::m::add_n_items --sender A --args 1025 --gas-budget 1000000000000 diff --git a/crates/iota-adapter-transactional-tests/tests/size_limits/transfered_id_limits_tests.exp b/crates/iota-adapter-transactional-tests/tests/size_limits/transfered_id_limits_tests.exp index f0b92be01dc..8ac70fe288a 100644 --- a/crates/iota-adapter-transactional-tests/tests/size_limits/transfered_id_limits_tests.exp +++ b/crates/iota-adapter-transactional-tests/tests/size_limits/transfered_id_limits_tests.exp @@ -4,25 +4,25 @@ task 1, lines 9-33: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5570800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5570800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 34-36: //# run Test::M1::transfer_n_ids --args 1 --gas-budget 100000000000000 --summarize created: 1 mutated: 1 -gas summary: computation_cost: 1000000, storage_cost: 2204000, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2204000, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, lines 37-39: //# run Test::M1::transfer_n_ids --args 256 --gas-budget 100000000000000 --summarize created: 256 mutated: 1 -gas summary: computation_cost: 1000000, storage_cost: 314222000, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 314222000, storage_rebate: 980400, non_refundable_storage_fee: 0 task 4, lines 40-42: //# run Test::M1::transfer_n_ids --args 2048 --gas-budget 100000000000000 --summarize created: 2048 mutated: 1 -gas summary: computation_cost: 4000000, storage_cost: 2506913200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 4000000, computation_cost_burned: 4000000, storage_cost: 2506913200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 5, lines 43-45: //# run Test::M1::transfer_n_ids --args 2049 --gas-budget 100000000000000 diff --git a/crates/iota-adapter-transactional-tests/tests/size_limits/vector_len_limits.exp b/crates/iota-adapter-transactional-tests/tests/size_limits/vector_len_limits.exp index b7b631b4498..c56fca62d5e 100644 --- a/crates/iota-adapter-transactional-tests/tests/size_limits/vector_len_limits.exp +++ b/crates/iota-adapter-transactional-tests/tests/size_limits/vector_len_limits.exp @@ -4,22 +4,22 @@ task 1, lines 9-32: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4309200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4309200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 33-35: //# run Test::M1::push_n_items --args 1 --gas-budget 100000000000000 mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, lines 36-38: //# run Test::M1::push_n_items --args 256 --gas-budget 100000000000000 mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 4, lines 39-41: //# run Test::M1::push_n_items --args 262144 --gas-budget 100000000000000 mutated: object(0,0) -gas summary: computation_cost: 4088000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 4088000000, computation_cost_burned: 4088000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 5, line 42: //# run Test::M1::push_n_items --args 262145 --gas-budget 100000000000000 diff --git a/crates/iota-adapter-transactional-tests/tests/transfer_object/does_not_have_store.exp b/crates/iota-adapter-transactional-tests/tests/transfer_object/does_not_have_store.exp index 0c339fb0db1..2863aaf4b3c 100644 --- a/crates/iota-adapter-transactional-tests/tests/transfer_object/does_not_have_store.exp +++ b/crates/iota-adapter-transactional-tests/tests/transfer_object/does_not_have_store.exp @@ -7,13 +7,13 @@ task 1, lines 9-26: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 5776000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5776000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 28: //# run test::m::mint_s --sender A created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2181200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2181200, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 30: //# view-object 2,0 @@ -48,7 +48,7 @@ task 6, line 39: //# run test::m::mint_cup --type-args test::m::S --sender A created: object(6,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2485200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2485200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 7, line 41: //# view-object 6,0 diff --git a/crates/iota-adapter-transactional-tests/tests/transfer_object/does_not_have_store_receive.exp b/crates/iota-adapter-transactional-tests/tests/transfer_object/does_not_have_store_receive.exp index 06fcea79356..a2757e95f41 100644 --- a/crates/iota-adapter-transactional-tests/tests/transfer_object/does_not_have_store_receive.exp +++ b/crates/iota-adapter-transactional-tests/tests/transfer_object/does_not_have_store_receive.exp @@ -7,13 +7,13 @@ task 1, lines 10-78: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 9652000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 9652000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 80: //# run test::m::mint_s --sender A created: object(2,0), object(2,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3420000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3420000, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 82: //# view-object 2,0 @@ -45,13 +45,13 @@ task 5, lines 86-88: //> 1: test::m::destroy_s(Result(0)); mutated: object(0,0), object(2,0) deleted: object(2,1) -gas summary: computation_cost: 1000000, storage_cost: 2219200, storage_rebate: 3420000, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2219200, storage_rebate: 3420000, non_refundable_storage_fee: 0 task 6, line 90: //# run test::m::mint_cup --sender A --type-args u64 created: object(6,0), object(6,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3442800, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3442800, storage_rebate: 980400, non_refundable_storage_fee: 0 task 7, line 92: //# view-object 6,0 @@ -84,13 +84,13 @@ task 9, lines 96-100: // Try to directly call `public_receive` and `receive` on an object without public transfer. mutated: object(0,0), object(6,1) deleted: object(6,0) -gas summary: computation_cost: 1000000, storage_cost: 2219200, storage_rebate: 3442800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2219200, storage_rebate: 3442800, non_refundable_storage_fee: 0 task 10, line 102: //# run test::m::mint_s --sender A created: object(10,0), object(10,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3420000, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3420000, storage_rebate: 980400, non_refundable_storage_fee: 0 task 11, line 104: //# view-object 10,0 @@ -137,7 +137,7 @@ task 15, line 120: //# run test::m::mint_store --sender A created: object(15,0), object(15,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3450400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3450400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 16, line 122: //# view-object 15,0 @@ -179,4 +179,4 @@ task 19, lines 131-135: //> 3: iota::object::delete(Result(0)); mutated: object(0,0) deleted: object(15,0), object(15,1) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 3450400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 3450400, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/transfer_object/has_store.exp b/crates/iota-adapter-transactional-tests/tests/transfer_object/has_store.exp index d3690306b13..0a2aa8b5e4f 100644 --- a/crates/iota-adapter-transactional-tests/tests/transfer_object/has_store.exp +++ b/crates/iota-adapter-transactional-tests/tests/transfer_object/has_store.exp @@ -7,13 +7,13 @@ task 1, lines 9-26: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 5897600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5897600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 28: //# run test::m::mint_s --sender A created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2181200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2181200, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 30: //# view-object 2,0 @@ -30,7 +30,7 @@ Contents: test::m::S { task 4, line 32: //# transfer-object 2,0 --sender A --recipient B mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2181200, storage_rebate: 2181200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2181200, storage_rebate: 2181200, non_refundable_storage_fee: 0 task 5, lines 34-37: //# view-object 2,0 @@ -48,7 +48,7 @@ task 6, line 39: //# run test::m::mint_cup --type-args test::m::S --sender A created: object(6,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2485200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2485200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 7, line 41: //# view-object 6,0 @@ -65,7 +65,7 @@ Contents: test::m::Cup { task 8, line 43: //# transfer-object 6,0 --sender A --recipient B mutated: object(0,0), object(6,0) -gas summary: computation_cost: 1000000, storage_cost: 2485200, storage_rebate: 2485200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2485200, storage_rebate: 2485200, non_refundable_storage_fee: 0 task 9, line 45: //# view-object 6,0 diff --git a/crates/iota-adapter-transactional-tests/tests/transfer_object/immutable.exp b/crates/iota-adapter-transactional-tests/tests/transfer_object/immutable.exp index 0635ad5d6b8..1803d8bc641 100644 --- a/crates/iota-adapter-transactional-tests/tests/transfer_object/immutable.exp +++ b/crates/iota-adapter-transactional-tests/tests/transfer_object/immutable.exp @@ -7,13 +7,13 @@ task 1, lines 9-20: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 5358000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5358000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 22: //# run test::m::mint_s --sender A created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2181200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2181200, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 24: //# view-object 2,0 diff --git a/crates/iota-adapter-transactional-tests/tests/transfer_object/package.exp b/crates/iota-adapter-transactional-tests/tests/transfer_object/package.exp index ad85536f35e..67d34298edf 100644 --- a/crates/iota-adapter-transactional-tests/tests/transfer_object/package.exp +++ b/crates/iota-adapter-transactional-tests/tests/transfer_object/package.exp @@ -7,7 +7,7 @@ task 1, lines 9-11: //# publish --sender A created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3169200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3169200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 14: //# view-object 1,0 diff --git a/crates/iota-adapter-transactional-tests/tests/transfer_object/quasi_shared.exp b/crates/iota-adapter-transactional-tests/tests/transfer_object/quasi_shared.exp index 55370007a48..fa1e713f8c7 100644 --- a/crates/iota-adapter-transactional-tests/tests/transfer_object/quasi_shared.exp +++ b/crates/iota-adapter-transactional-tests/tests/transfer_object/quasi_shared.exp @@ -7,19 +7,19 @@ task 1, lines 9-24: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 6140800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6140800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 26: //# run test::m::mint_s created: object(2,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 2181200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2181200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 28: //# run test::m::mint_child --args object(2,0) created: object(3,0), object(3,1) mutated: object(0,2), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 5859600, storage_rebate: 2181200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5859600, storage_rebate: 2181200, non_refundable_storage_fee: 0 task 4, line 30: //# view-object 3,0 diff --git a/crates/iota-adapter-transactional-tests/tests/transfer_object/shared.exp b/crates/iota-adapter-transactional-tests/tests/transfer_object/shared.exp index 438bcb4e817..0949a219d39 100644 --- a/crates/iota-adapter-transactional-tests/tests/transfer_object/shared.exp +++ b/crates/iota-adapter-transactional-tests/tests/transfer_object/shared.exp @@ -7,19 +7,19 @@ task 1, lines 9-26: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 5517600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5517600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 28: //# run test::m::mint_s created: object(2,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 2181200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2181200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 30: //# run test::m::mint_s2 created: object(3,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 2188800, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2188800, storage_rebate: 980400, non_refundable_storage_fee: 0 task 4, line 32: //# view-object 2,0 diff --git a/crates/iota-adapter-transactional-tests/tests/transfer_object/transfer_coin.exp b/crates/iota-adapter-transactional-tests/tests/transfer_object/transfer_coin.exp index 93075402603..025d12c0fbc 100644 --- a/crates/iota-adapter-transactional-tests/tests/transfer_object/transfer_coin.exp +++ b/crates/iota-adapter-transactional-tests/tests/transfer_object/transfer_coin.exp @@ -7,7 +7,7 @@ task 1, lines 9-10: //# programmable --sender C --inputs @A //> TransferObjects([Gas], Input(0)) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 12: //# view-object 0,2 @@ -27,7 +27,7 @@ Contents: iota::coin::Coin { task 3, line 14: //# transfer-object 0,2 --sender A --recipient B mutated: object(0,0), object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 1960800, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 1960800, storage_rebate: 980400, non_refundable_storage_fee: 0 task 4, line 16: //# view-object 0,2 diff --git a/crates/iota-adapter-transactional-tests/tests/transfer_object/wrap_unwrap.exp b/crates/iota-adapter-transactional-tests/tests/transfer_object/wrap_unwrap.exp index 471c314b051..4e76f47a390 100644 --- a/crates/iota-adapter-transactional-tests/tests/transfer_object/wrap_unwrap.exp +++ b/crates/iota-adapter-transactional-tests/tests/transfer_object/wrap_unwrap.exp @@ -7,13 +7,13 @@ task 1, lines 9-40: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 6216800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6216800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 42: //# run a::m::mint --sender A created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2181200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2181200, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 44: //# view-object 2,0 @@ -32,7 +32,7 @@ task 4, line 46: created: object(4,0) mutated: object(0,0) wrapped: object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2424400, storage_rebate: 2181200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2424400, storage_rebate: 2181200, non_refundable_storage_fee: 0 task 5, line 48: //# view-object 4,0 @@ -58,7 +58,7 @@ task 6, line 50: mutated: object(0,0) unwrapped: object(2,0) deleted: object(4,0) -gas summary: computation_cost: 1000000, storage_cost: 2181200, storage_rebate: 2424400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2181200, storage_rebate: 2424400, non_refundable_storage_fee: 0 task 7, line 52: //# view-object 2,0 diff --git a/crates/iota-adapter-transactional-tests/tests/upgrade/abort_code_resolution.exp b/crates/iota-adapter-transactional-tests/tests/upgrade/abort_code_resolution.exp index 6c440e86d29..89c288786be 100644 --- a/crates/iota-adapter-transactional-tests/tests/upgrade/abort_code_resolution.exp +++ b/crates/iota-adapter-transactional-tests/tests/upgrade/abort_code_resolution.exp @@ -7,19 +7,19 @@ task 1, lines 7-12: //# publish --upgradeable --sender A created: object(1,0), object(1,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5069200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5069200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 15-20: //# upgrade --package Test1 --upgrade-capability 1,1 --sender A created: object(2,0) mutated: object(0,0), object(1,1) -gas summary: computation_cost: 1000000, storage_cost: 5069200, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5069200, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 3, lines 22-27: //# upgrade --package Test2 --upgrade-capability 1,1 --sender A created: object(3,0) mutated: object(0,0), object(1,1) -gas summary: computation_cost: 1000000, storage_cost: 5069200, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5069200, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 4, lines 29-31: //# run Test1::M1::f1 diff --git a/crates/iota-adapter-transactional-tests/tests/upgrade/add_ability_during_upgrade.exp b/crates/iota-adapter-transactional-tests/tests/upgrade/add_ability_during_upgrade.exp index 903126c3d25..95e29002e95 100644 --- a/crates/iota-adapter-transactional-tests/tests/upgrade/add_ability_during_upgrade.exp +++ b/crates/iota-adapter-transactional-tests/tests/upgrade/add_ability_during_upgrade.exp @@ -7,7 +7,7 @@ task 1, lines 7-11: //# publish --upgradeable --sender A created: object(1,0), object(1,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5373200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5373200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 13-19: //# upgrade --package Test_V0 --upgrade-capability 1,1 --sender A diff --git a/crates/iota-adapter-transactional-tests/tests/upgrade/add_ability_during_upgrade_enum.exp b/crates/iota-adapter-transactional-tests/tests/upgrade/add_ability_during_upgrade_enum.exp index 6f41a3fee9d..85b32e41c50 100644 --- a/crates/iota-adapter-transactional-tests/tests/upgrade/add_ability_during_upgrade_enum.exp +++ b/crates/iota-adapter-transactional-tests/tests/upgrade/add_ability_during_upgrade_enum.exp @@ -7,7 +7,7 @@ task 1, lines 7-12: //# publish --upgradeable --sender A created: object(1,0), object(1,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5304800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5304800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 14-20: //# upgrade --package Test_V0 --upgrade-capability 1,1 --sender A diff --git a/crates/iota-adapter-transactional-tests/tests/upgrade/add_ability_during_upgrade_generics.exp b/crates/iota-adapter-transactional-tests/tests/upgrade/add_ability_during_upgrade_generics.exp index da7401e998a..1c0c5cdb574 100644 --- a/crates/iota-adapter-transactional-tests/tests/upgrade/add_ability_during_upgrade_generics.exp +++ b/crates/iota-adapter-transactional-tests/tests/upgrade/add_ability_during_upgrade_generics.exp @@ -7,7 +7,7 @@ task 1, lines 7-10: //# publish --upgradeable --sender A created: object(1,0), object(1,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5388400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5388400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 12-15: //# upgrade --package A0 --upgrade-capability 1,1 --sender A diff --git a/crates/iota-adapter-transactional-tests/tests/upgrade/add_ability_during_upgrade_generics_enum.exp b/crates/iota-adapter-transactional-tests/tests/upgrade/add_ability_during_upgrade_generics_enum.exp index e352421f604..9ae5abec58d 100644 --- a/crates/iota-adapter-transactional-tests/tests/upgrade/add_ability_during_upgrade_generics_enum.exp +++ b/crates/iota-adapter-transactional-tests/tests/upgrade/add_ability_during_upgrade_generics_enum.exp @@ -7,7 +7,7 @@ task 1, lines 7-10: //# publish --upgradeable --sender A created: object(1,0), object(1,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5320000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5320000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 12-15: //# upgrade --package A0 --upgrade-capability 1,1 --sender A diff --git a/crates/iota-adapter-transactional-tests/tests/upgrade/add_key_during_upgrade.exp b/crates/iota-adapter-transactional-tests/tests/upgrade/add_key_during_upgrade.exp index 55dbb2b615a..8954ddeba19 100644 --- a/crates/iota-adapter-transactional-tests/tests/upgrade/add_key_during_upgrade.exp +++ b/crates/iota-adapter-transactional-tests/tests/upgrade/add_key_during_upgrade.exp @@ -7,7 +7,7 @@ task 1, lines 7-15: //# publish --upgradeable --sender A created: object(1,0), object(1,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 6087600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6087600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 17-25: //# upgrade --package Test_V0 --upgrade-capability 1,1 --sender A diff --git a/crates/iota-adapter-transactional-tests/tests/upgrade/add_new_type_with_key.exp b/crates/iota-adapter-transactional-tests/tests/upgrade/add_new_type_with_key.exp index 8211175a12b..743c7f4a939 100644 --- a/crates/iota-adapter-transactional-tests/tests/upgrade/add_new_type_with_key.exp +++ b/crates/iota-adapter-transactional-tests/tests/upgrade/add_new_type_with_key.exp @@ -7,10 +7,10 @@ task 1, lines 7-12: //# publish --upgradeable --sender A created: object(1,0), object(1,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5684800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5684800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 14-22: //# upgrade --package Test_V0 --upgrade-capability 1,1 --sender A created: object(2,0) mutated: object(0,0), object(1,1) -gas summary: computation_cost: 1000000, storage_cost: 6087600, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6087600, storage_rebate: 2606800, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/upgrade/basic.exp b/crates/iota-adapter-transactional-tests/tests/upgrade/basic.exp index 42ff60065db..aa5562ed2c1 100644 --- a/crates/iota-adapter-transactional-tests/tests/upgrade/basic.exp +++ b/crates/iota-adapter-transactional-tests/tests/upgrade/basic.exp @@ -7,7 +7,7 @@ task 1, lines 7-11: //# publish --upgradeable --sender A created: object(1,0), object(1,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5631600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5631600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 13-16: //# upgrade --package Test --upgrade-capability 1,1 --sender A diff --git a/crates/iota-adapter-transactional-tests/tests/upgrade/constants.exp b/crates/iota-adapter-transactional-tests/tests/upgrade/constants.exp index 38ae091c900..6fbc40349a0 100644 --- a/crates/iota-adapter-transactional-tests/tests/upgrade/constants.exp +++ b/crates/iota-adapter-transactional-tests/tests/upgrade/constants.exp @@ -7,19 +7,19 @@ task 1, lines 7-17: //# publish --upgradeable --sender A created: object(1,0), object(1,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5912800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5912800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 19-29: //# upgrade --package V0 --upgrade-capability 1,1 --sender A --policy compatible created: object(2,0) mutated: object(0,0), object(1,1) -gas summary: computation_cost: 1000000, storage_cost: 5912800, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5912800, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 3, lines 31-43: //# upgrade --package V1 --upgrade-capability 1,1 --sender A --policy additive created: object(3,0) mutated: object(0,0), object(1,1) -gas summary: computation_cost: 1000000, storage_cost: 5912800, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5912800, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 4, lines 45-55: //# upgrade --package V2 --upgrade-capability 1,1 --sender A --policy additive @@ -35,22 +35,22 @@ task 6, lines 70-88: //# upgrade --package V2 --upgrade-capability 1,1 --sender A --policy additive created: object(6,0) mutated: object(0,0), object(1,1) -gas summary: computation_cost: 1000000, storage_cost: 6353600, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6353600, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 7, lines 89-104: //# upgrade --package V3 --upgrade-capability 1,1 --sender A --policy additive created: object(7,0) mutated: object(0,0), object(1,1) -gas summary: computation_cost: 1000000, storage_cost: 6277600, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6277600, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 8, lines 105-119: //# upgrade --package V4 --upgrade-capability 1,1 --sender A --policy dep_only created: object(8,0) mutated: object(0,0), object(1,1) -gas summary: computation_cost: 1000000, storage_cost: 6194000, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6194000, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 9, lines 120-133: //# upgrade --package V5 --upgrade-capability 1,1 --sender A --policy dep_only created: object(9,0) mutated: object(0,0), object(1,1) -gas summary: computation_cost: 1000000, storage_cost: 6277600, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6277600, storage_rebate: 2606800, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/upgrade/dep_override.exp b/crates/iota-adapter-transactional-tests/tests/upgrade/dep_override.exp index ddd6cb9a85a..bf33fa2d1c6 100644 --- a/crates/iota-adapter-transactional-tests/tests/upgrade/dep_override.exp +++ b/crates/iota-adapter-transactional-tests/tests/upgrade/dep_override.exp @@ -7,55 +7,55 @@ task 1, lines 11-19: //# publish --upgradeable --sender A created: object(1,0), object(1,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 6794400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6794400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 21-29: //# upgrade --package Test_DepDepV1 --upgrade-capability 1,1 --sender A created: object(2,0) mutated: object(0,0), object(1,1) -gas summary: computation_cost: 1000000, storage_cost: 6794400, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6794400, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 3, lines 31-42: //# upgrade --package Test_DepDepV2 --upgrade-capability 1,1 --sender A created: object(3,0) mutated: object(0,0), object(1,1) -gas summary: computation_cost: 1000000, storage_cost: 6794400, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6794400, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 4, lines 45-50: //# publish --upgradeable --dependencies Test_DepDepV1 --sender A created: object(4,0), object(4,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 6536000, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6536000, storage_rebate: 980400, non_refundable_storage_fee: 0 task 5, lines 52-60: //# upgrade --package Test_DepV1 --upgrade-capability 4,1 --dependencies Test_DepDepV2 --sender A created: object(5,0) mutated: object(0,0), object(4,1) -gas summary: computation_cost: 1000000, storage_cost: 6536000, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6536000, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 6, lines 63-70: //# publish --upgradeable --dependencies Test_DepV1 Test_DepDepV1 --sender A created: object(6,0), object(6,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 7014800, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7014800, storage_rebate: 980400, non_refundable_storage_fee: 0 task 7, lines 72-79: //# upgrade --package Test_V1 --upgrade-capability 6,1 --dependencies Test_DepV2 Test_DepDepV2 --sender A created: object(7,0) mutated: object(0,0), object(6,1) -gas summary: computation_cost: 1000000, storage_cost: 7014800, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7014800, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 8, lines 81-86: //# upgrade --package Test_V2 --upgrade-capability 6,1 --dependencies Test_DepV1 Test_DepDepV3 --sender A created: object(8,0) mutated: object(0,0), object(6,1) -gas summary: computation_cost: 1000000, storage_cost: 7014800, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7014800, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 9, line 88: //# run Test_V1::M1::baz created: object(9,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2310400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2310400, storage_rebate: 0, non_refundable_storage_fee: 0 task 10, line 90: //# view-object 9,0 @@ -74,7 +74,7 @@ task 11, line 92: //# run Test_V2::M1::baz created: object(11,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2310400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2310400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 12, line 94: //# view-object 11,0 @@ -93,7 +93,7 @@ task 13, line 96: //# run Test_V3::M1::baz created: object(13,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2310400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2310400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 14, lines 98-101: //# view-object 13,0 @@ -114,7 +114,7 @@ task 15, lines 102-104: //> 1: Test_V3::M1::baz(); created: object(15,0), object(15,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3640400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3640400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 16, line 106: //# view-object 15,0 diff --git a/crates/iota-adapter-transactional-tests/tests/upgrade/enum_struct_swap.exp b/crates/iota-adapter-transactional-tests/tests/upgrade/enum_struct_swap.exp index 8a4125c7a57..cdcfd98376a 100644 --- a/crates/iota-adapter-transactional-tests/tests/upgrade/enum_struct_swap.exp +++ b/crates/iota-adapter-transactional-tests/tests/upgrade/enum_struct_swap.exp @@ -7,7 +7,7 @@ task 1, lines 7-17: //# publish --upgradeable --sender A created: object(1,0), object(1,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5912800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5912800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 19-27: //# upgrade --package Test_V0 --upgrade-capability 1,1 --sender A diff --git a/crates/iota-adapter-transactional-tests/tests/upgrade/enums.exp b/crates/iota-adapter-transactional-tests/tests/upgrade/enums.exp index cba6aa792cb..ab27b98ec12 100644 --- a/crates/iota-adapter-transactional-tests/tests/upgrade/enums.exp +++ b/crates/iota-adapter-transactional-tests/tests/upgrade/enums.exp @@ -7,7 +7,7 @@ task 1, lines 7-17: //# publish --upgradeable --sender A created: object(1,0), object(1,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5912800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5912800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 19-29: //# upgrade --package Test_V0 --upgrade-capability 1,1 --sender A diff --git a/crates/iota-adapter-transactional-tests/tests/upgrade/friend_fun_changes.exp b/crates/iota-adapter-transactional-tests/tests/upgrade/friend_fun_changes.exp index 960d7c6af40..cebb72577f0 100644 --- a/crates/iota-adapter-transactional-tests/tests/upgrade/friend_fun_changes.exp +++ b/crates/iota-adapter-transactional-tests/tests/upgrade/friend_fun_changes.exp @@ -7,36 +7,36 @@ task 1, lines 7-21: //# publish --upgradeable --sender A created: object(1,0), object(1,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 7653200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7653200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 22-36: //# upgrade --package V0 --upgrade-capability 1,1 --sender A created: object(2,0) mutated: object(0,0), object(1,1) -gas summary: computation_cost: 1000000, storage_cost: 7668400, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7668400, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 3, lines 37-61: //# upgrade --package V1 --upgrade-capability 1,1 --sender A created: object(3,0) mutated: object(0,0), object(1,1) -gas summary: computation_cost: 1000000, storage_cost: 8892000, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 8892000, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 4, lines 62-84: //# upgrade --package V2 --upgrade-capability 1,1 --sender A created: object(4,0) mutated: object(0,0), object(1,1) -gas summary: computation_cost: 1000000, storage_cost: 9819200, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 9819200, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 5, line 86: //# run V3::friend_module::call_friend mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 0, non_refundable_storage_fee: 0 task 6, line 88: //# run V3::friend_module::call_public created: object(6,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2416800, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2416800, storage_rebate: 980400, non_refundable_storage_fee: 0 task 7, line 90: //# view-object 6,0 diff --git a/crates/iota-adapter-transactional-tests/tests/upgrade/large_module_inclusion_checks.exp b/crates/iota-adapter-transactional-tests/tests/upgrade/large_module_inclusion_checks.exp index 692fbcc04c4..70d1c64d4ad 100644 --- a/crates/iota-adapter-transactional-tests/tests/upgrade/large_module_inclusion_checks.exp +++ b/crates/iota-adapter-transactional-tests/tests/upgrade/large_module_inclusion_checks.exp @@ -7,7 +7,7 @@ task 1, lines 7-57: //# publish --upgradeable --sender A created: object(1,0), object(1,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 11293600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 11293600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 58-109: //# upgrade --package V0 --upgrade-capability 1,1 --sender A --policy dep_only @@ -23,7 +23,7 @@ task 4, lines 162-212: //# upgrade --package V0 --upgrade-capability 1,1 --sender A --policy additive created: object(4,0) mutated: object(0,0), object(1,1) -gas summary: computation_cost: 1000000, storage_cost: 11293600, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 11293600, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 5, lines 213-265: //# upgrade --package V1 --upgrade-capability 1,1 --sender A --policy dep_only @@ -34,16 +34,16 @@ task 6, lines 266-318: //# upgrade --package V1 --upgrade-capability 1,1 --sender A --policy additive created: object(6,0) mutated: object(0,0), object(1,1) -gas summary: computation_cost: 1000000, storage_cost: 12068800, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 12068800, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 7, lines 319-371: //# upgrade --package V2 --upgrade-capability 1,1 --sender A --policy dep_only created: object(7,0) mutated: object(0,0), object(1,1) -gas summary: computation_cost: 1000000, storage_cost: 12068800, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 12068800, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 8, lines 372-422: //# upgrade --package V3 --upgrade-capability 1,1 --sender A --policy additive created: object(8,0) mutated: object(0,0), object(1,1) -gas summary: computation_cost: 1000000, storage_cost: 12068800, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 12068800, storage_rebate: 2606800, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/upgrade/linkage.exp b/crates/iota-adapter-transactional-tests/tests/upgrade/linkage.exp index cc286c21f91..d295da660c1 100644 --- a/crates/iota-adapter-transactional-tests/tests/upgrade/linkage.exp +++ b/crates/iota-adapter-transactional-tests/tests/upgrade/linkage.exp @@ -7,22 +7,22 @@ task 1, lines 7-13: //# publish --upgradeable --sender A created: object(1,0), object(1,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 6201600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6201600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 15-25: //# upgrade --package Test_DepV1 --upgrade-capability 1,1 --sender A created: object(2,0) mutated: object(0,0), object(1,1) -gas summary: computation_cost: 1000000, storage_cost: 6505600, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6505600, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 3, lines 27-33: //# publish --upgradeable --dependencies Test_DepV1 --sender A created: object(3,0), object(3,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 6186400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6186400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 4, lines 35-42: //# upgrade --package Test_V1 --upgrade-capability 3,1 --dependencies Test_DepV2 --sender A created: object(4,0) mutated: object(0,0), object(3,1) -gas summary: computation_cost: 1000000, storage_cost: 6232000, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6232000, storage_rebate: 2606800, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/upgrade/modules.exp b/crates/iota-adapter-transactional-tests/tests/upgrade/modules.exp index 0e95f01316b..ca828ba50e3 100644 --- a/crates/iota-adapter-transactional-tests/tests/upgrade/modules.exp +++ b/crates/iota-adapter-transactional-tests/tests/upgrade/modules.exp @@ -7,7 +7,7 @@ task 1, lines 7-28: //# publish --upgradeable --sender A created: object(1,0), object(1,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 9568400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 9568400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 29-49: //# upgrade --package V0 --upgrade-capability 1,1 --sender A diff --git a/crates/iota-adapter-transactional-tests/tests/upgrade/multi_version.exp b/crates/iota-adapter-transactional-tests/tests/upgrade/multi_version.exp index 1da6fd8493a..aa44692bced 100644 --- a/crates/iota-adapter-transactional-tests/tests/upgrade/multi_version.exp +++ b/crates/iota-adapter-transactional-tests/tests/upgrade/multi_version.exp @@ -7,13 +7,13 @@ task 1, lines 7-10: //# publish --upgradeable --sender A created: object(1,0), object(1,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5517600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5517600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 12-16: //# upgrade --package Test_V1 --upgrade-capability 1,1 --sender A created: object(2,0) mutated: object(0,0), object(1,1) -gas summary: computation_cost: 1000000, storage_cost: 5631600, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5631600, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 3, lines 18-21: //# upgrade --package Test_V2 --upgrade-capability 1,1 --sender A diff --git a/crates/iota-adapter-transactional-tests/tests/upgrade/new_types.exp b/crates/iota-adapter-transactional-tests/tests/upgrade/new_types.exp index bfc42bb257b..d4d50d17efc 100644 --- a/crates/iota-adapter-transactional-tests/tests/upgrade/new_types.exp +++ b/crates/iota-adapter-transactional-tests/tests/upgrade/new_types.exp @@ -7,37 +7,37 @@ task 1, lines 7-19: //# publish --upgradeable --sender A created: object(1,0), object(1,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 7151600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7151600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 22-34: //# upgrade --package Test_DepV1 --upgrade-capability 1,1 --sender A created: object(2,0) mutated: object(0,0), object(1,1) -gas summary: computation_cost: 1000000, storage_cost: 7151600, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7151600, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 3, lines 37-48: //# publish --upgradeable --dependencies Test_DepV1 --sender A created: object(3,0), object(3,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 6893200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6893200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 4, lines 50-61: //# upgrade --package Test_V1 --upgrade-capability 3,1 --dependencies Test_DepV1 --sender A created: object(4,0) mutated: object(0,0), object(3,1) -gas summary: computation_cost: 1000000, storage_cost: 6893200, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6893200, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 5, lines 63-74: //# upgrade --package Test_V2 --upgrade-capability 3,1 --dependencies Test_DepV2 --sender A created: object(5,0) mutated: object(0,0), object(3,1) -gas summary: computation_cost: 1000000, storage_cost: 6893200, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6893200, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 6, line 77: //# run Test_DepV1::DepM1::foo created: object(6,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2310400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2310400, storage_rebate: 0, non_refundable_storage_fee: 0 task 7, lines 79-81: //# view-object 6,0 @@ -57,7 +57,7 @@ task 8, lines 82-84: //> 0: Test_DepV1::DepM1::mod_obj(Input(0)); //> 1: Test_DepV2::DepM1::mod_obj(Input(0)); mutated: object(0,0), object(6,0) -gas summary: computation_cost: 1000000, storage_cost: 2310400, storage_rebate: 2310400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2310400, storage_rebate: 2310400, non_refundable_storage_fee: 0 task 9, lines 86-89: //# view-object 6,0 @@ -77,7 +77,7 @@ task 10, lines 90-92: //> 0: Test_V1::M1::mod_dep_obj(Input(0)); //> 1: Test_V2::M1::mod_dep_obj(Input(0)); mutated: object(0,0), object(6,0) -gas summary: computation_cost: 1000000, storage_cost: 2310400, storage_rebate: 2310400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2310400, storage_rebate: 2310400, non_refundable_storage_fee: 0 task 11, lines 94-97: //# view-object 6,0 @@ -97,7 +97,7 @@ task 12, lines 98-100: //> 0: Test_V2::M1::mod_dep_obj(Input(0)); //> 1: Test_V3::M1::mod_dep_obj(Input(0)); mutated: object(0,0), object(6,0) -gas summary: computation_cost: 1000000, storage_cost: 2310400, storage_rebate: 2310400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2310400, storage_rebate: 2310400, non_refundable_storage_fee: 0 task 13, line 102: //# view-object 6,0 diff --git a/crates/iota-adapter-transactional-tests/tests/upgrade/private_fun_changes.exp b/crates/iota-adapter-transactional-tests/tests/upgrade/private_fun_changes.exp index 08fd6b2cf57..b142bc20715 100644 --- a/crates/iota-adapter-transactional-tests/tests/upgrade/private_fun_changes.exp +++ b/crates/iota-adapter-transactional-tests/tests/upgrade/private_fun_changes.exp @@ -7,49 +7,49 @@ task 1, lines 7-10: //# publish --upgradeable --sender A created: object(1,0), object(1,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5023600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5023600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 12-15: //# upgrade --package V0 --upgrade-capability 1,1 --sender A created: object(2,0) mutated: object(0,0), object(1,1) -gas summary: computation_cost: 1000000, storage_cost: 5038800, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5038800, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 3, lines 17-20: //# upgrade --package V1 --upgrade-capability 1,1 --sender A created: object(3,0) mutated: object(0,0), object(1,1) -gas summary: computation_cost: 1000000, storage_cost: 5107200, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5107200, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 4, lines 22-25: //# upgrade --package V2 --upgrade-capability 1,1 --sender A created: object(4,0) mutated: object(0,0), object(1,1) -gas summary: computation_cost: 1000000, storage_cost: 5107200, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5107200, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 5, lines 27-30: //# upgrade --package V3 --upgrade-capability 1,1 --sender A created: object(5,0) mutated: object(0,0), object(1,1) -gas summary: computation_cost: 1000000, storage_cost: 5107200, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5107200, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 6, lines 32-34: //# upgrade --package V4 --upgrade-capability 1,1 --sender A created: object(6,0) mutated: object(0,0), object(1,1) -gas summary: computation_cost: 1000000, storage_cost: 4841200, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4841200, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 7, lines 36-39: //# upgrade --package V5 --upgrade-capability 1,1 --sender A created: object(7,0) mutated: object(0,0), object(1,1) -gas summary: computation_cost: 1000000, storage_cost: 5107200, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5107200, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 8, lines 41-44: //# upgrade --package V6 --upgrade-capability 1,1 --sender A created: object(8,0) mutated: object(0,0), object(1,1) -gas summary: computation_cost: 1000000, storage_cost: 5107200, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5107200, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 9, lines 46-49: //# upgrade --package V7 --upgrade-capability 1,1 --sender A diff --git a/crates/iota-adapter-transactional-tests/tests/upgrade/public_fun_changes.exp b/crates/iota-adapter-transactional-tests/tests/upgrade/public_fun_changes.exp index 7289acc0bcc..3f65059afad 100644 --- a/crates/iota-adapter-transactional-tests/tests/upgrade/public_fun_changes.exp +++ b/crates/iota-adapter-transactional-tests/tests/upgrade/public_fun_changes.exp @@ -7,7 +7,7 @@ task 1, lines 7-10: //# publish --upgradeable --sender A created: object(1,0), object(1,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5023600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5023600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 12-15: //# upgrade --package Test_V0 --upgrade-capability 1,1 --sender A @@ -33,7 +33,7 @@ task 6, lines 32-35: //# upgrade --package Test_V0 --upgrade-capability 1,1 --sender A created: object(6,0) mutated: object(0,0), object(1,1) -gas summary: computation_cost: 1000000, storage_cost: 5023600, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5023600, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 7, lines 37-40: //# upgrade --package Test_V1 --upgrade-capability 1,1 --sender A @@ -49,4 +49,4 @@ task 9, lines 47-50: //# upgrade --package Test_V1 --upgrade-capability 1,1 --sender A created: object(9,0) mutated: object(0,0), object(1,1) -gas summary: computation_cost: 1000000, storage_cost: 5023600, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5023600, storage_rebate: 2606800, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/upgrade/publisher.exp b/crates/iota-adapter-transactional-tests/tests/upgrade/publisher.exp index 2a8b080d59b..aba8bd68f19 100644 --- a/crates/iota-adapter-transactional-tests/tests/upgrade/publisher.exp +++ b/crates/iota-adapter-transactional-tests/tests/upgrade/publisher.exp @@ -7,20 +7,20 @@ task 1, lines 7-17: //# publish --upgradeable --sender A created: object(1,0), object(1,1), object(1,2) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 8534800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 8534800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 19-34: //# upgrade --package A0 --upgrade-capability 1,1 --sender A created: object(2,0) mutated: object(0,0), object(1,1) -gas summary: computation_cost: 1000000, storage_cost: 7676000, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7676000, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 3, line 36: //# run A1::m::test --type-args A0::m::A --args object(1,0) --sender A mutated: object(0,0), object(1,0) -gas summary: computation_cost: 1000000, storage_cost: 2796800, storage_rebate: 2796800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2796800, storage_rebate: 2796800, non_refundable_storage_fee: 0 task 4, line 38: //# run A1::m::test --type-args A1::m::B --args object(1,0) --sender A mutated: object(0,0), object(1,0) -gas summary: computation_cost: 1000000, storage_cost: 2796800, storage_rebate: 2796800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2796800, storage_rebate: 2796800, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/upgrade/remove_ability_during_upgrade_fun_generics.exp b/crates/iota-adapter-transactional-tests/tests/upgrade/remove_ability_during_upgrade_fun_generics.exp index ded9407fb21..773e02527e3 100644 --- a/crates/iota-adapter-transactional-tests/tests/upgrade/remove_ability_during_upgrade_fun_generics.exp +++ b/crates/iota-adapter-transactional-tests/tests/upgrade/remove_ability_during_upgrade_fun_generics.exp @@ -7,25 +7,25 @@ task 1, lines 7-10: //# publish --upgradeable --sender A created: object(1,0), object(1,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5031200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5031200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 12-15: //# upgrade --package A0 --upgrade-capability 1,1 --sender A created: object(2,0) mutated: object(0,0), object(1,1) -gas summary: computation_cost: 1000000, storage_cost: 5031200, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5031200, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 3, lines 17-20: //# upgrade --package A1 --upgrade-capability 1,1 --sender A created: object(3,0) mutated: object(0,0), object(1,1) -gas summary: computation_cost: 1000000, storage_cost: 5031200, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5031200, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 4, lines 22-25: //# upgrade --package A2 --upgrade-capability 1,1 --sender A created: object(4,0) mutated: object(0,0), object(1,1) -gas summary: computation_cost: 1000000, storage_cost: 5031200, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5031200, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 5, lines 27-30: //# upgrade --package A3 --upgrade-capability 1,1 --sender A diff --git a/crates/iota-adapter-transactional-tests/tests/upgrade/remove_ability_during_upgrade_generics.exp b/crates/iota-adapter-transactional-tests/tests/upgrade/remove_ability_during_upgrade_generics.exp index 08ac4a8136b..13ca0fdf3a9 100644 --- a/crates/iota-adapter-transactional-tests/tests/upgrade/remove_ability_during_upgrade_generics.exp +++ b/crates/iota-adapter-transactional-tests/tests/upgrade/remove_ability_during_upgrade_generics.exp @@ -7,7 +7,7 @@ task 1, lines 7-12: //# publish --upgradeable --sender A created: object(1,0), object(1,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5320000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5320000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 14-19: //# upgrade --package A0 --upgrade-capability 1,1 --sender A diff --git a/crates/iota-adapter-transactional-tests/tests/upgrade/remove_phantom.exp b/crates/iota-adapter-transactional-tests/tests/upgrade/remove_phantom.exp index 6d9281323aa..e145568bfd8 100644 --- a/crates/iota-adapter-transactional-tests/tests/upgrade/remove_phantom.exp +++ b/crates/iota-adapter-transactional-tests/tests/upgrade/remove_phantom.exp @@ -7,7 +7,7 @@ task 1, lines 7-10: //# publish --upgradeable --sender A created: object(1,0), object(1,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5388400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5388400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 12-15: //# upgrade --package A0 --upgrade-capability 1,1 --sender A diff --git a/crates/iota-adapter-transactional-tests/tests/upgrade/remove_phantom_enum.exp b/crates/iota-adapter-transactional-tests/tests/upgrade/remove_phantom_enum.exp index d1f7b42ff2b..83278b57196 100644 --- a/crates/iota-adapter-transactional-tests/tests/upgrade/remove_phantom_enum.exp +++ b/crates/iota-adapter-transactional-tests/tests/upgrade/remove_phantom_enum.exp @@ -7,7 +7,7 @@ task 1, lines 7-10: //# publish --upgradeable --sender A created: object(1,0), object(1,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5312400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5312400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 12-15: //# upgrade --package A0 --upgrade-capability 1,1 --sender A diff --git a/crates/iota-adapter-transactional-tests/tests/upgrade/struct_enum_swap.exp b/crates/iota-adapter-transactional-tests/tests/upgrade/struct_enum_swap.exp index 6dc4253bad7..40d3c3e9b76 100644 --- a/crates/iota-adapter-transactional-tests/tests/upgrade/struct_enum_swap.exp +++ b/crates/iota-adapter-transactional-tests/tests/upgrade/struct_enum_swap.exp @@ -7,7 +7,7 @@ task 1, lines 7-15: //# publish --upgradeable --sender A created: object(1,0), object(1,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5867200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5867200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 17-27: //# upgrade --package Test_V0 --upgrade-capability 1,1 --sender A diff --git a/crates/iota-adapter-transactional-tests/tests/upgrade/structs.exp b/crates/iota-adapter-transactional-tests/tests/upgrade/structs.exp index e2d5a23c791..ebb9189bbef 100644 --- a/crates/iota-adapter-transactional-tests/tests/upgrade/structs.exp +++ b/crates/iota-adapter-transactional-tests/tests/upgrade/structs.exp @@ -7,7 +7,7 @@ task 1, lines 7-15: //# publish --upgradeable --sender A created: object(1,0), object(1,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5867200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5867200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 17-25: //# upgrade --package Test_V0 --upgrade-capability 1,1 --sender A diff --git a/crates/iota-adapter-transactional-tests/tests/upgrade/transitive_linkage.exp b/crates/iota-adapter-transactional-tests/tests/upgrade/transitive_linkage.exp index a0953f84d39..9a95134df3f 100644 --- a/crates/iota-adapter-transactional-tests/tests/upgrade/transitive_linkage.exp +++ b/crates/iota-adapter-transactional-tests/tests/upgrade/transitive_linkage.exp @@ -7,34 +7,34 @@ task 1, lines 7-13: //# publish --upgradeable --sender A created: object(1,0), object(1,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 6201600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6201600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 16-22: //# upgrade --package Test_DepV1 --upgrade-capability 1,1 --sender A created: object(2,0) mutated: object(0,0), object(1,1) -gas summary: computation_cost: 1000000, storage_cost: 6201600, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6201600, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 3, lines 24-34: //# upgrade --package Test_DepV2 --upgrade-capability 1,1 --sender A created: object(3,0) mutated: object(0,0), object(1,1) -gas summary: computation_cost: 1000000, storage_cost: 6505600, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6505600, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 4, lines 37-43: //# publish --upgradeable --dependencies Test_DepV1 --sender A created: object(4,0), object(4,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 6186400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6186400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 5, lines 45-51: //# upgrade --package Test_V1 --upgrade-capability 4,1 --dependencies Test_DepV2 --sender A created: object(5,0) mutated: object(0,0), object(4,1) -gas summary: computation_cost: 1000000, storage_cost: 6186400, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6186400, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 6, lines 53-60: //# upgrade --package Test_V2 --upgrade-capability 4,1 --dependencies Test_DepV3 --sender A created: object(6,0) mutated: object(0,0), object(4,1) -gas summary: computation_cost: 1000000, storage_cost: 6232000, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6232000, storage_rebate: 2606800, non_refundable_storage_fee: 0 diff --git a/crates/iota-adapter-transactional-tests/tests/upgrade/type_names.exp b/crates/iota-adapter-transactional-tests/tests/upgrade/type_names.exp index 7e0052086fb..2771de9abbc 100644 --- a/crates/iota-adapter-transactional-tests/tests/upgrade/type_names.exp +++ b/crates/iota-adapter-transactional-tests/tests/upgrade/type_names.exp @@ -7,67 +7,67 @@ task 1, lines 7-17: //# publish --upgradeable --sender A created: object(1,0), object(1,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 6566400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6566400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 19-31: //# upgrade --package A0 --upgrade-capability 1,0 --sender A created: object(2,0) mutated: object(0,0), object(1,0) -gas summary: computation_cost: 1000000, storage_cost: 7265600, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7265600, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 3, lines 33-63: //# upgrade --package A1 --upgrade-capability 1,0 --sender A created: object(3,0) mutated: object(0,0), object(1,0) -gas summary: computation_cost: 1000000, storage_cost: 9887600, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 9887600, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 4, line 65: //# run A2::m::canary --type-args A0::m::A --args true --sender A created: object(4,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2713200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2713200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 5, line 67: //# run A2::m::canary --type-args A1::m::B --args true --sender A created: object(5,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2713200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2713200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 6, line 69: //# run A2::m::canary --type-args A0::m::A --args false --sender A created: object(6,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2713200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2713200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 7, line 71: //# run A2::m::canary --type-args A1::m::B --args false --sender A created: object(7,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2713200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2713200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 8, line 73: //# run A2::m::canary --type-args A0::m::EA --args true --sender A created: object(8,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2713200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2713200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 9, line 75: //# run A2::m::canary --type-args A1::m::EB --args true --sender A created: object(9,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2713200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2713200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 10, line 77: //# run A2::m::canary --type-args A0::m::EA --args false --sender A created: object(10,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2713200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2713200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 11, line 79: //# run A2::m::canary --type-args A1::m::EB --args false --sender A created: object(11,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2713200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2713200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 12, line 81: //# view-object 4,0 diff --git a/crates/iota-adapter-transactional-tests/tests/upgrade/upgrade_ratchet.exp b/crates/iota-adapter-transactional-tests/tests/upgrade/upgrade_ratchet.exp index 5d3a1bd4def..6448d82a9bc 100644 --- a/crates/iota-adapter-transactional-tests/tests/upgrade/upgrade_ratchet.exp +++ b/crates/iota-adapter-transactional-tests/tests/upgrade/upgrade_ratchet.exp @@ -7,18 +7,18 @@ task 1, lines 7-13: //# publish --upgradeable --sender A created: object(1,0), object(1,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5631600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5631600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 14-17: //# upgrade --package V0 --upgrade-capability 1,1 --sender A created: object(2,0) mutated: object(0,0), object(1,1) -gas summary: computation_cost: 1000000, storage_cost: 5000800, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5000800, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 3, lines 19-21: //# run iota::package::only_additive_upgrades --args object(1,1) --sender A mutated: object(0,0), object(1,1) -gas summary: computation_cost: 1000000, storage_cost: 2606800, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2606800, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 4, lines 22-27: //# upgrade --package V1 --upgrade-capability 1,1 --sender A --policy compatible @@ -29,18 +29,18 @@ task 5, lines 28-33: //# upgrade --package V1 --upgrade-capability 1,1 --sender A --policy additive created: object(5,0) mutated: object(0,0), object(1,1) -gas summary: computation_cost: 1000000, storage_cost: 5000800, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5000800, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 6, lines 34-37: //# upgrade --package V2 --upgrade-capability 1,1 --sender A --policy dep_only created: object(6,0) mutated: object(0,0), object(1,1) -gas summary: computation_cost: 1000000, storage_cost: 5000800, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5000800, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 7, lines 39-41: //# run iota::package::only_dep_upgrades --args object(1,1) --sender A mutated: object(0,0), object(1,1) -gas summary: computation_cost: 1000000, storage_cost: 2606800, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2606800, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 8, lines 42-47: //# upgrade --package V3 --upgrade-capability 1,1 --sender A --policy compatible @@ -56,7 +56,7 @@ task 10, lines 54-59: //# upgrade --package V3 --upgrade-capability 1,1 --sender A --policy dep_only created: object(10,0) mutated: object(0,0), object(1,1) -gas summary: computation_cost: 1000000, storage_cost: 5000800, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5000800, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 11, lines 60-62: //# run iota::package::only_additive_upgrades --args object(1,1) --sender A @@ -67,7 +67,7 @@ task 12, line 63: //# run iota::package::make_immutable --args object(1,1) --sender A mutated: object(0,0) deleted: object(1,1) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 13, lines 65-67: //# view-object 1,1 diff --git a/crates/iota-cost/tests/snapshots/empirical_transaction_cost__good_snapshot.snap b/crates/iota-cost/tests/snapshots/empirical_transaction_cost__good_snapshot.snap index b142ef145db..cd5e5d19830 100644 --- a/crates/iota-cost/tests/snapshots/empirical_transaction_cost__good_snapshot.snap +++ b/crates/iota-cost/tests/snapshots/empirical_transaction_cost__good_snapshot.snap @@ -1,58 +1,68 @@ --- source: crates/iota-cost/tests/empirical_transaction_cost.rs expression: common_costs_actual +snapshot_kind: text --- { "MergeCoin": { "computationCost": "1000000", + "computationCostBurned": "1000000", "storageCost": "1960800", "storageRebate": "0", "nonRefundableStorageFee": "0" }, "Publish": { "computationCost": "1000000", + "computationCostBurned": "1000000", "storageCost": "13474800", "storageRebate": "0", "nonRefundableStorageFee": "0" }, "SharedCounterAssertValue": { "computationCost": "1000000", + "computationCostBurned": "1000000", "storageCost": "2576400", "storageRebate": "1596000", "nonRefundableStorageFee": "0" }, "SharedCounterCreate": { "computationCost": "1000000", + "computationCostBurned": "1000000", "storageCost": "2576400", "storageRebate": "0", "nonRefundableStorageFee": "0" }, "SharedCounterIncrement": { "computationCost": "1000000", + "computationCostBurned": "1000000", "storageCost": "2576400", "storageRebate": "1596000", "nonRefundableStorageFee": "0" }, "SplitCoin": { "computationCost": "1000000", + "computationCostBurned": "1000000", "storageCost": "4902000", "storageRebate": "0", "nonRefundableStorageFee": "0" }, "TransferPortionIotaCoin": { "computationCost": "1000000", + "computationCostBurned": "1000000", "storageCost": "1960800", "storageRebate": "0", "nonRefundableStorageFee": "0" }, "TransferWholeCoin": { "computationCost": "1000000", + "computationCostBurned": "1000000", "storageCost": "1960800", "storageRebate": "0", "nonRefundableStorageFee": "0" }, "TransferWholeIotaCoin": { "computationCost": "1000000", + "computationCostBurned": "1000000", "storageCost": "980400", "storageRebate": "0", "nonRefundableStorageFee": "0" diff --git a/crates/iota-graphql-e2e-tests/tests/available_range/available_range.exp b/crates/iota-graphql-e2e-tests/tests/available_range/available_range.exp index f75cf66cc08..6dfbb9b815e 100644 --- a/crates/iota-graphql-e2e-tests/tests/available_range/available_range.exp +++ b/crates/iota-graphql-e2e-tests/tests/available_range/available_range.exp @@ -6,20 +6,20 @@ Response: { "data": { "availableRange": { "first": { - "digest": "12SiJP1KTaGDQ5gYnZYPAuVuh6hmYq9z5FFYskDbYWBs", + "digest": "4ELBAJ4AW3LXSgsEoXn525rFUdvtAPNhdavRcGaFqNBr", "sequenceNumber": 0 }, "last": { - "digest": "12SiJP1KTaGDQ5gYnZYPAuVuh6hmYq9z5FFYskDbYWBs", + "digest": "4ELBAJ4AW3LXSgsEoXn525rFUdvtAPNhdavRcGaFqNBr", "sequenceNumber": 0 } }, "first": { - "digest": "12SiJP1KTaGDQ5gYnZYPAuVuh6hmYq9z5FFYskDbYWBs", + "digest": "4ELBAJ4AW3LXSgsEoXn525rFUdvtAPNhdavRcGaFqNBr", "sequenceNumber": 0 }, "last": { - "digest": "12SiJP1KTaGDQ5gYnZYPAuVuh6hmYq9z5FFYskDbYWBs", + "digest": "4ELBAJ4AW3LXSgsEoXn525rFUdvtAPNhdavRcGaFqNBr", "sequenceNumber": 0 } } @@ -39,20 +39,20 @@ Response: { "data": { "availableRange": { "first": { - "digest": "12SiJP1KTaGDQ5gYnZYPAuVuh6hmYq9z5FFYskDbYWBs", + "digest": "4ELBAJ4AW3LXSgsEoXn525rFUdvtAPNhdavRcGaFqNBr", "sequenceNumber": 0 }, "last": { - "digest": "7AeuzC9bvgWTqyx8DHTEmd6946NkTFyzq52kbERGSuP6", + "digest": "6rszwvzRELvaUnWaphcdzP4fd7Q3uhbGYa2sUHkxw6p3", "sequenceNumber": 2 } }, "first": { - "digest": "12SiJP1KTaGDQ5gYnZYPAuVuh6hmYq9z5FFYskDbYWBs", + "digest": "4ELBAJ4AW3LXSgsEoXn525rFUdvtAPNhdavRcGaFqNBr", "sequenceNumber": 0 }, "last": { - "digest": "7AeuzC9bvgWTqyx8DHTEmd6946NkTFyzq52kbERGSuP6", + "digest": "6rszwvzRELvaUnWaphcdzP4fd7Q3uhbGYa2sUHkxw6p3", "sequenceNumber": 2 } } diff --git a/crates/iota-graphql-e2e-tests/tests/call/coin_metadata.exp b/crates/iota-graphql-e2e-tests/tests/call/coin_metadata.exp index faa6fe702fe..e7603e9773d 100644 --- a/crates/iota-graphql-e2e-tests/tests/call/coin_metadata.exp +++ b/crates/iota-graphql-e2e-tests/tests/call/coin_metadata.exp @@ -7,7 +7,7 @@ task 1, lines 7-18: //# publish --sender A created: object(1,0), object(1,1), object(1,2) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 10594400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 10594400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 20: //# create-checkpoint @@ -35,7 +35,7 @@ task 4, lines 35-37: created: object(4,0) mutated: object(0,0), object(1,2) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 1000000, storage_cost: 3990000, storage_rebate: 2675200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3990000, storage_rebate: 2675200, non_refundable_storage_fee: 0 task 5, line 39: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/call/dynamic_fields.exp b/crates/iota-graphql-e2e-tests/tests/call/dynamic_fields.exp index 5adc88e8764..4ea401d7a3f 100644 --- a/crates/iota-graphql-e2e-tests/tests/call/dynamic_fields.exp +++ b/crates/iota-graphql-e2e-tests/tests/call/dynamic_fields.exp @@ -7,25 +7,25 @@ task 1, lines 14-53: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 8322000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 8322000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 55: //# run Test::m::create_obj --sender A created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2219200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2219200, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 57: //# run Test::m::add_df --sender A --args object(2,0) created: object(3,0), object(3,1), object(3,2) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 6498000, storage_rebate: 2219200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6498000, storage_rebate: 2219200, non_refundable_storage_fee: 0 task 4, line 59: //# run Test::m::add_dof --sender A --args object(2,0) created: object(4,0), object(4,1) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 5897600, storage_rebate: 2219200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5897600, storage_rebate: 2219200, non_refundable_storage_fee: 0 task 5, line 61: //# create-checkpoint @@ -105,7 +105,7 @@ task 7, line 88: created: object(7,0) mutated: object(0,0) wrapped: object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2470000, storage_rebate: 2219200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2470000, storage_rebate: 2219200, non_refundable_storage_fee: 0 task 8, line 90: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/call/owned_objects.exp b/crates/iota-graphql-e2e-tests/tests/call/owned_objects.exp index d773db4aa52..4af89afdd54 100644 --- a/crates/iota-graphql-e2e-tests/tests/call/owned_objects.exp +++ b/crates/iota-graphql-e2e-tests/tests/call/owned_objects.exp @@ -4,7 +4,7 @@ task 1, lines 23-42: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5563200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5563200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 44-62: //# run-graphql @@ -22,7 +22,7 @@ task 3, line 64: //# run Test::M1::create --args 0 @A created: object(3,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 4, line 66: //# view-object 3,0 diff --git a/crates/iota-graphql-e2e-tests/tests/call/simple.exp b/crates/iota-graphql-e2e-tests/tests/call/simple.exp index 4c88670f4fc..12f214afc83 100644 --- a/crates/iota-graphql-e2e-tests/tests/call/simple.exp +++ b/crates/iota-graphql-e2e-tests/tests/call/simple.exp @@ -7,19 +7,19 @@ task 1, lines 7-26: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 5563200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5563200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 28: //# run Test::M1::create --args 0 @A --gas-price 1000 created: object(2,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 30: //# run Test::M1::create --args 0 @validator_0 created: object(3,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 4, line 32: //# view-object 0,0 @@ -69,7 +69,7 @@ Checkpoint created: 4 task 8, line 40: //# view-checkpoint CheckpointSummary { epoch: 0, seq: 4, content_digest: D3oWLCcqoa1D15gxzvMaDemNNY8YYVspAkYkcmtQKWRt, - epoch_rolling_gas_cost_summary: GasCostSummary { computation_cost: 3000000, storage_cost: 10138400, storage_rebate: 1960800, non_refundable_storage_fee: 0 }} + epoch_rolling_gas_cost_summary: GasCostSummary { computation_cost: 3000000, computation_cost_burned: 3000000, storage_cost: 10138400, storage_rebate: 1960800, non_refundable_storage_fee: 0 }} task 9, line 42: //# advance-epoch 6 @@ -77,8 +77,8 @@ Epoch advanced: 5 task 10, line 44: //# view-checkpoint -CheckpointSummary { epoch: 5, seq: 10, content_digest: J9enPhtE1VkToA7FTbCPZ6buGnHzVwuQXKAVjfohoWF2, - epoch_rolling_gas_cost_summary: GasCostSummary { computation_cost: 0, storage_cost: 0, storage_rebate: 0, non_refundable_storage_fee: 0 }} +CheckpointSummary { epoch: 5, seq: 10, content_digest: Ee6ZUSAsovYRwYFDNkWyii9fVgYaAmL9kcdgDwnDQ5if, + epoch_rolling_gas_cost_summary: GasCostSummary { computation_cost: 0, computation_cost_burned: 0, storage_cost: 0, storage_rebate: 0, non_refundable_storage_fee: 0 }} task 11, lines 46-51: //# run-graphql @@ -355,19 +355,19 @@ task 22, line 178: //# run Test::M1::create --args 0 @A --gas-price 999 created: object(22,0) mutated: object(0,1) -gas summary: computation_cost: 999000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 999000, computation_cost_burned: 999000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 23, line 180: //# run Test::M1::create --args 0 @A --gas-price 1000 created: object(23,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 24, line 182: //# run Test::M1::create --args 0 @A --gas-price 235 created: object(24,0) mutated: object(0,1) -gas summary: computation_cost: 235000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 235000, computation_cost_burned: 235000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 25, lines 184-189: //# run-graphql diff --git a/crates/iota-graphql-e2e-tests/tests/consistency/balances.exp b/crates/iota-graphql-e2e-tests/tests/consistency/balances.exp index bda939fce32..98f98b2c9c6 100644 --- a/crates/iota-graphql-e2e-tests/tests/consistency/balances.exp +++ b/crates/iota-graphql-e2e-tests/tests/consistency/balances.exp @@ -8,7 +8,7 @@ task 1, lines 20-47: created: object(1,0), object(1,1), object(1,2), object(1,3), object(1,4), object(1,5) mutated: object(0,0) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 1000000, storage_cost: 15618000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 15618000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 49: //# create-checkpoint @@ -20,7 +20,7 @@ task 3, lines 51-53: //> MergeCoins(Input(2), [Result(0)]); mutated: object(0,0), object(1,1), object(1,5) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 1000000, storage_cost: 3990000, storage_rebate: 3990000, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3990000, storage_rebate: 3990000, non_refundable_storage_fee: 0 task 4, line 55: //# create-checkpoint @@ -30,7 +30,7 @@ task 5, line 57: //# transfer-object 1,2 --sender A --recipient B mutated: object(0,0), object(1,2) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 1000000, storage_cost: 2295200, storage_rebate: 2295200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2295200, storage_rebate: 2295200, non_refundable_storage_fee: 0 task 6, line 59: //# create-checkpoint @@ -40,7 +40,7 @@ task 7, line 61: //# transfer-object 1,3 --sender A --recipient B mutated: object(0,0), object(1,3) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 1000000, storage_cost: 2295200, storage_rebate: 2295200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2295200, storage_rebate: 2295200, non_refundable_storage_fee: 0 task 9, line 65: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/consistency/checkpoints/transaction_blocks.exp b/crates/iota-graphql-e2e-tests/tests/consistency/checkpoints/transaction_blocks.exp index db4710c8416..674bc426868 100644 --- a/crates/iota-graphql-e2e-tests/tests/consistency/checkpoints/transaction_blocks.exp +++ b/crates/iota-graphql-e2e-tests/tests/consistency/checkpoints/transaction_blocks.exp @@ -7,31 +7,31 @@ task 1, lines 14-27: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 5168000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5168000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 29: //# run Test::M1::create --args 0 @A --sender A created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 31: //# run Test::M1::create --args 0 @A --sender A created: object(3,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 4, line 33: //# run Test::M1::create --args 0 @A --sender A created: object(4,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 5, line 35: //# run Test::M1::create --args 0 @A --sender A created: object(5,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 6, line 37: //# create-checkpoint @@ -41,19 +41,19 @@ task 7, line 39: //# run Test::M1::create --args 0 @A --sender A created: object(7,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 8, line 41: //# run Test::M1::create --args 0 @A --sender A created: object(8,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 9, line 43: //# run Test::M1::create --args 0 @A --sender A created: object(9,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 10, line 45: //# create-checkpoint @@ -63,13 +63,13 @@ task 11, line 47: //# run Test::M1::create --args 0 @A --sender A created: object(11,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 12, line 49: //# run Test::M1::create --args 0 @A --sender A created: object(12,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 13, line 51: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/consistency/coins.exp b/crates/iota-graphql-e2e-tests/tests/consistency/coins.exp index 353daaefabc..f4477a71240 100644 --- a/crates/iota-graphql-e2e-tests/tests/consistency/coins.exp +++ b/crates/iota-graphql-e2e-tests/tests/consistency/coins.exp @@ -8,7 +8,7 @@ task 1, lines 13-40: created: object(1,0), object(1,1), object(1,2), object(1,3), object(1,4), object(1,5) mutated: object(0,0) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 1000000, storage_cost: 15618000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 15618000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 42: //# create-checkpoint @@ -20,7 +20,7 @@ task 3, lines 44-46: //> MergeCoins(Input(2), [Result(0)]); mutated: object(0,0), object(1,1), object(1,5) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 1000000, storage_cost: 3990000, storage_rebate: 3990000, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3990000, storage_rebate: 3990000, non_refundable_storage_fee: 0 task 4, line 48: //# create-checkpoint @@ -434,13 +434,13 @@ task 7, line 136: //# transfer-object 1,2 --sender A --recipient B mutated: object(0,0), object(1,2) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 1000000, storage_cost: 2295200, storage_rebate: 2295200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2295200, storage_rebate: 2295200, non_refundable_storage_fee: 0 task 8, line 138: //# transfer-object 1,3 --sender A --recipient B mutated: object(0,0), object(1,3) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 1000000, storage_cost: 2295200, storage_rebate: 2295200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2295200, storage_rebate: 2295200, non_refundable_storage_fee: 0 task 9, line 140: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/consistency/dynamic_fields/deleted_df.exp b/crates/iota-graphql-e2e-tests/tests/consistency/dynamic_fields/deleted_df.exp index 63ada6cead3..7797f60515a 100644 --- a/crates/iota-graphql-e2e-tests/tests/consistency/dynamic_fields/deleted_df.exp +++ b/crates/iota-graphql-e2e-tests/tests/consistency/dynamic_fields/deleted_df.exp @@ -7,13 +7,13 @@ task 1, lines 15-56: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 8466400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 8466400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 58: //# run Test::M1::parent --sender A --args @A created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 60: //# view-object 2,0 @@ -32,7 +32,7 @@ task 4, line 62: //# run Test::M1::add_df --sender A --args object(2,0) created: object(4,0), object(4,1), object(4,2) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 8626000, storage_rebate: 2287600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 8626000, storage_rebate: 2287600, non_refundable_storage_fee: 0 task 5, line 64: //# view-object 2,0 @@ -51,7 +51,7 @@ task 6, line 66: //# run Test::M1::add_more_df --sender A --args object(2,0) created: object(6,0), object(6,1), object(6,2) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 8626000, storage_rebate: 2287600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 8626000, storage_rebate: 2287600, non_refundable_storage_fee: 0 task 7, line 68: //# view-object 2,0 @@ -70,12 +70,12 @@ task 8, line 70: //# run Test::M1::remove_df --sender A --args object(2,0) mutated: object(0,0), object(2,0) deleted: object(4,0), object(4,1), object(4,2) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 8626000, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 8626000, non_refundable_storage_fee: 0 task 9, line 72: //# run Test::M1::mutate_parent --sender A --args object(2,0) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 2287600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 2287600, non_refundable_storage_fee: 0 task 10, line 74: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/consistency/dynamic_fields/deleted_dof.exp b/crates/iota-graphql-e2e-tests/tests/consistency/dynamic_fields/deleted_dof.exp index c3f4de9eeaa..64fbcfc0f80 100644 --- a/crates/iota-graphql-e2e-tests/tests/consistency/dynamic_fields/deleted_dof.exp +++ b/crates/iota-graphql-e2e-tests/tests/consistency/dynamic_fields/deleted_dof.exp @@ -7,7 +7,7 @@ task 1, lines 15-59: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 7942000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7942000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 61-63: //# programmable --sender A --inputs @A @@ -15,18 +15,18 @@ task 2, lines 61-63: //> 1: Test::M1::parent(Input(0)); created: object(2,0), object(2,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3587200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3587200, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 65: //# run Test::M1::add_child --sender A --args object(2,1) object(2,0) 42 created: object(3,0) mutated: object(0,0), object(2,0), object(2,1) -gas summary: computation_cost: 1000000, storage_cost: 6034400, storage_rebate: 3587200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6034400, storage_rebate: 3587200, non_refundable_storage_fee: 0 task 4, line 67: //# run Test::M1::mutate_parent --sender A --args object(2,1) mutated: object(0,0), object(2,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 2287600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 2287600, non_refundable_storage_fee: 0 task 5, line 69: //# create-checkpoint @@ -135,7 +135,7 @@ task 7, line 130: //# run Test::M1::delete_child --sender A --args object(2,1) 42 mutated: object(0,0), object(2,1) deleted: object(2,0), object(3,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 6034400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 6034400, non_refundable_storage_fee: 0 task 8, line 132: //# create-checkpoint @@ -181,7 +181,7 @@ Response: { task 10, line 187: //# run Test::M1::mutate_parent --sender A --args object(2,1) mutated: object(0,0), object(2,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 2287600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 2287600, non_refundable_storage_fee: 0 task 11, line 189: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/consistency/dynamic_fields/dof_add_reclaim_transfer.exp b/crates/iota-graphql-e2e-tests/tests/consistency/dynamic_fields/dof_add_reclaim_transfer.exp index 63df80a5517..404738532fc 100644 --- a/crates/iota-graphql-e2e-tests/tests/consistency/dynamic_fields/dof_add_reclaim_transfer.exp +++ b/crates/iota-graphql-e2e-tests/tests/consistency/dynamic_fields/dof_add_reclaim_transfer.exp @@ -7,7 +7,7 @@ task 1, lines 20-59: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 7592400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7592400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 61-63: //# programmable --sender A --inputs @A @@ -15,13 +15,13 @@ task 2, lines 61-63: //> 1: Test::M1::parent(Input(0)); created: object(2,0), object(2,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3587200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3587200, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 65: //# run Test::M1::add_child --sender A --args object(2,1) object(2,0) 42 created: object(3,0) mutated: object(0,0), object(2,0), object(2,1) -gas summary: computation_cost: 1000000, storage_cost: 6034400, storage_rebate: 3587200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6034400, storage_rebate: 3587200, non_refundable_storage_fee: 0 task 4, line 67: //# create-checkpoint @@ -152,7 +152,7 @@ task 6, line 133: //# run Test::M1::reclaim_and_transfer_child --sender A --args object(2,1) 42 @A mutated: object(0,0), object(2,0), object(2,1) deleted: object(3,0) -gas summary: computation_cost: 1000000, storage_cost: 3587200, storage_rebate: 6034400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3587200, storage_rebate: 6034400, non_refundable_storage_fee: 0 task 7, line 135: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/consistency/dynamic_fields/dof_add_reclaim_transfer_reclaim_add.exp b/crates/iota-graphql-e2e-tests/tests/consistency/dynamic_fields/dof_add_reclaim_transfer_reclaim_add.exp index 008d25aff2b..a941516ec37 100644 --- a/crates/iota-graphql-e2e-tests/tests/consistency/dynamic_fields/dof_add_reclaim_transfer_reclaim_add.exp +++ b/crates/iota-graphql-e2e-tests/tests/consistency/dynamic_fields/dof_add_reclaim_transfer_reclaim_add.exp @@ -7,7 +7,7 @@ task 1, lines 19-58: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 7592400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7592400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 60-63: //# programmable --sender A --inputs @A @@ -16,37 +16,37 @@ task 2, lines 60-63: //> 2: Test::M1::parent(Input(0)); created: object(2,0), object(2,1), object(2,2) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4894400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4894400, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 65: //# run Test::M1::add_child --sender A --args object(2,1) object(2,0) 42 created: object(3,0) mutated: object(0,0), object(2,0), object(2,1) -gas summary: computation_cost: 1000000, storage_cost: 6034400, storage_rebate: 3587200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6034400, storage_rebate: 3587200, non_refundable_storage_fee: 0 task 4, line 67: //# run Test::M1::reclaim_and_transfer_child --sender A --args object(2,1) 42 @A mutated: object(0,0), object(2,0), object(2,1) deleted: object(3,0) -gas summary: computation_cost: 1000000, storage_cost: 3587200, storage_rebate: 6034400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3587200, storage_rebate: 6034400, non_refundable_storage_fee: 0 task 5, line 69: //# run Test::M1::add_child --sender A --args object(2,2) object(2,0) 42 created: object(5,0) mutated: object(0,0), object(2,0), object(2,2) -gas summary: computation_cost: 1000000, storage_cost: 6034400, storage_rebate: 3587200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6034400, storage_rebate: 3587200, non_refundable_storage_fee: 0 task 6, line 71: //# run Test::M1::reclaim_and_transfer_child --sender A --args object(2,2) 42 @A mutated: object(0,0), object(2,0), object(2,2) deleted: object(5,0) -gas summary: computation_cost: 1000000, storage_cost: 3587200, storage_rebate: 6034400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3587200, storage_rebate: 6034400, non_refundable_storage_fee: 0 task 7, line 73: //# run Test::M1::add_child --sender A --args object(2,1) object(2,0) 42 created: object(3,0) mutated: object(0,0), object(2,0), object(2,1) -gas summary: computation_cost: 1000000, storage_cost: 6034400, storage_rebate: 3587200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6034400, storage_rebate: 3587200, non_refundable_storage_fee: 0 task 8, line 75: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/consistency/dynamic_fields/dynamic_fields.exp b/crates/iota-graphql-e2e-tests/tests/consistency/dynamic_fields/dynamic_fields.exp index a98d051e261..f553d2641e1 100644 --- a/crates/iota-graphql-e2e-tests/tests/consistency/dynamic_fields/dynamic_fields.exp +++ b/crates/iota-graphql-e2e-tests/tests/consistency/dynamic_fields/dynamic_fields.exp @@ -7,7 +7,7 @@ task 1, lines 13-83: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 11004800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 11004800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 85-87: //# programmable --sender A --inputs @A 42 @@ -15,7 +15,7 @@ task 2, lines 85-87: //> 1: Test::M1::child(Input(0)); created: object(2,0), object(2,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3526400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3526400, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 89: //# view-object 2,1 @@ -48,7 +48,7 @@ task 5, lines 93-95: //> Test::M1::mutate_child_via_parent(Input(0), Input(2)); created: object(5,0) mutated: object(0,0), object(2,0), object(2,1) -gas summary: computation_cost: 1000000, storage_cost: 5973600, storage_rebate: 3526400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5973600, storage_rebate: 3526400, non_refundable_storage_fee: 0 task 6, line 97: //# view-object 2,1 @@ -134,7 +134,7 @@ task 10, lines 167-169: //> Test::M1::add_df(Input(0)); created: object(10,0), object(10,1), object(10,2) mutated: object(0,0), object(2,0), object(2,1) -gas summary: computation_cost: 1000000, storage_cost: 9864800, storage_rebate: 3526400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 9864800, storage_rebate: 3526400, non_refundable_storage_fee: 0 task 11, line 171: //# view-object 2,1 @@ -359,7 +359,7 @@ task 16, lines 279-280: //> Test::M1::add_more_df(Input(0)); created: object(16,0), object(16,1), object(16,2) mutated: object(0,0), object(2,1) -gas summary: computation_cost: 1000000, storage_cost: 8565200, storage_rebate: 2226800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 8565200, storage_rebate: 2226800, non_refundable_storage_fee: 0 task 17, line 282: //# view-object 2,1 @@ -632,7 +632,7 @@ task 21, lines 340-341: //> Test::M1::remove_df(Input(0)); mutated: object(0,0), object(2,1) deleted: object(10,0), object(10,1), object(10,2) -gas summary: computation_cost: 1000000, storage_cost: 2226800, storage_rebate: 8565200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2226800, storage_rebate: 8565200, non_refundable_storage_fee: 0 task 22, line 343: //# view-object 2,1 diff --git a/crates/iota-graphql-e2e-tests/tests/consistency/dynamic_fields/immutable_dof.exp b/crates/iota-graphql-e2e-tests/tests/consistency/dynamic_fields/immutable_dof.exp index c9acb2d9cb6..67c09b48c94 100644 --- a/crates/iota-graphql-e2e-tests/tests/consistency/dynamic_fields/immutable_dof.exp +++ b/crates/iota-graphql-e2e-tests/tests/consistency/dynamic_fields/immutable_dof.exp @@ -7,43 +7,43 @@ task 1, lines 21-69: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 8762800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 8762800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 71: //# run Test::M1::parent --sender A --args @A created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 73: //# run Test::M1::child --sender A --args @A created: object(3,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2280000, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2280000, storage_rebate: 980400, non_refundable_storage_fee: 0 task 4, line 75: //# run Test::M1::child --sender A --args @A created: object(4,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2280000, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2280000, storage_rebate: 980400, non_refundable_storage_fee: 0 task 5, line 77: //# run Test::M1::add_child --sender A --args object(2,0) object(3,0) 42 created: object(5,0) mutated: object(0,0), object(2,0), object(3,0) -gas summary: computation_cost: 1000000, storage_cost: 6034400, storage_rebate: 3587200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6034400, storage_rebate: 3587200, non_refundable_storage_fee: 0 task 6, line 79: //# run Test::M1::add_nested_child --sender A --args object(2,0) 42 object(4,0) 420 created: object(6,0) mutated: object(0,0), object(2,0), object(4,0) -gas summary: computation_cost: 1000000, storage_cost: 6034400, storage_rebate: 3587200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6034400, storage_rebate: 3587200, non_refundable_storage_fee: 0 task 7, line 81: //# run Test::M1::reclaim_and_freeze_child --sender A --args object(2,0) 42 mutated: object(0,0), object(2,0), object(3,0) deleted: object(5,0) -gas summary: computation_cost: 1000000, storage_cost: 3587200, storage_rebate: 6034400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3587200, storage_rebate: 6034400, non_refundable_storage_fee: 0 task 8, line 83: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/consistency/dynamic_fields/mutated_df.exp b/crates/iota-graphql-e2e-tests/tests/consistency/dynamic_fields/mutated_df.exp index 937abb23e62..6d506e4c4b5 100644 --- a/crates/iota-graphql-e2e-tests/tests/consistency/dynamic_fields/mutated_df.exp +++ b/crates/iota-graphql-e2e-tests/tests/consistency/dynamic_fields/mutated_df.exp @@ -7,13 +7,13 @@ task 1, lines 15-46: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 7820400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7820400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 48: //# run Test::M1::parent --sender A --args @A created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 50: //# view-object 2,0 @@ -32,7 +32,7 @@ task 4, line 52: //# run Test::M1::add_df --sender A --args object(2,0) created: object(4,0), object(4,1), object(4,2) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 8626000, storage_rebate: 2287600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 8626000, storage_rebate: 2287600, non_refundable_storage_fee: 0 task 5, line 54: //# view-object 2,0 @@ -50,7 +50,7 @@ Contents: Test::M1::Parent { task 6, line 56: //# run Test::M1::mutate_parent --sender A --args object(2,0) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 2287600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 2287600, non_refundable_storage_fee: 0 task 7, line 58: //# view-object 2,0 @@ -155,7 +155,7 @@ Contents: Test::M1::Parent { task 11, line 114: //# run Test::M1::mutate_df1 --sender A --args object(2,0) mutated: object(0,0), object(2,0), object(4,0) -gas summary: computation_cost: 1000000, storage_cost: 4461200, storage_rebate: 4400400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4461200, storage_rebate: 4400400, non_refundable_storage_fee: 0 task 12, line 116: //# view-object 2,0 @@ -173,7 +173,7 @@ Contents: Test::M1::Parent { task 13, line 118: //# run Test::M1::mutate_parent --sender A --args object(2,0) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 2287600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 2287600, non_refundable_storage_fee: 0 task 14, line 120: //# view-object 2,0 diff --git a/crates/iota-graphql-e2e-tests/tests/consistency/dynamic_fields/mutated_dof.exp b/crates/iota-graphql-e2e-tests/tests/consistency/dynamic_fields/mutated_dof.exp index e1e46deb049..812f886b276 100644 --- a/crates/iota-graphql-e2e-tests/tests/consistency/dynamic_fields/mutated_dof.exp +++ b/crates/iota-graphql-e2e-tests/tests/consistency/dynamic_fields/mutated_dof.exp @@ -7,7 +7,7 @@ task 1, lines 16-63: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 8382800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 8382800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 65-67: //# programmable --sender A --inputs @A @@ -15,18 +15,18 @@ task 2, lines 65-67: //> 1: Test::M1::parent(Input(0)); created: object(2,0), object(2,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3587200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3587200, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 69: //# run Test::M1::add_child --sender A --args object(2,1) object(2,0) 42 created: object(3,0) mutated: object(0,0), object(2,0), object(2,1) -gas summary: computation_cost: 1000000, storage_cost: 6034400, storage_rebate: 3587200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6034400, storage_rebate: 3587200, non_refundable_storage_fee: 0 task 4, line 71: //# run Test::M1::mutate_parent --sender A --args object(2,1) mutated: object(0,0), object(2,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 2287600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 2287600, non_refundable_storage_fee: 0 task 5, line 73: //# create-checkpoint @@ -135,7 +135,7 @@ task 7, line 134: //# run Test::M1::reclaim_and_transfer_child --sender A --args object(2,1) 42 @A mutated: object(0,0), object(2,0), object(2,1) deleted: object(3,0) -gas summary: computation_cost: 1000000, storage_cost: 3587200, storage_rebate: 6034400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3587200, storage_rebate: 6034400, non_refundable_storage_fee: 0 task 8, line 136: //# create-checkpoint @@ -181,13 +181,13 @@ Response: { task 10, line 191: //# run Test::M1::mutate_child --sender A --args object(2,0) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2280000, storage_rebate: 2280000, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2280000, storage_rebate: 2280000, non_refundable_storage_fee: 0 task 11, line 193: //# run Test::M1::add_child --sender A --args object(2,1) object(2,0) 42 created: object(3,0) mutated: object(0,0), object(2,0), object(2,1) -gas summary: computation_cost: 1000000, storage_cost: 6034400, storage_rebate: 3587200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6034400, storage_rebate: 3587200, non_refundable_storage_fee: 0 task 12, line 195: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/consistency/dynamic_fields/nested_dof.exp b/crates/iota-graphql-e2e-tests/tests/consistency/dynamic_fields/nested_dof.exp index 61b2cb39720..8f0b5aedb4b 100644 --- a/crates/iota-graphql-e2e-tests/tests/consistency/dynamic_fields/nested_dof.exp +++ b/crates/iota-graphql-e2e-tests/tests/consistency/dynamic_fields/nested_dof.exp @@ -7,47 +7,47 @@ task 1, lines 25-76: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 8952800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 8952800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 78: //# run Test::M1::parent --sender A --args @A created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 80: //# run Test::M1::child --sender A --args @A created: object(3,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2280000, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2280000, storage_rebate: 980400, non_refundable_storage_fee: 0 task 4, line 82: //# run Test::M1::child --sender A --args @A created: object(4,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2280000, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2280000, storage_rebate: 980400, non_refundable_storage_fee: 0 task 5, line 84: //# run Test::M1::add_child --sender A --args object(2,0) object(3,0) 42 created: object(5,0) mutated: object(0,0), object(2,0), object(3,0) -gas summary: computation_cost: 1000000, storage_cost: 6034400, storage_rebate: 3587200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6034400, storage_rebate: 3587200, non_refundable_storage_fee: 0 task 6, line 86: //# run Test::M1::add_nested_child --sender A --args object(2,0) 42 object(4,0) 420 created: object(6,0) mutated: object(0,0), object(2,0), object(4,0) -gas summary: computation_cost: 1000000, storage_cost: 6034400, storage_rebate: 3587200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6034400, storage_rebate: 3587200, non_refundable_storage_fee: 0 task 7, line 88: //# run Test::M1::mutate_child_on_parent --sender A --args object(2,0) 42 mutated: object(0,0), object(2,0), object(3,0) -gas summary: computation_cost: 1000000, storage_cost: 3587200, storage_rebate: 3587200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3587200, storage_rebate: 3587200, non_refundable_storage_fee: 0 task 8, line 90: //# run Test::M1::mutate_nested_child_on_parent --sender A --args object(2,0) 42 420 mutated: object(0,0), object(2,0), object(4,0) -gas summary: computation_cost: 1000000, storage_cost: 3587200, storage_rebate: 3587200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3587200, storage_rebate: 3587200, non_refundable_storage_fee: 0 task 9, line 92: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/consistency/epochs/transaction_blocks.exp b/crates/iota-graphql-e2e-tests/tests/consistency/epochs/transaction_blocks.exp index fb5dd244490..b8ef5a023ea 100644 --- a/crates/iota-graphql-e2e-tests/tests/consistency/epochs/transaction_blocks.exp +++ b/crates/iota-graphql-e2e-tests/tests/consistency/epochs/transaction_blocks.exp @@ -7,7 +7,7 @@ task 1, lines 23-36: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 5168000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5168000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 38: //# create-checkpoint @@ -17,7 +17,7 @@ task 3, line 40: //# run Test::M1::create --args 0 @A --sender A created: object(3,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 task 4, line 42: //# create-checkpoint @@ -72,7 +72,7 @@ task 7, line 64: //# run Test::M1::create --args 0 @A --sender A created: object(7,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 8, line 66: //# create-checkpoint @@ -82,7 +82,7 @@ task 9, line 68: //# run Test::M1::create --args 0 @A --sender A created: object(9,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 10, line 70: //# create-checkpoint @@ -92,7 +92,7 @@ task 11, line 72: //# run Test::M1::create --args 0 @A --sender A created: object(11,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 12, line 74: //# create-checkpoint @@ -106,7 +106,7 @@ task 14, line 78: //# run Test::M1::create --args 0 @A --sender A created: object(14,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 15, line 80: //# create-checkpoint @@ -116,7 +116,7 @@ task 16, line 82: //# run Test::M1::create --args 0 @A --sender A created: object(16,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 17, line 84: //# create-checkpoint @@ -126,7 +126,7 @@ task 18, line 86: //# run Test::M1::create --args 0 @A --sender A created: object(18,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 19, line 88: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/consistency/object_at_version.exp b/crates/iota-graphql-e2e-tests/tests/consistency/object_at_version.exp index 8968247c3f9..6e02483be2f 100644 --- a/crates/iota-graphql-e2e-tests/tests/consistency/object_at_version.exp +++ b/crates/iota-graphql-e2e-tests/tests/consistency/object_at_version.exp @@ -7,13 +7,13 @@ task 1, lines 20-57: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 7007200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7007200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 59: //# run Test::M1::create --args 0 @A created: object(2,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 61: //# create-checkpoint @@ -41,7 +41,7 @@ Response: { task 5, line 78: //# run Test::M1::update --sender A --args object(2,0) 1 mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 1307200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 1307200, non_refundable_storage_fee: 0 task 6, line 80: //# create-checkpoint @@ -83,7 +83,7 @@ task 8, line 110: created: object(8,0) mutated: object(0,0) wrapped: object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2538400, storage_rebate: 2287600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2538400, storage_rebate: 2287600, non_refundable_storage_fee: 0 task 9, line 112: //# create-checkpoint @@ -118,7 +118,7 @@ task 11, line 142: mutated: object(0,0) unwrapped: object(2,0) deleted: object(8,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 2538400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 2538400, non_refundable_storage_fee: 0 task 12, line 144: //# create-checkpoint @@ -164,7 +164,7 @@ task 14, line 186: //# run Test::M1::delete --sender A --args object(2,0) mutated: object(0,0) deleted: object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 2287600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 2287600, non_refundable_storage_fee: 0 task 15, line 188: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/consistency/objects_pagination.exp b/crates/iota-graphql-e2e-tests/tests/consistency/objects_pagination.exp index 21598718729..0de0dc4a041 100644 --- a/crates/iota-graphql-e2e-tests/tests/consistency/objects_pagination.exp +++ b/crates/iota-graphql-e2e-tests/tests/consistency/objects_pagination.exp @@ -7,19 +7,19 @@ task 1, lines 16-29: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 5168000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5168000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 31: //# run Test::M1::create --args 0 @A created: object(2,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 33: //# run Test::M1::create --args 1 @A created: object(3,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 4, line 35: //# create-checkpoint @@ -57,13 +57,13 @@ task 6, line 67: //# run Test::M1::create --args 2 @A created: object(6,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 7, line 69: //# run Test::M1::create --args 3 @A created: object(7,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 8, line 71: //# create-checkpoint @@ -223,7 +223,7 @@ task 12, lines 147-148: //# programmable --sender A --inputs object(2,0) object(3,0) object(6,0) object(7,0) @B //> TransferObjects([Input(0), Input(1), Input(2), Input(3)], Input(4)) mutated: object(0,0), object(2,0), object(3,0), object(6,0), object(7,0) -gas summary: computation_cost: 1000000, storage_cost: 6209200, storage_rebate: 5228800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6209200, storage_rebate: 5228800, non_refundable_storage_fee: 0 task 13, line 150: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/consistency/objects_pagination_single.exp b/crates/iota-graphql-e2e-tests/tests/consistency/objects_pagination_single.exp index 99eb6456b69..fef91b92f80 100644 --- a/crates/iota-graphql-e2e-tests/tests/consistency/objects_pagination_single.exp +++ b/crates/iota-graphql-e2e-tests/tests/consistency/objects_pagination_single.exp @@ -7,24 +7,24 @@ task 1, lines 11-28: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 5449200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5449200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 30: //# run Test::M1::create --args 0 @A created: object(2,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 32: //# run Test::M1::create --args 1 @A created: object(3,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 4, line 34: //# run Test::M1::update --sender A --args 100 object(2,0) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 1307200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 1307200, non_refundable_storage_fee: 0 task 5, line 36: //# create-checkpoint @@ -63,7 +63,7 @@ Response: { task 7, line 68: //# run Test::M1::update --sender A --args 200 object(2,0) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 2287600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 2287600, non_refundable_storage_fee: 0 task 8, line 70: //# create-checkpoint @@ -194,7 +194,7 @@ Response: { task 11, line 180: //# run Test::M1::update --sender A --args 300 object(3,0) mutated: object(0,0), object(3,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 2287600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 2287600, non_refundable_storage_fee: 0 task 12, line 182: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/consistency/performance/many_objects.exp b/crates/iota-graphql-e2e-tests/tests/consistency/performance/many_objects.exp index 6fc274339b0..51eaea008d6 100644 --- a/crates/iota-graphql-e2e-tests/tests/consistency/performance/many_objects.exp +++ b/crates/iota-graphql-e2e-tests/tests/consistency/performance/many_objects.exp @@ -7,13 +7,13 @@ task 1, lines 13-36: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 6110400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6110400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 38: //# run Test::M1::create_many --sender A --args @A created: object(2,0), object(2,1), object(2,2), object(2,3), object(2,4), object(2,5), object(2,6), object(2,7), object(2,8), object(2,9), object(2,10), object(2,11), object(2,12), object(2,13), object(2,14), object(2,15), object(2,16), object(2,17), object(2,18), object(2,19), object(2,20), object(2,21), object(2,22), object(2,23), object(2,24), object(2,25), object(2,26), object(2,27), object(2,28), object(2,29), object(2,30), object(2,31), object(2,32), object(2,33), object(2,34), object(2,35), object(2,36), object(2,37), object(2,38), object(2,39), object(2,40), object(2,41), object(2,42), object(2,43), object(2,44), object(2,45), object(2,46), object(2,47), object(2,48), object(2,49), object(2,50), object(2,51), object(2,52), object(2,53), object(2,54), object(2,55), object(2,56), object(2,57), object(2,58), object(2,59), object(2,60), object(2,61), object(2,62), object(2,63), object(2,64), object(2,65), object(2,66), object(2,67), object(2,68), object(2,69), object(2,70), object(2,71), object(2,72), object(2,73), object(2,74), object(2,75), object(2,76), object(2,77), object(2,78), object(2,79), object(2,80), object(2,81), object(2,82), object(2,83), object(2,84), object(2,85), object(2,86), object(2,87), object(2,88), object(2,89), object(2,90), object(2,91), object(2,92), object(2,93), object(2,94), object(2,95), object(2,96), object(2,97), object(2,98), object(2,99), object(2,100), object(2,101), object(2,102), object(2,103), object(2,104), object(2,105), object(2,106), object(2,107), object(2,108), object(2,109), object(2,110), object(2,111), object(2,112), object(2,113), object(2,114), object(2,115), object(2,116), object(2,117), object(2,118), object(2,119), object(2,120), object(2,121), object(2,122), object(2,123), object(2,124), object(2,125), object(2,126), object(2,127), object(2,128), object(2,129), object(2,130), object(2,131), object(2,132), object(2,133), object(2,134), object(2,135), object(2,136), object(2,137), object(2,138), object(2,139), object(2,140), object(2,141), object(2,142), object(2,143), object(2,144), object(2,145), object(2,146), object(2,147), object(2,148), object(2,149), object(2,150), object(2,151), object(2,152), object(2,153), object(2,154), object(2,155), object(2,156), object(2,157), object(2,158), object(2,159), object(2,160), object(2,161), object(2,162), object(2,163), object(2,164), object(2,165), object(2,166), object(2,167), object(2,168), object(2,169), object(2,170), object(2,171), object(2,172), object(2,173), object(2,174), object(2,175), object(2,176), object(2,177), object(2,178), object(2,179), object(2,180), object(2,181), object(2,182), object(2,183), object(2,184), object(2,185), object(2,186), object(2,187), object(2,188), object(2,189), object(2,190), object(2,191), object(2,192), object(2,193), object(2,194), object(2,195), object(2,196), object(2,197), object(2,198), object(2,199), object(2,200), object(2,201), object(2,202), object(2,203), object(2,204), object(2,205), object(2,206), object(2,207), object(2,208), object(2,209), object(2,210), object(2,211), object(2,212), object(2,213), object(2,214), object(2,215), object(2,216), object(2,217), object(2,218), object(2,219), object(2,220), object(2,221), object(2,222), object(2,223), object(2,224), object(2,225), object(2,226), object(2,227), object(2,228), object(2,229), object(2,230), object(2,231), object(2,232), object(2,233), object(2,234), object(2,235), object(2,236), object(2,237), object(2,238), object(2,239), object(2,240), object(2,241), object(2,242), object(2,243), object(2,244), object(2,245), object(2,246), object(2,247), object(2,248), object(2,249), object(2,250), object(2,251), object(2,252), object(2,253), object(2,254), object(2,255), object(2,256), object(2,257), object(2,258), object(2,259), object(2,260), object(2,261), object(2,262), object(2,263), object(2,264), object(2,265), object(2,266), object(2,267), object(2,268), object(2,269), object(2,270), object(2,271), object(2,272), object(2,273), object(2,274), object(2,275), object(2,276), object(2,277), object(2,278), object(2,279), object(2,280), object(2,281), object(2,282), object(2,283), object(2,284), object(2,285), object(2,286), object(2,287), object(2,288), object(2,289), object(2,290), object(2,291), object(2,292), object(2,293), object(2,294), object(2,295), object(2,296), object(2,297), object(2,298), object(2,299), object(2,300), object(2,301), object(2,302), object(2,303), object(2,304), object(2,305), object(2,306), object(2,307), object(2,308), object(2,309), object(2,310), object(2,311), object(2,312), object(2,313), object(2,314), object(2,315), object(2,316), object(2,317), object(2,318), object(2,319), object(2,320), object(2,321), object(2,322), object(2,323), object(2,324), object(2,325), object(2,326), object(2,327), object(2,328), object(2,329), object(2,330), object(2,331), object(2,332), object(2,333), object(2,334), object(2,335), object(2,336), object(2,337), object(2,338), object(2,339), object(2,340), object(2,341), object(2,342), object(2,343), object(2,344), object(2,345), object(2,346), object(2,347), object(2,348), object(2,349), object(2,350), object(2,351), object(2,352), object(2,353), object(2,354), object(2,355), object(2,356), object(2,357), object(2,358), object(2,359), object(2,360), object(2,361), object(2,362), object(2,363), object(2,364), object(2,365), object(2,366), object(2,367), object(2,368), object(2,369), object(2,370), object(2,371), object(2,372), object(2,373), object(2,374), object(2,375), object(2,376), object(2,377), object(2,378), object(2,379), object(2,380), object(2,381), object(2,382), object(2,383), object(2,384), object(2,385), object(2,386), object(2,387), object(2,388), object(2,389), object(2,390), object(2,391), object(2,392), object(2,393), object(2,394), object(2,395), object(2,396), object(2,397), object(2,398), object(2,399), object(2,400), object(2,401), object(2,402), object(2,403), object(2,404), object(2,405), object(2,406), object(2,407), object(2,408), object(2,409), object(2,410), object(2,411), object(2,412), object(2,413), object(2,414), object(2,415), object(2,416), object(2,417), object(2,418), object(2,419), object(2,420), object(2,421), object(2,422), object(2,423), object(2,424), object(2,425), object(2,426), object(2,427), object(2,428), object(2,429), object(2,430), object(2,431), object(2,432), object(2,433), object(2,434), object(2,435), object(2,436), object(2,437), object(2,438), object(2,439), object(2,440), object(2,441), object(2,442), object(2,443), object(2,444), object(2,445), object(2,446), object(2,447), object(2,448), object(2,449), object(2,450), object(2,451), object(2,452), object(2,453), object(2,454), object(2,455), object(2,456), object(2,457), object(2,458), object(2,459), object(2,460), object(2,461), object(2,462), object(2,463), object(2,464), object(2,465), object(2,466), object(2,467), object(2,468), object(2,469), object(2,470), object(2,471), object(2,472), object(2,473), object(2,474), object(2,475), object(2,476), object(2,477), object(2,478), object(2,479), object(2,480), object(2,481), object(2,482), object(2,483), object(2,484), object(2,485), object(2,486), object(2,487), object(2,488), object(2,489), object(2,490), object(2,491), object(2,492), object(2,493), object(2,494), object(2,495), object(2,496), object(2,497), object(2,498), object(2,499) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 654580400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 654580400, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 40: //# create-checkpoint 2 @@ -141,17 +141,17 @@ Response: { task 5, line 85: //# transfer-object 2,499 --sender A --recipient B mutated: object(0,0), object(2,499) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 2287600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 2287600, non_refundable_storage_fee: 0 task 6, line 87: //# transfer-object 2,498 --sender A --recipient B mutated: object(0,0), object(2,498) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 2287600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 2287600, non_refundable_storage_fee: 0 task 7, line 89: //# transfer-object 2,497 --sender A --recipient B mutated: object(0,0), object(2,497) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 2287600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 2287600, non_refundable_storage_fee: 0 task 8, line 91: //# view-object 2,498 diff --git a/crates/iota-graphql-e2e-tests/tests/consistency/staked_iota.exp b/crates/iota-graphql-e2e-tests/tests/consistency/staked_iota.exp index 3daf3add05f..ad831cbb06f 100644 --- a/crates/iota-graphql-e2e-tests/tests/consistency/staked_iota.exp +++ b/crates/iota-graphql-e2e-tests/tests/consistency/staked_iota.exp @@ -21,7 +21,7 @@ task 2, lines 21-23: //> TransferObjects([Result(0)], Input(1)) created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 1960800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 1960800, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 25: //# run 0x3::iota_system::request_add_stake --args object(0x5) object(2,0) @validator_0 --sender C @@ -29,7 +29,7 @@ events: Event { package_id: iota_system, transaction_module: Identifier("iota_sy created: object(3,0) mutated: object(_), 0x0000000000000000000000000000000000000000000000000000000000000005, object(0,0) deleted: object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 14500800, storage_rebate: 1960800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 14500800, storage_rebate: 1960800, non_refundable_storage_fee: 0 task 4, line 27: //# create-checkpoint @@ -45,7 +45,7 @@ task 6, lines 31-33: //> TransferObjects([Result(0)], Input(1)) created: object(6,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 1960800, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 1960800, storage_rebate: 980400, non_refundable_storage_fee: 0 task 7, line 35: //# run 0x3::iota_system::request_add_stake --args object(0x5) object(6,0) @validator_0 --sender C @@ -53,7 +53,7 @@ events: Event { package_id: iota_system, transaction_module: Identifier("iota_sy created: object(7,0) mutated: object(_), 0x0000000000000000000000000000000000000000000000000000000000000005, object(0,0) deleted: object(6,0) -gas summary: computation_cost: 1000000, storage_cost: 14500800, storage_rebate: 14196800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 14500800, storage_rebate: 14196800, non_refundable_storage_fee: 0 task 8, line 37: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/consistency/tx_address_objects.exp b/crates/iota-graphql-e2e-tests/tests/consistency/tx_address_objects.exp index fdfc6899586..0b07261f1ff 100644 --- a/crates/iota-graphql-e2e-tests/tests/consistency/tx_address_objects.exp +++ b/crates/iota-graphql-e2e-tests/tests/consistency/tx_address_objects.exp @@ -7,14 +7,14 @@ task 1, lines 18-35: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 5472000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5472000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 37-38: //# programmable --sender A --inputs 0 1 @A //> 0: Test::M1::create(Input(0), Input(2)); created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 40: //# create-checkpoint @@ -27,7 +27,7 @@ task 4, lines 42-45: //> Test::M1::create(Input(3), Input(4)); created: object(4,0), object(4,1) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 4902000, storage_rebate: 2287600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4902000, storage_rebate: 2287600, non_refundable_storage_fee: 0 task 5, line 47: //# create-checkpoint @@ -41,7 +41,7 @@ task 6, lines 49-53: //> Test::M1::create(Input(4), Input(5)); created: object(6,0), object(6,1), object(6,2) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 6209200, storage_rebate: 2287600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6209200, storage_rebate: 2287600, non_refundable_storage_fee: 0 task 7, line 55: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/epoch/chain_identifier.exp b/crates/iota-graphql-e2e-tests/tests/epoch/chain_identifier.exp index 3fbdfda1c05..7bbd7811f87 100644 --- a/crates/iota-graphql-e2e-tests/tests/epoch/chain_identifier.exp +++ b/crates/iota-graphql-e2e-tests/tests/epoch/chain_identifier.exp @@ -11,6 +11,6 @@ task 2, lines 10-13: //# run-graphql Response: { "data": { - "chainIdentifier": "e7c22ce7" + "chainIdentifier": "e2a97689" } } diff --git a/crates/iota-graphql-e2e-tests/tests/epoch/epoch.exp b/crates/iota-graphql-e2e-tests/tests/epoch/epoch.exp index 74f80a22c72..30eef67e10a 100644 --- a/crates/iota-graphql-e2e-tests/tests/epoch/epoch.exp +++ b/crates/iota-graphql-e2e-tests/tests/epoch/epoch.exp @@ -17,7 +17,7 @@ task 3, lines 13-15: //> TransferObjects([Result(0)], Input(1)) created: object(3,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 1960800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 1960800, storage_rebate: 0, non_refundable_storage_fee: 0 task 4, lines 17-19: //# run 0x3::iota_system::request_add_stake --args object(0x5) object(3,0) @validator_0 --sender C @@ -25,7 +25,7 @@ events: Event { package_id: iota_system, transaction_module: Identifier("iota_sy created: object(4,0) mutated: object(_), 0x0000000000000000000000000000000000000000000000000000000000000005, object(0,0) deleted: object(3,0) -gas summary: computation_cost: 1000000, storage_cost: 14500800, storage_rebate: 1960800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 14500800, storage_rebate: 1960800, non_refundable_storage_fee: 0 task 5, line 20: //# create-checkpoint @@ -42,7 +42,7 @@ task 7, lines 25-29: // TODO: Short term hack to get around indexer epoch issue created: object(7,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 1960800, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 1960800, storage_rebate: 980400, non_refundable_storage_fee: 0 task 8, line 30: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/epoch/system_state.exp b/crates/iota-graphql-e2e-tests/tests/epoch/system_state.exp index 5a311159948..02077205f22 100644 --- a/crates/iota-graphql-e2e-tests/tests/epoch/system_state.exp +++ b/crates/iota-graphql-e2e-tests/tests/epoch/system_state.exp @@ -17,7 +17,7 @@ task 3, lines 15-17: //> TransferObjects([Result(0)], Input(1)) created: object(3,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 1960800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 1960800, storage_rebate: 0, non_refundable_storage_fee: 0 task 4, line 19: //# run 0x3::iota_system::request_add_stake --args object(0x5) object(3,0) @validator_0 --sender C @@ -25,7 +25,7 @@ events: Event { package_id: iota_system, transaction_module: Identifier("iota_sy created: object(4,0) mutated: object(_), 0x0000000000000000000000000000000000000000000000000000000000000005, object(0,0) deleted: object(3,0) -gas summary: computation_cost: 1000000, storage_cost: 14500800, storage_rebate: 1960800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 14500800, storage_rebate: 1960800, non_refundable_storage_fee: 0 task 5, line 21: //# create-checkpoint @@ -49,7 +49,7 @@ task 9, lines 29-31: //> TransferObjects([Result(0)], Input(1)) created: object(9,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 1960800, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 1960800, storage_rebate: 980400, non_refundable_storage_fee: 0 task 10, line 33: //# create-checkpoint @@ -65,7 +65,7 @@ events: Event { package_id: iota_system, transaction_module: Identifier("iota_sy created: object(12,0) mutated: object(_), 0x0000000000000000000000000000000000000000000000000000000000000005, object(0,0) deleted: object(4,0) -gas summary: computation_cost: 1000000, storage_cost: 14196800, storage_rebate: 14500800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 14196800, storage_rebate: 14500800, non_refundable_storage_fee: 0 task 13, line 39: //# create-checkpoint @@ -81,7 +81,7 @@ task 15, lines 43-45: //> TransferObjects([Result(0)], Input(1)) created: object(15,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 1960800, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 1960800, storage_rebate: 980400, non_refundable_storage_fee: 0 task 16, line 47: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/errors/clever_errors.exp b/crates/iota-graphql-e2e-tests/tests/errors/clever_errors.exp index 09bd00a3ba0..d56278abb77 100644 --- a/crates/iota-graphql-e2e-tests/tests/errors/clever_errors.exp +++ b/crates/iota-graphql-e2e-tests/tests/errors/clever_errors.exp @@ -7,7 +7,7 @@ task 1, lines 7-82: //# publish --upgradeable --sender A created: object(1,0), object(1,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 9728000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 9728000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 84: //# run P0::m::callU8 @@ -149,7 +149,7 @@ task 15, lines 120-198: //# upgrade --package P0 --upgrade-capability 1,0 --sender A created: object(15,0) mutated: object(0,0), object(1,0) -gas summary: computation_cost: 1000000, storage_cost: 9834400, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 9834400, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 16, line 200: //# run P0::m::callU8 diff --git a/crates/iota-graphql-e2e-tests/tests/errors/clever_errors_in_macros.exp b/crates/iota-graphql-e2e-tests/tests/errors/clever_errors_in_macros.exp index c0b002f7dfb..a36d804579a 100644 --- a/crates/iota-graphql-e2e-tests/tests/errors/clever_errors_in_macros.exp +++ b/crates/iota-graphql-e2e-tests/tests/errors/clever_errors_in_macros.exp @@ -7,7 +7,7 @@ task 1, lines 7-35: //# publish --sender A created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4180000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4180000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 37: //# run P0::m::t_a diff --git a/crates/iota-graphql-e2e-tests/tests/event_connection/combo_filter_error.exp b/crates/iota-graphql-e2e-tests/tests/event_connection/combo_filter_error.exp index f48c7b1dea2..d588d8ead95 100644 --- a/crates/iota-graphql-e2e-tests/tests/event_connection/combo_filter_error.exp +++ b/crates/iota-graphql-e2e-tests/tests/event_connection/combo_filter_error.exp @@ -7,13 +7,13 @@ task 1, lines 10-29: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 5373200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5373200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 31: //# run Test::M2::emit_emit_a --sender A --args 20 events: Event { package_id: Test, transaction_module: Identifier("M2"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [20, 0, 0, 0, 0, 0, 0, 0] } mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 33: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/event_connection/event_connection.exp b/crates/iota-graphql-e2e-tests/tests/event_connection/event_connection.exp index b48a5b9832a..20ea2fdff0d 100644 --- a/crates/iota-graphql-e2e-tests/tests/event_connection/event_connection.exp +++ b/crates/iota-graphql-e2e-tests/tests/event_connection/event_connection.exp @@ -7,43 +7,43 @@ task 1, lines 15-82: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 11255600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 11255600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 84: //# run Test::M1::create --sender A --args 0 @A created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 86: //# run Test::M1::emit_a --sender A --args object(2,0) 0 events: Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [0, 0, 0, 0, 0, 0, 0, 0] } mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 2287600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 2287600, non_refundable_storage_fee: 0 task 4, line 88: //# run Test::M1::emit_b --sender A --args object(2,0) 1 events: Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventB"), type_params: [Struct(StructTag { address: Test, module: Identifier("M1"), name: Identifier("Object"), type_params: [] })] }, contents: [1, 0, 0, 0, 0, 0, 0, 0] } mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 2287600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 2287600, non_refundable_storage_fee: 0 task 5, line 90: //# run Test::M2::create --sender A --args 2 @A created: object(5,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 6, line 92: //# run Test::M2::emit_a --sender A --args object(5,0) 2 events: Event { package_id: Test, transaction_module: Identifier("M2"), sender: A, type_: StructTag { address: Test, module: Identifier("M2"), name: Identifier("EventA"), type_params: [] }, contents: [2, 0, 0, 0, 0, 0, 0, 0] } mutated: object(0,0), object(5,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 2287600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 2287600, non_refundable_storage_fee: 0 task 7, line 94: //# run Test::M2::emit_b --sender A --args object(5,0) 3 events: Event { package_id: Test, transaction_module: Identifier("M2"), sender: A, type_: StructTag { address: Test, module: Identifier("M2"), name: Identifier("EventB"), type_params: [Struct(StructTag { address: Test, module: Identifier("M2"), name: Identifier("Object"), type_params: [] })] }, contents: [3, 0, 0, 0, 0, 0, 0, 0] } mutated: object(0,0), object(5,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 2287600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 2287600, non_refundable_storage_fee: 0 task 8, line 96: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/event_connection/nested_emit_event.exp b/crates/iota-graphql-e2e-tests/tests/event_connection/nested_emit_event.exp index 719633fe126..10fe278d63e 100644 --- a/crates/iota-graphql-e2e-tests/tests/event_connection/nested_emit_event.exp +++ b/crates/iota-graphql-e2e-tests/tests/event_connection/nested_emit_event.exp @@ -7,13 +7,13 @@ task 1, lines 11-38: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 6087600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6087600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 40: //# run Test::M3::yeet --sender A --args 2 events: Event { package_id: Test, transaction_module: Identifier("M3"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [2, 0, 0, 0, 0, 0, 0, 0] } mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 42: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/event_connection/no_filter.exp b/crates/iota-graphql-e2e-tests/tests/event_connection/no_filter.exp index 263e77d270f..8a1728c5601 100644 --- a/crates/iota-graphql-e2e-tests/tests/event_connection/no_filter.exp +++ b/crates/iota-graphql-e2e-tests/tests/event_connection/no_filter.exp @@ -7,13 +7,13 @@ task 1, lines 7-26: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 4962800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4962800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 28: //# run Test::M1::emit --sender A --args 0 events: Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [0, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [1, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [2, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [3, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [4, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [5, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [6, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [7, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [8, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [9, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [10, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [11, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [12, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [13, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [14, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [15, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [16, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [17, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [18, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [19, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [20, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [21, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [22, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [23, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [24, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [25, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [26, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [27, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [28, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [29, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [30, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [31, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [32, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [33, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [34, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [35, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [36, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [37, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [38, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [39, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [40, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [41, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [42, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [43, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [44, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [45, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [46, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [47, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [48, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [49, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [50, 0, 0, 0, 0, 0, 0, 0] } mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 30: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/event_connection/pagination.exp b/crates/iota-graphql-e2e-tests/tests/event_connection/pagination.exp index ad299870f3e..6015776f3fe 100644 --- a/crates/iota-graphql-e2e-tests/tests/event_connection/pagination.exp +++ b/crates/iota-graphql-e2e-tests/tests/event_connection/pagination.exp @@ -7,19 +7,19 @@ task 1, lines 7-23: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 4810800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4810800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 25: //# run Test::M1::emit_1 --sender A --args 0 events: Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [0, 0, 0, 0, 0, 0, 0, 0] } mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 27: //# run Test::M1::emit_2 --sender A --args 1 events: Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [1, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [2, 0, 0, 0, 0, 0, 0, 0] } mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 4, line 29: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/event_connection/tx_digest.exp b/crates/iota-graphql-e2e-tests/tests/event_connection/tx_digest.exp index 49c80aa1c10..2b1087ce2ef 100644 --- a/crates/iota-graphql-e2e-tests/tests/event_connection/tx_digest.exp +++ b/crates/iota-graphql-e2e-tests/tests/event_connection/tx_digest.exp @@ -7,24 +7,24 @@ task 1, lines 11-27: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 4788000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4788000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 29: //# run Test::M1::no_emit --sender A --args 0 mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 31: //# run Test::M1::emit_2 --sender A --args 2 events: Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [2, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [3, 0, 0, 0, 0, 0, 0, 0] } mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 4, line 33: //# run Test::M1::emit_2 --sender B --args 4 events: Event { package_id: Test, transaction_module: Identifier("M1"), sender: B, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [4, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: B, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [5, 0, 0, 0, 0, 0, 0, 0] } mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 0, non_refundable_storage_fee: 0 task 5, line 35: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/event_connection/type_filter.exp b/crates/iota-graphql-e2e-tests/tests/event_connection/type_filter.exp index b98e76ce11c..3b1903593bf 100644 --- a/crates/iota-graphql-e2e-tests/tests/event_connection/type_filter.exp +++ b/crates/iota-graphql-e2e-tests/tests/event_connection/type_filter.exp @@ -7,13 +7,13 @@ task 1, lines 7-35: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 6596800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6596800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 37: //# run Test::M2::emit_emit_a --sender A --args 20 events: Event { package_id: Test, transaction_module: Identifier("M2"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [20, 0, 0, 0, 0, 0, 0, 0] } mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 39: //# create-checkpoint @@ -49,13 +49,13 @@ task 5, line 60: //# run Test::M2::emit_b --sender A --args 42 events: Event { package_id: Test, transaction_module: Identifier("M2"), sender: A, type_: StructTag { address: Test, module: Identifier("M2"), name: Identifier("EventB"), type_params: [] }, contents: [42, 0, 0, 0, 0, 0, 0, 0] } mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 6, line 62: //# run Test::M2::emit_b --sender B --args 43 events: Event { package_id: Test, transaction_module: Identifier("M2"), sender: B, type_: StructTag { address: Test, module: Identifier("M2"), name: Identifier("EventB"), type_params: [] }, contents: [43, 0, 0, 0, 0, 0, 0, 0] } mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 0, non_refundable_storage_fee: 0 task 7, line 64: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/event_connection/type_param_filter.exp b/crates/iota-graphql-e2e-tests/tests/event_connection/type_param_filter.exp index 85f54391f61..034c36b518a 100644 --- a/crates/iota-graphql-e2e-tests/tests/event_connection/type_param_filter.exp +++ b/crates/iota-graphql-e2e-tests/tests/event_connection/type_param_filter.exp @@ -7,25 +7,25 @@ task 1, lines 7-30: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 5988800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5988800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 33: //# run Test::M1::emit_T1 --sender A events: Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [Struct(StructTag { address: Test, module: Identifier("M1"), name: Identifier("T1"), type_params: [] })] }, contents: [0] } mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 35: //# run Test::M1::emit_T2 --sender A events: Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [Struct(StructTag { address: Test, module: Identifier("M1"), name: Identifier("T2"), type_params: [] })] }, contents: [0] } mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 4, line 37: //# run Test::M1::emit_both --sender A events: Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [Struct(StructTag { address: Test, module: Identifier("M1"), name: Identifier("T1"), type_params: [] })] }, contents: [0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [Struct(StructTag { address: Test, module: Identifier("M1"), name: Identifier("T2"), type_params: [] })] }, contents: [0] } mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 5, line 39: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/limits/directives.exp b/crates/iota-graphql-e2e-tests/tests/limits/directives.exp index de29c39c64f..fbc8a46327c 100644 --- a/crates/iota-graphql-e2e-tests/tests/limits/directives.exp +++ b/crates/iota-graphql-e2e-tests/tests/limits/directives.exp @@ -73,7 +73,7 @@ task 5, lines 59-63: //# run-graphql Response: { "data": { - "chainIdentifier": "e7c22ce7" + "chainIdentifier": "e2a97689" } } @@ -81,7 +81,7 @@ task 6, lines 65-69: //# run-graphql Response: { "data": { - "chainIdentifier": "e7c22ce7" + "chainIdentifier": "e2a97689" } } diff --git a/crates/iota-graphql-e2e-tests/tests/objects/coin.exp b/crates/iota-graphql-e2e-tests/tests/objects/coin.exp index ec1c0c572ce..13c0fed33e1 100644 --- a/crates/iota-graphql-e2e-tests/tests/objects/coin.exp +++ b/crates/iota-graphql-e2e-tests/tests/objects/coin.exp @@ -8,7 +8,7 @@ task 1, lines 7-34: created: object(1,0), object(1,1), object(1,2), object(1,3), object(1,4), object(1,5) mutated: object(0,0) unchanged_shared: 0x0000000000000000000000000000000000000000000000000000000000000403 -gas summary: computation_cost: 1000000, storage_cost: 15618000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 15618000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 36: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/objects/data.exp b/crates/iota-graphql-e2e-tests/tests/objects/data.exp index 0bd9468394a..2fcc77702b3 100644 --- a/crates/iota-graphql-e2e-tests/tests/objects/data.exp +++ b/crates/iota-graphql-e2e-tests/tests/objects/data.exp @@ -7,7 +7,7 @@ task 1, lines 7-40: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 7615200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7615200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 42-44: //# programmable --inputs @A @@ -15,7 +15,7 @@ task 2, lines 42-44: //> TransferObjects([Result(0)], Input(0)) created: object(2,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2895600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2895600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 46: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/objects/display.exp b/crates/iota-graphql-e2e-tests/tests/objects/display.exp index 464790c22c5..8d17c8e4fd9 100644 --- a/crates/iota-graphql-e2e-tests/tests/objects/display.exp +++ b/crates/iota-graphql-e2e-tests/tests/objects/display.exp @@ -8,7 +8,7 @@ task 1, lines 7-131: events: Event { package_id: Test, transaction_module: Identifier("boars"), sender: A, type_: StructTag { address: iota, module: Identifier("display"), name: Identifier("DisplayCreated"), type_params: [Struct(StructTag { address: Test, module: Identifier("boars"), name: Identifier("Boar"), type_params: [] })] }, contents: [155, 85, 136, 164, 81, 63, 109, 148, 75, 198, 60, 36, 25, 208, 95, 122, 157, 232, 18, 97, 53, 211, 101, 208, 13, 29, 31, 165, 226, 122, 237, 179] } created: object(1,0), object(1,1), object(1,2) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 21447200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 21447200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 133: //# create-checkpoint @@ -16,20 +16,20 @@ Checkpoint created: 1 task 3, line 135: //# view-checkpoint -CheckpointSummary { epoch: 0, seq: 1, content_digest: EsXN98iwQZLcHGMD173BaKznE8ggnK8EKJk3np2JwnWT, - epoch_rolling_gas_cost_summary: GasCostSummary { computation_cost: 1000000, storage_cost: 21447200, storage_rebate: 0, non_refundable_storage_fee: 0 }} +CheckpointSummary { epoch: 0, seq: 1, content_digest: 4zAfAVwFXhmFipWuRjudEjJYvRVd67NfPr9qBW7F9WfZ, + epoch_rolling_gas_cost_summary: GasCostSummary { computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 21447200, storage_rebate: 0, non_refundable_storage_fee: 0 }} task 4, line 137: //# run Test::boars::create_bear --sender A created: object(4,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3541600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3541600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 5, line 139: //# run Test::boars::update_display_faulty --sender A --args object(1,1) events: Event { package_id: Test, transaction_module: Identifier("boars"), sender: A, type_: StructTag { address: iota, module: Identifier("display"), name: Identifier("VersionUpdated"), type_params: [Struct(StructTag { address: Test, module: Identifier("boars"), name: Identifier("Boar"), type_params: [] })] }, contents: [155, 85, 136, 164, 81, 63, 109, 148, 75, 198, 60, 36, 25, 208, 95, 122, 157, 232, 18, 97, 53, 211, 101, 208, 13, 29, 31, 165, 226, 122, 237, 179, 1, 0, 3, 7, 118, 101, 99, 116, 111, 114, 115, 5, 123, 118, 101, 99, 125, 3, 105, 100, 100, 5, 123, 105, 100, 100, 125, 5, 110, 97, 109, 101, 101, 7, 123, 110, 97, 109, 101, 101, 125] } mutated: object(0,0), object(1,1) -gas summary: computation_cost: 1000000, storage_cost: 2926000, storage_rebate: 2637200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2926000, storage_rebate: 2637200, non_refundable_storage_fee: 0 task 6, line 141: //# create-checkpoint @@ -37,8 +37,8 @@ Checkpoint created: 2 task 7, line 143: //# view-checkpoint -CheckpointSummary { epoch: 0, seq: 2, content_digest: CeYGG9nhFTFVFWiyhWXFP7rk4CQEdgk9UjZBroYRA7ey, - epoch_rolling_gas_cost_summary: GasCostSummary { computation_cost: 3000000, storage_cost: 27914800, storage_rebate: 3617600, non_refundable_storage_fee: 0 }} +CheckpointSummary { epoch: 0, seq: 2, content_digest: GbyYdBVTebRQFzWA9B8nox5yAL4quujoQeZphrp9EguP, + epoch_rolling_gas_cost_summary: GasCostSummary { computation_cost: 3000000, computation_cost_burned: 3000000, storage_cost: 27914800, storage_rebate: 3617600, non_refundable_storage_fee: 0 }} task 8, lines 145-158: //# run-graphql @@ -76,7 +76,7 @@ task 9, line 160: //# run Test::boars::single_add --sender A --args object(1,1) events: Event { package_id: Test, transaction_module: Identifier("boars"), sender: A, type_: StructTag { address: iota, module: Identifier("display"), name: Identifier("VersionUpdated"), type_params: [Struct(StructTag { address: Test, module: Identifier("boars"), name: Identifier("Boar"), type_params: [] })] }, contents: [155, 85, 136, 164, 81, 63, 109, 148, 75, 198, 60, 36, 25, 208, 95, 122, 157, 232, 18, 97, 53, 211, 101, 208, 13, 29, 31, 165, 226, 122, 237, 179, 2, 0, 4, 7, 118, 101, 99, 116, 111, 114, 115, 5, 123, 118, 101, 99, 125, 3, 105, 100, 100, 5, 123, 105, 100, 100, 125, 5, 110, 97, 109, 101, 101, 7, 123, 110, 97, 109, 101, 101, 125, 4, 110, 117, 109, 115, 6, 123, 110, 117, 109, 115, 125] } mutated: object(0,0), object(1,1) -gas summary: computation_cost: 1000000, storage_cost: 3017200, storage_rebate: 2926000, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3017200, storage_rebate: 2926000, non_refundable_storage_fee: 0 task 10, line 162: //# create-checkpoint @@ -84,8 +84,8 @@ Checkpoint created: 3 task 11, line 164: //# view-checkpoint -CheckpointSummary { epoch: 0, seq: 3, content_digest: iS1YD4FxDZwFuiiGZvP8fpWeobYQecpLZNhhn6ZhGss, - epoch_rolling_gas_cost_summary: GasCostSummary { computation_cost: 4000000, storage_cost: 30932000, storage_rebate: 6543600, non_refundable_storage_fee: 0 }} +CheckpointSummary { epoch: 0, seq: 3, content_digest: 2KBZj5iLNbskohG5KL5VtdGE6onV6YEZQigAzeXZUwUc, + epoch_rolling_gas_cost_summary: GasCostSummary { computation_cost: 4000000, computation_cost_burned: 4000000, storage_cost: 30932000, storage_rebate: 6543600, non_refundable_storage_fee: 0 }} task 12, lines 166-179: //# run-graphql @@ -128,7 +128,7 @@ task 13, line 181: //# run Test::boars::multi_add --sender A --args object(1,1) events: Event { package_id: Test, transaction_module: Identifier("boars"), sender: A, type_: StructTag { address: iota, module: Identifier("display"), name: Identifier("VersionUpdated"), type_params: [Struct(StructTag { address: Test, module: Identifier("boars"), name: Identifier("Boar"), type_params: [] })] }, contents: [155, 85, 136, 164, 81, 63, 109, 148, 75, 198, 60, 36, 25, 208, 95, 122, 157, 232, 18, 97, 53, 211, 101, 208, 13, 29, 31, 165, 226, 122, 237, 179, 3, 0, 15, 7, 118, 101, 99, 116, 111, 114, 115, 5, 123, 118, 101, 99, 125, 3, 105, 100, 100, 5, 123, 105, 100, 100, 125, 5, 110, 97, 109, 101, 101, 7, 123, 110, 97, 109, 101, 101, 125, 4, 110, 117, 109, 115, 6, 123, 110, 117, 109, 115, 125, 5, 98, 111, 111, 108, 115, 7, 123, 98, 111, 111, 108, 115, 125, 5, 98, 117, 121, 101, 114, 7, 123, 98, 117, 121, 101, 114, 125, 4, 110, 97, 109, 101, 6, 123, 110, 97, 109, 101, 125, 7, 99, 114, 101, 97, 116, 111, 114, 9, 123, 99, 114, 101, 97, 116, 111, 114, 125, 5, 112, 114, 105, 99, 101, 7, 123, 112, 114, 105, 99, 101, 125, 11, 112, 114, 111, 106, 101, 99, 116, 95, 117, 114, 108, 58, 85, 110, 105, 113, 117, 101, 32, 66, 111, 97, 114, 32, 102, 114, 111, 109, 32, 116, 104, 101, 32, 66, 111, 97, 114, 115, 32, 99, 111, 108, 108, 101, 99, 116, 105, 111, 110, 32, 119, 105, 116, 104, 32, 123, 110, 97, 109, 101, 125, 32, 97, 110, 100, 32, 123, 105, 100, 125, 8, 98, 97, 115, 101, 95, 117, 114, 108, 32, 104, 116, 116, 112, 115, 58, 47, 47, 103, 101, 116, 45, 97, 45, 98, 111, 97, 114, 46, 99, 111, 109, 47, 123, 105, 109, 103, 95, 117, 114, 108, 125, 11, 110, 111, 95, 116, 101, 109, 112, 108, 97, 116, 101, 23, 104, 116, 116, 112, 115, 58, 47, 47, 103, 101, 116, 45, 97, 45, 98, 111, 97, 114, 46, 99, 111, 109, 47, 3, 97, 103, 101, 21, 123, 109, 101, 116, 97, 100, 97, 116, 97, 46, 110, 101, 115, 116, 101, 100, 46, 97, 103, 101, 125, 8, 102, 117, 108, 108, 95, 117, 114, 108, 10, 123, 102, 117, 108, 108, 95, 117, 114, 108, 125, 13, 101, 115, 99, 97, 112, 101, 95, 115, 121, 110, 116, 97, 120, 8, 92, 123, 110, 97, 109, 101, 92, 125] } mutated: object(0,0), object(1,1) -gas summary: computation_cost: 1000000, storage_cost: 5221200, storage_rebate: 3017200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5221200, storage_rebate: 3017200, non_refundable_storage_fee: 0 task 14, line 183: //# create-checkpoint @@ -136,8 +136,8 @@ Checkpoint created: 4 task 15, line 185: //# view-checkpoint -CheckpointSummary { epoch: 0, seq: 4, content_digest: GN5pxTc4ZJbDksz3EDfnboVFPh4wHnbHN75hFFCVbE1o, - epoch_rolling_gas_cost_summary: GasCostSummary { computation_cost: 5000000, storage_cost: 36153200, storage_rebate: 9560800, non_refundable_storage_fee: 0 }} +CheckpointSummary { epoch: 0, seq: 4, content_digest: D6dE1yK8HSeHb7QdiXFjf9qMKPdAYHdNWBMWkb26nbJt, + epoch_rolling_gas_cost_summary: GasCostSummary { computation_cost: 5000000, computation_cost_burned: 5000000, storage_cost: 36153200, storage_rebate: 9560800, non_refundable_storage_fee: 0 }} task 16, lines 187-200: //# run-graphql diff --git a/crates/iota-graphql-e2e-tests/tests/objects/enum_data.exp b/crates/iota-graphql-e2e-tests/tests/objects/enum_data.exp index 6798cae8985..cb3b64ecc62 100644 --- a/crates/iota-graphql-e2e-tests/tests/objects/enum_data.exp +++ b/crates/iota-graphql-e2e-tests/tests/objects/enum_data.exp @@ -7,7 +7,7 @@ task 1, lines 7-55: //# publish --upgradeable --sender A created: object(1,0), object(1,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 10495600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 10495600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 57-59: //# programmable --inputs @A @@ -15,7 +15,7 @@ task 2, lines 57-59: //> TransferObjects([Result(0)], Input(0)) created: object(2,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 3017200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3017200, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 61: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/objects/filter_by_type.exp b/crates/iota-graphql-e2e-tests/tests/objects/filter_by_type.exp index a472f6f0d3d..ee3a4125263 100644 --- a/crates/iota-graphql-e2e-tests/tests/objects/filter_by_type.exp +++ b/crates/iota-graphql-e2e-tests/tests/objects/filter_by_type.exp @@ -17,7 +17,7 @@ task 3, lines 12-14: //> TransferObjects([Result(0)], Input(1)) created: object(3,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 1960800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 1960800, storage_rebate: 0, non_refundable_storage_fee: 0 task 4, lines 16-18: //# run 0x3::iota_system::request_add_stake --args object(0x5) object(3,0) @validator_0 --sender C @@ -25,7 +25,7 @@ events: Event { package_id: iota_system, transaction_module: Identifier("iota_sy created: object(4,0) mutated: object(_), 0x0000000000000000000000000000000000000000000000000000000000000005, object(0,0) deleted: object(3,0) -gas summary: computation_cost: 1000000, storage_cost: 14500800, storage_rebate: 1960800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 14500800, storage_rebate: 1960800, non_refundable_storage_fee: 0 task 5, line 19: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/objects/pagination.exp b/crates/iota-graphql-e2e-tests/tests/objects/pagination.exp index 96fd4c943ba..38db19b6da2 100644 --- a/crates/iota-graphql-e2e-tests/tests/objects/pagination.exp +++ b/crates/iota-graphql-e2e-tests/tests/objects/pagination.exp @@ -4,37 +4,37 @@ task 1, lines 7-20: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5168000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5168000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 22-23: //# run Test::M1::create --args 0 @A created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, lines 25-26: //# run Test::M1::create --args 1 @A created: object(3,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 4, lines 28-29: //# run Test::M1::create --args 2 @A created: object(4,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 5, lines 31-32: //# run Test::M1::create --args 3 @A created: object(5,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 6, lines 34-35: //# run Test::M1::create --args 4 @A created: object(6,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 7, line 37: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/objects/public_transfer.exp b/crates/iota-graphql-e2e-tests/tests/objects/public_transfer.exp index 79581be18d2..5c4f5326f97 100644 --- a/crates/iota-graphql-e2e-tests/tests/objects/public_transfer.exp +++ b/crates/iota-graphql-e2e-tests/tests/objects/public_transfer.exp @@ -7,7 +7,7 @@ task 1, lines 7-27: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 5563200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5563200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 29-32: //# programmable --inputs @A @@ -16,7 +16,7 @@ task 2, lines 29-32: //> TransferObjects([Result(0)], Input(0)) created: object(2,0), object(2,1) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 3412400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3412400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 34: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/objects/received.exp b/crates/iota-graphql-e2e-tests/tests/objects/received.exp index 15030752fc2..2132f4d9a92 100644 --- a/crates/iota-graphql-e2e-tests/tests/objects/received.exp +++ b/crates/iota-graphql-e2e-tests/tests/objects/received.exp @@ -16,7 +16,7 @@ task 2, lines 18-28: //# publish created: object(2,0), object(2,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 6338400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6338400, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 30: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/objects/staked_iota.exp b/crates/iota-graphql-e2e-tests/tests/objects/staked_iota.exp index 44ab01fd152..af253fa6124 100644 --- a/crates/iota-graphql-e2e-tests/tests/objects/staked_iota.exp +++ b/crates/iota-graphql-e2e-tests/tests/objects/staked_iota.exp @@ -35,7 +35,7 @@ task 2, lines 34-36: //> TransferObjects([Result(0)], Input(1)) created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 1960800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 1960800, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 38: //# run 0x3::iota_system::request_add_stake --args object(0x5) object(2,0) @validator_0 --sender C @@ -43,7 +43,7 @@ events: Event { package_id: iota_system, transaction_module: Identifier("iota_sy created: object(3,0) mutated: object(_), 0x0000000000000000000000000000000000000000000000000000000000000005, object(0,0) deleted: object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 14500800, storage_rebate: 1960800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 14500800, storage_rebate: 1960800, non_refundable_storage_fee: 0 task 4, line 40: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/owner/downcasts.exp b/crates/iota-graphql-e2e-tests/tests/owner/downcasts.exp index 93feb5346b4..4c0135a646e 100644 --- a/crates/iota-graphql-e2e-tests/tests/owner/downcasts.exp +++ b/crates/iota-graphql-e2e-tests/tests/owner/downcasts.exp @@ -9,7 +9,7 @@ task 1, lines 8-10: //> TransferObjects([Result(0)], Input(1)) created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 1960800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 1960800, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 12: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/owner/root_version.exp b/crates/iota-graphql-e2e-tests/tests/owner/root_version.exp index 2227f3db4be..32e752065fb 100644 --- a/crates/iota-graphql-e2e-tests/tests/owner/root_version.exp +++ b/crates/iota-graphql-e2e-tests/tests/owner/root_version.exp @@ -7,38 +7,38 @@ task 1, lines 7-87: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 10579200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 10579200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 89-90: //# run P0::M::new_o created: object(2,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2249600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2249600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, lines 92-93: //# run P0::M::new_w created: object(3,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2242000, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2242000, storage_rebate: 980400, non_refundable_storage_fee: 0 task 4, lines 95-96: //# run P0::M::new_dof created: object(4,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2257200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2257200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 5, lines 98-99: //# run P0::M::new_dof created: object(5,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2257200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2257200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 6, lines 102-105: //# run P0::M::connect --args object(2,0) object(3,0) object(4,0) object(5,0) created: object(6,0), object(6,1) mutated: object(0,1), object(2,0), object(4,0), object(5,0) wrapped: object(3,0) -gas summary: computation_cost: 1000000, storage_cost: 9895200, storage_rebate: 6064800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 9895200, storage_rebate: 6064800, non_refundable_storage_fee: 0 task 7, lines 107-109: //# view-object 2,0 @@ -68,22 +68,22 @@ Contents: P0::M::O { task 8, lines 111-112: //# run P0::M::touch_root --args object(2,0) mutated: object(0,1), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2553600, storage_rebate: 2553600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2553600, storage_rebate: 2553600, non_refundable_storage_fee: 0 task 9, lines 114-115: //# run P0::M::touch_wrapped --args object(2,0) mutated: object(0,1), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 2553600, storage_rebate: 2553600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2553600, storage_rebate: 2553600, non_refundable_storage_fee: 0 task 10, lines 117-118: //# run P0::M::touch_inner --args object(2,0) mutated: object(0,1), object(2,0), object(4,0) -gas summary: computation_cost: 1000000, storage_cost: 3830400, storage_rebate: 3830400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3830400, storage_rebate: 3830400, non_refundable_storage_fee: 0 task 11, lines 120-121: //# run P0::M::touch_outer --args object(2,0) mutated: object(0,1), object(2,0), object(5,0) -gas summary: computation_cost: 1000000, storage_cost: 3830400, storage_rebate: 3830400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3830400, storage_rebate: 3830400, non_refundable_storage_fee: 0 task 12, line 123: //# view-object 2,0 diff --git a/crates/iota-graphql-e2e-tests/tests/packages/datatypes.exp b/crates/iota-graphql-e2e-tests/tests/packages/datatypes.exp index 8300d70420a..0b4e2611e4b 100644 --- a/crates/iota-graphql-e2e-tests/tests/packages/datatypes.exp +++ b/crates/iota-graphql-e2e-tests/tests/packages/datatypes.exp @@ -140,7 +140,7 @@ task 2, lines 57-67: //# publish --upgradeable --sender A created: object(2,0), object(2,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5966000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5966000, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 69: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/packages/enums.exp b/crates/iota-graphql-e2e-tests/tests/packages/enums.exp index 875d32a0ecb..49ab62fee88 100644 --- a/crates/iota-graphql-e2e-tests/tests/packages/enums.exp +++ b/crates/iota-graphql-e2e-tests/tests/packages/enums.exp @@ -7,7 +7,7 @@ task 1, lines 7-18: //# publish --upgradeable --sender A created: object(1,0), object(1,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5768400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5768400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 20: //# create-checkpoint @@ -107,7 +107,7 @@ task 4, lines 69-82: //# upgrade --package P0 --upgrade-capability 1,0 --sender A created: object(4,0) mutated: object(0,0), object(1,0) -gas summary: computation_cost: 1000000, storage_cost: 6642400, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6642400, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 5, line 84: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/packages/friends.exp b/crates/iota-graphql-e2e-tests/tests/packages/friends.exp index 53196f88bcf..ad3f49f048c 100644 --- a/crates/iota-graphql-e2e-tests/tests/packages/friends.exp +++ b/crates/iota-graphql-e2e-tests/tests/packages/friends.exp @@ -7,7 +7,7 @@ task 1, lines 7-15: //# publish --upgradeable --sender A created: object(1,0), object(1,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 7364400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 7364400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 17: //# create-checkpoint @@ -288,7 +288,7 @@ task 6, lines 175-184: //# upgrade --package P0 --upgrade-capability 1,0 --sender A created: object(6,0) mutated: object(0,0), object(1,0) -gas summary: computation_cost: 1000000, storage_cost: 8124400, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 8124400, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 7, line 186: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/packages/functions.exp b/crates/iota-graphql-e2e-tests/tests/packages/functions.exp index c00dd88427b..bb7442d617f 100644 --- a/crates/iota-graphql-e2e-tests/tests/packages/functions.exp +++ b/crates/iota-graphql-e2e-tests/tests/packages/functions.exp @@ -77,7 +77,7 @@ task 2, lines 41-45: //# publish --upgradeable --sender A created: object(2,0), object(2,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5168000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5168000, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 47: //# create-checkpoint @@ -157,7 +157,7 @@ task 5, lines 89-94: //# upgrade --package P0 --upgrade-capability 2,0 --sender A created: object(5,0) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 5403600, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5403600, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 6, line 96: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/packages/modules.exp b/crates/iota-graphql-e2e-tests/tests/packages/modules.exp index fabb29d2ecb..9351971dcea 100644 --- a/crates/iota-graphql-e2e-tests/tests/packages/modules.exp +++ b/crates/iota-graphql-e2e-tests/tests/packages/modules.exp @@ -4,7 +4,7 @@ task 1, lines 7-32: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 6011600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6011600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 34: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/packages/structs.exp b/crates/iota-graphql-e2e-tests/tests/packages/structs.exp index 85e950142b1..32e3769f08f 100644 --- a/crates/iota-graphql-e2e-tests/tests/packages/structs.exp +++ b/crates/iota-graphql-e2e-tests/tests/packages/structs.exp @@ -136,7 +136,7 @@ task 2, lines 53-57: //# publish --upgradeable --sender A created: object(2,0), object(2,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5198400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5198400, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 59: //# create-checkpoint @@ -206,7 +206,7 @@ task 5, lines 105-111: //# upgrade --package P0 --upgrade-capability 2,0 --sender A created: object(5,0) mutated: object(0,0), object(2,0) -gas summary: computation_cost: 1000000, storage_cost: 6034400, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6034400, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 6, line 113: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/packages/types.exp b/crates/iota-graphql-e2e-tests/tests/packages/types.exp index 8fb7340731b..f8cbbd79690 100644 --- a/crates/iota-graphql-e2e-tests/tests/packages/types.exp +++ b/crates/iota-graphql-e2e-tests/tests/packages/types.exp @@ -263,7 +263,7 @@ task 9, lines 124-141: //# publish created: object(9,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4453600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4453600, storage_rebate: 0, non_refundable_storage_fee: 0 task 10, line 143: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/packages/versioning.exp b/crates/iota-graphql-e2e-tests/tests/packages/versioning.exp index 8701c438097..9c380f32b9f 100644 --- a/crates/iota-graphql-e2e-tests/tests/packages/versioning.exp +++ b/crates/iota-graphql-e2e-tests/tests/packages/versioning.exp @@ -7,7 +7,7 @@ task 1, lines 7-10: //# publish --upgradeable --sender A created: object(1,0), object(1,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5061600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5061600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 12: //# create-checkpoint @@ -93,7 +93,7 @@ task 4, lines 53-57: //# upgrade --package P0 --upgrade-capability 1,0 --sender A created: object(4,0) mutated: object(0,0), object(1,0) -gas summary: computation_cost: 1000000, storage_cost: 5236400, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5236400, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 5, line 59: //# create-checkpoint @@ -194,7 +194,7 @@ task 7, lines 100-105: //# upgrade --package P1 --upgrade-capability 1,0 --sender A created: object(7,0) mutated: object(0,0), object(1,0) -gas summary: computation_cost: 1000000, storage_cost: 5411200, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5411200, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 8, line 107: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/transaction_block_effects/balance_changes.exp b/crates/iota-graphql-e2e-tests/tests/transaction_block_effects/balance_changes.exp index 6c365d1aeff..397cfbbfa29 100644 --- a/crates/iota-graphql-e2e-tests/tests/transaction_block_effects/balance_changes.exp +++ b/crates/iota-graphql-e2e-tests/tests/transaction_block_effects/balance_changes.exp @@ -9,7 +9,7 @@ task 1, lines 7-9: //> TransferObjects([NestedResult(0,0), NestedResult(0,1), NestedResult(0,2), NestedResult(0,3), NestedResult(0,4)], Input(0)); created: object(1,0), object(1,1), object(1,2), object(1,3), object(1,4) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5882400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5882400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 11-16: //# programmable --sender C --inputs object(1,0) object(1,1) object(1,2) object(1,3) object(1,4) @O @P @Q @R @S @@ -19,7 +19,7 @@ task 2, lines 11-16: //> TransferObjects([Input(3)], Input(8)); //> TransferObjects([Input(4)], Input(9)); mutated: object(0,0), object(1,0), object(1,1), object(1,2), object(1,3), object(1,4) -gas summary: computation_cost: 1000000, storage_cost: 5882400, storage_rebate: 5882400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5882400, storage_rebate: 5882400, non_refundable_storage_fee: 0 task 3, line 18: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/transaction_block_effects/dependencies.exp b/crates/iota-graphql-e2e-tests/tests/transaction_block_effects/dependencies.exp index 87011ef53c1..2419d46d870 100644 --- a/crates/iota-graphql-e2e-tests/tests/transaction_block_effects/dependencies.exp +++ b/crates/iota-graphql-e2e-tests/tests/transaction_block_effects/dependencies.exp @@ -7,37 +7,37 @@ task 1, lines 7-34: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 6186400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6186400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 36: //# run Test::M1::create --args 2 @A created: object(2,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 38: //# run Test::M1::create --args 3 @A created: object(3,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 4, line 40: //# run Test::M1::create --args 4 @A created: object(4,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 5, line 42: //# run Test::M1::create --args 5 @A created: object(5,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 6, line 44: //# run Test::M1::create --args 6 @A created: object(6,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 7, lines 46-50: //# programmable --sender A --inputs object(2,0) object(3,0) object(4,0) object(5,0) object(6,0) @A @@ -47,12 +47,12 @@ task 7, lines 46-50: //> 3: Test::M1::create(Result(2), Input(5)); created: object(7,0) mutated: object(0,0), object(2,0), object(3,0), object(4,0), object(5,0), object(6,0) -gas summary: computation_cost: 1000000, storage_cost: 8823600, storage_rebate: 6536000, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 8823600, storage_rebate: 6536000, non_refundable_storage_fee: 0 task 8, line 52: //# run Test::M1::increment --sender A --args object(7,0) 100 mutated: object(0,0), object(7,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 2287600, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 2287600, non_refundable_storage_fee: 0 task 9, line 54: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/transaction_block_effects/events.exp b/crates/iota-graphql-e2e-tests/tests/transaction_block_effects/events.exp index bb53bbe08bf..61265476233 100644 --- a/crates/iota-graphql-e2e-tests/tests/transaction_block_effects/events.exp +++ b/crates/iota-graphql-e2e-tests/tests/transaction_block_effects/events.exp @@ -7,25 +7,25 @@ task 1, lines 7-29: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 5244000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5244000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 31: //# run Test::M1::emit_1 --sender A --args 1 events: Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [1, 0, 0, 0, 0, 0, 0, 0] } mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 33: //# run Test::M1::emit_2 --sender A --args 10 events: Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [10, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [11, 0, 0, 0, 0, 0, 0, 0] } mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 4, line 35: //# run Test::M1::emit_3 --sender A --args 100 events: Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [100, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [101, 0, 0, 0, 0, 0, 0, 0] }, Event { package_id: Test, transaction_module: Identifier("M1"), sender: A, type_: StructTag { address: Test, module: Identifier("M1"), name: Identifier("EventA"), type_params: [] }, contents: [102, 0, 0, 0, 0, 0, 0, 0] } mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 5, line 37: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/transaction_block_effects/object_changes.exp b/crates/iota-graphql-e2e-tests/tests/transaction_block_effects/object_changes.exp index 3265225cb0c..bb8a7b9f4d4 100644 --- a/crates/iota-graphql-e2e-tests/tests/transaction_block_effects/object_changes.exp +++ b/crates/iota-graphql-e2e-tests/tests/transaction_block_effects/object_changes.exp @@ -7,13 +7,13 @@ task 1, lines 7-26: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 5563200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5563200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 28: //# run Test::M1::create --args 0 @A --gas-price 1000 created: object(2,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, line 30: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/transactions/at_checkpoint.exp b/crates/iota-graphql-e2e-tests/tests/transactions/at_checkpoint.exp index 5138b64c5c2..3bafc470eb3 100644 --- a/crates/iota-graphql-e2e-tests/tests/transactions/at_checkpoint.exp +++ b/crates/iota-graphql-e2e-tests/tests/transactions/at_checkpoint.exp @@ -9,7 +9,7 @@ task 2, lines 11-13: //> TransferObjects([Result(0)], Input(1)) created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 1960800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 1960800, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, line 15: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/transactions/errors.exp b/crates/iota-graphql-e2e-tests/tests/transactions/errors.exp index 6f89afa3256..5515b71fcc6 100644 --- a/crates/iota-graphql-e2e-tests/tests/transactions/errors.exp +++ b/crates/iota-graphql-e2e-tests/tests/transactions/errors.exp @@ -4,7 +4,7 @@ task 1, lines 7-12: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3655600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3655600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 14-15: //# programmable diff --git a/crates/iota-graphql-e2e-tests/tests/transactions/filters/kind.exp b/crates/iota-graphql-e2e-tests/tests/transactions/filters/kind.exp index 6ff4f733957..ddb946f16fd 100644 --- a/crates/iota-graphql-e2e-tests/tests/transactions/filters/kind.exp +++ b/crates/iota-graphql-e2e-tests/tests/transactions/filters/kind.exp @@ -7,7 +7,7 @@ task 1, lines 7-20: //# publish created: object(1,0) mutated: object(0,5) -gas summary: computation_cost: 1000000, storage_cost: 5168000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5168000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 22: //# create-checkpoint @@ -17,31 +17,31 @@ task 3, line 24: //# run Test::M1::create --args 0 @A --sender A created: object(3,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 task 4, line 26: //# run Test::M1::create --args 1 @A --sender B created: object(4,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 task 5, line 28: //# run Test::M1::create --args 2 @A --sender C created: object(5,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 task 6, line 30: //# run Test::M1::create --args 3 @A --sender D created: object(6,0) mutated: object(0,3) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 task 7, line 32: //# run Test::M1::create --args 4 @A --sender E created: object(7,0) mutated: object(0,4) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 task 8, line 34: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/transactions/filters/transaction_ids.exp b/crates/iota-graphql-e2e-tests/tests/transactions/filters/transaction_ids.exp index ade1131f171..4832a909527 100644 --- a/crates/iota-graphql-e2e-tests/tests/transactions/filters/transaction_ids.exp +++ b/crates/iota-graphql-e2e-tests/tests/transactions/filters/transaction_ids.exp @@ -7,7 +7,7 @@ task 1, lines 7-20: //# publish created: object(1,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 5168000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5168000, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 22: //# create-checkpoint @@ -17,7 +17,7 @@ task 3, line 24: //# run Test::M1::create --args 0 @A --sender A created: object(3,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 task 4, line 26: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/transactions/programmable.exp b/crates/iota-graphql-e2e-tests/tests/transactions/programmable.exp index faefcd132d5..ece5d01d0ae 100644 --- a/crates/iota-graphql-e2e-tests/tests/transactions/programmable.exp +++ b/crates/iota-graphql-e2e-tests/tests/transactions/programmable.exp @@ -7,7 +7,7 @@ task 1, lines 7-17: //# publish --upgradeable --sender A created: object(1,0), object(1,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 6300400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6300400, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 19: //# create-checkpoint @@ -177,7 +177,7 @@ task 4, lines 202-217: //# upgrade --package P0 --upgrade-capability 1,0 --sender A created: object(4,0) mutated: object(0,0), object(1,0) -gas summary: computation_cost: 1000000, storage_cost: 6574000, storage_rebate: 2606800, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6574000, storage_rebate: 2606800, non_refundable_storage_fee: 0 task 5, line 219: //# create-checkpoint @@ -454,7 +454,7 @@ task 7, lines 402-405: //> iota::transfer::public_transfer(Result(1), Input(1)) created: object(7,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2264800, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2264800, storage_rebate: 980400, non_refundable_storage_fee: 0 task 8, lines 407-416: //# programmable --sender A --inputs 42u64 43u64 1000 @A @@ -469,7 +469,7 @@ task 8, lines 407-416: //> TransferObjects([NestedResult(2,0)], Input(3)) created: object(8,0), object(8,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3306000, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3306000, storage_rebate: 980400, non_refundable_storage_fee: 0 task 9, line 418: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/transactions/scan_limit/alternating.exp b/crates/iota-graphql-e2e-tests/tests/transactions/scan_limit/alternating.exp index 36025bbae5f..157691e81c5 100644 --- a/crates/iota-graphql-e2e-tests/tests/transactions/scan_limit/alternating.exp +++ b/crates/iota-graphql-e2e-tests/tests/transactions/scan_limit/alternating.exp @@ -7,7 +7,7 @@ task 1, lines 9-30: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 5791200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5791200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 32: //# create-checkpoint @@ -17,31 +17,31 @@ task 3, line 34: //# run Test::M1::create --args 0 @A --sender A created: object(3,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 task 4, line 36: //# run Test::M1::create --args 1 @B --sender B created: object(4,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 task 5, line 38: //# run Test::M1::create --args 2 @A --sender A created: object(5,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 6, line 40: //# run Test::M1::create --args 3 @B --sender B created: object(6,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 7, line 42: //# run Test::M1::create --args 4 @A --sender A created: object(7,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 8, line 44: //# create-checkpoint @@ -51,31 +51,31 @@ task 9, line 46: //# run Test::M1::create --args 100 @B --sender B created: object(9,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 10, line 48: //# run Test::M1::create --args 101 @A --sender A created: object(10,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 11, line 50: //# run Test::M1::create --args 102 @B --sender B created: object(11,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 12, line 52: //# run Test::M1::create --args 103 @A --sender A created: object(12,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 13, line 54: //# run Test::M1::create --args 104 @B --sender B created: object(13,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 14, line 56: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/transactions/scan_limit/both_cursors.exp b/crates/iota-graphql-e2e-tests/tests/transactions/scan_limit/both_cursors.exp index 6ea975e5064..00684e0720f 100644 --- a/crates/iota-graphql-e2e-tests/tests/transactions/scan_limit/both_cursors.exp +++ b/crates/iota-graphql-e2e-tests/tests/transactions/scan_limit/both_cursors.exp @@ -7,7 +7,7 @@ task 1, lines 10-31: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 5791200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5791200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 33: //# create-checkpoint @@ -17,31 +17,31 @@ task 3, line 35: //# run Test::M1::create --args 0 @B --sender A created: object(3,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 task 4, line 37: //# run Test::M1::create --args 1 @A --sender A created: object(4,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 5, line 39: //# run Test::M1::create --args 2 @B --sender A created: object(5,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 6, line 41: //# run Test::M1::create --args 3 @A --sender A created: object(6,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 7, line 43: //# run Test::M1::create --args 4 @B --sender A created: object(7,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 8, line 45: //# create-checkpoint @@ -51,31 +51,31 @@ task 9, line 47: //# run Test::M1::create --args 100 @A --sender A created: object(9,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 10, line 49: //# run Test::M1::create --args 101 @A --sender A created: object(10,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 11, line 51: //# run Test::M1::create --args 102 @A --sender A created: object(11,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 12, line 53: //# run Test::M1::create --args 103 @B --sender A created: object(12,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 13, line 55: //# run Test::M1::create --args 104 @B --sender A created: object(13,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 14, line 57: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/transactions/scan_limit/equal/first.exp b/crates/iota-graphql-e2e-tests/tests/transactions/scan_limit/equal/first.exp index 3fe147b388b..4f313117c03 100644 --- a/crates/iota-graphql-e2e-tests/tests/transactions/scan_limit/equal/first.exp +++ b/crates/iota-graphql-e2e-tests/tests/transactions/scan_limit/equal/first.exp @@ -7,7 +7,7 @@ task 1, lines 10-31: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 5791200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5791200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 33: //# create-checkpoint @@ -17,31 +17,31 @@ task 3, line 35: //# run Test::M1::create --args 0 @B --sender A created: object(3,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 task 4, line 37: //# run Test::M1::create --args 1 @A --sender A created: object(4,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 5, line 39: //# run Test::M1::create --args 2 @B --sender A created: object(5,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 6, line 41: //# run Test::M1::create --args 3 @A --sender A created: object(6,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 7, line 43: //# run Test::M1::create --args 4 @B --sender A created: object(7,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 8, line 45: //# create-checkpoint @@ -51,31 +51,31 @@ task 9, line 47: //# run Test::M1::create --args 100 @A --sender A created: object(9,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 10, line 49: //# run Test::M1::create --args 101 @A --sender A created: object(10,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 11, line 51: //# run Test::M1::create --args 102 @A --sender A created: object(11,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 12, line 53: //# run Test::M1::create --args 103 @B --sender A created: object(12,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 13, line 55: //# run Test::M1::create --args 104 @B --sender A created: object(13,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 14, line 57: //# create-checkpoint @@ -296,7 +296,7 @@ task 21, line 223: //# run Test::M1::create --args 105 @A --sender A created: object(21,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 22, line 225: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/transactions/scan_limit/equal/last.exp b/crates/iota-graphql-e2e-tests/tests/transactions/scan_limit/equal/last.exp index 589967bb587..f70d192b281 100644 --- a/crates/iota-graphql-e2e-tests/tests/transactions/scan_limit/equal/last.exp +++ b/crates/iota-graphql-e2e-tests/tests/transactions/scan_limit/equal/last.exp @@ -7,7 +7,7 @@ task 1, lines 9-30: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 5791200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5791200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 32: //# create-checkpoint @@ -17,31 +17,31 @@ task 3, line 34: //# run Test::M1::create --args 0 @B --sender A created: object(3,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 task 4, line 36: //# run Test::M1::create --args 1 @B --sender A created: object(4,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 5, line 38: //# run Test::M1::create --args 2 @A --sender A created: object(5,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 6, line 40: //# run Test::M1::create --args 3 @A --sender A created: object(6,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 7, line 42: //# run Test::M1::create --args 4 @A --sender A created: object(7,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 8, line 44: //# create-checkpoint @@ -51,31 +51,31 @@ task 9, line 46: //# run Test::M1::create --args 100 @B --sender A created: object(9,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 10, line 48: //# run Test::M1::create --args 101 @A --sender A created: object(10,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 11, line 50: //# run Test::M1::create --args 102 @B --sender A created: object(11,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 12, line 52: //# run Test::M1::create --args 103 @A --sender A created: object(12,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 13, line 54: //# run Test::M1::create --args 104 @B --sender A created: object(13,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 14, line 56: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/transactions/scan_limit/ge_page/first.exp b/crates/iota-graphql-e2e-tests/tests/transactions/scan_limit/ge_page/first.exp index 21c0732c8e8..ef865977112 100644 --- a/crates/iota-graphql-e2e-tests/tests/transactions/scan_limit/ge_page/first.exp +++ b/crates/iota-graphql-e2e-tests/tests/transactions/scan_limit/ge_page/first.exp @@ -7,7 +7,7 @@ task 1, lines 7-28: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 5791200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5791200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 30: //# create-checkpoint @@ -17,31 +17,31 @@ task 3, line 32: //# run Test::M1::create --args 0 @A --sender A created: object(3,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 task 4, line 34: //# run Test::M1::create --args 1 @A --sender A created: object(4,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 5, line 36: //# run Test::M1::create --args 2 @B --sender B created: object(5,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 task 6, line 38: //# run Test::M1::create --args 3 @B --sender B created: object(6,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 7, line 40: //# run Test::M1::create --args 4 @B --sender B created: object(7,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 8, line 42: //# create-checkpoint @@ -51,31 +51,31 @@ task 9, line 44: //# run Test::M1::create --args 100 @B --sender B created: object(9,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 10, line 46: //# run Test::M1::create --args 101 @B --sender B created: object(10,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 11, line 48: //# run Test::M1::create --args 102 @B --sender B created: object(11,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 12, line 50: //# run Test::M1::create --args 103 @B --sender B created: object(12,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 13, line 52: //# run Test::M1::create --args 104 @B --sender B created: object(13,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 14, line 54: //# create-checkpoint @@ -85,31 +85,31 @@ task 15, line 56: //# run Test::M1::create --args 100 @B --sender B created: object(15,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 16, line 58: //# run Test::M1::create --args 101 @B --sender B created: object(16,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 17, line 60: //# run Test::M1::create --args 102 @B --sender B created: object(17,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 18, line 62: //# run Test::M1::create --args 103 @B --sender B created: object(18,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 19, line 64: //# run Test::M1::create --args 104 @B --sender B created: object(19,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 20, line 66: //# create-checkpoint @@ -119,31 +119,31 @@ task 21, line 68: //# run Test::M1::create --args 200 @A --sender A created: object(21,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 22, line 70: //# run Test::M1::create --args 201 @B --sender A created: object(22,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 23, line 72: //# run Test::M1::create --args 202 @B --sender B created: object(23,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 24, line 74: //# run Test::M1::create --args 203 @B --sender B created: object(24,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 25, line 76: //# run Test::M1::create --args 204 @A --sender A created: object(25,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 26, line 78: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/transactions/scan_limit/ge_page/last.exp b/crates/iota-graphql-e2e-tests/tests/transactions/scan_limit/ge_page/last.exp index 8ed1415e904..237670042df 100644 --- a/crates/iota-graphql-e2e-tests/tests/transactions/scan_limit/ge_page/last.exp +++ b/crates/iota-graphql-e2e-tests/tests/transactions/scan_limit/ge_page/last.exp @@ -7,7 +7,7 @@ task 1, lines 7-28: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 5791200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5791200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 30: //# create-checkpoint @@ -17,31 +17,31 @@ task 3, line 32: //# run Test::M1::create --args 0 @A --sender A created: object(3,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 task 4, line 34: //# run Test::M1::create --args 1 @A --sender A created: object(4,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 5, line 36: //# run Test::M1::create --args 2 @B --sender B created: object(5,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 task 6, line 38: //# run Test::M1::create --args 3 @B --sender B created: object(6,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 7, line 40: //# run Test::M1::create --args 4 @B --sender B created: object(7,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 8, line 42: //# create-checkpoint @@ -51,31 +51,31 @@ task 9, line 44: //# run Test::M1::create --args 100 @B --sender B created: object(9,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 10, line 46: //# run Test::M1::create --args 101 @B --sender B created: object(10,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 11, line 48: //# run Test::M1::create --args 102 @B --sender B created: object(11,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 12, line 50: //# run Test::M1::create --args 103 @B --sender B created: object(12,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 13, line 52: //# run Test::M1::create --args 104 @B --sender B created: object(13,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 14, line 54: //# create-checkpoint @@ -85,31 +85,31 @@ task 15, line 56: //# run Test::M1::create --args 100 @B --sender B created: object(15,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 16, line 58: //# run Test::M1::create --args 101 @B --sender B created: object(16,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 17, line 60: //# run Test::M1::create --args 102 @B --sender B created: object(17,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 18, line 62: //# run Test::M1::create --args 103 @B --sender B created: object(18,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 19, line 64: //# run Test::M1::create --args 104 @B --sender B created: object(19,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 20, line 66: //# create-checkpoint @@ -119,31 +119,31 @@ task 21, line 68: //# run Test::M1::create --args 200 @A --sender A created: object(21,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 22, line 70: //# run Test::M1::create --args 201 @B --sender B created: object(22,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 23, line 72: //# run Test::M1::create --args 202 @B --sender B created: object(23,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 24, line 74: //# run Test::M1::create --args 203 @B --sender B created: object(24,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 25, line 76: //# run Test::M1::create --args 204 @A --sender A created: object(25,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 26, line 78: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/transactions/scan_limit/invalid_limits.exp b/crates/iota-graphql-e2e-tests/tests/transactions/scan_limit/invalid_limits.exp index 978aaded234..86eb2be6ee7 100644 --- a/crates/iota-graphql-e2e-tests/tests/transactions/scan_limit/invalid_limits.exp +++ b/crates/iota-graphql-e2e-tests/tests/transactions/scan_limit/invalid_limits.exp @@ -7,7 +7,7 @@ task 1, lines 9-30: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 5791200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5791200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 32: //# create-checkpoint @@ -17,31 +17,31 @@ task 3, line 34: //# run Test::M1::create --args 0 @B --sender A created: object(3,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 task 4, line 36: //# run Test::M1::create --args 1 @A --sender A created: object(4,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 5, line 38: //# run Test::M1::create --args 2 @B --sender A created: object(5,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 6, line 40: //# run Test::M1::create --args 3 @A --sender A created: object(6,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 7, line 42: //# run Test::M1::create --args 4 @B --sender A created: object(7,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 8, line 44: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/transactions/scan_limit/le_page/first.exp b/crates/iota-graphql-e2e-tests/tests/transactions/scan_limit/le_page/first.exp index 92a9ec36eaa..377000f6c75 100644 --- a/crates/iota-graphql-e2e-tests/tests/transactions/scan_limit/le_page/first.exp +++ b/crates/iota-graphql-e2e-tests/tests/transactions/scan_limit/le_page/first.exp @@ -7,7 +7,7 @@ task 1, lines 11-32: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 5791200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5791200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 34: //# create-checkpoint @@ -17,31 +17,31 @@ task 3, line 36: //# run Test::M1::create --args 0 @A --sender A created: object(3,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 task 4, line 38: //# run Test::M1::create --args 1 @B --sender B created: object(4,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 task 5, line 40: //# run Test::M1::create --args 2 @A --sender A created: object(5,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 6, line 42: //# run Test::M1::create --args 3 @B --sender B created: object(6,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 7, line 44: //# run Test::M1::create --args 4 @A --sender A created: object(7,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 8, line 46: //# create-checkpoint @@ -51,31 +51,31 @@ task 9, line 48: //# run Test::M1::create --args 100 @B --sender B created: object(9,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 10, line 50: //# run Test::M1::create --args 101 @A --sender A created: object(10,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 11, line 52: //# run Test::M1::create --args 102 @B --sender B created: object(11,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 12, line 54: //# run Test::M1::create --args 103 @A --sender A created: object(12,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 13, line 56: //# run Test::M1::create --args 104 @B --sender B created: object(13,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 14, line 58: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/transactions/scan_limit/le_page/last.exp b/crates/iota-graphql-e2e-tests/tests/transactions/scan_limit/le_page/last.exp index 580a36c1b4d..3330dbf0293 100644 --- a/crates/iota-graphql-e2e-tests/tests/transactions/scan_limit/le_page/last.exp +++ b/crates/iota-graphql-e2e-tests/tests/transactions/scan_limit/le_page/last.exp @@ -7,7 +7,7 @@ task 1, lines 11-32: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 5791200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5791200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 34: //# create-checkpoint @@ -17,31 +17,31 @@ task 3, line 36: //# run Test::M1::create --args 0 @A --sender A created: object(3,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 task 4, line 38: //# run Test::M1::create --args 1 @B --sender B created: object(4,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 task 5, line 40: //# run Test::M1::create --args 2 @A --sender A created: object(5,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 6, line 42: //# run Test::M1::create --args 3 @B --sender B created: object(6,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 7, line 44: //# run Test::M1::create --args 4 @A --sender A created: object(7,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 8, line 46: //# create-checkpoint @@ -51,31 +51,31 @@ task 9, line 48: //# run Test::M1::create --args 100 @B --sender B created: object(9,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 10, line 50: //# run Test::M1::create --args 101 @A --sender A created: object(10,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 11, line 52: //# run Test::M1::create --args 102 @B --sender B created: object(11,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 12, line 54: //# run Test::M1::create --args 103 @A --sender A created: object(12,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 13, line 56: //# run Test::M1::create --args 104 @B --sender B created: object(13,0) mutated: object(0,1) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 14, line 58: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/transactions/scan_limit/require.exp b/crates/iota-graphql-e2e-tests/tests/transactions/scan_limit/require.exp index 541ac7728a3..f3a557539a2 100644 --- a/crates/iota-graphql-e2e-tests/tests/transactions/scan_limit/require.exp +++ b/crates/iota-graphql-e2e-tests/tests/transactions/scan_limit/require.exp @@ -7,7 +7,7 @@ task 1, lines 7-28: //# publish created: object(1,0) mutated: object(0,2) -gas summary: computation_cost: 1000000, storage_cost: 5791200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5791200, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, line 30: //# create-checkpoint @@ -17,31 +17,31 @@ task 3, line 32: //# run Test::M1::create --args 0 @B --sender A created: object(3,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 0, non_refundable_storage_fee: 0 task 4, line 34: //# run Test::M1::create --args 1 @B --sender A created: object(4,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 5, line 36: //# run Test::M1::create --args 2 @B --sender A created: object(5,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 6, line 38: //# run Test::M1::create --args 3 @B --sender A created: object(6,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 7, line 40: //# run Test::M1::create --args 4 @B --sender A created: object(7,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 8, line 42: //# create-checkpoint @@ -51,31 +51,31 @@ task 9, line 44: //# run Test::M1::create --args 100 @B --sender A created: object(9,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 10, line 46: //# run Test::M1::create --args 101 @B --sender A created: object(10,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 11, line 48: //# run Test::M1::create --args 102 @B --sender A created: object(11,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 12, line 50: //# run Test::M1::create --args 103 @B --sender A created: object(12,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 13, line 52: //# run Test::M1::create --args 104 @B --sender A created: object(13,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2287600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 14, line 54: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/transactions/shared.exp b/crates/iota-graphql-e2e-tests/tests/transactions/shared.exp index 39a61497828..13ed627e781 100644 --- a/crates/iota-graphql-e2e-tests/tests/transactions/shared.exp +++ b/crates/iota-graphql-e2e-tests/tests/transactions/shared.exp @@ -4,27 +4,27 @@ task 1, lines 7-23: //# publish created: object(1,0), object(1,1) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 6847600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 6847600, storage_rebate: 0, non_refundable_storage_fee: 0 task 2, lines 25-26: //# programmable --inputs immshared(1,0) //> 0: P0::m::get(Input(0)) mutated: object(0,0) unchanged_shared: object(1,0) -gas summary: computation_cost: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 980400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, lines 28-29: //# programmable --inputs object(1,0) //> 0: P0::m::inc(Input(0)) mutated: object(0,0), object(1,0) -gas summary: computation_cost: 1000000, storage_cost: 2257200, storage_rebate: 2257200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2257200, storage_rebate: 2257200, non_refundable_storage_fee: 0 task 4, lines 31-33: //# programmable --inputs object(1,0) //> 0: P0::m::get(Input(0)); //> P0::m::inc(Input(0)) mutated: object(0,0), object(1,0) -gas summary: computation_cost: 1000000, storage_cost: 2257200, storage_rebate: 2257200, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 2257200, storage_rebate: 2257200, non_refundable_storage_fee: 0 task 5, line 35: //# create-checkpoint diff --git a/crates/iota-graphql-e2e-tests/tests/validator/validator.exp b/crates/iota-graphql-e2e-tests/tests/validator/validator.exp index edf5eab338a..628c1f986e1 100644 --- a/crates/iota-graphql-e2e-tests/tests/validator/validator.exp +++ b/crates/iota-graphql-e2e-tests/tests/validator/validator.exp @@ -15,31 +15,31 @@ task 3, lines 13-38: //# publish --sender A --gas-budget 9999999999 created: object(3,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5912800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5912800, storage_rebate: 0, non_refundable_storage_fee: 0 task 4, line 40: //# run P0::m::new --sender A created: object(4,0) mutated: object(0,0) -gas summary: computation_cost: 1441000000, storage_cost: 1932254400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1441000000, computation_cost_burned: 1441000000, storage_cost: 1932254400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 5, line 42: //# run P0::m::new --sender A created: object(5,0) mutated: object(0,0) -gas summary: computation_cost: 1441000000, storage_cost: 1932254400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1441000000, computation_cost_burned: 1441000000, storage_cost: 1932254400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 6, line 44: //# run P0::m::new --sender A created: object(6,0) mutated: object(0,0) -gas summary: computation_cost: 1441000000, storage_cost: 1932254400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1441000000, computation_cost_burned: 1441000000, storage_cost: 1932254400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 7, line 46: //# run P0::m::new --sender A created: object(7,0) mutated: object(0,0) -gas summary: computation_cost: 1441000000, storage_cost: 1932254400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1441000000, computation_cost_burned: 1441000000, storage_cost: 1932254400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 8, line 48: //# create-checkpoint @@ -71,91 +71,91 @@ task 11, line 65: //# run P0::m::new --sender A created: object(11,0) mutated: object(0,0) -gas summary: computation_cost: 1441000000, storage_cost: 1932254400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1441000000, computation_cost_burned: 1441000000, storage_cost: 1932254400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 12, line 67: //# run P0::m::new --sender A created: object(12,0) mutated: object(0,0) -gas summary: computation_cost: 1441000000, storage_cost: 1932254400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1441000000, computation_cost_burned: 1441000000, storage_cost: 1932254400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 13, line 69: //# run P0::m::new --sender A created: object(13,0) mutated: object(0,0) -gas summary: computation_cost: 1441000000, storage_cost: 1932254400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1441000000, computation_cost_burned: 1441000000, storage_cost: 1932254400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 14, line 71: //# run P0::m::new --sender A created: object(14,0) mutated: object(0,0) -gas summary: computation_cost: 1441000000, storage_cost: 1932254400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1441000000, computation_cost_burned: 1441000000, storage_cost: 1932254400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 15, line 73: //# run P0::m::new --sender A created: object(15,0) mutated: object(0,0) -gas summary: computation_cost: 1441000000, storage_cost: 1932254400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1441000000, computation_cost_burned: 1441000000, storage_cost: 1932254400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 16, line 75: //# run P0::m::new --sender A created: object(16,0) mutated: object(0,0) -gas summary: computation_cost: 1441000000, storage_cost: 1932254400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1441000000, computation_cost_burned: 1441000000, storage_cost: 1932254400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 17, line 77: //# run P0::m::new --sender A created: object(17,0) mutated: object(0,0) -gas summary: computation_cost: 1441000000, storage_cost: 1932254400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1441000000, computation_cost_burned: 1441000000, storage_cost: 1932254400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 18, line 79: //# run P0::m::new --sender A created: object(18,0) mutated: object(0,0) -gas summary: computation_cost: 1441000000, storage_cost: 1932254400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1441000000, computation_cost_burned: 1441000000, storage_cost: 1932254400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 19, line 81: //# run P0::m::new --sender A created: object(19,0) mutated: object(0,0) -gas summary: computation_cost: 1441000000, storage_cost: 1932254400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1441000000, computation_cost_burned: 1441000000, storage_cost: 1932254400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 20, line 83: //# run P0::m::new --sender A created: object(20,0) mutated: object(0,0) -gas summary: computation_cost: 1441000000, storage_cost: 1932254400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1441000000, computation_cost_burned: 1441000000, storage_cost: 1932254400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 21, line 85: //# run P0::m::new --sender A created: object(21,0) mutated: object(0,0) -gas summary: computation_cost: 1441000000, storage_cost: 1932254400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1441000000, computation_cost_burned: 1441000000, storage_cost: 1932254400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 22, line 87: //# run P0::m::new --sender A created: object(22,0) mutated: object(0,0) -gas summary: computation_cost: 1441000000, storage_cost: 1932254400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1441000000, computation_cost_burned: 1441000000, storage_cost: 1932254400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 23, line 89: //# run P0::m::new --sender A created: object(23,0) mutated: object(0,0) -gas summary: computation_cost: 1441000000, storage_cost: 1932254400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1441000000, computation_cost_burned: 1441000000, storage_cost: 1932254400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 24, line 91: //# run P0::m::new --sender A created: object(24,0) mutated: object(0,0) -gas summary: computation_cost: 1441000000, storage_cost: 1932254400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1441000000, computation_cost_burned: 1441000000, storage_cost: 1932254400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 25, line 93: //# run P0::m::new --sender A created: object(25,0) mutated: object(0,0) -gas summary: computation_cost: 1441000000, storage_cost: 1932254400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1441000000, computation_cost_burned: 1441000000, storage_cost: 1932254400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 26, line 95: //# create-checkpoint diff --git a/crates/iota-verifier-transactional-tests/tests/entry_points/clock_ref.exp b/crates/iota-verifier-transactional-tests/tests/entry_points/clock_ref.exp index 5f59be2430c..b1a8d06a779 100644 --- a/crates/iota-verifier-transactional-tests/tests/entry_points/clock_ref.exp +++ b/crates/iota-verifier-transactional-tests/tests/entry_points/clock_ref.exp @@ -4,4 +4,4 @@ task 0, lines 7-15: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3944400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3944400, storage_rebate: 0, non_refundable_storage_fee: 0 diff --git a/crates/iota-verifier-transactional-tests/tests/entry_points/generic_and_generic_object_params.exp b/crates/iota-verifier-transactional-tests/tests/entry_points/generic_and_generic_object_params.exp index dc1f794017b..1f41055a689 100644 --- a/crates/iota-verifier-transactional-tests/tests/entry_points/generic_and_generic_object_params.exp +++ b/crates/iota-verifier-transactional-tests/tests/entry_points/generic_and_generic_object_params.exp @@ -4,4 +4,4 @@ task 0, lines 5-17: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4590400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4590400, storage_rebate: 0, non_refundable_storage_fee: 0 diff --git a/crates/iota-verifier-transactional-tests/tests/entry_points/generic_param_after_primitive.exp b/crates/iota-verifier-transactional-tests/tests/entry_points/generic_param_after_primitive.exp index 4dbe1a55eed..511de926e2e 100644 --- a/crates/iota-verifier-transactional-tests/tests/entry_points/generic_param_after_primitive.exp +++ b/crates/iota-verifier-transactional-tests/tests/entry_points/generic_param_after_primitive.exp @@ -4,4 +4,4 @@ task 0, lines 5-17: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4552400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4552400, storage_rebate: 0, non_refundable_storage_fee: 0 diff --git a/crates/iota-verifier-transactional-tests/tests/entry_points/generic_with_key_valid.exp b/crates/iota-verifier-transactional-tests/tests/entry_points/generic_with_key_valid.exp index 4492cdc6c20..4529b502b44 100644 --- a/crates/iota-verifier-transactional-tests/tests/entry_points/generic_with_key_valid.exp +++ b/crates/iota-verifier-transactional-tests/tests/entry_points/generic_with_key_valid.exp @@ -4,4 +4,4 @@ task 0, lines 7-17: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4324400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4324400, storage_rebate: 0, non_refundable_storage_fee: 0 diff --git a/crates/iota-verifier-transactional-tests/tests/entry_points/id.exp b/crates/iota-verifier-transactional-tests/tests/entry_points/id.exp index bf36ad951ce..ab8208ee397 100644 --- a/crates/iota-verifier-transactional-tests/tests/entry_points/id.exp +++ b/crates/iota-verifier-transactional-tests/tests/entry_points/id.exp @@ -4,4 +4,4 @@ task 0, lines 7-22: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4142000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4142000, storage_rebate: 0, non_refundable_storage_fee: 0 diff --git a/crates/iota-verifier-transactional-tests/tests/entry_points/nested_generic_vector_param.exp b/crates/iota-verifier-transactional-tests/tests/entry_points/nested_generic_vector_param.exp index 96293fc1c9c..33ad1081352 100644 --- a/crates/iota-verifier-transactional-tests/tests/entry_points/nested_generic_vector_param.exp +++ b/crates/iota-verifier-transactional-tests/tests/entry_points/nested_generic_vector_param.exp @@ -4,4 +4,4 @@ task 0, lines 5-14: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3974800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3974800, storage_rebate: 0, non_refundable_storage_fee: 0 diff --git a/crates/iota-verifier-transactional-tests/tests/entry_points/non_key_struct_generic_valid.exp b/crates/iota-verifier-transactional-tests/tests/entry_points/non_key_struct_generic_valid.exp index 0ffb452f306..5c532e70095 100644 --- a/crates/iota-verifier-transactional-tests/tests/entry_points/non_key_struct_generic_valid.exp +++ b/crates/iota-verifier-transactional-tests/tests/entry_points/non_key_struct_generic_valid.exp @@ -4,4 +4,4 @@ task 0, lines 7-19: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4560000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4560000, storage_rebate: 0, non_refundable_storage_fee: 0 diff --git a/crates/iota-verifier-transactional-tests/tests/entry_points/ok.exp b/crates/iota-verifier-transactional-tests/tests/entry_points/ok.exp index 96cf889920b..a7a879c6b86 100644 --- a/crates/iota-verifier-transactional-tests/tests/entry_points/ok.exp +++ b/crates/iota-verifier-transactional-tests/tests/entry_points/ok.exp @@ -4,10 +4,10 @@ task 0, lines 5-12: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3921600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3921600, storage_rebate: 0, non_refundable_storage_fee: 0 task 1, lines 14-21: //# publish created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3921600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3921600, storage_rebate: 980400, non_refundable_storage_fee: 0 diff --git a/crates/iota-verifier-transactional-tests/tests/entry_points/option.exp b/crates/iota-verifier-transactional-tests/tests/entry_points/option.exp index 6eb9341e8fc..3b9432e6dc1 100644 --- a/crates/iota-verifier-transactional-tests/tests/entry_points/option.exp +++ b/crates/iota-verifier-transactional-tests/tests/entry_points/option.exp @@ -4,4 +4,4 @@ task 0, lines 7-24: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4582800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4582800, storage_rebate: 0, non_refundable_storage_fee: 0 diff --git a/crates/iota-verifier-transactional-tests/tests/entry_points/optional_txn_context.exp b/crates/iota-verifier-transactional-tests/tests/entry_points/optional_txn_context.exp index 52990bb481e..9c8fafdf010 100644 --- a/crates/iota-verifier-transactional-tests/tests/entry_points/optional_txn_context.exp +++ b/crates/iota-verifier-transactional-tests/tests/entry_points/optional_txn_context.exp @@ -4,10 +4,10 @@ task 0, lines 5-12: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3762000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3762000, storage_rebate: 0, non_refundable_storage_fee: 0 task 1, lines 15-24: //# publish created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4385200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4385200, storage_rebate: 980400, non_refundable_storage_fee: 0 diff --git a/crates/iota-verifier-transactional-tests/tests/entry_points/random_ref.exp b/crates/iota-verifier-transactional-tests/tests/entry_points/random_ref.exp index 1d050102f1e..9a33b066926 100644 --- a/crates/iota-verifier-transactional-tests/tests/entry_points/random_ref.exp +++ b/crates/iota-verifier-transactional-tests/tests/entry_points/random_ref.exp @@ -4,4 +4,4 @@ task 0, lines 7-15: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3967200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3967200, storage_rebate: 0, non_refundable_storage_fee: 0 diff --git a/crates/iota-verifier-transactional-tests/tests/entry_points/return_values.exp b/crates/iota-verifier-transactional-tests/tests/entry_points/return_values.exp index 4cb95cc9cc1..54afe3df31d 100644 --- a/crates/iota-verifier-transactional-tests/tests/entry_points/return_values.exp +++ b/crates/iota-verifier-transactional-tests/tests/entry_points/return_values.exp @@ -4,28 +4,28 @@ task 0, lines 7-14: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3952000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3952000, storage_rebate: 0, non_refundable_storage_fee: 0 task 1, lines 16-23: //# publish created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3959600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3959600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 2, lines 25-32: //# publish created: object(3,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3959600, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3959600, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, lines 34-42: //# publish created: object(4,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4499200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4499200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 4, lines 44-52: //# publish created: object(5,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4514400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4514400, storage_rebate: 980400, non_refundable_storage_fee: 0 diff --git a/crates/iota-verifier-transactional-tests/tests/entry_points/single_generic_vector_param.exp b/crates/iota-verifier-transactional-tests/tests/entry_points/single_generic_vector_param.exp index 00a76d829cd..c4932632630 100644 --- a/crates/iota-verifier-transactional-tests/tests/entry_points/single_generic_vector_param.exp +++ b/crates/iota-verifier-transactional-tests/tests/entry_points/single_generic_vector_param.exp @@ -4,4 +4,4 @@ task 0, lines 5-14: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3967200, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3967200, storage_rebate: 0, non_refundable_storage_fee: 0 diff --git a/crates/iota-verifier-transactional-tests/tests/entry_points/single_type_param.exp b/crates/iota-verifier-transactional-tests/tests/entry_points/single_type_param.exp index 402d5f8ae22..9d5ec25bdfc 100644 --- a/crates/iota-verifier-transactional-tests/tests/entry_points/single_type_param.exp +++ b/crates/iota-verifier-transactional-tests/tests/entry_points/single_type_param.exp @@ -4,4 +4,4 @@ task 0, lines 5-14: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3959600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3959600, storage_rebate: 0, non_refundable_storage_fee: 0 diff --git a/crates/iota-verifier-transactional-tests/tests/entry_points/single_type_param_generic_object.exp b/crates/iota-verifier-transactional-tests/tests/entry_points/single_type_param_generic_object.exp index b7fb5e55079..417dbd7b339 100644 --- a/crates/iota-verifier-transactional-tests/tests/entry_points/single_type_param_generic_object.exp +++ b/crates/iota-verifier-transactional-tests/tests/entry_points/single_type_param_generic_object.exp @@ -4,4 +4,4 @@ task 0, lines 5-17: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4567600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4567600, storage_rebate: 0, non_refundable_storage_fee: 0 diff --git a/crates/iota-verifier-transactional-tests/tests/entry_points/single_type_param_key.exp b/crates/iota-verifier-transactional-tests/tests/entry_points/single_type_param_key.exp index 402d5f8ae22..9d5ec25bdfc 100644 --- a/crates/iota-verifier-transactional-tests/tests/entry_points/single_type_param_key.exp +++ b/crates/iota-verifier-transactional-tests/tests/entry_points/single_type_param_key.exp @@ -4,4 +4,4 @@ task 0, lines 5-14: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3959600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3959600, storage_rebate: 0, non_refundable_storage_fee: 0 diff --git a/crates/iota-verifier-transactional-tests/tests/entry_points/string.exp b/crates/iota-verifier-transactional-tests/tests/entry_points/string.exp index eb1397acccf..1f12c6f4f6e 100644 --- a/crates/iota-verifier-transactional-tests/tests/entry_points/string.exp +++ b/crates/iota-verifier-transactional-tests/tests/entry_points/string.exp @@ -4,4 +4,4 @@ task 0, lines 7-32: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4886800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4886800, storage_rebate: 0, non_refundable_storage_fee: 0 diff --git a/crates/iota-verifier-transactional-tests/tests/id_immutable/mut_borrow_generic_key_struct_id_field.exp b/crates/iota-verifier-transactional-tests/tests/id_immutable/mut_borrow_generic_key_struct_id_field.exp index 815b409bce1..90cfdeb41c0 100644 --- a/crates/iota-verifier-transactional-tests/tests/id_immutable/mut_borrow_generic_key_struct_id_field.exp +++ b/crates/iota-verifier-transactional-tests/tests/id_immutable/mut_borrow_generic_key_struct_id_field.exp @@ -4,4 +4,4 @@ task 0, lines 5-19: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4453600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4453600, storage_rebate: 0, non_refundable_storage_fee: 0 diff --git a/crates/iota-verifier-transactional-tests/tests/id_immutable/mut_borrow_key_struct_id_field.exp b/crates/iota-verifier-transactional-tests/tests/id_immutable/mut_borrow_key_struct_id_field.exp index 4ca2cd62755..6e6f56db45e 100644 --- a/crates/iota-verifier-transactional-tests/tests/id_immutable/mut_borrow_key_struct_id_field.exp +++ b/crates/iota-verifier-transactional-tests/tests/id_immutable/mut_borrow_key_struct_id_field.exp @@ -4,4 +4,4 @@ task 0, lines 5-19: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4362400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4362400, storage_rebate: 0, non_refundable_storage_fee: 0 diff --git a/crates/iota-verifier-transactional-tests/tests/id_immutable/mut_borrow_key_struct_non_id_field.exp b/crates/iota-verifier-transactional-tests/tests/id_immutable/mut_borrow_key_struct_non_id_field.exp index 63842893732..caa6434cf6f 100644 --- a/crates/iota-verifier-transactional-tests/tests/id_immutable/mut_borrow_key_struct_non_id_field.exp +++ b/crates/iota-verifier-transactional-tests/tests/id_immutable/mut_borrow_key_struct_non_id_field.exp @@ -4,4 +4,4 @@ task 0, lines 5-20: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4430800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4430800, storage_rebate: 0, non_refundable_storage_fee: 0 diff --git a/crates/iota-verifier-transactional-tests/tests/id_immutable/mut_borrow_non_key_struct_id_field.exp b/crates/iota-verifier-transactional-tests/tests/id_immutable/mut_borrow_non_key_struct_id_field.exp index 4ca2cd62755..6e6f56db45e 100644 --- a/crates/iota-verifier-transactional-tests/tests/id_immutable/mut_borrow_non_key_struct_id_field.exp +++ b/crates/iota-verifier-transactional-tests/tests/id_immutable/mut_borrow_non_key_struct_id_field.exp @@ -4,4 +4,4 @@ task 0, lines 5-19: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4362400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4362400, storage_rebate: 0, non_refundable_storage_fee: 0 diff --git a/crates/iota-verifier-transactional-tests/tests/id_leak/direct_leak_through_call.exp b/crates/iota-verifier-transactional-tests/tests/id_leak/direct_leak_through_call.exp index de29e0aad0d..31828aeba4a 100644 --- a/crates/iota-verifier-transactional-tests/tests/id_leak/direct_leak_through_call.exp +++ b/crates/iota-verifier-transactional-tests/tests/id_leak/direct_leak_through_call.exp @@ -4,4 +4,4 @@ task 0, lines 5-27: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4582800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4582800, storage_rebate: 0, non_refundable_storage_fee: 0 diff --git a/crates/iota-verifier-transactional-tests/tests/id_leak/indirect_leak_through_call.exp b/crates/iota-verifier-transactional-tests/tests/id_leak/indirect_leak_through_call.exp index 402d781b4f3..addb3329cd5 100644 --- a/crates/iota-verifier-transactional-tests/tests/id_leak/indirect_leak_through_call.exp +++ b/crates/iota-verifier-transactional-tests/tests/id_leak/indirect_leak_through_call.exp @@ -9,4 +9,4 @@ task 1, lines 29-51: //# publish created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4582800, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4582800, storage_rebate: 980400, non_refundable_storage_fee: 0 diff --git a/crates/iota-verifier-transactional-tests/tests/id_leak/infinite_loop.exp b/crates/iota-verifier-transactional-tests/tests/id_leak/infinite_loop.exp index 9292f08dcd9..dd8f2d34588 100644 --- a/crates/iota-verifier-transactional-tests/tests/id_leak/infinite_loop.exp +++ b/crates/iota-verifier-transactional-tests/tests/id_leak/infinite_loop.exp @@ -4,10 +4,10 @@ task 0, lines 7-29: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4962800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4962800, storage_rebate: 0, non_refundable_storage_fee: 0 task 1, lines 31-60: //# publish created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5160400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5160400, storage_rebate: 980400, non_refundable_storage_fee: 0 diff --git a/crates/iota-verifier-transactional-tests/tests/id_leak/loop.exp b/crates/iota-verifier-transactional-tests/tests/id_leak/loop.exp index 51f84769133..e70c58291ae 100644 --- a/crates/iota-verifier-transactional-tests/tests/id_leak/loop.exp +++ b/crates/iota-verifier-transactional-tests/tests/id_leak/loop.exp @@ -4,4 +4,4 @@ task 0, lines 5-35: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5624000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5624000, storage_rebate: 0, non_refundable_storage_fee: 0 diff --git a/crates/iota-verifier-transactional-tests/tests/id_leak/through_direct_return.exp b/crates/iota-verifier-transactional-tests/tests/id_leak/through_direct_return.exp index 7ebda917501..ae322a7e96a 100644 --- a/crates/iota-verifier-transactional-tests/tests/id_leak/through_direct_return.exp +++ b/crates/iota-verifier-transactional-tests/tests/id_leak/through_direct_return.exp @@ -4,4 +4,4 @@ task 0, lines 5-21: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4286400, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4286400, storage_rebate: 0, non_refundable_storage_fee: 0 diff --git a/crates/iota-verifier-transactional-tests/tests/id_leak/through_pack.exp b/crates/iota-verifier-transactional-tests/tests/id_leak/through_pack.exp index f6f6e226081..448a15d26c1 100644 --- a/crates/iota-verifier-transactional-tests/tests/id_leak/through_pack.exp +++ b/crates/iota-verifier-transactional-tests/tests/id_leak/through_pack.exp @@ -9,4 +9,4 @@ task 1, lines 40-63: //# publish created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4894400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4894400, storage_rebate: 980400, non_refundable_storage_fee: 0 diff --git a/crates/iota-verifier-transactional-tests/tests/id_leak/through_vector.exp b/crates/iota-verifier-transactional-tests/tests/id_leak/through_vector.exp index 6ae68d4f57d..ee3c16bc984 100644 --- a/crates/iota-verifier-transactional-tests/tests/id_leak/through_vector.exp +++ b/crates/iota-verifier-transactional-tests/tests/id_leak/through_vector.exp @@ -4,4 +4,4 @@ task 0, lines 5-22: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4354800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4354800, storage_rebate: 0, non_refundable_storage_fee: 0 diff --git a/crates/iota-verifier-transactional-tests/tests/one_time_witness/bool_field.exp b/crates/iota-verifier-transactional-tests/tests/one_time_witness/bool_field.exp index 5184e87f83a..b83fbe432cf 100644 --- a/crates/iota-verifier-transactional-tests/tests/one_time_witness/bool_field.exp +++ b/crates/iota-verifier-transactional-tests/tests/one_time_witness/bool_field.exp @@ -4,4 +4,4 @@ task 0, lines 7-17: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4354800, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4354800, storage_rebate: 0, non_refundable_storage_fee: 0 diff --git a/crates/iota-verifier-transactional-tests/tests/one_time_witness/many_fields_valid.exp b/crates/iota-verifier-transactional-tests/tests/one_time_witness/many_fields_valid.exp index e29b1d61f41..b5ad247d346 100644 --- a/crates/iota-verifier-transactional-tests/tests/one_time_witness/many_fields_valid.exp +++ b/crates/iota-verifier-transactional-tests/tests/one_time_witness/many_fields_valid.exp @@ -4,4 +4,4 @@ task 0, lines 7-15: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3997600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3997600, storage_rebate: 0, non_refundable_storage_fee: 0 diff --git a/crates/iota-verifier-transactional-tests/tests/one_time_witness/wrong_field_type.exp b/crates/iota-verifier-transactional-tests/tests/one_time_witness/wrong_field_type.exp index f788dc2f60f..2320e02e386 100644 --- a/crates/iota-verifier-transactional-tests/tests/one_time_witness/wrong_field_type.exp +++ b/crates/iota-verifier-transactional-tests/tests/one_time_witness/wrong_field_type.exp @@ -4,10 +4,10 @@ task 0, lines 7-24: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4605600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4605600, storage_rebate: 0, non_refundable_storage_fee: 0 task 1, lines 26-44: //# publish created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4924800, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4924800, storage_rebate: 980400, non_refundable_storage_fee: 0 diff --git a/crates/iota-verifier-transactional-tests/tests/private_generics/no_public_transfer_explicit.exp b/crates/iota-verifier-transactional-tests/tests/private_generics/no_public_transfer_explicit.exp index c6ab279b649..f227e1b7b2d 100644 --- a/crates/iota-verifier-transactional-tests/tests/private_generics/no_public_transfer_explicit.exp +++ b/crates/iota-verifier-transactional-tests/tests/private_generics/no_public_transfer_explicit.exp @@ -4,7 +4,7 @@ task 1, lines 9-25: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5168000, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 5168000, storage_rebate: 0, non_refundable_storage_fee: 0 task 3, lines 31-40: //# publish diff --git a/crates/iota-verifier-transactional-tests/tests/private_generics/private_event_emit.exp b/crates/iota-verifier-transactional-tests/tests/private_generics/private_event_emit.exp index 7c507dd54a1..a85e79543d0 100644 --- a/crates/iota-verifier-transactional-tests/tests/private_generics/private_event_emit.exp +++ b/crates/iota-verifier-transactional-tests/tests/private_generics/private_event_emit.exp @@ -24,7 +24,7 @@ task 5, lines 61-70: //# publish created: object(5,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3982400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3982400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 7, lines 74-84: //# publish --dependencies test diff --git a/crates/iota-verifier-transactional-tests/tests/private_generics/public_transfer_with_store.exp b/crates/iota-verifier-transactional-tests/tests/private_generics/public_transfer_with_store.exp index 691c026d5b9..87d61979b72 100644 --- a/crates/iota-verifier-transactional-tests/tests/private_generics/public_transfer_with_store.exp +++ b/crates/iota-verifier-transactional-tests/tests/private_generics/public_transfer_with_store.exp @@ -4,22 +4,22 @@ task 0, lines 8-18: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4453600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4453600, storage_rebate: 0, non_refundable_storage_fee: 0 task 1, lines 20-30: //# publish created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4180000, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4180000, storage_rebate: 980400, non_refundable_storage_fee: 0 task 2, lines 32-42: //# publish created: object(3,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4172400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4172400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, lines 44-56: //# publish created: object(4,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4575200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4575200, storage_rebate: 980400, non_refundable_storage_fee: 0 diff --git a/crates/iota-verifier-transactional-tests/tests/private_generics/public_transfer_with_store_generic.exp b/crates/iota-verifier-transactional-tests/tests/private_generics/public_transfer_with_store_generic.exp index 72238c6c053..9858367cfd9 100644 --- a/crates/iota-verifier-transactional-tests/tests/private_generics/public_transfer_with_store_generic.exp +++ b/crates/iota-verifier-transactional-tests/tests/private_generics/public_transfer_with_store_generic.exp @@ -4,22 +4,22 @@ task 0, lines 8-23: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4681600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4681600, storage_rebate: 0, non_refundable_storage_fee: 0 task 1, lines 25-40: //# publish created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4370000, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4370000, storage_rebate: 980400, non_refundable_storage_fee: 0 task 2, lines 42-57: //# publish created: object(3,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4362400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4362400, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, lines 59-77: //# publish created: object(4,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4818400, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4818400, storage_rebate: 980400, non_refundable_storage_fee: 0 diff --git a/crates/iota-verifier-transactional-tests/tests/private_generics/receive_with_and_without_store.exp b/crates/iota-verifier-transactional-tests/tests/private_generics/receive_with_and_without_store.exp index 2c23f6f174a..dba2c2207a4 100644 --- a/crates/iota-verifier-transactional-tests/tests/private_generics/receive_with_and_without_store.exp +++ b/crates/iota-verifier-transactional-tests/tests/private_generics/receive_with_and_without_store.exp @@ -14,10 +14,10 @@ task 2, lines 27-41: //# publish created: object(3,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4841200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4841200, storage_rebate: 980400, non_refundable_storage_fee: 0 task 3, lines 43-54: //# publish created: object(4,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4423200, storage_rebate: 980400, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 4423200, storage_rebate: 980400, non_refundable_storage_fee: 0 diff --git a/crates/iota-verifier-transactional-tests/tests/struct_with_key/key_struct_id_field_valid.exp b/crates/iota-verifier-transactional-tests/tests/struct_with_key/key_struct_id_field_valid.exp index 59a48a14fc8..c9613c626fb 100644 --- a/crates/iota-verifier-transactional-tests/tests/struct_with_key/key_struct_id_field_valid.exp +++ b/crates/iota-verifier-transactional-tests/tests/struct_with_key/key_struct_id_field_valid.exp @@ -4,4 +4,4 @@ task 0, lines 5-11: //# publish created: object(1,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3959600, storage_rebate: 0, non_refundable_storage_fee: 0 +gas summary: computation_cost: 1000000, computation_cost_burned: 1000000, storage_cost: 3959600, storage_rebate: 0, non_refundable_storage_fee: 0