From 14360eba3c516fab5b663a15d0c0e081f8a2a88c Mon Sep 17 00:00:00 2001 From: DaughterOfMars Date: Thu, 29 Aug 2024 05:15:06 -0400 Subject: [PATCH] fix(iota-verifier-transactional-tests): Update baselines (#2115) Co-authored-by: Thibault Martinez --- .../tests/entry_points/ok.exp | 2 +- .../tests/entry_points/optional_txn_context.exp | 2 +- .../tests/entry_points/return_values.exp | 8 ++++---- .../tests/id_leak/indirect_leak_through_call.exp | 2 +- .../tests/id_leak/infinite_loop.exp | 2 +- .../tests/id_leak/through_pack.exp | 2 +- .../tests/one_time_witness/wrong_field_type.exp | 2 +- .../tests/private_generics/public_transfer_with_store.exp | 6 +++--- .../public_transfer_with_store_generic.exp | 6 +++--- .../private_generics/receive_with_and_without_store.exp | 4 ++-- 10 files changed, 18 insertions(+), 18 deletions(-) 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 c8bf9aa27d8..15c9614cdb3 100644 --- a/crates/iota-verifier-transactional-tests/tests/entry_points/ok.exp +++ b/crates/iota-verifier-transactional-tests/tests/entry_points/ok.exp @@ -8,4 +8,4 @@ gas summary: computation_cost: 1000000, storage_cost: 3929200, storage_rebate: task 1 'publish'. lines 14-21: created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3929200, storage_rebate: 978120, non_refundable_storage_fee: 9880 +gas summary: computation_cost: 1000000, storage_cost: 3929200, storage_rebate: 988000, 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 b444e9116e8..91edb6d61fa 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 @@ -8,4 +8,4 @@ gas summary: computation_cost: 1000000, storage_cost: 3769600, storage_rebate: task 1 'publish'. lines 15-24: created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4392800, storage_rebate: 978120, non_refundable_storage_fee: 9880 +gas summary: computation_cost: 1000000, storage_cost: 4392800, storage_rebate: 988000, 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 db8ea8c4598..6902ecb2d75 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 @@ -8,19 +8,19 @@ gas summary: computation_cost: 1000000, storage_cost: 3959600, storage_rebate: task 1 'publish'. lines 16-23: created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3967200, storage_rebate: 978120, non_refundable_storage_fee: 9880 +gas summary: computation_cost: 1000000, storage_cost: 3967200, storage_rebate: 988000, non_refundable_storage_fee: 0 task 2 'publish'. lines 25-32: created: object(3,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 3967200, storage_rebate: 978120, non_refundable_storage_fee: 9880 +gas summary: computation_cost: 1000000, storage_cost: 3967200, storage_rebate: 988000, non_refundable_storage_fee: 0 task 3 'publish'. lines 34-42: created: object(4,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4506800, storage_rebate: 978120, non_refundable_storage_fee: 9880 +gas summary: computation_cost: 1000000, storage_cost: 4506800, storage_rebate: 988000, non_refundable_storage_fee: 0 task 4 'publish'. lines 44-52: created: object(5,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4522000, storage_rebate: 978120, non_refundable_storage_fee: 9880 +gas summary: computation_cost: 1000000, storage_cost: 4522000, storage_rebate: 988000, 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 2c8feec0c37..697ea1687f0 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 @@ -7,4 +7,4 @@ Execution Error: ExecutionError: ExecutionError { inner: ExecutionErrorInner { k task 1 'publish'. lines 29-51: created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4590400, storage_rebate: 978120, non_refundable_storage_fee: 9880 +gas summary: computation_cost: 1000000, storage_cost: 4590400, storage_rebate: 988000, 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 912e9f9963c..b8008bb045d 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 @@ -8,4 +8,4 @@ gas summary: computation_cost: 1000000, storage_cost: 4970400, storage_rebate: task 1 'publish'. lines 31-60: created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 5168000, storage_rebate: 978120, non_refundable_storage_fee: 9880 +gas summary: computation_cost: 1000000, storage_cost: 5168000, storage_rebate: 988000, 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 007e8397830..5f9ec97700b 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 @@ -7,4 +7,4 @@ Execution Error: ExecutionError: ExecutionError { inner: ExecutionErrorInner { k task 1 'publish'. lines 40-63: created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4902000, storage_rebate: 978120, non_refundable_storage_fee: 9880 +gas summary: computation_cost: 1000000, storage_cost: 4902000, storage_rebate: 988000, 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 3b51010a709..0d729aa49a1 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 @@ -8,4 +8,4 @@ gas summary: computation_cost: 1000000, storage_cost: 4613200, storage_rebate: task 1 'publish'. lines 26-44: created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4932400, storage_rebate: 978120, non_refundable_storage_fee: 9880 +gas summary: computation_cost: 1000000, storage_cost: 4932400, storage_rebate: 988000, non_refundable_storage_fee: 0 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 ecaec56b112..f3ff30b4aac 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 @@ -8,14 +8,14 @@ gas summary: computation_cost: 1000000, storage_cost: 4461200, storage_rebate: task 1 'publish'. lines 20-30: created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4187600, storage_rebate: 978120, non_refundable_storage_fee: 9880 +gas summary: computation_cost: 1000000, storage_cost: 4187600, storage_rebate: 988000, non_refundable_storage_fee: 0 task 2 'publish'. lines 32-42: created: object(3,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4180000, storage_rebate: 978120, non_refundable_storage_fee: 9880 +gas summary: computation_cost: 1000000, storage_cost: 4180000, storage_rebate: 988000, non_refundable_storage_fee: 0 task 3 'publish'. lines 44-56: created: object(4,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4582800, storage_rebate: 978120, non_refundable_storage_fee: 9880 +gas summary: computation_cost: 1000000, storage_cost: 4582800, storage_rebate: 988000, 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 87cdbd0c6da..58ae26537d3 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 @@ -8,14 +8,14 @@ gas summary: computation_cost: 1000000, storage_cost: 4689200, storage_rebate: task 1 'publish'. lines 25-40: created: object(2,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4377600, storage_rebate: 978120, non_refundable_storage_fee: 9880 +gas summary: computation_cost: 1000000, storage_cost: 4377600, storage_rebate: 988000, non_refundable_storage_fee: 0 task 2 'publish'. lines 42-57: created: object(3,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4370000, storage_rebate: 978120, non_refundable_storage_fee: 9880 +gas summary: computation_cost: 1000000, storage_cost: 4370000, storage_rebate: 988000, non_refundable_storage_fee: 0 task 3 'publish'. lines 59-77: created: object(4,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4826000, storage_rebate: 978120, non_refundable_storage_fee: 9880 +gas summary: computation_cost: 1000000, storage_cost: 4826000, storage_rebate: 988000, 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 cb899c2c035..d7de4c26586 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 @@ -11,9 +11,9 @@ Execution Error: ExecutionError: ExecutionError { inner: ExecutionErrorInner { k task 2 'publish'. lines 27-41: created: object(3,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4848800, storage_rebate: 978120, non_refundable_storage_fee: 9880 +gas summary: computation_cost: 1000000, storage_cost: 4848800, storage_rebate: 988000, non_refundable_storage_fee: 0 task 3 'publish'. lines 43-54: created: object(4,0) mutated: object(0,0) -gas summary: computation_cost: 1000000, storage_cost: 4430800, storage_rebate: 978120, non_refundable_storage_fee: 9880 +gas summary: computation_cost: 1000000, storage_cost: 4430800, storage_rebate: 988000, non_refundable_storage_fee: 0