diff --git a/Cargo.lock b/Cargo.lock index 107d122e43a..71814739431 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7615,7 +7615,7 @@ dependencies = [ [[package]] name = "iota-rust-sdk" version = "0.0.0" -source = "git+ssh://git@github.com/iotaledger/iota-rust-sdk.git?rev=8c849ded4f23b557cf8bccd86e71cf05c888faaf#8c849ded4f23b557cf8bccd86e71cf05c888faaf" +source = "git+ssh://git@github.com/iotaledger/iota-rust-sdk.git?rev=d605da95029e74376f0f39a95526bb1a5c0ebd7a#d605da95029e74376f0f39a95526bb1a5c0ebd7a" dependencies = [ "base64ct", "bcs", diff --git a/Cargo.toml b/Cargo.toml index e770cb5e086..129ca5a6691 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -417,7 +417,7 @@ iota-rosetta = { path = "crates/iota-rosetta" } iota-rpc-loadgen = { path = "crates/iota-rpc-loadgen" } iota-sdk = { path = "crates/iota-sdk" } # core-types with json format for REST API -iota-sdk2 = { package = "iota-rust-sdk", git = "ssh://git@github.com/iotaledger/iota-rust-sdk.git", rev = "8c849ded4f23b557cf8bccd86e71cf05c888faaf", features = ["hash", "serde", "schemars"] } +iota-sdk2 = { package = "iota-rust-sdk", git = "ssh://git@github.com/iotaledger/iota-rust-sdk.git", rev = "d605da95029e74376f0f39a95526bb1a5c0ebd7a", features = ["hash", "serde", "schemars"] } iota-simulator = { path = "crates/iota-simulator" } iota-snapshot = { path = "crates/iota-snapshot" } iota-source-validation = { path = "crates/iota-source-validation" } diff --git a/apps/explorer/.prettierignore b/apps/explorer/.prettierignore new file mode 100644 index 00000000000..11dd032b43b --- /dev/null +++ b/apps/explorer/.prettierignore @@ -0,0 +1,2 @@ +test-results/ + 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-analytics-indexer/src/handlers/checkpoint_handler.rs b/crates/iota-analytics-indexer/src/handlers/checkpoint_handler.rs index 13f4ab16f47..cfb5cda849f 100644 --- a/crates/iota-analytics-indexer/src/handlers/checkpoint_handler.rs +++ b/crates/iota-analytics-indexer/src/handlers/checkpoint_handler.rs @@ -104,6 +104,7 @@ impl CheckpointHandler { end_of_epoch: end_of_epoch_data.is_some(), total_gas_cost, computation_cost: epoch_rolling_gas_cost_summary.computation_cost, + computation_cost_burned: epoch_rolling_gas_cost_summary.computation_cost_burned, storage_cost: epoch_rolling_gas_cost_summary.storage_cost, storage_rebate: epoch_rolling_gas_cost_summary.storage_rebate, non_refundable_storage_fee: epoch_rolling_gas_cost_summary.non_refundable_storage_fee, diff --git a/crates/iota-analytics-indexer/src/handlers/transaction_handler.rs b/crates/iota-analytics-indexer/src/handlers/transaction_handler.rs index d1718b6ee77..3ba581b5739 100644 --- a/crates/iota-analytics-indexer/src/handlers/transaction_handler.rs +++ b/crates/iota-analytics-indexer/src/handlers/transaction_handler.rs @@ -174,6 +174,7 @@ impl TransactionHandler { gas_budget: txn_data.gas_budget(), total_gas_cost: gas_summary.net_gas_usage(), computation_cost: gas_summary.computation_cost, + computation_cost_burned: gas_summary.computation_cost_burned, storage_cost: gas_summary.storage_cost, storage_rebate: gas_summary.storage_rebate, non_refundable_storage_fee: gas_summary.non_refundable_storage_fee, diff --git a/crates/iota-analytics-indexer/src/store/bq/schemas/checkpoint.sql b/crates/iota-analytics-indexer/src/store/bq/schemas/checkpoint.sql index de6aa5a7009..a463d845874 100644 --- a/crates/iota-analytics-indexer/src/store/bq/schemas/checkpoint.sql +++ b/crates/iota-analytics-indexer/src/store/bq/schemas/checkpoint.sql @@ -9,6 +9,7 @@ CREATE TABLE IF NOT EXISTS chaindata.CHECKPOINT end_of_epoch BOOL NOT NULL, total_gas_cost NUMERIC(20, 0) NOT NULL, computation_cost NUMERIC(20, 0) NOT NULL, + computation_cost_burned NUMERIC(20, 0) NOT NULL, storage_cost NUMERIC(20, 0) NOT NULL, storage_rebate NUMERIC(20, 0) NOT NULL, non_refundable_storage_fee NUMERIC(20, 0) NOT NULL, diff --git a/crates/iota-analytics-indexer/src/store/bq/schemas/transaction.sql b/crates/iota-analytics-indexer/src/store/bq/schemas/transaction.sql index a716ad26dc1..ff5059dbe56 100644 --- a/crates/iota-analytics-indexer/src/store/bq/schemas/transaction.sql +++ b/crates/iota-analytics-indexer/src/store/bq/schemas/transaction.sql @@ -31,6 +31,7 @@ CREATE TABLE IF NOT EXISTS chaindata.TRANSACTION gas_budget NUMERIC(20, 0) NOT NULL, total_gas_cost NUMERIC(20, 0) NOT NULL, computation_cost NUMERIC(20, 0) NOT NULL, + computation_cost_burned NUMERIC(20, 0) NOT NULL, storage_cost NUMERIC(20, 0) NOT NULL, storage_rebate NUMERIC(20, 0) NOT NULL, non_refundable_storage_fee NUMERIC(20, 0) NOT NULL, diff --git a/crates/iota-analytics-indexer/src/store/snowflake/schemas/checkpoint.sql b/crates/iota-analytics-indexer/src/store/snowflake/schemas/checkpoint.sql index f575ab1a3ea..4d338bf5bf9 100644 --- a/crates/iota-analytics-indexer/src/store/snowflake/schemas/checkpoint.sql +++ b/crates/iota-analytics-indexer/src/store/snowflake/schemas/checkpoint.sql @@ -12,6 +12,7 @@ CREATE end_of_epoch BOOLEAN NOT NULL, total_gas_cost NUMBER(20, 0) NOT NULL, computation_cost NUMBER(20, 0) NOT NULL, + computation_cost_burned NUMBER(20, 0) NOT NULL, storage_cost NUMBER(20, 0) NOT NULL, storage_rebate NUMBER(20, 0) NOT NULL, non_refundable_storage_fee NUMBER(20, 0) NOT NULL, @@ -57,6 +58,7 @@ CREATE t.$1:end_of_epoch as end_of_epoch, t.$1:total_gas_cost as total_gas_cost, t.$1:computation_cost as computation_cost, + t.$1:computation_cost_burned as computation_cost_burned, t.$1:storage_cost as storage_cost, t.$1:storage_rebate as storage_rebate, t.$1:non_refundable_storage_fee as non_refundable_storage_fee, diff --git a/crates/iota-analytics-indexer/src/store/snowflake/schemas/transaction.sql b/crates/iota-analytics-indexer/src/store/snowflake/schemas/transaction.sql index ce963c754ff..2de09772c91 100644 --- a/crates/iota-analytics-indexer/src/store/snowflake/schemas/transaction.sql +++ b/crates/iota-analytics-indexer/src/store/snowflake/schemas/transaction.sql @@ -31,6 +31,7 @@ CREATE OR REPLACE TABLE TRANSACTION gas_budget NUMBER(20, 0) NOT NULL, total_gas_cost NUMBER(20, 0) NOT NULL, computation_cost NUMBER(20, 0) NOT NULL, + computation_cost_burned NUMBER(20, 0) NOT NULL, storage_cost NUMBER(20, 0) NOT NULL, storage_rebate NUMBER(20, 0) NOT NULL, non_refundable_storage_fee NUMBER(20, 0) NOT NULL, @@ -66,7 +67,7 @@ CREATE input, shared_input, gas_coins, created, mutated, deleted, transfers, split_coins, merge_coins, publish, upgrade, others, move_calls, packages, gas_owner, gas_object_id, gas_object_sequence, gas_object_digest, - gas_budget, total_gas_cost, computation_cost, storage_cost, storage_rebate, + gas_budget, total_gas_cost, computation_cost, computation_cost_burned, storage_cost, storage_rebate, non_refundable_storage_fee, gas_price, raw_transaction, has_zklogin_sig, has_upgraded_multisig ) @@ -101,6 +102,7 @@ CREATE t.$1:gas_budget as gas_budget, t.$1:total_gas_cost as total_gas_cost, t.$1:computation_cost as computation_cost, + t.$1:computation_cost_burned as computation_cost_burned, t.$1:storage_cost as storage_cost, t.$1:storage_rebate as storage_rebate, t.$1:non_refundable_storage_fee as non_refundable_storage_fee, diff --git a/crates/iota-analytics-indexer/src/tables.rs b/crates/iota-analytics-indexer/src/tables.rs index f375bfbec59..9187820f94f 100644 --- a/crates/iota-analytics-indexer/src/tables.rs +++ b/crates/iota-analytics-indexer/src/tables.rs @@ -29,6 +29,7 @@ pub(crate) struct CheckpointEntry { // gas stats pub(crate) total_gas_cost: i64, pub(crate) computation_cost: u64, + pub(crate) computation_cost_burned: u64, pub(crate) storage_cost: u64, pub(crate) storage_rebate: u64, pub(crate) non_refundable_storage_fee: u64, @@ -87,6 +88,7 @@ pub(crate) struct TransactionEntry { pub(crate) gas_budget: u64, pub(crate) total_gas_cost: i64, pub(crate) computation_cost: u64, + pub(crate) computation_cost_burned: u64, pub(crate) storage_cost: u64, pub(crate) storage_rebate: u64, pub(crate) non_refundable_storage_fee: u64, diff --git a/crates/iota-core/src/checkpoints/checkpoint_executor/tests.rs b/crates/iota-core/src/checkpoints/checkpoint_executor/tests.rs index 9dd7463d1a5..b1e4f3cfb38 100644 --- a/crates/iota-core/src/checkpoints/checkpoint_executor/tests.rs +++ b/crates/iota-core/src/checkpoints/checkpoint_executor/tests.rs @@ -473,7 +473,7 @@ async fn sync_end_of_epoch_checkpoint( authority_state .create_and_execute_advance_epoch_tx( &authority_state.epoch_store_for_testing().clone(), - &GasCostSummary::new(0, 0, 0, 0), + &GasCostSummary::new(0, 0, 0, 0, 0), *checkpoint.sequence_number(), 0, // epoch_start_timestamp_ms ) diff --git a/crates/iota-core/src/checkpoints/mod.rs b/crates/iota-core/src/checkpoints/mod.rs index 82749fa472a..1277b5d4c51 100644 --- a/crates/iota-core/src/checkpoints/mod.rs +++ b/crates/iota-core/src/checkpoints/mod.rs @@ -1559,6 +1559,8 @@ impl CheckpointBuilder { // sum only when we are within the same epoch GasCostSummary::new( previous_gas_costs.computation_cost + current_gas_costs.computation_cost, + previous_gas_costs.computation_cost_burned + + current_gas_costs.computation_cost_burned, previous_gas_costs.storage_cost + current_gas_costs.storage_cost, previous_gas_costs.storage_rebate + current_gas_costs.storage_rebate, previous_gas_costs.non_refundable_storage_fee @@ -2467,28 +2469,28 @@ mod tests { state.clone(), d(1), vec![d(2), d(3)], - GasCostSummary::new(11, 12, 11, 1), + GasCostSummary::new(11, 11, 12, 11, 1), ); commit_cert_for_test( &mut store, state.clone(), d(2), vec![d(3), d(4)], - GasCostSummary::new(21, 22, 21, 1), + GasCostSummary::new(21, 21, 22, 21, 1), ); commit_cert_for_test( &mut store, state.clone(), d(3), vec![], - GasCostSummary::new(31, 32, 31, 1), + GasCostSummary::new(31, 31, 32, 31, 1), ); commit_cert_for_test( &mut store, state.clone(), d(4), vec![], - GasCostSummary::new(41, 42, 41, 1), + GasCostSummary::new(41, 41, 42, 41, 1), ); for i in [5, 6, 7, 10, 11, 12, 13] { commit_cert_for_test( @@ -2496,7 +2498,7 @@ mod tests { state.clone(), d(i), vec![], - GasCostSummary::new(41, 42, 41, 1), + GasCostSummary::new(41, 41, 42, 41, 1), ); } for i in [15, 16, 17] { @@ -2505,7 +2507,7 @@ mod tests { state.clone(), d(i), vec![], - GasCostSummary::new(51, 52, 51, 1), + GasCostSummary::new(51, 51, 52, 51, 1), ); } let all_digests: Vec<_> = store.keys().copied().collect(); @@ -2571,7 +2573,7 @@ mod tests { assert_eq!(c1s.sequence_number, 0); assert_eq!( c1s.epoch_rolling_gas_cost_summary, - GasCostSummary::new(41, 42, 41, 1) + GasCostSummary::new(41, 41, 42, 41, 1) ); assert_eq!(c2t, vec![d(3), d(2), d(1)]); @@ -2579,7 +2581,7 @@ mod tests { assert_eq!(c2s.sequence_number, 1); assert_eq!( c2s.epoch_rolling_gas_cost_summary, - GasCostSummary::new(104, 108, 104, 4) + GasCostSummary::new(104, 104, 108, 104, 4) ); // Pending at index 2 had 4 transactions, and we configured 3 transactions max. diff --git a/crates/iota-core/tests/staged/iota.yaml b/crates/iota-core/tests/staged/iota.yaml index c082c67a9b1..8d4074f0ea6 100644 --- a/crates/iota-core/tests/staged/iota.yaml +++ b/crates/iota-core/tests/staged/iota.yaml @@ -498,6 +498,7 @@ FullCheckpointContents: GasCostSummary: STRUCT: - computationCost: U64 + - computationCostBurned: U64 - storageCost: U64 - storageRebate: U64 - nonRefundableStorageFee: U64 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-e2e-tests/tests/reconfiguration_tests.rs b/crates/iota-e2e-tests/tests/reconfiguration_tests.rs index 0c905ba0d0d..b731b4d1169 100644 --- a/crates/iota-e2e-tests/tests/reconfiguration_tests.rs +++ b/crates/iota-e2e-tests/tests/reconfiguration_tests.rs @@ -49,7 +49,7 @@ async fn advance_epoch_tx_test() { let (_system_state, _system_epoch_info_event, effects) = state .create_and_execute_advance_epoch_tx( &state.epoch_store_for_testing(), - &GasCostSummary::new(0, 0, 0, 0), + &GasCostSummary::new(0, 0, 0, 0, 0), 0, // checkpoint 0, // epoch_start_timestamp_ms ) diff --git a/crates/iota-e2e-tests/tests/snapshots/snapshot_tests__body_fn.snap b/crates/iota-e2e-tests/tests/snapshots/snapshot_tests__body_fn.snap index c81be41bf3b..90e0d1468c9 100644 --- a/crates/iota-e2e-tests/tests/snapshots/snapshot_tests__body_fn.snap +++ b/crates/iota-e2e-tests/tests/snapshots/snapshot_tests__body_fn.snap @@ -1,6 +1,7 @@ --- source: crates/iota-e2e-tests/tests/snapshot_tests.rs expression: "run_one(cmds, context).await?" +snapshot_kind: text --- [ "iota client objects {ME}", @@ -290,6 +291,7 @@ expression: "run_one(cmds, context).await?" "executedEpoch": "0", "gasUsed": { "computationCost": "0", + "computationCostBurned": "0", "storageCost": "0", "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 f2d16ce2059..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 @@ -97,7 +97,7 @@ Checkpoint created: 11 task 13, line 55: //# view-checkpoint CheckpointSummary { epoch: 6, seq: 11, content_digest: D3oWLCcqoa1D15gxzvMaDemNNY8YYVspAkYkcmtQKWRt, - epoch_rolling_gas_cost_summary: GasCostSummary { computation_cost: 0, storage_cost: 0, storage_rebate: 0, non_refundable_storage_fee: 0 }} + 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 14, lines 57-62: //# run-graphql @@ -140,7 +140,7 @@ Response: { task 16, line 71: //# view-checkpoint CheckpointSummary { epoch: 6, seq: 11, content_digest: D3oWLCcqoa1D15gxzvMaDemNNY8YYVspAkYkcmtQKWRt, - epoch_rolling_gas_cost_summary: GasCostSummary { computation_cost: 0, storage_cost: 0, storage_rebate: 0, non_refundable_storage_fee: 0 }} + 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 17, lines 73-76: //# advance-epoch @@ -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-graphql-rpc/schema.graphql b/crates/iota-graphql-rpc/schema.graphql index de910c121ee..8821213b8ef 100644 --- a/crates/iota-graphql-rpc/schema.graphql +++ b/crates/iota-graphql-rpc/schema.graphql @@ -1385,6 +1385,10 @@ type GasCostSummary { """ computationCost: BigInt """ + Gas burned for executing this transactions (in NANOS). + """ + computationCostBurned: BigInt + """ Gas paid for the data stored on-chain by this transaction (in NANOS). """ storageCost: BigInt diff --git a/crates/iota-graphql-rpc/src/types/checkpoint.rs b/crates/iota-graphql-rpc/src/types/checkpoint.rs index 03727fad37d..ab464fe101a 100644 --- a/crates/iota-graphql-rpc/src/types/checkpoint.rs +++ b/crates/iota-graphql-rpc/src/types/checkpoint.rs @@ -136,6 +136,7 @@ impl Checkpoint { async fn rolling_gas_summary(&self) -> Option { Some(GasCostSummary { computation_cost: self.stored.computation_cost as u64, + computation_cost_burned: self.stored.computation_cost as u64, storage_cost: self.stored.storage_cost as u64, storage_rebate: self.stored.storage_rebate as u64, non_refundable_storage_fee: self.stored.non_refundable_storage_fee as u64, diff --git a/crates/iota-graphql-rpc/src/types/gas.rs b/crates/iota-graphql-rpc/src/types/gas.rs index be6ce2b20a9..7171cf843f6 100644 --- a/crates/iota-graphql-rpc/src/types/gas.rs +++ b/crates/iota-graphql-rpc/src/types/gas.rs @@ -30,6 +30,7 @@ pub(crate) struct GasInput { #[derive(Clone, Copy, Debug, PartialEq, Eq)] pub(crate) struct GasCostSummary { pub computation_cost: u64, + pub computation_cost_burned: u64, pub storage_cost: u64, pub storage_rebate: u64, pub non_refundable_storage_fee: u64, @@ -110,6 +111,11 @@ impl GasCostSummary { Some(BigInt::from(self.computation_cost)) } + /// Gas burned for executing this transactions (in NANOS). + async fn computation_cost_burned(&self) -> Option { + Some(BigInt::from(self.computation_cost_burned)) + } + /// Gas paid for the data stored on-chain by this transaction (in NANOS). async fn storage_cost(&self) -> Option { Some(BigInt::from(self.storage_cost)) @@ -192,6 +198,7 @@ impl From<&NativeGasCostSummary> for GasCostSummary { fn from(gcs: &NativeGasCostSummary) -> Self { Self { computation_cost: gcs.computation_cost, + computation_cost_burned: gcs.computation_cost_burned, storage_cost: gcs.storage_cost, storage_rebate: gcs.storage_rebate, non_refundable_storage_fee: gcs.non_refundable_storage_fee, diff --git a/crates/iota-graphql-rpc/src/types/system_state_summary.rs b/crates/iota-graphql-rpc/src/types/system_state_summary.rs index dd55c46437c..e283e7e5564 100644 --- a/crates/iota-graphql-rpc/src/types/system_state_summary.rs +++ b/crates/iota-graphql-rpc/src/types/system_state_summary.rs @@ -39,6 +39,8 @@ impl SystemStateSummary { enabled: Some(self.native.safe_mode), gas_summary: Some(GasCostSummary { computation_cost: self.native.safe_mode_computation_rewards, + // All computation costs are burned in protocol v1. + computation_cost_burned: self.native.safe_mode_computation_rewards, storage_cost: self.native.safe_mode_storage_charges, storage_rebate: self.native.safe_mode_storage_rebates, non_refundable_storage_fee: self.native.safe_mode_non_refundable_storage_fee, diff --git a/crates/iota-graphql-rpc/tests/snapshots/snapshot_tests__schema_sdl_export.snap b/crates/iota-graphql-rpc/tests/snapshots/snapshot_tests__schema_sdl_export.snap index 0aeeefd2ce1..b1c9a00a5ac 100644 --- a/crates/iota-graphql-rpc/tests/snapshots/snapshot_tests__schema_sdl_export.snap +++ b/crates/iota-graphql-rpc/tests/snapshots/snapshot_tests__schema_sdl_export.snap @@ -1389,6 +1389,10 @@ type GasCostSummary { """ computationCost: BigInt """ + Gas burned for executing this transactions (in NANOS). + """ + computationCostBurned: BigInt + """ Gas paid for the data stored on-chain by this transaction (in NANOS). """ storageCost: BigInt diff --git a/crates/iota-indexer/src/models/checkpoints.rs b/crates/iota-indexer/src/models/checkpoints.rs index b2bca102061..0f2cba1ea41 100644 --- a/crates/iota-indexer/src/models/checkpoints.rs +++ b/crates/iota-indexer/src/models/checkpoints.rs @@ -203,6 +203,9 @@ impl TryFrom for RpcCheckpoint { end_of_epoch_data, epoch_rolling_gas_cost_summary: GasCostSummary { computation_cost: checkpoint.computation_cost as u64, + // TODO_FIXED_BASE_FEE: update computation cost burned in checkpoint to be used + // here in issue #3122 + computation_cost_burned: checkpoint.computation_cost as u64, storage_cost: checkpoint.storage_cost as u64, storage_rebate: checkpoint.storage_rebate as u64, non_refundable_storage_fee: checkpoint.non_refundable_storage_fee as u64, diff --git a/crates/iota-light-client/example_config/528.chk b/crates/iota-light-client/example_config/528.chk new file mode 100644 index 00000000000..a01f1b7b831 Binary files /dev/null and b/crates/iota-light-client/example_config/528.chk differ diff --git a/crates/iota-light-client/example_config/550.json b/crates/iota-light-client/example_config/528.json similarity index 77% rename from crates/iota-light-client/example_config/550.json rename to crates/iota-light-client/example_config/528.json index cac68a40e35..b9582183b37 100644 --- a/crates/iota-light-client/example_config/550.json +++ b/crates/iota-light-client/example_config/528.json @@ -1,17 +1,18 @@ { "data": { "epoch": 1, - "sequence_number": 550, - "network_total_transactions": 2403, - "content_digest": "47P1aNTqMzZKaZJTqbVgT9K7SFPFC5ctYJsvXy7o8ouP", - "previous_digest": "8Q8oGJNCsj1pcj6VZAgBck2UennBw5mjKb8ebaYG6gfS", + "sequence_number": 528, + "network_total_transactions": 2316, + "content_digest": "4Vp72xpiXb9UqY9U5JxKRuyphDVxxjbsz833nFekCsLp", + "previous_digest": "46Yic5WRk9aFANVfjdd59YvSNpgHbbqFupYg6LUZp6t7", "epoch_rolling_gas_cost_summary": { "computationCost": "0", + "computationCostBurned": "0", "storageCost": "0", "storageRebate": "0", "nonRefundableStorageFee": "0" }, - "timestamp_ms": 1730899585469, + "timestamp_ms": 1731087154542, "checkpoint_commitments": [], "end_of_epoch_data": { "nextEpochCommittee": [ @@ -36,7 +37,7 @@ "epochCommitments": [ { "ECMHLiveObjectSetDigest": { - "digest": "retjifC5anovnJzhyHiTkfT8fGCAe2e4u8SzSJG2ocs" + "digest": "C4emJ4QDne9bar95SWEF6MsbyRDY7jf3o18YSKUWTe2G" } } ], @@ -49,7 +50,7 @@ }, "auth_signature": { "epoch": 1, - "signature": "hpGaM4d6YX1Tcgeqb640c6gcS2gJN1TCvd8H1qn9oTjrZ9aooOJ/J6/NH5lTa/Iw", + "signature": "l/Aj6W6FGHe+E23yLCFyTaoPm3LWXqWE6yIRzX79SNifh1q5D9Ude1H7yRHsOaE2", "signers_map": [ 58, 48, @@ -69,9 +70,9 @@ 0, 0, 0, - 2, + 1, 0, - 3, + 2, 0 ] } diff --git a/crates/iota-light-client/example_config/550_full.json b/crates/iota-light-client/example_config/528_full.json similarity index 85% rename from crates/iota-light-client/example_config/550_full.json rename to crates/iota-light-client/example_config/528_full.json index 68677bc9258..987942c5ee0 100644 --- a/crates/iota-light-client/example_config/550_full.json +++ b/crates/iota-light-client/example_config/528_full.json @@ -2,17 +2,18 @@ "checkpoint_summary": { "data": { "epoch": 1, - "sequence_number": 550, - "network_total_transactions": 2403, - "content_digest": "47P1aNTqMzZKaZJTqbVgT9K7SFPFC5ctYJsvXy7o8ouP", - "previous_digest": "8Q8oGJNCsj1pcj6VZAgBck2UennBw5mjKb8ebaYG6gfS", + "sequence_number": 528, + "network_total_transactions": 2316, + "content_digest": "4Vp72xpiXb9UqY9U5JxKRuyphDVxxjbsz833nFekCsLp", + "previous_digest": "46Yic5WRk9aFANVfjdd59YvSNpgHbbqFupYg6LUZp6t7", "epoch_rolling_gas_cost_summary": { "computationCost": "0", + "computationCostBurned": "0", "storageCost": "0", "storageRebate": "0", "nonRefundableStorageFee": "0" }, - "timestamp_ms": 1730899585469, + "timestamp_ms": 1731087154542, "checkpoint_commitments": [], "end_of_epoch_data": { "nextEpochCommittee": [ @@ -37,7 +38,7 @@ "epochCommitments": [ { "ECMHLiveObjectSetDigest": { - "digest": "retjifC5anovnJzhyHiTkfT8fGCAe2e4u8SzSJG2ocs" + "digest": "C4emJ4QDne9bar95SWEF6MsbyRDY7jf3o18YSKUWTe2G" } } ], @@ -50,7 +51,7 @@ }, "auth_signature": { "epoch": 1, - "signature": "hpGaM4d6YX1Tcgeqb640c6gcS2gJN1TCvd8H1qn9oTjrZ9aooOJ/J6/NH5lTa/Iw", + "signature": "l/Aj6W6FGHe+E23yLCFyTaoPm3LWXqWE6yIRzX79SNifh1q5D9Ude1H7yRHsOaE2", "signers_map": [ 58, 48, @@ -70,9 +71,9 @@ 0, 0, 0, - 2, + 1, 0, - 3, + 2, 0 ] } @@ -81,12 +82,12 @@ "V1": { "transactions": [ { - "transaction": "8cSDd8iN8DrsWMPqAAzAKecgN95SvEvn5eXvbbSJEkaR", - "effects": "EfLDBptKQe6R4e62VgcESyhLuh5AwQRVJKwyHq3cqyhd" + "transaction": "5rPwBdt6MqTmwNeCbBNTzdXStempK81mHpd3MuCfN4Mt", + "effects": "5x7jAFA56ZyMVKmAomcbP2uwLLqLgRzuRcQfZJHSW53h" }, { - "transaction": "3oMqZE9Zb6LHx62UACFzBFDjViuaW9wF1he9F4YwAwDd", - "effects": "5sSYP9basQJkUGDtMqCvGV1gwmnCFDw78BWw2q4o3F4M" + "transaction": "99opjMtEQQnYWw48gQLkHazPoKU4yUkZ15rC92L12XGy", + "effects": "Gvi8UkU5VYbcpG1aQizESXe6pYsRQZQRirkb3goT5Yt2" } ], "user_signatures": [ @@ -113,10 +114,10 @@ "kind": { "ConsensusCommitPrologueV1": { "epoch": 1, - "round": 1093, + "round": 1057, "sub_dag_index": null, - "commit_timestamp_ms": 1730899585469, - "consensus_commit_digest": "CJAigMByeHLyMT9jzDf4k64gMjCwNar83ge3tR6cwcqh", + "commit_timestamp_ms": 1731087154542, + "consensus_commit_digest": "3ioKAMf1LYS9UGBxbfxUWR9SmHeEDmURKCiS3XgV5xZT", "consensus_determined_version_assignments": { "CancelledTransactions": [] } @@ -152,17 +153,18 @@ "executed_epoch": 1, "gas_used": { "computationCost": "0", + "computationCostBurned": "0", "storageCost": "0", "storageRebate": "0", "nonRefundableStorageFee": "0" }, - "transaction_digest": "8cSDd8iN8DrsWMPqAAzAKecgN95SvEvn5eXvbbSJEkaR", + "transaction_digest": "5rPwBdt6MqTmwNeCbBNTzdXStempK81mHpd3MuCfN4Mt", "gas_object_index": null, "events_digest": null, "dependencies": [ - "7ojtWp41k2SftpEsaMYvFJFE2jnj6QjuangJoPFZevnh" + "ENnkQFHpkBxGwTji348YxusCbSSdrJhF3UY1fFyZbabX" ], - "lamport_version": 2182, + "lamport_version": 2098, "changed_objects": [ [ "0x0000000000000000000000000000000000000000000000000000000000000006", @@ -170,8 +172,8 @@ "input_state": { "Exist": [ [ - 2181, - "21JsuXLSGPg1ko7DjPuVqUji8CeFVr6P4J8TGrNEe6yF" + 2097, + "4pq7ERmcJ5po6R4zc7nEbE9LkJ8o1o7X6UQZTRFdZQ3a" ], { "Shared": { @@ -182,7 +184,7 @@ }, "output_state": { "ObjectWrite": [ - "6TRrhtejciRJWPPWNApSY5eM29qXzKycnvCVX7YyFuUf", + "7tCgmTb1XUtbTnCj8zyBGP5NwKyEC63i6YjLMDiwd81k", { "Shared": { "initial_shared_version": 1 @@ -211,7 +213,7 @@ "type_args": [] } }, - "version": 2181, + "version": 2097, "contents": [ 0, 0, @@ -245,10 +247,10 @@ 0, 0, 6, - 130, - 169, - 167, - 1, + 52, + 189, + 213, + 12, 147, 1, 0, @@ -261,7 +263,7 @@ "initial_shared_version": 1 } }, - "previous_transaction": "7ojtWp41k2SftpEsaMYvFJFE2jnj6QjuangJoPFZevnh", + "previous_transaction": "ENnkQFHpkBxGwTji348YxusCbSSdrJhF3UY1fFyZbabX", "storage_rebate": 0 } ], @@ -277,7 +279,7 @@ "type_args": [] } }, - "version": 2182, + "version": 2098, "contents": [ 0, 0, @@ -311,10 +313,10 @@ 0, 0, 6, + 110, 189, - 169, - 167, - 1, + 213, + 12, 147, 1, 0, @@ -327,7 +329,7 @@ "initial_shared_version": 1 } }, - "previous_transaction": "8cSDd8iN8DrsWMPqAAzAKecgN95SvEvn5eXvbbSJEkaR", + "previous_transaction": "5rPwBdt6MqTmwNeCbBNTzdXStempK81mHpd3MuCfN4Mt", "storage_rebate": 0 } ] @@ -354,7 +356,7 @@ "computation_charge": 0, "storage_rebate": 0, "non_refundable_storage_fee": 0, - "epoch_start_timestamp_ms": 1730899585469, + "epoch_start_timestamp_ms": 1731087154542, "system_packages": [] } } @@ -390,15 +392,16 @@ "executed_epoch": 1, "gas_used": { "computationCost": "0", + "computationCostBurned": "0", "storageCost": "0", "storageRebate": "0", "nonRefundableStorageFee": "0" }, - "transaction_digest": "3oMqZE9Zb6LHx62UACFzBFDjViuaW9wF1he9F4YwAwDd", + "transaction_digest": "99opjMtEQQnYWw48gQLkHazPoKU4yUkZ15rC92L12XGy", "gas_object_index": null, - "events_digest": "9Lnq4wgdAbVizKVAR1EQTL2AGoncfnHJNLsWg6uj2fJ9", + "events_digest": "FM8iE2p9uBkVSuFHwMXCinwAkBcR3iw1efnhH6ECQjUh", "dependencies": [ - "6yWcCcyp4qKuWEfrGn7dm2Dd6zJRNhb5FQtoS6eEX3FM" + "4DYVUL5tad1oC5xusubpY17vffqAyBkjmQfCQRdd3KRu" ], "lamport_version": 3, "changed_objects": [ @@ -409,7 +412,7 @@ "Exist": [ [ 2, - "8CRgcENPKtACiNpSqJbNvGWUqhwPCN8QM76MDwxXwFjF" + "DufRhDaFeic4pohypZWdB1yTpTixroHerWkQu4Rpc6fo" ], { "Shared": { @@ -420,7 +423,7 @@ }, "output_state": { "ObjectWrite": [ - "FNiz2yyMoYaiw6KkcZZpVwG1K6fMA4iaByiuNaj5SXgx", + "4r7zPgS4bzG14TVFgfSE1xp547UYqtEmEct9QxYtMtDt", { "Shared": { "initial_shared_version": 1 @@ -432,14 +435,29 @@ } ], [ - "0x2baedaa7011353958b4300c7119895293772fb9e589bcc33446c74bab60e9cd9", + "0x2ebc467a4825ed64ea9fabb6e403dfa784dff2d0e61e45841246bb96e581b4ef", + { + "input_state": "NotExist", + "output_state": { + "ObjectWrite": [ + "BsqgHwwnGL9GTdamcUMitvvKGvvYAGQ6sZAPRGGv2eAW", + { + "ObjectOwner": "0x8c95d95a13b79ed01819067ed1093f99db1cf958a83c445013c7b3592bdbcb98" + } + ] + }, + "id_operation": "Created" + } + ], + [ + "0x507caa85cf7ecec5ed3364aec3340c512e74adbb5d21a4976084c4af66786245", { "input_state": "NotExist", "output_state": { "ObjectWrite": [ - "Dv78WuX1i9cnWCv6HB9iQ7gvYXCABsdPK6rkkM8C9ccJ", + "6NKL9jrJ9AjL3QxRXqfE1ecy2Lgb7bvKAXLsSmFb684c", { - "AddressOwner": "0x810952ffed1a57987e8f7da7c2e2aa2f9a698c1a07469052d978ea7e609cc043" + "AddressOwner": "0x2919b85edd777017e40be03ad63ab6cee20a788d6eb2019559a558ada19ae71b" } ] }, @@ -453,7 +471,7 @@ "Exist": [ [ 2, - "DCAgU29DwJL2e2z9Udim4oFHZMChwEKpManpgC46gp3z" + "3pSX1fF1p39Rvx84UbJWhNHKAwnuo8FYBGR2i3CCpFVW" ], { "ObjectOwner": "0x0000000000000000000000000000000000000000000000000000000000000005" @@ -462,7 +480,7 @@ }, "output_state": { "ObjectWrite": [ - "3Hteo5yiReQhBbHBwdAgY8LnFHJVNAHj4mwsgQuL1i8M", + "FeQXd2zM4oBcJpfdB7WMs8W9UwQoL6EH1yuWabJfxZZs", { "ObjectOwner": "0x0000000000000000000000000000000000000000000000000000000000000005" } @@ -472,29 +490,14 @@ } ], [ - "0x6fff79557d7db9ab662d8249a8f9707faf7ae26294750efe47f674950d4193e3", - { - "input_state": "NotExist", - "output_state": { - "ObjectWrite": [ - "4QPiQDcS3ovXR3kuskrKv3GBG7zKxK7miGqYRJF3PzW1", - { - "ObjectOwner": "0x0a6a6dfbcb9c17b88453cc9117b3c8c7d28f18c07a167730d4a6cc7478f50e96" - } - ] - }, - "id_operation": "Created" - } - ], - [ - "0x79a92b37cc8aa3e492763b5ab6ccd4f939aff72c27c03f9b4ec60d3ef7db4399", + "0x71424ed073121a1911f3687403699b2389ab0365a0f7f8c37cc6d035cbda4097", { "input_state": "NotExist", "output_state": { "ObjectWrite": [ - "2aAu6JmCfjZFXiV2BhMzsqWzqyxNzBoQwkRJUyYJsCTJ", + "7FuHXSSce6kgiuYGirm9Se5AWtGD23aY2pJXzj8mBN8v", { - "AddressOwner": "0x0edfd5327d04f07bac736fba65a51fac32ab5792d6763a85fc46dbfc229fcc22" + "ObjectOwner": "0x19b777f952e60d1e9269f30c271c56b77638e11e915f3a247c141f11eabd11d9" } ] }, @@ -502,14 +505,14 @@ } ], [ - "0x7b308d7bd1ae6b0517e3b0067ce689d388bc6b7174601c93a273481e9931a3ca", + "0x8db6bd54ad4f222063e3fe2b959d6254798224316ca407cfc21b66eaca1b9547", { "input_state": "NotExist", "output_state": { "ObjectWrite": [ - "HfWHuavjvr6ALDCK6JBSYcTLCKw8KMmQ6SuYyVrCZzsr", + "6WUTpi3KJUkA4wwamKTQhQYwPoMdMahF1ec5yF1P15pW", { - "AddressOwner": "0x000a3e506e0d60475f965aabcf7cb7b64b9c71957b73b007b3a069093a7987dc" + "AddressOwner": "0xc0afe4713f5f894ab2d5696899cec27c8dd3ebcb8dd06811193f1cdd2f7458e3" } ] }, @@ -517,14 +520,14 @@ } ], [ - "0x910601f4c3f0fb6e98c86e9939ab68930c73b05b397c04b7882716babc6ebb06", + "0x8fc3ae151d8cd905880fe12a704d7c52bef474f686d475b1ed0e0413e947761c", { "input_state": "NotExist", "output_state": { "ObjectWrite": [ - "FbLBw1fQFw3wUnirbSFoJCRRG7mLBUyqXQE1SXLwbY7R", + "BBm7ikSuKKhc9te9hQW1EbtFFtAi7BKhycqLK96MkZyt", { - "AddressOwner": "0x33a0889dc00074a8da34fb8f7e05bb208983f4e562ccc3027a9fe2188b1a9281" + "AddressOwner": "0x43e8b5e5be1ac68e8ca24f3fa4e9a850fa2ef000f7fcc805243dde365ee94408" } ] }, @@ -532,14 +535,14 @@ } ], [ - "0xcd10f018c9c09a9c678308d0135aa425203ac8984d8bf426122958b36440d765", + "0x9f1198b4e3c97e133e613a37cefadf96ea2ec4116d4f2cbf5289641789eadf86", { "input_state": "NotExist", "output_state": { "ObjectWrite": [ - "DibLqbdSbkKN3kVEayoYbA2srFvKsCzaF2w99FTk6zna", + "8mdv9nUigSM28UTLLF62rm8NTNP9AsibhJoCqpR2VRJQ", { - "ObjectOwner": "0x4df4fdbfb3a0d8c64f38b44ad86ccc3de6cac29d2fe193682812d4fc84478276" + "ObjectOwner": "0xdf3e1b495d7540f4d64bbc79acf8e256e2b9a52b53cc9d0e74295ddf153fcd08" } ] }, @@ -547,14 +550,14 @@ } ], [ - "0xe8f1e5d0200e0668ece7da81693ec0877cd9031658a00b8344a0e9b8a239f68c", + "0xb0904ece1dd63f57a317eac4cce3a14af68a14311109f2b586d5cac5940759cd", { "input_state": "NotExist", "output_state": { "ObjectWrite": [ - "6tcpTYNevZjjNZB5aDKgyJUubACs9mZCuYhV2hTeShSo", + "w8zdCmdcfNTqj334KxaGNkF1itoWgyj3xP89etnJYZA", { - "ObjectOwner": "0xa44c78e091898d332667e55f8784cf662fb7b9427b2feaee224dcbd7c2c78c9f" + "ObjectOwner": "0x8392eceb8bc7a250d4488ce8fdbaf3651333ef18e5732b56416337839fad5d85" } ] }, @@ -562,14 +565,14 @@ } ], [ - "0xfa151bffc47d11abf4a56bb1a7b347570961e89b76735a39763527b50cf49302", + "0xc1d3030ebdcdf46f1fa65366df84ac76439b1b5cc105a9aaf31291029f6393f6", { "input_state": "NotExist", "output_state": { "ObjectWrite": [ - "D8fEijVR7GKxMRAKMPUhm74excXTFV7qVsCPcvnquSfY", + "2D8CGVWTXh3ypJRkgmF5svcWxkkHUGbancwYdECpSjHn", { - "ObjectOwner": "0x3f0a5b09ac5742e6e214f1791f7d0a899189c69182d4a8fa49193ca4c0bb6633" + "AddressOwner": "0xbee62a773a02ad22d9565589f6f2c344308f6d6f084e2539f51b04685e4c63d5" } ] }, @@ -594,102 +597,102 @@ "type_args": [] }, "contents": [ - 172, + 205, + 23, + 237, + 101, + 196, + 223, + 165, + 144, + 73, 40, - 183, + 152, + 156, + 38, + 172, 6, - 30, - 62, 187, - 32, - 14, - 71, - 100, - 178, - 222, - 101, - 144, + 80, + 131, + 252, + 156, + 198, 105, - 146, + 210, + 20, + 227, 192, - 42, - 229, - 165, + 121, + 85, 126, - 159, - 78, - 117, - 130, - 220, - 252, - 25, + 84, + 209, + 174, + 67, + 232, + 181, + 229, 190, - 146, - 32, - 51, - 160, - 136, - 157, - 192, - 0, - 116, + 26, + 198, + 142, + 140, + 162, + 79, + 63, + 164, + 233, 168, - 218, - 52, - 251, - 143, - 126, + 80, + 250, + 46, + 240, + 0, + 247, + 252, + 200, 5, - 187, - 32, - 137, - 131, - 244, + 36, + 61, + 222, + 54, + 94, + 233, + 68, + 8, + 67, + 232, + 181, 229, - 98, - 204, - 195, - 2, - 122, - 159, - 226, - 24, - 139, + 190, 26, - 146, - 129, - 51, - 160, - 136, - 157, - 192, - 0, - 116, + 198, + 142, + 140, + 162, + 79, + 63, + 164, + 233, 168, - 218, - 52, - 251, - 143, - 126, + 80, + 250, + 46, + 240, + 0, + 247, + 252, + 200, 5, - 187, - 32, - 137, - 131, - 244, - 229, - 98, - 204, - 195, - 2, - 122, - 159, - 226, - 24, - 139, - 26, - 146, - 129, + 36, + 61, + 222, + 54, + 94, + 233, + 68, + 8, 1, 0, 0, @@ -719,111 +722,111 @@ "type_args": [] }, "contents": [ - 110, + 207, + 45, + 23, + 237, + 112, + 22, + 155, + 235, + 198, + 250, + 75, + 26, + 133, + 192, + 213, + 197, + 147, + 157, + 67, + 6, + 247, + 136, + 54, + 200, + 184, + 231, + 36, + 53, + 236, + 43, + 58, + 87, + 192, + 175, + 228, + 113, + 63, + 95, + 137, + 74, + 178, + 213, + 105, + 104, + 153, + 206, + 194, + 124, + 141, + 211, + 235, + 203, + 141, + 208, + 104, + 17, 25, + 63, + 28, + 221, 47, - 202, - 128, 116, - 244, - 21, - 179, - 19, - 231, - 109, - 89, - 6, - 33, - 51, - 73, - 33, - 34, - 92, - 5, - 151, - 27, + 88, + 227, + 192, + 175, + 228, 113, - 250, - 184, - 72, - 42, - 8, - 240, - 184, - 123, - 14, - 223, + 63, + 95, + 137, + 74, + 178, 213, - 50, - 125, - 4, - 240, - 123, - 172, - 115, - 111, - 186, - 101, - 165, - 31, - 172, - 50, - 171, - 87, - 146, - 214, - 118, - 58, - 133, - 252, - 70, - 219, - 252, - 34, - 159, - 204, - 34, - 14, - 223, - 213, - 50, - 125, - 4, - 240, - 123, - 172, - 115, - 111, - 186, - 101, - 165, - 31, - 172, - 50, - 171, - 87, - 146, - 214, - 118, - 58, - 133, - 252, - 70, - 219, - 252, - 34, - 159, - 204, - 34, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, + 105, + 104, + 153, + 206, + 194, + 124, + 141, + 211, + 235, + 203, + 141, + 208, + 104, + 17, + 25, + 63, + 28, + 221, + 47, + 116, + 88, + 227, + 1, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, 14, 208, 231, @@ -844,102 +847,102 @@ "type_args": [] }, "contents": [ - 100, - 224, - 179, - 198, - 105, - 237, - 99, - 139, - 53, - 222, - 45, - 232, - 152, - 128, - 76, - 40, - 97, - 165, - 159, - 40, - 171, - 131, - 238, - 43, - 201, - 61, - 69, - 121, - 25, - 38, - 36, - 128, + 66, + 108, + 22, 0, - 10, + 65, + 68, 62, - 80, - 110, - 13, - 96, - 71, - 95, - 150, - 90, - 171, - 207, - 124, - 183, - 182, - 75, - 156, - 113, - 149, - 123, - 115, - 176, - 7, - 179, - 160, + 159, + 93, + 172, + 188, + 21, + 97, + 116, + 162, + 25, + 223, + 118, + 233, + 195, + 163, + 193, + 85, + 228, + 59, + 227, + 48, + 169, 105, - 9, - 58, - 121, - 135, - 220, - 0, - 10, - 62, - 80, - 110, - 13, - 96, - 71, - 95, - 150, 90, - 171, - 207, - 124, - 183, - 182, - 75, - 156, - 113, - 149, - 123, - 115, - 176, - 7, - 179, - 160, - 105, - 9, + 104, + 169, + 190, + 230, + 42, + 119, 58, - 121, - 135, - 220, + 2, + 173, + 34, + 217, + 86, + 85, + 137, + 246, + 242, + 195, + 68, + 48, + 143, + 109, + 111, + 8, + 78, + 37, + 57, + 245, + 27, + 4, + 104, + 94, + 76, + 99, + 213, + 190, + 230, + 42, + 119, + 58, + 2, + 173, + 34, + 217, + 86, + 85, + 137, + 246, + 242, + 195, + 68, + 48, + 143, + 109, + 111, + 8, + 78, + 37, + 57, + 245, + 27, + 4, + 104, + 94, + 76, + 99, + 213, 1, 0, 0, @@ -969,102 +972,102 @@ "type_args": [] }, "contents": [ - 72, - 57, - 253, - 203, - 207, - 227, - 240, - 156, - 150, - 39, - 11, - 153, - 61, - 37, - 78, - 236, - 210, - 134, - 217, - 208, + 82, + 40, + 18, + 20, 33, - 127, 187, - 189, - 191, - 104, - 218, - 73, - 223, - 164, - 57, - 243, - 129, - 9, - 82, - 255, + 48, + 175, + 108, 237, - 26, - 87, - 152, - 126, - 143, - 125, - 167, - 194, - 226, - 170, - 47, - 154, - 105, + 18, + 12, 140, - 26, - 7, + 4, + 173, + 180, + 59, + 61, + 219, + 227, + 74, 70, - 144, - 82, - 217, - 120, - 234, - 126, - 96, - 156, - 192, - 67, - 129, - 9, - 82, - 255, - 237, - 26, - 87, - 152, - 126, - 143, - 125, - 167, - 194, + 145, + 19, + 139, + 4, + 25, + 29, + 158, + 51, + 100, + 176, + 41, + 25, + 184, + 94, + 221, + 119, + 112, + 23, + 228, + 11, + 224, + 58, + 214, + 58, + 182, + 206, 226, - 170, - 47, + 10, + 120, + 141, + 110, + 178, + 1, + 149, + 89, + 165, + 88, + 173, + 161, 154, - 105, - 140, - 26, - 7, - 70, - 144, - 82, - 217, + 231, + 27, + 41, + 25, + 184, + 94, + 221, + 119, + 112, + 23, + 228, + 11, + 224, + 58, + 214, + 58, + 182, + 206, + 226, + 10, 120, - 234, - 126, - 96, - 156, - 192, - 67, + 141, + 110, + 178, + 1, + 149, + 89, + 165, + 88, + 173, + 161, + 154, + 231, + 27, 1, 0, 0, @@ -1102,38 +1105,38 @@ 0, 0, 0, - 51, - 160, - 136, - 157, - 192, - 0, - 116, - 168, - 218, - 52, - 251, - 143, - 126, - 5, - 187, - 32, - 137, - 131, - 244, + 67, + 232, + 181, 229, - 98, - 204, - 195, - 2, - 122, - 159, - 226, - 24, - 139, + 190, 26, - 146, - 129, + 198, + 142, + 140, + 162, + 79, + 63, + 164, + 233, + 168, + 80, + 250, + 46, + 240, + 0, + 247, + 252, + 200, + 5, + 36, + 61, + 222, + 54, + 94, + 233, + 68, + 8, 232, 3, 0, @@ -1220,38 +1223,38 @@ 0, 0, 0, - 14, - 223, + 192, + 175, + 228, + 113, + 63, + 95, + 137, + 74, + 178, 213, - 50, - 125, - 4, - 240, - 123, - 172, - 115, - 111, - 186, - 101, - 165, - 31, - 172, - 50, - 171, - 87, - 146, - 214, - 118, - 58, - 133, - 252, - 70, - 219, - 252, - 34, - 159, - 204, - 34, + 105, + 104, + 153, + 206, + 194, + 124, + 141, + 211, + 235, + 203, + 141, + 208, + 104, + 17, + 25, + 63, + 28, + 221, + 47, + 116, + 88, + 227, 232, 3, 0, @@ -1338,38 +1341,38 @@ 0, 0, 0, - 0, - 10, - 62, - 80, - 110, - 13, - 96, - 71, - 95, - 150, - 90, - 171, - 207, - 124, - 183, - 182, - 75, - 156, - 113, - 149, - 123, - 115, - 176, - 7, - 179, - 160, - 105, - 9, + 190, + 230, + 42, + 119, 58, - 121, - 135, - 220, + 2, + 173, + 34, + 217, + 86, + 85, + 137, + 246, + 242, + 195, + 68, + 48, + 143, + 109, + 111, + 8, + 78, + 37, + 57, + 245, + 27, + 4, + 104, + 94, + 76, + 99, + 213, 232, 3, 0, @@ -1456,38 +1459,38 @@ 0, 0, 0, - 129, - 9, - 82, - 255, - 237, - 26, - 87, - 152, - 126, - 143, - 125, - 167, - 194, + 41, + 25, + 184, + 94, + 221, + 119, + 112, + 23, + 228, + 11, + 224, + 58, + 214, + 58, + 182, + 206, 226, - 170, - 47, - 154, - 105, - 140, - 26, - 7, - 70, - 144, - 82, - 217, + 10, 120, - 234, - 126, - 96, - 156, - 192, - 67, + 141, + 110, + 178, + 1, + 149, + 89, + 165, + 88, + 173, + 161, + 154, + 231, + 27, 232, 3, 0, @@ -1720,7 +1723,7 @@ "initial_shared_version": 1 } }, - "previous_transaction": "6yWcCcyp4qKuWEfrGn7dm2Dd6zJRNhb5FQtoS6eEX3FM", + "previous_transaction": "4DYVUL5tad1oC5xusubpY17vffqAyBkjmQfCQRdd3KRu", "storage_rebate": 0 }, { @@ -1810,38 +1813,38 @@ 0, 0, 0, + 33, + 120, + 211, + 59, + 94, + 251, + 190, + 29, + 133, + 24, + 140, + 237, + 130, 57, - 150, - 87, - 200, - 104, - 30, - 18, - 30, - 85, - 184, - 134, - 1, - 66, - 9, - 163, - 166, - 55, - 230, - 117, - 238, - 217, - 89, - 95, - 37, - 234, - 22, - 66, - 64, - 152, - 125, 191, + 221, + 188, + 132, + 174, + 6, + 148, + 192, + 142, + 32, 59, + 66, + 217, + 202, + 103, + 195, + 2, + 210, 0, 240, 105, @@ -1859,46 +1862,46 @@ 24, 0, 4, - 51, - 160, - 136, - 157, - 192, - 0, - 116, - 168, - 218, - 52, - 251, - 143, - 126, - 5, - 187, - 32, - 137, - 131, - 244, + 67, + 232, + 181, 229, - 98, - 204, - 195, - 2, - 122, - 159, - 226, - 24, - 139, + 190, 26, - 146, - 129, - 96, - 141, - 207, - 246, - 209, - 85, - 4, - 10, + 198, + 142, + 140, + 162, + 79, + 63, + 164, + 233, + 168, + 80, + 250, + 46, + 240, + 0, + 247, + 252, + 200, + 5, + 36, + 61, + 222, + 54, + 94, + 233, + 68, + 8, + 96, + 141, + 207, + 246, + 209, + 85, + 4, + 10, 101, 111, 72, @@ -1989,120 +1992,120 @@ 56, 212, 32, - 134, - 31, - 111, - 13, - 221, - 198, - 100, - 120, - 186, - 6, - 206, - 22, - 220, - 182, - 87, - 183, - 152, - 144, - 178, - 35, - 230, - 217, - 83, - 227, - 50, - 26, - 186, + 196, 62, - 38, - 27, - 72, - 246, - 32, - 36, - 55, - 28, - 23, - 34, - 35, - 243, - 123, - 113, - 122, - 170, + 132, 24, - 8, + 163, + 189, 82, - 30, - 216, - 35, - 16, - 113, - 150, - 244, - 30, - 25, - 69, + 102, + 141, 245, - 112, - 26, - 30, - 126, - 171, - 75, - 168, - 48, - 169, - 92, - 193, - 224, + 98, + 152, + 156, + 97, + 252, + 197, + 195, + 47, 86, - 200, - 233, - 154, - 168, - 15, - 238, - 68, - 164, - 68, - 201, - 233, - 68, - 193, - 247, - 20, + 12, + 85, + 19, + 174, + 41, + 58, + 124, + 46, + 194, + 31, + 214, + 202, + 227, + 32, + 19, + 59, + 167, + 93, 117, - 234, - 159, - 146, - 166, - 6, + 58, + 188, + 191, + 5, + 119, + 233, 190, - 199, - 185, - 68, - 136, - 167, - 103, - 10, - 228, - 137, + 18, + 97, + 124, + 116, + 104, + 64, + 49, + 71, + 93, + 217, + 56, + 139, + 72, + 40, + 147, 175, - 174, - 224, - 4, + 70, + 71, + 25, + 63, + 48, + 137, + 184, + 29, + 114, + 29, + 48, + 118, + 206, + 228, + 215, + 24, + 238, + 59, + 87, + 84, + 81, + 230, + 3, + 166, + 206, + 229, 252, - 175, - 42, - 80, - 117, - 163, - 79, - 7, + 87, + 57, + 38, + 113, + 39, + 177, + 195, + 229, + 217, + 100, + 174, + 220, + 140, + 204, + 243, + 229, + 203, + 82, + 41, + 10, + 146, + 240, + 229, + 138, + 122, + 9, 11, 118, 97, @@ -2138,11 +2141,11 @@ 99, 112, 47, - 51, - 53, + 52, 50, - 56, - 55, + 53, + 48, + 53, 47, 104, 116, @@ -2168,11 +2171,11 @@ 100, 112, 47, - 51, - 56, - 56, 52, - 51, + 50, + 50, + 53, + 55, 24, 47, 105, @@ -2193,9 +2196,9 @@ 100, 112, 47, - 51, 52, - 51, + 49, + 50, 55, 51, 0, @@ -2205,38 +2208,38 @@ 0, 0, 0, - 246, - 217, - 55, - 38, - 228, - 199, - 195, - 150, - 126, - 48, - 101, - 68, - 164, - 200, - 70, - 139, - 186, - 140, - 235, - 219, - 111, - 108, + 193, + 172, 150, - 131, - 190, - 94, - 8, - 133, + 93, + 42, + 76, + 232, + 112, 27, - 201, - 140, + 20, + 5, + 72, + 216, + 182, + 218, + 2, + 154, + 69, + 196, + 72, + 211, + 177, + 54, + 182, + 188, + 223, + 197, + 33, + 134, + 9, 159, + 212, 0, 0, 0, @@ -2253,38 +2256,38 @@ 0, 0, 0, - 248, - 170, - 251, - 45, - 189, - 133, - 62, - 187, - 241, - 45, + 177, + 240, + 130, + 136, + 211, + 97, + 82, + 53, + 42, 159, - 166, - 88, - 34, - 107, - 13, - 212, - 247, - 113, - 147, + 55, + 118, 64, - 198, - 121, - 110, - 161, - 208, - 199, - 195, - 29, - 74, - 37, - 151, + 200, + 24, + 224, + 95, + 133, + 217, + 207, + 178, + 27, + 2, + 36, + 238, + 5, + 33, + 211, + 56, + 174, + 138, + 160, 232, 3, 0, @@ -2293,38 +2296,38 @@ 0, 0, 0, - 172, + 205, + 23, + 237, + 101, + 196, + 223, + 165, + 144, + 73, 40, - 183, + 152, + 156, + 38, + 172, 6, - 30, - 62, 187, - 32, - 14, - 71, - 100, - 178, - 222, - 101, - 144, + 80, + 131, + 252, + 156, + 198, 105, - 146, + 210, + 20, + 227, 192, - 42, - 229, - 165, + 121, + 85, 126, - 159, - 78, - 117, - 130, - 220, - 252, - 25, - 190, - 146, - 32, + 84, + 209, + 174, 1, 0, 0, @@ -2359,38 +2362,38 @@ 87, 5, 0, - 10, - 106, - 109, - 251, - 203, - 156, - 23, - 184, - 132, - 83, - 204, - 145, - 23, - 179, - 200, - 199, - 210, - 143, + 140, + 149, + 217, + 90, + 19, + 183, + 158, + 208, 24, - 192, - 122, - 22, - 119, - 48, - 212, - 166, - 204, - 116, - 120, - 245, - 14, - 150, + 25, + 6, + 126, + 209, + 9, + 63, + 153, + 219, + 28, + 249, + 88, + 168, + 60, + 68, + 80, + 19, + 199, + 179, + 89, + 43, + 219, + 203, + 152, 2, 0, 0, @@ -2423,38 +2426,38 @@ 0, 0, 0, - 120, - 124, - 51, - 225, - 6, - 59, - 117, - 162, - 131, - 128, - 121, - 207, - 73, - 99, - 77, - 202, - 38, - 7, - 126, - 57, - 87, - 171, - 192, - 183, - 27, - 139, - 208, - 249, - 124, - 205, + 165, + 143, + 84, + 159, + 166, + 25, 12, - 4, + 161, + 141, + 32, + 3, + 3, + 139, + 169, + 133, + 182, + 69, + 119, + 237, + 71, + 47, + 66, + 63, + 192, + 99, + 180, + 148, + 177, + 252, + 179, + 73, + 49, 0, 0, 0, @@ -2495,38 +2498,38 @@ 0, 0, 0, - 9, - 238, - 231, - 132, - 10, + 88, + 133, + 61, + 66, + 13, 222, - 201, + 200, + 212, 234, - 176, - 75, - 130, - 208, - 125, - 237, - 85, - 129, - 65, - 117, - 46, + 213, + 88, + 180, + 147, 113, - 156, - 39, - 201, - 90, - 42, - 115, - 60, - 209, + 102, + 159, + 0, 78, - 192, - 139, - 87, + 17, + 138, + 135, + 26, + 79, + 98, + 16, + 8, + 194, + 99, + 131, + 241, + 33, + 37, 0, 0, 0, @@ -2535,38 +2538,38 @@ 0, 0, 0, - 14, - 223, + 192, + 175, + 228, + 113, + 63, + 95, + 137, + 74, + 178, 213, - 50, - 125, - 4, - 240, - 123, - 172, - 115, - 111, - 186, - 101, - 165, - 31, - 172, - 50, - 171, - 87, - 146, - 214, - 118, - 58, - 133, - 252, - 70, - 219, - 252, - 34, - 159, - 204, - 34, + 105, + 104, + 153, + 206, + 194, + 124, + 141, + 211, + 235, + 203, + 141, + 208, + 104, + 17, + 25, + 63, + 28, + 221, + 47, + 116, + 88, + 227, 96, 153, 242, @@ -2665,120 +2668,120 @@ 26, 16, 32, - 15, - 166, - 26, - 3, - 53, - 47, - 196, - 54, - 226, - 169, - 237, - 101, - 192, - 146, - 201, - 99, - 148, - 245, - 118, - 55, - 73, - 22, - 137, - 47, - 46, - 5, - 142, - 33, - 224, + 124, + 182, + 186, + 91, + 12, + 170, + 131, + 177, + 61, + 203, + 127, + 80, + 232, + 52, 130, - 109, - 93, - 32, - 16, - 9, - 47, - 121, - 214, - 144, - 33, - 81, - 79, - 25, - 70, + 1, 139, - 221, + 38, + 18, + 19, + 17, + 68, + 191, + 185, + 79, + 7, + 213, + 179, 21, - 225, - 4, - 57, - 47, - 236, - 137, - 152, - 99, - 61, - 135, - 162, - 198, - 115, - 50, - 181, - 240, - 121, - 202, - 48, - 174, - 115, - 56, - 139, - 254, - 65, - 116, - 29, - 203, - 122, - 178, + 145, + 211, + 187, + 32, + 94, + 91, + 130, + 163, + 159, + 253, + 136, + 192, 238, - 63, - 226, - 177, - 11, - 135, - 39, + 131, + 218, + 155, + 62, + 192, + 0, + 198, + 173, + 130, + 103, + 59, + 148, + 58, + 239, + 141, + 231, + 179, + 8, + 76, + 140, + 228, + 117, + 96, + 48, + 149, + 156, + 76, 233, - 254, - 132, - 150, - 30, - 43, - 127, - 207, - 31, + 34, + 137, + 19, + 218, 66, - 145, - 50, - 234, + 180, + 247, + 89, + 225, + 191, 83, - 9, - 66, - 41, - 127, - 6, - 230, - 22, - 253, - 55, - 147, - 38, - 224, - 238, + 121, + 39, + 43, + 112, + 84, + 165, + 35, + 231, + 134, + 23, + 125, + 5, + 153, + 229, + 197, + 243, 25, - 85, - 170, + 147, + 7, + 167, + 218, + 65, + 169, + 20, + 123, + 151, + 209, + 118, + 154, + 4, + 53, + 71, + 105, 11, 118, 97, @@ -2816,9 +2819,9 @@ 47, 51, 51, - 48, - 48, 53, + 52, + 57, 47, 104, 116, @@ -2844,11 +2847,11 @@ 100, 112, 47, - 51, - 52, 52, - 50, 53, + 53, + 55, + 55, 24, 47, 105, @@ -2869,11 +2872,11 @@ 100, 112, 47, + 51, + 51, 52, - 52, - 50, - 54, - 53, + 57, + 49, 0, 0, 0, @@ -2881,38 +2884,38 @@ 0, 0, 0, - 104, - 42, - 21, - 142, - 204, - 177, - 70, - 194, - 132, - 12, - 138, + 250, + 44, 99, - 217, - 27, - 80, - 204, - 85, + 101, + 202, + 88, + 5, + 61, + 253, + 24, + 51, + 26, + 87, + 210, + 184, + 240, + 42, + 40, + 131, + 205, + 59, + 201, + 168, + 247, + 101, + 11, 54, - 179, - 39, - 203, - 58, - 72, - 76, - 19, - 52, - 4, + 150, 130, - 111, - 122, - 184, - 253, + 210, + 2, + 86, 0, 0, 0, @@ -2929,38 +2932,38 @@ 0, 0, 0, - 112, - 113, - 126, - 98, - 132, - 65, - 132, - 77, - 28, - 70, 102, - 160, - 151, - 252, - 157, - 74, - 249, - 47, - 174, - 174, - 126, - 226, - 96, - 161, - 81, - 194, - 213, - 7, - 70, + 140, + 54, + 205, + 193, + 218, + 197, 97, - 220, - 123, + 35, + 198, + 30, + 231, + 98, + 41, + 134, + 110, + 115, + 97, + 203, + 29, + 81, + 3, + 42, + 58, + 45, + 152, + 33, + 80, + 128, + 118, + 115, + 111, 232, 3, 0, @@ -2969,38 +2972,38 @@ 0, 0, 0, - 110, - 25, - 47, - 202, - 128, - 116, - 244, - 21, - 179, - 19, - 231, - 109, - 89, - 6, - 33, - 51, - 73, - 33, - 34, - 92, - 5, - 151, - 27, - 113, + 207, + 45, + 23, + 237, + 112, + 22, + 155, + 235, + 198, 250, + 75, + 26, + 133, + 192, + 213, + 197, + 147, + 157, + 67, + 6, + 247, + 136, + 54, + 200, 184, - 72, - 42, - 8, - 240, - 184, - 123, + 231, + 36, + 53, + 236, + 43, + 58, + 87, 1, 0, 0, @@ -3035,38 +3038,38 @@ 87, 5, 0, - 77, + 223, + 62, + 27, + 73, + 93, + 117, + 64, 244, - 253, - 191, - 179, - 160, - 216, - 198, - 79, - 56, - 180, - 74, - 216, - 108, + 214, + 75, + 188, + 121, + 172, + 248, + 226, + 86, + 226, + 185, + 165, + 43, + 83, 204, - 61, - 230, - 202, - 194, 157, - 47, - 225, - 147, - 104, - 40, - 18, - 212, - 252, - 132, - 71, - 130, - 118, + 14, + 116, + 41, + 93, + 223, + 21, + 63, + 205, + 8, 2, 0, 0, @@ -3099,38 +3102,38 @@ 0, 0, 0, - 58, - 195, - 27, - 41, - 245, - 55, - 244, - 112, - 3, - 231, - 163, - 76, - 180, + 60, + 19, + 165, + 167, + 113, + 73, + 173, + 158, + 249, 1, - 105, - 15, - 85, - 30, + 137, + 200, + 167, + 2, + 6, + 36, + 233, + 143, + 38, + 144, 146, - 114, - 26, - 214, - 253, - 110, - 56, - 34, - 204, - 14, - 46, - 223, - 25, - 239, + 157, + 93, + 201, + 6, + 141, + 179, + 74, + 31, + 1, + 243, + 249, 0, 0, 0, @@ -3171,39 +3174,38 @@ 0, 0, 0, - 39, - 3, - 244, - 133, - 207, - 100, - 110, - 34, - 185, - 172, - 219, - 102, - 182, - 127, - 237, - 220, - 106, - 118, - 241, 174, - 124, - 144, - 122, - 233, - 78, - 176, - 165, - 121, - 84, - 127, + 227, + 90, + 63, + 120, + 139, + 75, + 210, + 232, + 201, + 40, + 254, + 61, + 139, + 164, + 135, + 89, 80, - 53, - 0, + 67, + 197, + 79, + 23, + 193, + 220, + 192, + 27, + 225, + 247, + 132, + 19, + 170, + 106, 0, 0, 0, @@ -3212,37 +3214,38 @@ 0, 0, 0, - 10, - 62, - 80, - 110, - 13, - 96, - 71, - 95, - 150, - 90, - 171, - 207, - 124, - 183, - 182, - 75, - 156, - 113, - 149, - 123, - 115, - 176, - 7, - 179, - 160, - 105, - 9, + 190, + 230, + 42, + 119, 58, - 121, - 135, - 220, + 2, + 173, + 34, + 217, + 86, + 85, + 137, + 246, + 242, + 195, + 68, + 48, + 143, + 109, + 111, + 8, + 78, + 37, + 57, + 245, + 27, + 4, + 104, + 94, + 76, + 99, + 213, 96, 173, 222, @@ -3341,120 +3344,120 @@ 88, 242, 32, + 30, + 37, + 183, + 240, + 103, + 163, 179, 125, - 193, - 129, - 51, - 36, - 214, - 151, - 78, - 71, - 87, - 2, - 242, - 49, - 204, - 99, - 67, - 54, - 42, - 142, - 97, - 236, - 212, - 193, - 5, 63, - 236, - 74, - 67, - 228, - 62, + 45, + 181, + 93, + 28, + 89, + 229, + 5, + 106, + 163, + 206, + 78, 29, - 32, - 186, - 84, - 241, - 234, - 242, - 77, - 240, - 231, - 191, - 237, - 136, - 84, - 92, - 44, + 199, + 170, + 104, + 45, + 224, + 239, 38, - 221, - 18, - 166, - 74, - 225, - 196, - 78, + 161, + 81, + 144, + 126, 32, - 214, - 70, - 208, - 163, - 56, - 229, - 210, + 126, + 135, + 13, + 21, + 110, + 182, + 43, + 100, + 73, + 50, + 39, + 165, 30, - 219, + 73, + 87, + 94, + 30, + 140, + 210, + 23, + 43, + 12, + 234, + 159, + 61, + 202, + 207, + 104, + 212, + 250, + 231, + 63, 48, - 161, + 130, + 188, + 193, + 4, + 218, + 97, + 149, 191, - 35, + 5, + 78, + 7, + 112, 33, - 137, - 191, - 24, + 68, + 224, + 59, + 39, + 98, + 169, + 118, + 239, + 107, + 148, + 29, + 214, + 12, + 75, + 189, + 224, + 32, + 251, 184, - 17, - 143, - 120, - 55, - 108, - 168, - 194, - 142, - 62, - 147, - 17, - 192, - 102, - 15, - 26, - 41, - 221, - 147, - 67, - 237, - 88, - 213, - 0, - 237, - 230, - 197, - 58, - 190, - 20, - 76, - 45, - 67, - 175, - 123, - 120, + 107, 66, - 102, - 130, - 233, + 33, + 222, + 190, + 35, + 51, + 112, + 199, + 58, 214, + 198, + 43, + 186, + 235, + 19, 11, 118, 97, @@ -3490,11 +3493,11 @@ 99, 112, 47, - 52, - 54, - 54, + 51, 54, - 57, + 55, + 48, + 53, 47, 104, 116, @@ -3521,10 +3524,10 @@ 112, 47, 51, - 55, - 48, - 55, - 55, + 57, + 50, + 54, + 57, 24, 47, 105, @@ -3545,11 +3548,11 @@ 100, 112, 47, - 51, - 55, - 56, + 52, + 52, 50, 53, + 55, 0, 0, 0, @@ -3557,38 +3560,38 @@ 0, 0, 0, - 155, - 133, - 125, - 226, - 216, - 57, - 194, - 100, - 85, - 170, - 123, - 196, 209, - 29, - 110, - 134, - 54, - 54, - 157, - 138, - 184, - 33, - 22, - 229, - 152, - 222, - 245, + 106, + 60, + 28, + 216, + 87, + 117, + 44, + 84, + 47, + 230, + 60, + 135, + 6, + 51, + 174, + 41, 241, - 30, - 213, - 246, - 169, + 66, + 2, + 40, + 192, + 103, + 218, + 11, + 122, + 250, + 66, + 79, + 142, + 211, + 4, 0, 0, 0, @@ -3605,38 +3608,38 @@ 0, 0, 0, - 5, - 88, + 155, + 69, + 37, + 119, + 94, + 101, + 203, + 127, + 114, + 40, + 83, + 87, + 40, + 234, + 215, 188, - 62, - 106, - 79, - 248, + 58, + 35, 220, - 179, - 186, - 133, - 39, - 184, - 241, - 160, - 27, - 90, - 30, - 21, - 72, - 243, - 217, - 146, - 118, - 159, - 205, - 52, - 180, - 120, - 45, - 33, - 204, + 69, + 167, + 187, + 76, + 163, + 122, + 10, + 181, + 147, + 70, + 189, + 87, + 154, 232, 3, 0, @@ -3645,38 +3648,38 @@ 0, 0, 0, - 100, - 224, - 179, - 198, - 105, - 237, - 99, - 139, - 53, - 222, - 45, - 232, - 152, - 128, - 76, - 40, - 97, - 165, + 66, + 108, + 22, + 0, + 65, + 68, + 62, 159, - 40, - 171, - 131, - 238, - 43, - 201, - 61, - 69, - 121, + 93, + 172, + 188, + 21, + 97, + 116, + 162, 25, - 38, - 36, - 128, + 223, + 118, + 233, + 195, + 163, + 193, + 85, + 228, + 59, + 227, + 48, + 169, + 105, + 90, + 104, + 169, 1, 0, 0, @@ -3711,38 +3714,38 @@ 87, 5, 0, - 164, - 76, - 120, - 224, - 145, - 137, - 141, - 51, - 38, - 103, - 229, - 95, - 135, - 132, - 207, - 102, - 47, - 183, - 185, - 66, - 123, - 47, - 234, - 238, - 34, - 77, - 203, - 215, - 194, + 131, + 146, + 236, + 235, + 139, 199, + 162, + 80, + 212, + 72, 140, + 232, + 253, + 186, + 243, + 101, + 19, + 51, + 239, + 24, + 229, + 115, + 43, + 86, + 65, + 99, + 55, + 131, 159, + 173, + 93, + 133, 2, 0, 0, @@ -3775,38 +3778,38 @@ 0, 0, 0, - 76, - 111, - 109, - 223, - 145, - 44, - 117, - 45, - 107, - 170, - 150, + 78, + 224, + 13, + 230, + 63, + 173, + 19, 87, - 200, - 159, - 166, - 247, - 17, - 170, - 25, - 145, - 193, - 58, - 35, + 20, 241, - 182, - 102, - 151, - 208, - 70, + 227, + 85, + 250, + 133, + 57, + 177, + 238, + 152, + 194, + 210, + 123, + 166, + 245, 195, - 228, - 12, + 78, + 24, + 150, + 68, + 210, + 194, + 135, + 90, 0, 0, 0, @@ -3847,38 +3850,38 @@ 0, 0, 0, - 192, - 21, - 36, - 38, - 182, - 46, - 3, - 133, - 185, - 239, - 89, - 52, - 1, - 15, - 208, - 110, - 26, + 131, + 5, + 19, + 173, + 71, + 85, + 34, 154, - 16, - 207, - 86, - 254, - 72, - 144, - 28, - 121, - 30, - 161, + 188, + 178, + 2, + 156, + 113, + 213, + 174, + 54, + 18, + 43, + 140, + 17, + 237, + 175, + 95, + 125, + 104, + 199, + 61, + 170, + 9, 101, - 162, - 168, - 123, + 233, + 169, 0, 0, 0, @@ -3887,38 +3890,38 @@ 0, 0, 0, - 129, - 9, - 82, - 255, - 237, - 26, - 87, - 152, - 126, - 143, - 125, - 167, - 194, + 41, + 25, + 184, + 94, + 221, + 119, + 112, + 23, + 228, + 11, + 224, + 58, + 214, + 58, + 182, + 206, 226, - 170, - 47, - 154, - 105, - 140, - 26, - 7, - 70, - 144, - 82, - 217, + 10, 120, - 234, - 126, - 96, - 156, - 192, - 67, + 141, + 110, + 178, + 1, + 149, + 89, + 165, + 88, + 173, + 161, + 154, + 231, + 27, 96, 179, 253, @@ -4017,120 +4020,120 @@ 116, 244, 32, - 41, - 38, - 58, - 81, - 198, - 205, - 136, - 129, - 104, + 201, + 240, + 172, + 219, + 174, 239, - 56, - 167, - 125, + 53, + 226, + 13, + 220, + 210, + 185, + 203, + 133, + 146, + 206, + 6, + 139, + 173, + 40, + 92, + 214, 151, - 59, - 121, - 5, + 52, + 6, + 137, + 118, + 144, + 242, 19, - 163, - 123, - 71, - 136, - 162, - 231, - 193, - 115, - 63, - 232, - 224, - 120, - 134, - 117, + 109, + 86, 32, - 240, - 54, - 239, - 101, - 29, - 110, - 239, - 111, - 150, - 35, - 199, 81, - 219, - 178, - 93, - 204, - 174, - 118, - 139, - 230, - 246, + 29, 75, - 220, - 241, - 221, - 55, - 118, - 234, - 243, - 35, - 170, - 60, - 48, - 148, - 216, - 214, + 191, + 136, + 151, + 177, + 166, + 53, + 182, 127, - 204, - 59, - 134, - 32, - 218, - 183, - 49, - 11, - 22, + 24, + 25, + 179, + 223, + 34, + 251, + 7, + 173, + 106, 47, - 148, - 26, - 252, - 90, - 44, - 0, + 67, + 193, + 58, + 192, + 103, + 173, + 85, 118, + 125, + 57, + 17, + 48, + 153, + 255, + 85, + 74, + 254, + 22, + 45, + 78, + 194, + 45, + 69, + 22, + 157, + 104, + 32, + 132, + 29, + 176, 231, + 38, + 185, + 55, + 215, + 253, + 84, + 132, + 62, + 124, + 59, + 5, + 26, + 27, + 11, + 119, + 18, 94, - 103, - 164, - 44, - 82, - 45, - 28, - 3, - 209, - 255, - 206, - 63, + 189, + 55, + 92, + 233, + 0, 84, - 70, - 42, - 101, - 192, - 203, - 169, - 86, - 182, - 44, - 12, - 214, - 113, - 85, + 93, + 186, + 196, + 29, + 103, + 167, 11, 118, 97, @@ -4167,10 +4170,10 @@ 112, 47, 52, - 48, + 52, + 53, 49, 55, - 53, 47, 104, 116, @@ -4197,10 +4200,10 @@ 112, 47, 51, - 54, - 54, - 53, - 53, + 52, + 48, + 51, + 55, 24, 47, 105, @@ -4221,11 +4224,11 @@ 100, 112, 47, - 51, - 51, - 49, - 54, - 51, + 52, + 53, + 56, + 53, + 55, 0, 0, 0, @@ -4233,38 +4236,38 @@ 0, 0, 0, - 33, - 133, - 86, - 244, - 116, - 149, - 251, - 18, - 121, - 94, - 175, - 131, - 71, - 148, - 105, - 179, - 99, - 12, - 107, - 98, - 116, - 80, - 197, - 20, + 66, + 169, + 21, + 132, + 190, + 62, + 174, + 59, + 27, + 25, + 169, + 27, + 16, + 219, + 37, + 141, 250, - 232, - 181, - 57, - 213, - 19, - 177, - 215, + 49, + 205, + 67, + 148, + 42, + 101, + 170, + 175, + 157, + 115, + 136, + 211, + 126, + 55, + 241, 0, 0, 0, @@ -4281,78 +4284,78 @@ 0, 0, 0, + 230, + 160, + 169, 226, - 9, - 123, - 58, - 225, - 246, - 130, - 11, - 248, - 189, - 93, - 172, - 10, - 248, - 130, - 188, - 139, - 175, - 29, - 170, - 37, - 212, - 66, - 18, - 7, - 27, + 177, + 83, 119, - 218, - 247, - 19, - 80, - 50, - 232, - 3, - 0, - 0, - 0, - 0, - 0, - 0, - 72, - 57, - 253, - 203, - 207, - 227, - 240, - 156, - 150, - 39, - 11, - 153, - 61, - 37, - 78, + 70, + 254, + 149, + 70, + 131, + 56, + 219, + 173, + 172, + 209, + 121, + 245, + 182, + 94, + 49, + 48, + 13, + 108, + 6, + 173, + 172, + 220, + 23, 236, - 210, - 134, - 217, - 208, + 48, + 232, + 3, + 0, + 0, + 0, + 0, + 0, + 0, + 82, + 40, + 18, + 20, 33, - 127, 187, - 189, - 191, - 104, - 218, - 73, - 223, - 164, - 57, - 243, + 48, + 175, + 108, + 237, + 18, + 12, + 140, + 4, + 173, + 180, + 59, + 61, + 219, + 227, + 74, + 70, + 145, + 19, + 139, + 4, + 25, + 29, + 158, + 51, + 100, + 176, 1, 0, 0, @@ -4387,38 +4390,38 @@ 87, 5, 0, - 63, - 10, - 91, - 9, - 172, - 87, - 66, + 25, + 183, + 119, + 249, + 82, 230, - 226, + 13, + 30, + 146, + 105, + 243, + 12, + 39, + 28, + 86, + 183, + 118, + 56, + 225, + 30, + 145, + 95, + 58, + 36, + 124, 20, - 241, - 121, 31, - 125, - 10, - 137, - 145, - 137, - 198, - 145, - 130, - 212, - 168, - 250, - 73, - 25, - 60, - 164, - 192, - 187, - 102, - 51, + 17, + 234, + 189, + 17, + 217, 2, 0, 0, @@ -4451,38 +4454,38 @@ 0, 0, 0, - 69, - 216, - 5, - 48, - 146, - 207, - 171, - 188, - 17, - 245, - 96, - 167, - 255, - 123, - 39, - 120, - 58, - 42, - 59, + 44, 118, - 233, - 86, - 167, - 160, - 229, - 35, - 102, - 107, - 224, - 181, - 254, - 210, + 58, + 249, + 246, + 128, + 40, + 44, + 113, + 168, + 103, + 159, + 201, + 41, + 71, + 22, + 179, + 109, + 66, + 96, + 65, + 41, + 238, + 95, + 63, + 159, + 128, + 82, + 6, + 19, + 230, + 36, 0, 0, 0, @@ -4523,78 +4526,78 @@ 0, 0, 0, - 86, - 12, - 113, - 163, - 11, - 21, - 8, - 150, - 62, - 89, - 116, - 178, - 91, - 5, - 77, - 105, - 88, - 193, - 84, - 166, - 174, - 9, - 86, - 237, - 116, - 138, - 167, - 243, - 140, - 110, - 234, - 37, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 39, - 44, - 233, - 113, - 176, + 227, + 214, + 106, 80, - 96, - 52, - 18, - 14, - 61, - 96, - 236, - 82, - 11, - 138, - 215, + 49, 236, - 171, - 251, - 98, + 230, + 181, + 194, + 71, + 204, + 47, + 195, + 108, + 37, 8, + 136, + 161, + 95, + 189, + 20, + 240, + 60, + 188, + 53, + 215, + 47, + 169, + 187, + 142, + 12, + 183, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 51, 175, - 31, - 11, - 15, - 199, - 151, - 220, - 147, - 86, + 121, + 165, 254, + 196, + 180, + 235, + 206, + 116, + 244, + 241, + 228, + 36, + 190, + 59, + 96, + 143, + 116, + 246, + 216, + 37, + 10, + 154, + 151, + 190, + 78, + 196, + 88, + 135, + 200, + 232, 0, 0, 0, @@ -4604,38 +4607,38 @@ 0, 0, 0, - 191, - 221, - 203, - 13, - 214, - 195, - 224, - 89, - 212, - 111, - 190, - 186, + 120, 9, - 54, - 221, - 168, + 122, + 172, + 245, + 199, + 26, 84, - 219, - 250, - 53, - 114, - 139, - 53, - 1, - 180, - 225, - 207, - 115, - 222, - 116, - 106, + 136, + 117, + 70, + 158, + 255, + 24, + 211, + 244, + 197, + 162, + 129, + 243, + 195, + 40, + 145, + 83, + 186, + 142, + 252, 225, + 90, + 228, + 10, + 22, 4, 0, 0, @@ -4644,38 +4647,38 @@ 0, 0, 0, - 9, - 76, - 124, - 2, + 52, + 218, + 54, + 70, 39, - 51, - 201, + 183, + 172, + 251, + 39, + 110, + 165, 191, - 205, - 130, - 255, + 110, + 18, + 214, + 133, 142, - 244, - 23, - 22, - 245, - 203, - 176, + 58, + 2, + 129, 211, - 15, - 188, - 200, - 20, - 126, - 119, - 170, - 190, - 20, - 220, - 33, - 169, + 233, + 105, + 29, + 227, 196, + 74, + 133, + 165, + 252, + 30, + 31, 0, 0, 0, @@ -4684,38 +4687,38 @@ 0, 0, 0, - 253, - 25, - 220, - 237, - 241, - 233, - 246, - 129, - 35, - 116, - 19, - 70, - 101, - 99, - 108, - 131, - 66, - 49, - 19, - 76, - 151, - 103, - 235, + 30, 14, + 118, 33, - 26, - 219, - 115, - 143, - 113, + 118, + 50, + 37, + 105, + 218, + 145, + 149, + 140, + 58, + 51, + 117, + 227, + 59, + 70, + 65, + 100, + 117, + 18, 195, - 76, + 168, + 46, + 87, + 3, + 3, + 152, + 147, + 232, + 163, 0, 0, 0, @@ -4725,38 +4728,38 @@ 0, 0, 0, - 1, - 50, - 108, - 202, - 232, - 80, - 238, - 49, - 109, - 243, - 217, - 27, - 158, - 25, - 4, - 60, - 248, - 171, - 94, - 100, - 253, - 46, - 230, - 174, - 180, - 37, - 131, + 125, + 137, + 139, + 51, + 202, + 91, + 166, + 12, + 15, + 75, + 138, + 98, + 249, + 0, + 8, + 119, 3, + 153, 33, - 249, - 38, - 175, + 231, + 43, + 31, + 82, + 19, + 144, + 211, + 94, + 36, + 188, + 80, + 170, + 27, 0, 0, 0, @@ -4837,38 +4840,39 @@ 0, 0, 0, - 71, - 112, - 21, - 238, - 158, - 235, - 104, - 200, - 219, - 237, - 40, - 109, - 113, - 136, - 171, - 175, - 238, - 160, - 183, + 79, + 17, 167, - 73, + 207, + 224, + 118, + 62, + 44, + 178, + 174, + 165, + 143, + 18, + 121, + 59, + 240, + 243, + 203, + 209, + 186, + 63, 64, - 49, - 231, - 53, - 219, - 177, - 245, - 30, - 187, - 245, - 239, + 104, + 6, + 206, + 83, + 237, + 242, + 44, + 248, + 198, + 158, + 0, 0, 0, 0, @@ -4919,46 +4923,46 @@ 0, 0, 0, - 7, - 190, - 166, - 1, + 43, + 210, + 212, + 12, 147, 1, 0, 0, - 218, - 237, - 125, - 94, - 17, - 174, - 155, - 35, - 49, - 82, + 106, + 236, + 253, + 115, + 168, + 184, + 12, + 164, + 172, + 208, + 106, + 220, + 69, + 24, + 89, + 198, + 2, + 213, + 236, 72, - 230, + 90, + 211, + 34, + 72, + 153, 83, - 123, - 197, - 98, - 189, - 163, - 75, - 132, - 228, - 94, - 128, - 147, - 157, - 81, - 245, - 199, - 43, - 163, - 159, - 131, + 221, + 101, + 158, + 252, + 168, + 143, 0, 0, 0, @@ -4973,7 +4977,7 @@ "owner": { "ObjectOwner": "0x0000000000000000000000000000000000000000000000000000000000000005" }, - "previous_transaction": "6yWcCcyp4qKuWEfrGn7dm2Dd6zJRNhb5FQtoS6eEX3FM", + "previous_transaction": "4DYVUL5tad1oC5xusubpY17vffqAyBkjmQfCQRdd3KRu", "storage_rebate": 0 } ], @@ -5039,7 +5043,7 @@ "initial_shared_version": 1 } }, - "previous_transaction": "3oMqZE9Zb6LHx62UACFzBFDjViuaW9wF1he9F4YwAwDd", + "previous_transaction": "99opjMtEQQnYWw48gQLkHazPoKU4yUkZ15rC92L12XGy", "storage_rebate": 0 }, { @@ -5129,38 +5133,38 @@ 0, 0, 0, + 33, + 120, + 211, + 59, + 94, + 251, + 190, + 29, + 133, + 24, + 140, + 237, + 130, 57, - 150, - 87, - 200, - 104, - 30, - 18, - 30, - 85, - 184, - 134, - 1, - 66, - 9, - 163, - 166, - 55, - 230, - 117, - 238, - 217, - 89, - 95, - 37, - 234, - 22, - 66, - 64, - 152, - 125, 191, + 221, + 188, + 132, + 174, + 6, + 148, + 192, + 142, + 32, 59, + 66, + 217, + 202, + 103, + 195, + 2, + 210, 0, 224, 244, @@ -5178,38 +5182,38 @@ 26, 0, 4, - 51, - 160, - 136, - 157, - 192, - 0, - 116, - 168, - 218, - 52, - 251, - 143, - 126, - 5, - 187, - 32, - 137, - 131, - 244, + 67, + 232, + 181, 229, - 98, - 204, - 195, - 2, - 122, - 159, - 226, - 24, - 139, + 190, 26, - 146, - 129, + 198, + 142, + 140, + 162, + 79, + 63, + 164, + 233, + 168, + 80, + 250, + 46, + 240, + 0, + 247, + 252, + 200, + 5, + 36, + 61, + 222, + 54, + 94, + 233, + 68, + 8, 96, 141, 207, @@ -5308,120 +5312,120 @@ 56, 212, 32, - 134, - 31, - 111, - 13, - 221, - 198, - 100, - 120, - 186, - 6, - 206, - 22, - 220, - 182, - 87, - 183, - 152, - 144, - 178, - 35, - 230, - 217, - 83, - 227, - 50, - 26, - 186, + 196, 62, - 38, - 27, - 72, - 246, - 32, - 36, - 55, - 28, - 23, - 34, - 35, - 243, - 123, - 113, - 122, - 170, + 132, 24, - 8, + 163, + 189, 82, - 30, - 216, - 35, - 16, - 113, - 150, - 244, - 30, - 25, - 69, + 102, + 141, 245, - 112, - 26, - 30, - 126, - 171, - 75, - 168, - 48, - 169, - 92, - 193, - 224, + 98, + 152, + 156, + 97, + 252, + 197, + 195, + 47, 86, - 200, - 233, - 154, - 168, - 15, - 238, - 68, - 164, - 68, - 201, - 233, - 68, - 193, - 247, - 20, + 12, + 85, + 19, + 174, + 41, + 58, + 124, + 46, + 194, + 31, + 214, + 202, + 227, + 32, + 19, + 59, + 167, + 93, 117, - 234, - 159, - 146, - 166, - 6, + 58, + 188, + 191, + 5, + 119, + 233, 190, - 199, - 185, - 68, - 136, - 167, - 103, - 10, - 228, - 137, + 18, + 97, + 124, + 116, + 104, + 64, + 49, + 71, + 93, + 217, + 56, + 139, + 72, + 40, + 147, 175, - 174, - 224, - 4, + 70, + 71, + 25, + 63, + 48, + 137, + 184, + 29, + 114, + 29, + 48, + 118, + 206, + 228, + 215, + 24, + 238, + 59, + 87, + 84, + 81, + 230, + 3, + 166, + 206, + 229, 252, - 175, - 42, - 80, - 117, - 163, - 79, - 7, + 87, + 57, + 38, + 113, + 39, + 177, + 195, + 229, + 217, + 100, + 174, + 220, + 140, + 204, + 243, + 229, + 203, + 82, + 41, + 10, + 146, + 240, + 229, + 138, + 122, + 9, 11, 118, 97, @@ -5457,11 +5461,11 @@ 99, 112, 47, - 51, - 53, + 52, 50, - 56, - 55, + 53, + 48, + 53, 47, 104, 116, @@ -5487,11 +5491,11 @@ 100, 112, 47, - 51, - 56, - 56, 52, - 51, + 50, + 50, + 53, + 55, 24, 47, 105, @@ -5512,9 +5516,9 @@ 100, 112, 47, - 51, 52, - 51, + 49, + 50, 55, 51, 0, @@ -5524,38 +5528,38 @@ 0, 0, 0, - 246, - 217, - 55, - 38, - 228, - 199, - 195, - 150, - 126, - 48, - 101, - 68, - 164, - 200, - 70, - 139, - 186, - 140, - 235, - 219, - 111, - 108, + 193, + 172, 150, - 131, - 190, - 94, - 8, - 133, + 93, + 42, + 76, + 232, + 112, 27, - 201, - 140, + 20, + 5, + 72, + 216, + 182, + 218, + 2, + 154, + 69, + 196, + 72, + 211, + 177, + 54, + 182, + 188, + 223, + 197, + 33, + 134, + 9, 159, + 212, 0, 0, 0, @@ -5572,38 +5576,38 @@ 0, 0, 0, - 248, - 170, - 251, - 45, - 189, - 133, - 62, - 187, - 241, - 45, + 177, + 240, + 130, + 136, + 211, + 97, + 82, + 53, + 42, 159, - 166, - 88, - 34, - 107, - 13, - 212, - 247, - 113, - 147, + 55, + 118, 64, - 198, - 121, - 110, - 161, - 208, - 199, - 195, - 29, - 74, - 37, - 151, + 200, + 24, + 224, + 95, + 133, + 217, + 207, + 178, + 27, + 2, + 36, + 238, + 5, + 33, + 211, + 56, + 174, + 138, + 160, 232, 3, 0, @@ -5612,38 +5616,38 @@ 0, 0, 0, - 172, + 205, + 23, + 237, + 101, + 196, + 223, + 165, + 144, + 73, 40, - 183, + 152, + 156, + 38, + 172, 6, - 30, - 62, 187, - 32, - 14, - 71, - 100, - 178, - 222, - 101, - 144, + 80, + 131, + 252, + 156, + 198, 105, - 146, + 210, + 20, + 227, 192, - 42, - 229, - 165, + 121, + 85, 126, - 159, - 78, - 117, - 130, - 220, - 252, - 25, - 190, - 146, - 32, + 84, + 209, + 174, 1, 0, 0, @@ -5678,38 +5682,38 @@ 90, 5, 0, - 10, - 106, - 109, - 251, - 203, - 156, - 23, - 184, - 132, - 83, - 204, - 145, - 23, - 179, - 200, - 199, - 210, - 143, + 140, + 149, + 217, + 90, + 19, + 183, + 158, + 208, 24, - 192, - 122, - 22, - 119, - 48, - 212, - 166, - 204, - 116, - 120, - 245, - 14, - 150, + 25, + 6, + 126, + 209, + 9, + 63, + 153, + 219, + 28, + 249, + 88, + 168, + 60, + 68, + 80, + 19, + 199, + 179, + 89, + 43, + 219, + 203, + 152, 3, 0, 0, @@ -5742,38 +5746,38 @@ 0, 0, 0, - 120, - 124, - 51, - 225, - 6, - 59, - 117, - 162, - 131, - 128, - 121, - 207, - 73, - 99, - 77, - 202, - 38, - 7, - 126, - 57, - 87, - 171, - 192, - 183, - 27, - 139, - 208, - 249, - 124, - 205, + 165, + 143, + 84, + 159, + 166, + 25, 12, - 4, + 161, + 141, + 32, + 3, + 3, + 139, + 169, + 133, + 182, + 69, + 119, + 237, + 71, + 47, + 66, + 63, + 192, + 99, + 180, + 148, + 177, + 252, + 179, + 73, + 49, 0, 0, 0, @@ -5814,38 +5818,38 @@ 0, 0, 0, - 9, - 238, - 231, - 132, - 10, + 88, + 133, + 61, + 66, + 13, 222, - 201, + 200, + 212, 234, - 176, - 75, - 130, - 208, - 125, - 237, - 85, - 129, - 65, - 117, - 46, + 213, + 88, + 180, + 147, 113, - 156, - 39, - 201, - 90, - 42, - 115, - 60, - 209, + 102, + 159, + 0, 78, - 192, - 139, - 87, + 17, + 138, + 135, + 26, + 79, + 98, + 16, + 8, + 194, + 99, + 131, + 241, + 33, + 37, 0, 0, 0, @@ -5854,38 +5858,38 @@ 0, 0, 0, - 14, - 223, + 192, + 175, + 228, + 113, + 63, + 95, + 137, + 74, + 178, 213, - 50, - 125, - 4, - 240, - 123, - 172, - 115, - 111, - 186, - 101, - 165, - 31, - 172, - 50, - 171, - 87, - 146, - 214, - 118, - 58, - 133, - 252, - 70, - 219, - 252, - 34, - 159, - 204, - 34, + 105, + 104, + 153, + 206, + 194, + 124, + 141, + 211, + 235, + 203, + 141, + 208, + 104, + 17, + 25, + 63, + 28, + 221, + 47, + 116, + 88, + 227, 96, 153, 242, @@ -5984,120 +5988,120 @@ 26, 16, 32, - 15, - 166, - 26, - 3, - 53, - 47, - 196, - 54, - 226, - 169, - 237, - 101, - 192, - 146, - 201, - 99, - 148, - 245, - 118, - 55, - 73, - 22, - 137, - 47, - 46, - 5, - 142, - 33, - 224, + 124, + 182, + 186, + 91, + 12, + 170, + 131, + 177, + 61, + 203, + 127, + 80, + 232, + 52, 130, - 109, - 93, - 32, - 16, - 9, - 47, - 121, - 214, - 144, - 33, - 81, - 79, - 25, - 70, + 1, 139, - 221, + 38, + 18, + 19, + 17, + 68, + 191, + 185, + 79, + 7, + 213, + 179, 21, - 225, - 4, - 57, - 47, - 236, - 137, - 152, - 99, - 61, - 135, - 162, + 145, + 211, + 187, + 32, + 94, + 91, + 130, + 163, + 159, + 253, + 136, + 192, + 238, + 131, + 218, + 155, + 62, + 192, + 0, 198, - 115, - 50, - 181, - 240, - 121, - 202, + 173, + 130, + 103, + 59, + 148, + 58, + 239, + 141, + 231, + 179, + 8, + 76, + 140, + 228, + 117, + 96, 48, - 174, - 115, - 56, - 139, - 254, - 65, - 116, - 29, - 203, - 122, - 178, - 238, - 63, - 226, - 177, - 11, - 135, - 39, + 149, + 156, + 76, 233, - 254, - 132, - 150, - 30, - 43, - 127, - 207, - 31, + 34, + 137, + 19, + 218, 66, - 145, - 50, - 234, + 180, + 247, + 89, + 225, + 191, 83, - 9, - 66, - 41, - 127, - 6, - 230, - 22, - 253, - 55, - 147, - 38, - 224, - 238, + 121, + 39, + 43, + 112, + 84, + 165, + 35, + 231, + 134, + 23, + 125, + 5, + 153, + 229, + 197, + 243, 25, - 85, - 170, + 147, + 7, + 167, + 218, + 65, + 169, + 20, + 123, + 151, + 209, + 118, + 154, + 4, + 53, + 71, + 105, 11, 118, 97, @@ -6135,9 +6139,9 @@ 47, 51, 51, - 48, - 48, 53, + 52, + 57, 47, 104, 116, @@ -6163,11 +6167,11 @@ 100, 112, 47, - 51, 52, - 52, - 50, 53, + 53, + 55, + 55, 24, 47, 105, @@ -6188,11 +6192,11 @@ 100, 112, 47, + 51, + 51, 52, - 52, - 50, - 54, - 53, + 57, + 49, 0, 0, 0, @@ -6200,38 +6204,38 @@ 0, 0, 0, - 104, - 42, - 21, - 142, - 204, - 177, - 70, - 194, - 132, - 12, - 138, + 250, + 44, 99, - 217, - 27, - 80, - 204, - 85, + 101, + 202, + 88, + 5, + 61, + 253, + 24, + 51, + 26, + 87, + 210, + 184, + 240, + 42, + 40, + 131, + 205, + 59, + 201, + 168, + 247, + 101, + 11, 54, - 179, - 39, - 203, - 58, - 72, - 76, - 19, - 52, - 4, + 150, 130, - 111, - 122, - 184, - 253, + 210, + 2, + 86, 0, 0, 0, @@ -6248,78 +6252,78 @@ 0, 0, 0, - 112, - 113, - 126, - 98, - 132, - 65, - 132, - 77, - 28, - 70, 102, - 160, - 151, - 252, - 157, - 74, - 249, - 47, - 174, - 174, - 126, - 226, - 96, - 161, - 81, - 194, - 213, - 7, - 70, + 140, + 54, + 205, + 193, + 218, + 197, 97, - 220, - 123, - 232, - 3, - 0, - 0, - 0, - 0, - 0, - 0, + 35, + 198, + 30, + 231, + 98, + 41, + 134, 110, - 25, - 47, - 202, - 128, - 116, - 244, - 21, - 179, - 19, - 231, - 109, - 89, - 6, - 33, - 51, - 73, + 115, + 97, + 203, + 29, + 81, + 3, + 42, + 58, + 45, + 152, 33, - 34, - 92, - 5, - 151, - 27, - 113, + 80, + 128, + 118, + 115, + 111, + 232, + 3, + 0, + 0, + 0, + 0, + 0, + 0, + 207, + 45, + 23, + 237, + 112, + 22, + 155, + 235, + 198, 250, + 75, + 26, + 133, + 192, + 213, + 197, + 147, + 157, + 67, + 6, + 247, + 136, + 54, + 200, 184, - 72, - 42, - 8, - 240, - 184, - 123, + 231, + 36, + 53, + 236, + 43, + 58, + 87, 1, 0, 0, @@ -6354,38 +6358,38 @@ 90, 5, 0, - 77, + 223, + 62, + 27, + 73, + 93, + 117, + 64, 244, - 253, - 191, - 179, - 160, - 216, - 198, - 79, - 56, - 180, - 74, - 216, - 108, + 214, + 75, + 188, + 121, + 172, + 248, + 226, + 86, + 226, + 185, + 165, + 43, + 83, 204, - 61, - 230, - 202, - 194, 157, - 47, - 225, - 147, - 104, - 40, - 18, - 212, - 252, - 132, - 71, - 130, - 118, + 14, + 116, + 41, + 93, + 223, + 21, + 63, + 205, + 8, 3, 0, 0, @@ -6418,38 +6422,38 @@ 0, 0, 0, - 58, - 195, - 27, - 41, - 245, - 55, - 244, - 112, - 3, - 231, - 163, - 76, - 180, + 60, + 19, + 165, + 167, + 113, + 73, + 173, + 158, + 249, 1, - 105, - 15, - 85, - 30, + 137, + 200, + 167, + 2, + 6, + 36, + 233, + 143, + 38, + 144, 146, - 114, - 26, - 214, - 253, - 110, - 56, - 34, - 204, - 14, - 46, - 223, - 25, - 239, + 157, + 93, + 201, + 6, + 141, + 179, + 74, + 31, + 1, + 243, + 249, 0, 0, 0, @@ -6490,78 +6494,78 @@ 0, 0, 0, - 39, - 3, - 244, - 133, - 207, - 100, - 110, - 34, - 185, - 172, - 219, - 102, - 182, - 127, - 237, - 220, - 106, - 118, - 241, 174, - 124, - 144, - 122, - 233, - 78, - 176, - 165, - 121, - 84, - 127, - 80, - 53, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 10, - 62, - 80, - 110, - 13, - 96, - 71, - 95, - 150, + 227, 90, - 171, - 207, - 124, - 183, - 182, - 75, - 156, - 113, - 149, - 123, - 115, - 176, - 7, - 179, - 160, - 105, - 9, - 58, - 121, + 63, + 120, + 139, + 75, + 210, + 232, + 201, + 40, + 254, + 61, + 139, + 164, 135, + 89, + 80, + 67, + 197, + 79, + 23, + 193, 220, + 192, + 27, + 225, + 247, + 132, + 19, + 170, + 106, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 190, + 230, + 42, + 119, + 58, + 2, + 173, + 34, + 217, + 86, + 85, + 137, + 246, + 242, + 195, + 68, + 48, + 143, + 109, + 111, + 8, + 78, + 37, + 57, + 245, + 27, + 4, + 104, + 94, + 76, + 99, + 213, 96, 173, 222, @@ -6660,123 +6664,123 @@ 88, 242, 32, + 30, + 37, + 183, + 240, + 103, + 163, 179, 125, - 193, - 129, - 51, - 36, - 214, - 151, - 78, - 71, - 87, - 2, - 242, - 49, - 204, - 99, - 67, - 54, - 42, - 142, - 97, - 236, - 212, - 193, - 5, 63, - 236, - 74, - 67, - 228, - 62, + 45, + 181, + 93, + 28, + 89, + 229, + 5, + 106, + 163, + 206, + 78, 29, - 32, - 186, - 84, - 241, - 234, - 242, - 77, - 240, - 231, - 191, - 237, - 136, - 84, - 92, - 44, + 199, + 170, + 104, + 45, + 224, + 239, 38, - 221, - 18, - 166, - 74, - 225, - 196, - 78, + 161, + 81, + 144, + 126, 32, - 214, - 70, - 208, - 163, - 56, - 229, - 210, + 126, + 135, + 13, + 21, + 110, + 182, + 43, + 100, + 73, + 50, + 39, + 165, 30, - 219, + 73, + 87, + 94, + 30, + 140, + 210, + 23, + 43, + 12, + 234, + 159, + 61, + 202, + 207, + 104, + 212, + 250, + 231, + 63, 48, - 161, + 130, + 188, + 193, + 4, + 218, + 97, + 149, 191, - 35, + 5, + 78, + 7, + 112, 33, - 137, - 191, - 24, + 68, + 224, + 59, + 39, + 98, + 169, + 118, + 239, + 107, + 148, + 29, + 214, + 12, + 75, + 189, + 224, + 32, + 251, 184, - 17, - 143, - 120, - 55, - 108, - 168, - 194, - 142, - 62, - 147, - 17, - 192, - 102, - 15, - 26, - 41, - 221, - 147, - 67, - 237, - 88, - 213, - 0, - 237, - 230, - 197, - 58, - 190, - 20, - 76, - 45, - 67, - 175, - 123, - 120, - 66, - 102, - 130, - 233, - 214, - 11, - 118, - 97, + 107, + 66, + 33, + 222, + 190, + 35, + 51, + 112, + 199, + 58, + 214, + 198, + 43, + 186, + 235, + 19, + 11, + 118, + 97, 108, 105, 100, @@ -6809,11 +6813,11 @@ 99, 112, 47, - 52, - 54, - 54, + 51, 54, - 57, + 55, + 48, + 53, 47, 104, 116, @@ -6840,10 +6844,10 @@ 112, 47, 51, - 55, - 48, - 55, - 55, + 57, + 50, + 54, + 57, 24, 47, 105, @@ -6864,11 +6868,11 @@ 100, 112, 47, - 51, - 55, - 56, + 52, + 52, 50, 53, + 55, 0, 0, 0, @@ -6876,38 +6880,38 @@ 0, 0, 0, - 155, - 133, - 125, - 226, - 216, - 57, - 194, - 100, - 85, - 170, - 123, - 196, 209, - 29, - 110, - 134, - 54, - 54, - 157, - 138, - 184, - 33, - 22, - 229, - 152, - 222, - 245, + 106, + 60, + 28, + 216, + 87, + 117, + 44, + 84, + 47, + 230, + 60, + 135, + 6, + 51, + 174, + 41, 241, - 30, - 213, - 246, - 169, + 66, + 2, + 40, + 192, + 103, + 218, + 11, + 122, + 250, + 66, + 79, + 142, + 211, + 4, 0, 0, 0, @@ -6924,38 +6928,38 @@ 0, 0, 0, - 5, - 88, + 155, + 69, + 37, + 119, + 94, + 101, + 203, + 127, + 114, + 40, + 83, + 87, + 40, + 234, + 215, 188, - 62, - 106, - 79, - 248, + 58, + 35, 220, - 179, - 186, - 133, - 39, - 184, - 241, - 160, - 27, - 90, - 30, - 21, - 72, - 243, - 217, - 146, - 118, - 159, - 205, - 52, - 180, - 120, - 45, - 33, - 204, + 69, + 167, + 187, + 76, + 163, + 122, + 10, + 181, + 147, + 70, + 189, + 87, + 154, 232, 3, 0, @@ -6964,38 +6968,38 @@ 0, 0, 0, - 100, - 224, - 179, - 198, - 105, - 237, - 99, - 139, - 53, - 222, - 45, - 232, - 152, - 128, - 76, - 40, - 97, - 165, + 66, + 108, + 22, + 0, + 65, + 68, + 62, 159, - 40, - 171, - 131, - 238, - 43, - 201, - 61, - 69, - 121, + 93, + 172, + 188, + 21, + 97, + 116, + 162, 25, - 38, - 36, - 128, + 223, + 118, + 233, + 195, + 163, + 193, + 85, + 228, + 59, + 227, + 48, + 169, + 105, + 90, + 104, + 169, 1, 0, 0, @@ -7030,38 +7034,38 @@ 90, 5, 0, - 164, - 76, - 120, - 224, - 145, - 137, - 141, - 51, - 38, - 103, - 229, - 95, - 135, - 132, - 207, - 102, - 47, - 183, - 185, - 66, - 123, - 47, - 234, - 238, - 34, - 77, - 203, - 215, - 194, + 131, + 146, + 236, + 235, + 139, 199, + 162, + 80, + 212, + 72, 140, + 232, + 253, + 186, + 243, + 101, + 19, + 51, + 239, + 24, + 229, + 115, + 43, + 86, + 65, + 99, + 55, + 131, 159, + 173, + 93, + 133, 3, 0, 0, @@ -7094,38 +7098,38 @@ 0, 0, 0, - 76, - 111, - 109, - 223, - 145, - 44, - 117, - 45, - 107, - 170, - 150, + 78, + 224, + 13, + 230, + 63, + 173, + 19, 87, - 200, - 159, - 166, - 247, - 17, - 170, - 25, - 145, - 193, - 58, - 35, + 20, 241, - 182, - 102, - 151, - 208, - 70, + 227, + 85, + 250, + 133, + 57, + 177, + 238, + 152, + 194, + 210, + 123, + 166, + 245, 195, - 228, - 12, + 78, + 24, + 150, + 68, + 210, + 194, + 135, + 90, 0, 0, 0, @@ -7166,38 +7170,38 @@ 0, 0, 0, - 192, - 21, - 36, - 38, - 182, - 46, - 3, - 133, - 185, - 239, - 89, - 52, - 1, - 15, - 208, - 110, - 26, + 131, + 5, + 19, + 173, + 71, + 85, + 34, 154, - 16, - 207, - 86, - 254, - 72, - 144, - 28, - 121, - 30, - 161, + 188, + 178, + 2, + 156, + 113, + 213, + 174, + 54, + 18, + 43, + 140, + 17, + 237, + 175, + 95, + 125, + 104, + 199, + 61, + 170, + 9, 101, - 162, - 168, - 123, + 233, + 169, 0, 0, 0, @@ -7206,38 +7210,38 @@ 0, 0, 0, - 129, - 9, - 82, - 255, - 237, - 26, - 87, - 152, - 126, - 143, - 125, - 167, - 194, + 41, + 25, + 184, + 94, + 221, + 119, + 112, + 23, + 228, + 11, + 224, + 58, + 214, + 58, + 182, + 206, 226, - 170, - 47, - 154, - 105, - 140, - 26, - 7, - 70, - 144, - 82, - 217, + 10, 120, - 234, - 126, - 96, - 156, - 192, - 67, + 141, + 110, + 178, + 1, + 149, + 89, + 165, + 88, + 173, + 161, + 154, + 231, + 27, 96, 179, 253, @@ -7336,120 +7340,120 @@ 116, 244, 32, - 41, - 38, - 58, - 81, - 198, - 205, - 136, - 129, - 104, - 239, - 56, - 167, - 125, - 151, - 59, - 121, - 5, - 19, - 163, - 123, - 71, - 136, - 162, - 231, - 193, - 115, - 63, - 232, - 224, - 120, - 134, - 117, - 32, + 201, 240, - 54, + 172, + 219, + 174, 239, - 101, - 29, - 110, - 239, - 111, - 150, - 35, - 199, - 81, - 219, - 178, - 93, - 204, - 174, - 118, - 139, - 230, - 246, - 75, + 53, + 226, + 13, 220, - 241, - 221, - 55, - 118, - 234, - 243, - 35, - 170, - 60, - 48, - 148, - 216, + 210, + 185, + 203, + 133, + 146, + 206, + 6, + 139, + 173, + 40, + 92, 214, - 127, - 204, - 59, - 134, + 151, + 52, + 6, + 137, + 118, + 144, + 242, + 19, + 109, + 86, 32, - 218, - 183, - 49, - 11, - 22, + 81, + 29, + 75, + 191, + 136, + 151, + 177, + 166, + 53, + 182, + 127, + 24, + 25, + 179, + 223, + 34, + 251, + 7, + 173, + 106, 47, - 148, - 26, - 252, - 90, - 44, - 0, + 67, + 193, + 58, + 192, + 103, + 173, + 85, 118, + 125, + 57, + 17, + 48, + 153, + 255, + 85, + 74, + 254, + 22, + 45, + 78, + 194, + 45, + 69, + 22, + 157, + 104, + 32, + 132, + 29, + 176, 231, + 38, + 185, + 55, + 215, + 253, + 84, + 132, + 62, + 124, + 59, + 5, + 26, + 27, + 11, + 119, + 18, 94, - 103, - 164, - 44, - 82, - 45, - 28, - 3, - 209, - 255, - 206, - 63, + 189, + 55, + 92, + 233, + 0, 84, - 70, - 42, - 101, - 192, - 203, - 169, - 86, - 182, - 44, - 12, - 214, - 113, - 85, + 93, + 186, + 196, + 29, + 103, + 167, 11, 118, 97, @@ -7486,10 +7490,10 @@ 112, 47, 52, - 48, + 52, + 53, 49, 55, - 53, 47, 104, 116, @@ -7516,10 +7520,10 @@ 112, 47, 51, - 54, - 54, - 53, - 53, + 52, + 48, + 51, + 55, 24, 47, 105, @@ -7540,11 +7544,11 @@ 100, 112, 47, - 51, - 51, - 49, - 54, - 51, + 52, + 53, + 56, + 53, + 55, 0, 0, 0, @@ -7552,38 +7556,38 @@ 0, 0, 0, - 33, - 133, - 86, - 244, - 116, - 149, - 251, - 18, - 121, - 94, - 175, - 131, - 71, - 148, - 105, - 179, - 99, - 12, - 107, - 98, - 116, - 80, - 197, - 20, + 66, + 169, + 21, + 132, + 190, + 62, + 174, + 59, + 27, + 25, + 169, + 27, + 16, + 219, + 37, + 141, 250, - 232, - 181, - 57, - 213, - 19, - 177, - 215, + 49, + 205, + 67, + 148, + 42, + 101, + 170, + 175, + 157, + 115, + 136, + 211, + 126, + 55, + 241, 0, 0, 0, @@ -7600,38 +7604,38 @@ 0, 0, 0, + 230, + 160, + 169, 226, - 9, - 123, - 58, - 225, - 246, - 130, - 11, - 248, - 189, - 93, - 172, - 10, - 248, - 130, - 188, - 139, - 175, - 29, - 170, - 37, - 212, - 66, - 18, - 7, - 27, + 177, + 83, 119, - 218, - 247, - 19, - 80, - 50, + 70, + 254, + 149, + 70, + 131, + 56, + 219, + 173, + 172, + 209, + 121, + 245, + 182, + 94, + 49, + 48, + 13, + 108, + 6, + 173, + 172, + 220, + 23, + 236, + 48, 232, 3, 0, @@ -7640,38 +7644,38 @@ 0, 0, 0, - 72, - 57, - 253, - 203, - 207, - 227, - 240, - 156, - 150, - 39, - 11, - 153, - 61, - 37, - 78, - 236, - 210, - 134, - 217, - 208, + 82, + 40, + 18, + 20, 33, - 127, 187, - 189, - 191, - 104, - 218, - 73, - 223, - 164, - 57, - 243, + 48, + 175, + 108, + 237, + 18, + 12, + 140, + 4, + 173, + 180, + 59, + 61, + 219, + 227, + 74, + 70, + 145, + 19, + 139, + 4, + 25, + 29, + 158, + 51, + 100, + 176, 1, 0, 0, @@ -7706,38 +7710,38 @@ 90, 5, 0, - 63, - 10, - 91, - 9, - 172, - 87, - 66, + 25, + 183, + 119, + 249, + 82, 230, - 226, + 13, + 30, + 146, + 105, + 243, + 12, + 39, + 28, + 86, + 183, + 118, + 56, + 225, + 30, + 145, + 95, + 58, + 36, + 124, 20, - 241, - 121, 31, - 125, - 10, - 137, - 145, - 137, - 198, - 145, - 130, - 212, - 168, - 250, - 73, - 25, - 60, - 164, - 192, - 187, - 102, - 51, + 17, + 234, + 189, + 17, + 217, 3, 0, 0, @@ -7770,38 +7774,38 @@ 0, 0, 0, - 69, - 216, - 5, - 48, - 146, - 207, - 171, - 188, - 17, - 245, - 96, - 167, - 255, - 123, - 39, - 120, - 58, - 42, - 59, + 44, 118, - 233, - 86, - 167, - 160, - 229, - 35, - 102, - 107, - 224, - 181, - 254, - 210, + 58, + 249, + 246, + 128, + 40, + 44, + 113, + 168, + 103, + 159, + 201, + 41, + 71, + 22, + 179, + 109, + 66, + 96, + 65, + 41, + 238, + 95, + 63, + 159, + 128, + 82, + 6, + 19, + 230, + 36, 0, 0, 0, @@ -7842,38 +7846,38 @@ 0, 0, 0, - 86, - 12, - 113, - 163, - 11, - 21, - 8, - 150, - 62, - 89, - 116, - 178, - 91, - 5, - 77, - 105, - 88, - 193, - 84, - 166, - 174, - 9, - 86, - 237, - 116, - 138, - 167, - 243, - 140, - 110, - 234, + 227, + 214, + 106, + 80, + 49, + 236, + 230, + 181, + 194, + 71, + 204, + 47, + 195, + 108, 37, + 8, + 136, + 161, + 95, + 189, + 20, + 240, + 60, + 188, + 53, + 215, + 47, + 169, + 187, + 142, + 12, + 183, 0, 0, 0, @@ -7882,38 +7886,38 @@ 0, 0, 0, - 39, - 44, - 233, - 113, - 176, - 80, - 96, - 52, - 18, - 14, - 61, - 96, - 236, - 82, - 11, - 138, - 215, - 236, - 171, - 251, - 98, - 8, + 51, 175, - 31, - 11, - 15, - 199, - 151, - 220, - 147, - 86, + 121, + 165, 254, + 196, + 180, + 235, + 206, + 116, + 244, + 241, + 228, + 36, + 190, + 59, + 96, + 143, + 116, + 246, + 216, + 37, + 10, + 154, + 151, + 190, + 78, + 196, + 88, + 135, + 200, + 232, 0, 0, 0, @@ -7923,38 +7927,38 @@ 0, 0, 0, - 191, - 221, - 203, - 13, - 214, - 195, - 224, - 89, - 212, - 111, - 190, - 186, + 120, 9, - 54, - 221, - 168, + 122, + 172, + 245, + 199, + 26, 84, - 219, - 250, - 53, - 114, - 139, - 53, - 1, - 180, - 225, - 207, - 115, - 222, - 116, - 106, + 136, + 117, + 70, + 158, + 255, + 24, + 211, + 244, + 197, + 162, + 129, + 243, + 195, + 40, + 145, + 83, + 186, + 142, + 252, 225, + 90, + 228, + 10, + 22, 4, 0, 0, @@ -7963,38 +7967,38 @@ 0, 0, 0, - 9, - 76, - 124, - 2, + 52, + 218, + 54, + 70, 39, - 51, - 201, + 183, + 172, + 251, + 39, + 110, + 165, 191, - 205, - 130, - 255, + 110, + 18, + 214, + 133, 142, - 244, - 23, - 22, - 245, - 203, - 176, + 58, + 2, + 129, 211, - 15, - 188, - 200, - 20, - 126, - 119, - 170, - 190, - 20, - 220, - 33, - 169, + 233, + 105, + 29, + 227, 196, + 74, + 133, + 165, + 252, + 30, + 31, 0, 0, 0, @@ -8003,38 +8007,38 @@ 0, 0, 0, - 253, - 25, - 220, - 237, - 241, - 233, - 246, - 129, - 35, - 116, - 19, - 70, - 101, - 99, - 108, - 131, - 66, - 49, - 19, - 76, - 151, - 103, - 235, + 30, 14, + 118, 33, - 26, - 219, - 115, - 143, - 113, + 118, + 50, + 37, + 105, + 218, + 145, + 149, + 140, + 58, + 51, + 117, + 227, + 59, + 70, + 65, + 100, + 117, + 18, 195, - 76, + 168, + 46, + 87, + 3, + 3, + 152, + 147, + 232, + 163, 0, 0, 0, @@ -8044,38 +8048,38 @@ 0, 0, 0, - 1, - 50, - 108, + 125, + 137, + 139, + 51, 202, - 232, - 80, - 238, - 49, - 109, - 243, - 217, - 27, - 158, - 25, - 4, - 60, - 248, - 171, - 94, - 100, - 253, - 46, - 230, - 174, - 180, - 37, - 131, + 91, + 166, + 12, + 15, + 75, + 138, + 98, + 249, + 0, + 8, + 119, 3, + 153, 33, - 249, - 38, - 175, + 231, + 43, + 31, + 82, + 19, + 144, + 211, + 94, + 36, + 188, + 80, + 170, + 27, 0, 0, 0, @@ -8156,38 +8160,39 @@ 0, 0, 0, - 71, - 112, - 21, - 238, - 158, - 235, - 104, - 200, - 219, - 237, - 40, - 109, - 113, - 136, - 171, - 175, - 238, - 160, - 183, + 79, + 17, 167, - 73, + 207, + 224, + 118, + 62, + 44, + 178, + 174, + 165, + 143, + 18, + 121, + 59, + 240, + 243, + 203, + 209, + 186, + 63, 64, - 49, - 231, - 53, - 219, - 177, - 245, - 30, - 187, - 245, - 239, + 104, + 6, + 206, + 83, + 237, + 242, + 44, + 248, + 198, + 158, + 0, 0, 0, 0, @@ -8238,134 +8243,46 @@ 0, 0, 0, + 110, 189, - 169, - 167, - 1, + 213, + 12, 147, 1, 0, 0, - 218, - 237, - 125, - 94, - 17, - 174, - 155, - 35, - 49, - 82, - 72, - 230, - 83, - 123, - 197, - 98, - 189, - 163, - 75, - 132, - 228, - 94, - 128, - 147, - 157, - 81, - 245, - 199, - 43, - 163, - 159, - 131, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ] - } - }, - "owner": { - "ObjectOwner": "0x0000000000000000000000000000000000000000000000000000000000000005" - }, - "previous_transaction": "3oMqZE9Zb6LHx62UACFzBFDjViuaW9wF1he9F4YwAwDd", - "storage_rebate": 0 - }, - { - "data": { - "Move": { - "type_": "StakedIota", - "version": 3, - "contents": [ - 43, - 174, - 218, - 167, - 1, - 19, - 83, - 149, - 139, - 67, - 0, - 199, - 17, - 152, - 149, - 41, - 55, - 114, - 251, - 158, - 88, - 155, - 204, - 51, - 68, - 108, - 116, - 186, - 182, - 14, - 156, - 217, - 72, - 57, - 253, - 203, - 207, - 227, - 240, - 156, - 150, - 39, - 11, - 153, - 61, - 37, - 78, + 106, 236, - 210, - 134, - 217, - 208, - 33, - 127, - 187, - 189, - 191, - 104, - 218, - 73, - 223, + 253, + 115, + 168, + 184, + 12, 164, - 57, - 243, + 172, + 208, + 106, + 220, + 69, + 24, + 89, + 198, 2, + 213, + 236, + 72, + 90, + 211, + 34, + 72, + 153, + 83, + 221, + 101, + 158, + 252, + 168, + 143, 0, 0, 0, @@ -8373,21 +8290,14 @@ 0, 0, 0, - 0, - 14, - 208, - 231, - 124, - 3, - 0, 0 ] } }, "owner": { - "AddressOwner": "0x810952ffed1a57987e8f7da7c2e2aa2f9a698c1a07469052d978ea7e609cc043" + "ObjectOwner": "0x0000000000000000000000000000000000000000000000000000000000000005" }, - "previous_transaction": "3oMqZE9Zb6LHx62UACFzBFDjViuaW9wF1he9F4YwAwDd", + "previous_transaction": "99opjMtEQQnYWw48gQLkHazPoKU4yUkZ15rC92L12XGy", "storage_rebate": 0 }, { @@ -8413,38 +8323,38 @@ }, "version": 3, "contents": [ - 111, - 255, - 121, - 85, - 125, - 125, - 185, - 171, - 102, - 45, - 130, - 73, - 168, - 249, - 112, - 127, - 175, + 46, + 188, + 70, 122, - 226, - 98, - 148, - 117, - 14, - 254, - 71, - 246, - 116, - 149, - 13, - 65, - 147, - 227, + 72, + 37, + 237, + 100, + 234, + 159, + 171, + 182, + 228, + 3, + 223, + 167, + 132, + 223, + 242, + 208, + 230, + 30, + 69, + 132, + 18, + 70, + 187, + 150, + 229, + 129, + 180, + 239, 2, 0, 0, @@ -8473,9 +8383,9 @@ } }, "owner": { - "ObjectOwner": "0x0a6a6dfbcb9c17b88453cc9117b3c8c7d28f18c07a167730d4a6cc7478f50e96" + "ObjectOwner": "0x8c95d95a13b79ed01819067ed1093f99db1cf958a83c445013c7b3592bdbcb98" }, - "previous_transaction": "3oMqZE9Zb6LHx62UACFzBFDjViuaW9wF1he9F4YwAwDd", + "previous_transaction": "99opjMtEQQnYWw48gQLkHazPoKU4yUkZ15rC92L12XGy", "storage_rebate": 0 }, { @@ -8484,70 +8394,150 @@ "type_": "StakedIota", "version": 3, "contents": [ - 121, - 169, - 43, - 55, - 204, - 138, - 163, - 228, - 146, - 118, - 59, - 90, - 182, - 204, - 212, - 249, - 57, + 80, + 124, + 170, + 133, + 207, + 126, + 206, + 197, + 237, + 51, + 100, + 174, + 195, + 52, + 12, + 81, + 46, + 116, + 173, + 187, + 93, + 33, + 164, + 151, + 96, + 132, + 196, 175, - 247, - 44, - 39, - 192, - 63, - 155, - 78, - 198, - 13, - 62, - 247, + 102, + 120, + 98, + 69, + 82, + 40, + 18, + 20, + 33, + 187, + 48, + 175, + 108, + 237, + 18, + 12, + 140, + 4, + 173, + 180, + 59, + 61, 219, - 67, - 153, - 110, - 25, - 47, - 202, - 128, - 116, - 244, - 21, - 179, + 227, + 74, + 70, + 145, 19, - 231, - 109, - 89, - 6, - 33, + 139, + 4, + 25, + 29, + 158, 51, - 73, - 33, - 34, - 92, - 5, + 100, + 176, + 2, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 14, + 208, + 231, + 124, + 3, + 0, + 0 + ] + } + }, + "owner": { + "AddressOwner": "0x2919b85edd777017e40be03ad63ab6cee20a788d6eb2019559a558ada19ae71b" + }, + "previous_transaction": "99opjMtEQQnYWw48gQLkHazPoKU4yUkZ15rC92L12XGy", + "storage_rebate": 0 + }, + { + "data": { + "Move": { + "type_": { + "Other": { + "address": "0000000000000000000000000000000000000000000000000000000000000002", + "module": "dynamic_field", + "name": "Field", + "type_args": [ + "u64", + { + "struct": { + "address": "0000000000000000000000000000000000000000000000000000000000000003", + "module": "staking_pool", + "name": "PoolTokenExchangeRate", + "type_args": [] + } + } + ] + } + }, + "version": 3, + "contents": [ + 113, + 66, + 78, + 208, + 115, + 18, + 26, + 25, + 17, + 243, + 104, + 116, + 3, + 105, + 155, + 35, + 137, + 171, + 3, + 101, + 160, + 247, + 248, + 195, + 124, + 198, + 208, + 53, + 203, + 218, + 64, 151, - 27, - 113, - 250, - 184, - 72, - 42, - 8, - 240, - 184, - 123, 2, 0, 0, @@ -8557,20 +8547,28 @@ 0, 0, 0, - 14, - 208, - 231, - 124, - 3, + 56, + 111, + 132, + 8, + 177, + 6, 0, + 161, + 32, + 121, + 162, + 33, + 90, + 5, 0 ] } }, "owner": { - "AddressOwner": "0x0edfd5327d04f07bac736fba65a51fac32ab5792d6763a85fc46dbfc229fcc22" + "ObjectOwner": "0x19b777f952e60d1e9269f30c271c56b77638e11e915f3a247c141f11eabd11d9" }, - "previous_transaction": "3oMqZE9Zb6LHx62UACFzBFDjViuaW9wF1he9F4YwAwDd", + "previous_transaction": "99opjMtEQQnYWw48gQLkHazPoKU4yUkZ15rC92L12XGy", "storage_rebate": 0 }, { @@ -8579,70 +8577,70 @@ "type_": "StakedIota", "version": 3, "contents": [ - 123, - 48, 141, - 123, - 209, - 174, - 107, - 5, - 23, + 182, + 189, + 84, + 173, + 79, + 34, + 32, + 99, 227, - 176, - 6, - 124, - 230, - 137, - 211, - 136, - 188, - 107, - 113, - 116, - 96, - 28, - 147, - 162, - 115, - 72, - 30, - 153, + 254, + 43, + 149, + 157, + 98, + 84, + 121, + 130, + 36, 49, - 163, + 108, + 164, + 7, + 207, + 194, + 27, + 102, + 234, 202, - 100, - 224, - 179, - 198, - 105, + 27, + 149, + 71, + 207, + 45, + 23, 237, - 99, - 139, + 112, + 22, + 155, + 235, + 198, + 250, + 75, + 26, + 133, + 192, + 213, + 197, + 147, + 157, + 67, + 6, + 247, + 136, + 54, + 200, + 184, + 231, + 36, 53, - 222, - 45, - 232, - 152, - 128, - 76, - 40, - 97, - 165, - 159, - 40, - 171, - 131, - 238, + 236, 43, - 201, - 61, - 69, - 121, - 25, - 38, - 36, - 128, + 58, + 87, 2, 0, 0, @@ -8663,9 +8661,9 @@ } }, "owner": { - "AddressOwner": "0x000a3e506e0d60475f965aabcf7cb7b64b9c71957b73b007b3a069093a7987dc" + "AddressOwner": "0xc0afe4713f5f894ab2d5696899cec27c8dd3ebcb8dd06811193f1cdd2f7458e3" }, - "previous_transaction": "3oMqZE9Zb6LHx62UACFzBFDjViuaW9wF1he9F4YwAwDd", + "previous_transaction": "99opjMtEQQnYWw48gQLkHazPoKU4yUkZ15rC92L12XGy", "storage_rebate": 0 }, { @@ -8674,70 +8672,70 @@ "type_": "StakedIota", "version": 3, "contents": [ - 145, - 6, - 1, - 244, + 143, 195, - 240, - 251, - 110, - 152, - 200, - 110, - 153, - 57, - 171, - 104, - 147, - 12, - 115, - 176, - 91, - 57, - 124, - 4, - 183, + 174, + 21, + 29, + 140, + 217, + 5, 136, - 39, - 22, - 186, - 188, - 110, - 187, - 6, - 172, - 40, - 183, - 6, - 30, - 62, - 187, - 32, + 15, + 225, + 42, + 112, + 77, + 124, + 82, + 190, + 244, + 116, + 246, + 134, + 212, + 117, + 177, + 237, 14, + 4, + 19, + 233, 71, - 100, - 178, - 222, + 118, + 28, + 205, + 23, + 237, 101, + 196, + 223, + 165, 144, + 73, + 40, + 152, + 156, + 38, + 172, + 6, + 187, + 80, + 131, + 252, + 156, + 198, 105, - 146, + 210, + 20, + 227, 192, - 42, - 229, - 165, + 121, + 85, 126, - 159, - 78, - 117, - 130, - 220, - 252, - 25, - 190, - 146, - 32, + 84, + 209, + 174, 2, 0, 0, @@ -8758,9 +8756,9 @@ } }, "owner": { - "AddressOwner": "0x33a0889dc00074a8da34fb8f7e05bb208983f4e562ccc3027a9fe2188b1a9281" + "AddressOwner": "0x43e8b5e5be1ac68e8ca24f3fa4e9a850fa2ef000f7fcc805243dde365ee94408" }, - "previous_transaction": "3oMqZE9Zb6LHx62UACFzBFDjViuaW9wF1he9F4YwAwDd", + "previous_transaction": "99opjMtEQQnYWw48gQLkHazPoKU4yUkZ15rC92L12XGy", "storage_rebate": 0 }, { @@ -8786,38 +8784,38 @@ }, "version": 3, "contents": [ - 205, - 16, - 240, - 24, + 159, + 17, + 152, + 180, + 227, 201, - 192, - 154, - 156, - 103, - 131, - 8, - 208, + 126, 19, - 90, - 164, - 37, - 32, + 62, + 97, 58, - 200, - 152, - 77, - 139, - 244, - 38, - 18, - 41, - 88, - 179, + 55, + 206, + 250, + 223, + 150, + 234, + 46, + 196, + 17, + 109, + 79, + 44, + 191, + 82, + 137, 100, - 64, - 215, - 101, + 23, + 137, + 234, + 223, + 134, 2, 0, 0, @@ -8846,9 +8844,9 @@ } }, "owner": { - "ObjectOwner": "0x4df4fdbfb3a0d8c64f38b44ad86ccc3de6cac29d2fe193682812d4fc84478276" + "ObjectOwner": "0xdf3e1b495d7540f4d64bbc79acf8e256e2b9a52b53cc9d0e74295ddf153fcd08" }, - "previous_transaction": "3oMqZE9Zb6LHx62UACFzBFDjViuaW9wF1he9F4YwAwDd", + "previous_transaction": "99opjMtEQQnYWw48gQLkHazPoKU4yUkZ15rC92L12XGy", "storage_rebate": 0 }, { @@ -8874,38 +8872,38 @@ }, "version": 3, "contents": [ - 232, - 241, - 229, - 208, - 32, - 14, - 6, - 104, - 236, - 231, - 218, - 129, - 105, - 62, - 192, - 135, - 124, - 217, - 3, - 22, - 88, - 160, - 11, - 131, - 68, - 160, - 233, - 184, - 162, - 57, + 176, + 144, + 78, + 206, + 29, + 214, + 63, + 87, + 163, + 23, + 234, + 196, + 204, + 227, + 161, + 74, 246, - 140, + 138, + 20, + 49, + 17, + 9, + 242, + 181, + 134, + 213, + 202, + 197, + 148, + 7, + 89, + 205, 2, 0, 0, @@ -8934,66 +8932,81 @@ } }, "owner": { - "ObjectOwner": "0xa44c78e091898d332667e55f8784cf662fb7b9427b2feaee224dcbd7c2c78c9f" + "ObjectOwner": "0x8392eceb8bc7a250d4488ce8fdbaf3651333ef18e5732b56416337839fad5d85" }, - "previous_transaction": "3oMqZE9Zb6LHx62UACFzBFDjViuaW9wF1he9F4YwAwDd", + "previous_transaction": "99opjMtEQQnYWw48gQLkHazPoKU4yUkZ15rC92L12XGy", "storage_rebate": 0 }, { "data": { "Move": { - "type_": { - "Other": { - "address": "0000000000000000000000000000000000000000000000000000000000000002", - "module": "dynamic_field", - "name": "Field", - "type_args": [ - "u64", - { - "struct": { - "address": "0000000000000000000000000000000000000000000000000000000000000003", - "module": "staking_pool", - "name": "PoolTokenExchangeRate", - "type_args": [] - } - } - ] - } - }, + "type_": "StakedIota", "version": 3, "contents": [ - 250, - 21, - 27, - 255, - 196, - 125, - 17, - 171, + 193, + 211, + 3, + 14, + 189, + 205, 244, - 165, - 107, - 177, - 167, - 179, - 71, - 87, - 9, - 97, - 232, + 111, + 31, + 166, + 83, + 102, + 223, + 132, + 172, + 118, + 67, 155, + 27, + 92, + 193, + 5, + 169, + 170, + 243, + 18, + 145, + 2, + 159, + 99, + 147, + 246, + 66, + 108, + 22, + 0, + 65, + 68, + 62, + 159, + 93, + 172, + 188, + 21, + 97, + 116, + 162, + 25, + 223, 118, - 115, + 233, + 195, + 163, + 193, + 85, + 228, + 59, + 227, + 48, + 169, + 105, 90, - 57, - 118, - 53, - 39, - 181, - 12, - 244, - 147, - 2, + 104, + 169, 2, 0, 0, @@ -9003,28 +9016,20 @@ 0, 0, 0, - 56, - 111, - 132, - 8, - 177, - 6, + 14, + 208, + 231, + 124, + 3, 0, - 161, - 32, - 121, - 162, - 33, - 90, - 5, 0 ] } }, "owner": { - "ObjectOwner": "0x3f0a5b09ac5742e6e214f1791f7d0a899189c69182d4a8fa49193ca4c0bb6633" + "AddressOwner": "0xbee62a773a02ad22d9565589f6f2c344308f6d6f084e2539f51b04685e4c63d5" }, - "previous_transaction": "3oMqZE9Zb6LHx62UACFzBFDjViuaW9wF1he9F4YwAwDd", + "previous_transaction": "99opjMtEQQnYWw48gQLkHazPoKU4yUkZ15rC92L12XGy", "storage_rebate": 0 } ] diff --git a/crates/iota-light-client/example_config/550.chk b/crates/iota-light-client/example_config/550.chk deleted file mode 100644 index ed6113dd52a..00000000000 Binary files a/crates/iota-light-client/example_config/550.chk and /dev/null differ diff --git a/crates/iota-light-client/example_config/788.chk b/crates/iota-light-client/example_config/788.chk new file mode 100644 index 00000000000..876019fa35a Binary files /dev/null and b/crates/iota-light-client/example_config/788.chk differ diff --git a/crates/iota-light-client/example_config/826.json b/crates/iota-light-client/example_config/788.json similarity index 77% rename from crates/iota-light-client/example_config/826.json rename to crates/iota-light-client/example_config/788.json index d829d119db5..f67d7fa2a6a 100644 --- a/crates/iota-light-client/example_config/826.json +++ b/crates/iota-light-client/example_config/788.json @@ -1,17 +1,18 @@ { "data": { "epoch": 2, - "sequence_number": 826, - "network_total_transactions": 3604, - "content_digest": "BSfcM97WPkbM5owrADCYfM2kiJgNqLan6gZmqq6Ho2Xb", - "previous_digest": "EVsJ7AuKoegf29oYzhcPJ4ACv8T65k8tkea7846ssv4R", + "sequence_number": 788, + "network_total_transactions": 3455, + "content_digest": "6QxcyMHUfp1xjCohXncwvZh8MMTtbay2ALSV7jAkTtDE", + "previous_digest": "6NXS2BMwgYWUQ5XLY8SnWK9C84v8zGvSmsenjYZBvjG2", "epoch_rolling_gas_cost_summary": { "computationCost": "0", + "computationCostBurned": "0", "storageCost": "0", "storageRebate": "0", "nonRefundableStorageFee": "0" }, - "timestamp_ms": 1730899645819, + "timestamp_ms": 1731087214937, "checkpoint_commitments": [], "end_of_epoch_data": { "nextEpochCommittee": [ @@ -36,7 +37,7 @@ "epochCommitments": [ { "ECMHLiveObjectSetDigest": { - "digest": "AeYtKLygimWXSY54yimY248UnoDqjmTdTBvicqipUZxL" + "digest": "ATtMurTEvHDssU9MWeXjzETxJ5kqbouX2nb3eUx1XTTD" } } ], @@ -49,7 +50,7 @@ }, "auth_signature": { "epoch": 2, - "signature": "rjBT/cXgnJwEZexN4aaA0IvDXUGk1tWAqBcg9iHz74t3L4cTE6wBUG3olvcSlZFa", + "signature": "iLCTx09dJtXuYa5USgQebPw5Lk6EOI4PmCo7wG35YWND8LC2tj0HPnenTvWHH6Ih", "signers_map": [ 58, 48, @@ -71,7 +72,7 @@ 0, 1, 0, - 3, + 2, 0 ] } diff --git a/crates/iota-light-client/example_config/826_full.json b/crates/iota-light-client/example_config/788_full.json similarity index 85% rename from crates/iota-light-client/example_config/826_full.json rename to crates/iota-light-client/example_config/788_full.json index 2127376c646..163d669fce4 100644 --- a/crates/iota-light-client/example_config/826_full.json +++ b/crates/iota-light-client/example_config/788_full.json @@ -2,17 +2,18 @@ "checkpoint_summary": { "data": { "epoch": 2, - "sequence_number": 826, - "network_total_transactions": 3604, - "content_digest": "BSfcM97WPkbM5owrADCYfM2kiJgNqLan6gZmqq6Ho2Xb", - "previous_digest": "EVsJ7AuKoegf29oYzhcPJ4ACv8T65k8tkea7846ssv4R", + "sequence_number": 788, + "network_total_transactions": 3455, + "content_digest": "6QxcyMHUfp1xjCohXncwvZh8MMTtbay2ALSV7jAkTtDE", + "previous_digest": "6NXS2BMwgYWUQ5XLY8SnWK9C84v8zGvSmsenjYZBvjG2", "epoch_rolling_gas_cost_summary": { "computationCost": "0", + "computationCostBurned": "0", "storageCost": "0", "storageRebate": "0", "nonRefundableStorageFee": "0" }, - "timestamp_ms": 1730899645819, + "timestamp_ms": 1731087214937, "checkpoint_commitments": [], "end_of_epoch_data": { "nextEpochCommittee": [ @@ -37,7 +38,7 @@ "epochCommitments": [ { "ECMHLiveObjectSetDigest": { - "digest": "AeYtKLygimWXSY54yimY248UnoDqjmTdTBvicqipUZxL" + "digest": "ATtMurTEvHDssU9MWeXjzETxJ5kqbouX2nb3eUx1XTTD" } } ], @@ -50,7 +51,7 @@ }, "auth_signature": { "epoch": 2, - "signature": "rjBT/cXgnJwEZexN4aaA0IvDXUGk1tWAqBcg9iHz74t3L4cTE6wBUG3olvcSlZFa", + "signature": "iLCTx09dJtXuYa5USgQebPw5Lk6EOI4PmCo7wG35YWND8LC2tj0HPnenTvWHH6Ih", "signers_map": [ 58, 48, @@ -72,7 +73,7 @@ 0, 1, 0, - 3, + 2, 0 ] } @@ -81,12 +82,12 @@ "V1": { "transactions": [ { - "transaction": "2xRdmV48hSwhYDygUhyafC1Qrqhv1in6nKo8HhwBioGR", - "effects": "C2CF7Jg4NygLAH8PfAXCPvm2ugMgDbb5Lo8dKyNAio3y" + "transaction": "Fdq98tofNo7d2iBeXo1bwicjngPHjKoAjh2Hzw1bNiTh", + "effects": "BbpszGgeae1YyN8iseSgSkisR9LcxAWrhT3xacZufR3T" }, { - "transaction": "AEn6k4pJVSM4bwkiwBzabHGfUSXbEsspqSZMRqbzBe1t", - "effects": "91ut7dP1C5ftG7BE8ExFWRDRrjqxtc8LFmw5sTMipKe7" + "transaction": "51gCftcvBJ8LQkfDpxBFommeJ8vy8YC9CDt6yssrKnZo", + "effects": "BSFgR4xwrxHpGrWEnEEzJLJusKndHYiWm3Quu1DzkFp" } ], "user_signatures": [ @@ -113,10 +114,10 @@ "kind": { "ConsensusCommitPrologueV1": { "epoch": 2, - "round": 1096, + "round": 1041, "sub_dag_index": null, - "commit_timestamp_ms": 1730899645819, - "consensus_commit_digest": "5kiGAYuoqarrqtz1HoSrfUjFrQ4F4YzfeYsrG9MdBT3n", + "commit_timestamp_ms": 1731087214937, + "consensus_commit_digest": "6nhnMgCXqkW3isa7anquFsA5tCrFFgh7dN56yXdNNaT2", "consensus_determined_version_assignments": { "CancelledTransactions": [] } @@ -152,17 +153,18 @@ "executed_epoch": 2, "gas_used": { "computationCost": "0", + "computationCostBurned": "0", "storageCost": "0", "storageRebate": "0", "nonRefundableStorageFee": "0" }, - "transaction_digest": "2xRdmV48hSwhYDygUhyafC1Qrqhv1in6nKo8HhwBioGR", + "transaction_digest": "Fdq98tofNo7d2iBeXo1bwicjngPHjKoAjh2Hzw1bNiTh", "gas_object_index": null, "events_digest": null, "dependencies": [ - "3F8sQ6z2VgmKgGGQuh43xz1EPzbggVKoHMCpkxuYPbRB" + "GKj4hyaBoS3t3QBfMRYTyxdQPvxqoAUWiEdeMxRUbhFp" ], - "lamport_version": 3272, + "lamport_version": 3130, "changed_objects": [ [ "0x0000000000000000000000000000000000000000000000000000000000000006", @@ -170,8 +172,8 @@ "input_state": { "Exist": [ [ - 3271, - "BZivKroerfzntcXFescyCZ81xwWkUFqkZuWkbzrQpUff" + 3129, + "54LV7k5dAMY9on3zxgg3gSNsZRrqTjNhfanrvQCTjcfg" ], { "Shared": { @@ -182,7 +184,7 @@ }, "output_state": { "ObjectWrite": [ - "8hr4GQMofT5iafMCJF81JyDiC3W31MTbarFTtpWztfJ7", + "5hwt1AkB5jHBGYLCsStfjpirbUvUHPgfNknWnG14ZzXc", { "Shared": { "initial_shared_version": 1 @@ -211,7 +213,7 @@ "type_args": [] } }, - "version": 3271, + "version": 3129, "contents": [ 0, 0, @@ -245,10 +247,10 @@ 0, 0, 6, - 57, - 149, - 168, - 1, + 30, + 169, + 214, + 12, 147, 1, 0, @@ -261,7 +263,7 @@ "initial_shared_version": 1 } }, - "previous_transaction": "3F8sQ6z2VgmKgGGQuh43xz1EPzbggVKoHMCpkxuYPbRB", + "previous_transaction": "GKj4hyaBoS3t3QBfMRYTyxdQPvxqoAUWiEdeMxRUbhFp", "storage_rebate": 0 } ], @@ -277,7 +279,7 @@ "type_args": [] } }, - "version": 3272, + "version": 3130, "contents": [ 0, 0, @@ -311,10 +313,10 @@ 0, 0, 6, - 123, - 149, - 168, - 1, + 89, + 169, + 214, + 12, 147, 1, 0, @@ -327,7 +329,7 @@ "initial_shared_version": 1 } }, - "previous_transaction": "2xRdmV48hSwhYDygUhyafC1Qrqhv1in6nKo8HhwBioGR", + "previous_transaction": "Fdq98tofNo7d2iBeXo1bwicjngPHjKoAjh2Hzw1bNiTh", "storage_rebate": 0 } ] @@ -354,7 +356,7 @@ "computation_charge": 0, "storage_rebate": 0, "non_refundable_storage_fee": 0, - "epoch_start_timestamp_ms": 1730899645819, + "epoch_start_timestamp_ms": 1731087214937, "system_packages": [] } } @@ -390,15 +392,16 @@ "executed_epoch": 2, "gas_used": { "computationCost": "0", + "computationCostBurned": "0", "storageCost": "0", "storageRebate": "0", "nonRefundableStorageFee": "0" }, - "transaction_digest": "AEn6k4pJVSM4bwkiwBzabHGfUSXbEsspqSZMRqbzBe1t", + "transaction_digest": "51gCftcvBJ8LQkfDpxBFommeJ8vy8YC9CDt6yssrKnZo", "gas_object_index": null, - "events_digest": "HyBHyGfNNzJM8w3GVwf4ezUHgCcPRudx3AMiFU6N4wsA", + "events_digest": "3PHyT1KFkpkhB4MqinEYGFv3KhFjkE7eGX6y11tfmHWW", "dependencies": [ - "3oMqZE9Zb6LHx62UACFzBFDjViuaW9wF1he9F4YwAwDd" + "99opjMtEQQnYWw48gQLkHazPoKU4yUkZ15rC92L12XGy" ], "lamport_version": 4, "changed_objects": [ @@ -409,7 +412,7 @@ "Exist": [ [ 3, - "FNiz2yyMoYaiw6KkcZZpVwG1K6fMA4iaByiuNaj5SXgx" + "4r7zPgS4bzG14TVFgfSE1xp547UYqtEmEct9QxYtMtDt" ], { "Shared": { @@ -420,7 +423,7 @@ }, "output_state": { "ObjectWrite": [ - "5fgQk6PvB4w3E2jCDDjJ6XJaFbPuXeTW1na6qzApebjQ", + "2hX9ZbhdSSRHy8vrb67tpj835SWsAkpgCvLsuPFuKj6P", { "Shared": { "initial_shared_version": 1 @@ -432,14 +435,14 @@ } ], [ - "0x0396a018cfc174b0f0d69c7b4fdf8d503b608a53b70139c26ec13bfa73e2d0eb", + "0x285e65d7ecfd912ce0d7cdaea4099e414f6febc7d8277f351c32d91ee21bfc85", { "input_state": "NotExist", "output_state": { "ObjectWrite": [ - "EL1K7tVWJyXWBny82JsHSY2w3ptE96rHxpA7AJhQwmFF", + "EHsD9LVzKcTF891q8MEXZ5L1SZ7KFEvzmYuGduCWP3ou", { - "ObjectOwner": "0x4df4fdbfb3a0d8c64f38b44ad86ccc3de6cac29d2fe193682812d4fc84478276" + "AddressOwner": "0x2919b85edd777017e40be03ad63ab6cee20a788d6eb2019559a558ada19ae71b" } ] }, @@ -447,14 +450,14 @@ } ], [ - "0x3ed86657ffc719ed506fd419f1c402e774f7e03c70953383d7c777a0ea38e2b1", + "0x3434098927a1b47dc0db93724b0fbaee1dd40fcd46801b14b6ae4be937f72a9b", { "input_state": "NotExist", "output_state": { "ObjectWrite": [ - "EX4ePpZ9ziq1doHddbfGKc4q3o6QpStgHa8vVruZwQAc", + "Ao4LEu6ApN55Em1qKTjDKDofS6PnMyp9XKFGRBqhDJTs", { - "AddressOwner": "0x33a0889dc00074a8da34fb8f7e05bb208983f4e562ccc3027a9fe2188b1a9281" + "ObjectOwner": "0x19b777f952e60d1e9269f30c271c56b77638e11e915f3a247c141f11eabd11d9" } ] }, @@ -462,29 +465,39 @@ } ], [ - "0x4d3d09e0acac2eec095cd9a0ec5151348b04f372971361b27fd0908fb7782336", + "0x6af2a2b7ca60bf76174adfd3e9c4957f8e937759603182f9b46c7f6c5f19c6d2", { - "input_state": "NotExist", + "input_state": { + "Exist": [ + [ + 3, + "FeQXd2zM4oBcJpfdB7WMs8W9UwQoL6EH1yuWabJfxZZs" + ], + { + "ObjectOwner": "0x0000000000000000000000000000000000000000000000000000000000000005" + } + ] + }, "output_state": { "ObjectWrite": [ - "5z7C3RgS9dt6b79YAJkvyBfZD1P6BnbeNP4pqWnkZ7ji", + "BKr2ES3UekBSxUzRihMpiUey1cJRa5WUDzGt2NmMma4q", { - "AddressOwner": "0x810952ffed1a57987e8f7da7c2e2aa2f9a698c1a07469052d978ea7e609cc043" + "ObjectOwner": "0x0000000000000000000000000000000000000000000000000000000000000005" } ] }, - "id_operation": "Created" + "id_operation": "None" } ], [ - "0x51e6fd1c5466f48a794f8deb15217804826add3c8b207d634ae71609b0480745", + "0x7dea723b0d1163cc7270c5382dbba701861816244c38cd1c8c2c3c5b6dde23b5", { "input_state": "NotExist", "output_state": { "ObjectWrite": [ - "8YzaZ5tPDc2YgzupsDvEhn8CYxxLKg5x4AV3cEYdm3sj", + "JD5fSn4vA9uaNoAKC2xaN8rU9XGGoBTWMHQn9zPG4Lib", { - "AddressOwner": "0x000a3e506e0d60475f965aabcf7cb7b64b9c71957b73b007b3a069093a7987dc" + "AddressOwner": "0xbee62a773a02ad22d9565589f6f2c344308f6d6f084e2539f51b04685e4c63d5" } ] }, @@ -492,39 +505,29 @@ } ], [ - "0x6af2a2b7ca60bf76174adfd3e9c4957f8e937759603182f9b46c7f6c5f19c6d2", + "0x821a81992c25cbfae0a6d29320439f41fc364a94f46ab4b035e9212bbc6afd34", { - "input_state": { - "Exist": [ - [ - 3, - "3Hteo5yiReQhBbHBwdAgY8LnFHJVNAHj4mwsgQuL1i8M" - ], - { - "ObjectOwner": "0x0000000000000000000000000000000000000000000000000000000000000005" - } - ] - }, + "input_state": "NotExist", "output_state": { "ObjectWrite": [ - "1rvs1cDHSJmmBczkDaw5o1x4gnhEXvY8L9d3uGB252b", + "3aSNtr3Hdn3yHjG42KHTczkfWn4GaSR1kV1JRuhb7Gbj", { - "ObjectOwner": "0x0000000000000000000000000000000000000000000000000000000000000005" + "AddressOwner": "0xc0afe4713f5f894ab2d5696899cec27c8dd3ebcb8dd06811193f1cdd2f7458e3" } ] }, - "id_operation": "None" + "id_operation": "Created" } ], [ - "0x849eec9b867166d73681cf9e14db0d5a30af29315e200a07246958a7376b1be6", + "0x91e4677b9f0be503aa643cdd21d5447a389ef915d4d793ca4a6adbfddae558ac", { "input_state": "NotExist", "output_state": { "ObjectWrite": [ - "75n5DV715GSHWbSavqjKDdLxX8wYFYnCDMez7wbwUeDR", + "8agQNxTa3XnYMxb59mcYCCw3RFphXwFWk3zuTRCVMUUg", { - "ObjectOwner": "0x0a6a6dfbcb9c17b88453cc9117b3c8c7d28f18c07a167730d4a6cc7478f50e96" + "ObjectOwner": "0xdf3e1b495d7540f4d64bbc79acf8e256e2b9a52b53cc9d0e74295ddf153fcd08" } ] }, @@ -532,14 +535,14 @@ } ], [ - "0xc51efbb3e9a6cdd0283fcca2483c512920163fa776c669a531a710175b192394", + "0x972fad70ed3b24aa22bacc4a8a537a9a24eda71cd2f445accd5617c6fc44bdfa", { "input_state": "NotExist", "output_state": { "ObjectWrite": [ - "DvXCbjju4kCzhMHBERWc9BYVnU6ne71MhbHb4C3gZBsV", + "C9uixEFj5WDwG3tS12LLCxez4Yot611kL4EQrpZdtp4Y", { - "AddressOwner": "0x0edfd5327d04f07bac736fba65a51fac32ab5792d6763a85fc46dbfc229fcc22" + "AddressOwner": "0x43e8b5e5be1ac68e8ca24f3fa4e9a850fa2ef000f7fcc805243dde365ee94408" } ] }, @@ -547,14 +550,14 @@ } ], [ - "0xd3a2e5c190223e3d16487ee8ec561f0193cacd183bae450e412000770617d1f6", + "0xb27bed796fcdb3b454a7b31a469d7b9b74d611dee039be4bad48b9ab0ca1d7c5", { "input_state": "NotExist", "output_state": { "ObjectWrite": [ - "5kLtBYqihzBuQDAxDtWQF5g9RytU7eoAmVybpjrByyp1", + "8n7iqfycy1C5cCkQeCiQpr1CppPvucqMn6LUCr7q7dHW", { - "ObjectOwner": "0xa44c78e091898d332667e55f8784cf662fb7b9427b2feaee224dcbd7c2c78c9f" + "ObjectOwner": "0x8c95d95a13b79ed01819067ed1093f99db1cf958a83c445013c7b3592bdbcb98" } ] }, @@ -562,14 +565,14 @@ } ], [ - "0xd561f220aa4aab5e65f2ab2d525aa4ab51fa85e0269d4606273310552bfd77fc", + "0xd0ce22a50856a335bc6af588b31f4444515146761c021a1991c82e764c3e12a5", { "input_state": "NotExist", "output_state": { "ObjectWrite": [ - "CpvNdt5z9yGTAoGdkG42kyu1MpZ2ZmGtrf8Ru14kxyd8", + "6Us2QwVZdPh3NgFdmKzyH2Q7pmgF8vk7AkHADKkUWWBA", { - "ObjectOwner": "0x3f0a5b09ac5742e6e214f1791f7d0a899189c69182d4a8fa49193ca4c0bb6633" + "ObjectOwner": "0x8392eceb8bc7a250d4488ce8fdbaf3651333ef18e5732b56416337839fad5d85" } ] }, @@ -594,102 +597,102 @@ "type_args": [] }, "contents": [ - 172, + 205, + 23, + 237, + 101, + 196, + 223, + 165, + 144, + 73, 40, - 183, + 152, + 156, + 38, + 172, 6, - 30, - 62, 187, - 32, - 14, - 71, - 100, - 178, - 222, - 101, - 144, + 80, + 131, + 252, + 156, + 198, 105, - 146, + 210, + 20, + 227, 192, - 42, - 229, - 165, + 121, + 85, 126, - 159, - 78, - 117, - 130, - 220, - 252, - 25, + 84, + 209, + 174, + 67, + 232, + 181, + 229, 190, - 146, - 32, - 51, - 160, - 136, - 157, - 192, - 0, - 116, + 26, + 198, + 142, + 140, + 162, + 79, + 63, + 164, + 233, 168, - 218, - 52, - 251, - 143, - 126, + 80, + 250, + 46, + 240, + 0, + 247, + 252, + 200, 5, - 187, - 32, - 137, - 131, - 244, + 36, + 61, + 222, + 54, + 94, + 233, + 68, + 8, + 67, + 232, + 181, 229, - 98, - 204, - 195, - 2, - 122, - 159, - 226, - 24, - 139, + 190, 26, - 146, - 129, - 51, - 160, - 136, - 157, - 192, - 0, - 116, + 198, + 142, + 140, + 162, + 79, + 63, + 164, + 233, 168, - 218, - 52, - 251, - 143, - 126, + 80, + 250, + 46, + 240, + 0, + 247, + 252, + 200, 5, - 187, - 32, - 137, - 131, - 244, - 229, - 98, - 204, - 195, - 2, - 122, - 159, - 226, - 24, - 139, - 26, - 146, - 129, + 36, + 61, + 222, + 54, + 94, + 233, + 68, + 8, 2, 0, 0, @@ -719,102 +722,227 @@ "type_args": [] }, "contents": [ - 110, + 207, + 45, + 23, + 237, + 112, + 22, + 155, + 235, + 198, + 250, + 75, + 26, + 133, + 192, + 213, + 197, + 147, + 157, + 67, + 6, + 247, + 136, + 54, + 200, + 184, + 231, + 36, + 53, + 236, + 43, + 58, + 87, + 192, + 175, + 228, + 113, + 63, + 95, + 137, + 74, + 178, + 213, + 105, + 104, + 153, + 206, + 194, + 124, + 141, + 211, + 235, + 203, + 141, + 208, + 104, + 17, 25, + 63, + 28, + 221, 47, - 202, - 128, 116, - 244, - 21, - 179, - 19, - 231, - 109, - 89, - 6, - 33, - 51, - 73, - 33, - 34, - 92, - 5, - 151, - 27, + 88, + 227, + 192, + 175, + 228, 113, - 250, - 184, - 72, - 42, - 8, - 240, - 184, - 123, - 14, - 223, - 213, - 50, - 125, - 4, - 240, - 123, - 172, - 115, - 111, - 186, - 101, - 165, - 31, - 172, - 50, - 171, - 87, - 146, - 214, - 118, - 58, - 133, - 252, - 70, - 219, - 252, - 34, - 159, - 204, - 34, - 14, - 223, + 63, + 95, + 137, + 74, + 178, 213, - 50, - 125, - 4, - 240, - 123, - 172, - 115, - 111, - 186, - 101, - 165, - 31, - 172, - 50, - 171, - 87, - 146, - 214, + 105, + 104, + 153, + 206, + 194, + 124, + 141, + 211, + 235, + 203, + 141, + 208, + 104, + 17, + 25, + 63, + 28, + 221, + 47, + 116, + 88, + 227, + 2, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 14, + 208, + 231, + 124, + 3, + 0, + 0 + ] + }, + { + "package_id": "0x0000000000000000000000000000000000000000000000000000000000000003", + "transaction_module": "iota_system", + "sender": "0x0000000000000000000000000000000000000000000000000000000000000000", + "type_": { + "address": "0000000000000000000000000000000000000000000000000000000000000003", + "module": "validator", + "name": "StakingRequestEvent", + "type_args": [] + }, + "contents": [ + 66, + 108, + 22, + 0, + 65, + 68, + 62, + 159, + 93, + 172, + 188, + 21, + 97, + 116, + 162, + 25, + 223, 118, + 233, + 195, + 163, + 193, + 85, + 228, + 59, + 227, + 48, + 169, + 105, + 90, + 104, + 169, + 190, + 230, + 42, + 119, 58, - 133, - 252, - 70, - 219, - 252, + 2, + 173, 34, - 159, - 204, + 217, + 86, + 85, + 137, + 246, + 242, + 195, + 68, + 48, + 143, + 109, + 111, + 8, + 78, + 37, + 57, + 245, + 27, + 4, + 104, + 94, + 76, + 99, + 213, + 190, + 230, + 42, + 119, + 58, + 2, + 173, 34, + 217, + 86, + 85, + 137, + 246, + 242, + 195, + 68, + 48, + 143, + 109, + 111, + 8, + 78, + 37, + 57, + 245, + 27, + 4, + 104, + 94, + 76, + 99, + 213, 2, 0, 0, @@ -844,102 +972,102 @@ "type_args": [] }, "contents": [ - 100, - 224, - 179, - 198, - 105, - 237, - 99, - 139, - 53, - 222, - 45, - 232, - 152, - 128, - 76, - 40, - 97, - 165, - 159, + 82, 40, - 171, - 131, - 238, - 43, - 201, + 18, + 20, + 33, + 187, + 48, + 175, + 108, + 237, + 18, + 12, + 140, + 4, + 173, + 180, + 59, 61, - 69, - 121, + 219, + 227, + 74, + 70, + 145, + 19, + 139, + 4, 25, - 38, - 36, - 128, - 0, + 29, + 158, + 51, + 100, + 176, + 41, + 25, + 184, + 94, + 221, + 119, + 112, + 23, + 228, + 11, + 224, + 58, + 214, + 58, + 182, + 206, + 226, 10, - 62, - 80, + 120, + 141, 110, - 13, - 96, - 71, - 95, - 150, - 90, - 171, - 207, - 124, - 183, - 182, - 75, - 156, - 113, + 178, + 1, 149, - 123, - 115, - 176, - 7, - 179, - 160, - 105, - 9, + 89, + 165, + 88, + 173, + 161, + 154, + 231, + 27, + 41, + 25, + 184, + 94, + 221, + 119, + 112, + 23, + 228, + 11, + 224, 58, - 121, - 135, - 220, - 0, + 214, + 58, + 182, + 206, + 226, 10, - 62, - 80, + 120, + 141, 110, - 13, - 96, - 71, - 95, - 150, - 90, - 171, - 207, - 124, - 183, - 182, - 75, - 156, - 113, + 178, + 1, 149, - 123, - 115, - 176, - 7, - 179, - 160, - 105, - 9, - 58, - 121, - 135, - 220, + 89, + 165, + 88, + 173, + 161, + 154, + 231, + 27, 2, 0, 0, @@ -964,176 +1092,51 @@ "sender": "0x0000000000000000000000000000000000000000000000000000000000000000", "type_": { "address": "0000000000000000000000000000000000000000000000000000000000000003", - "module": "validator", - "name": "StakingRequestEvent", + "module": "validator_set", + "name": "ValidatorEpochInfoEventV1", "type_args": [] }, "contents": [ - 72, - 57, - 253, - 203, - 207, - 227, + 3, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 67, + 232, + 181, + 229, + 190, + 26, + 198, + 142, + 140, + 162, + 79, + 63, + 164, + 233, + 168, + 80, + 250, + 46, 240, - 156, - 150, - 39, - 11, - 153, + 0, + 247, + 252, + 200, + 5, + 36, 61, - 37, - 78, - 236, - 210, - 134, - 217, - 208, - 33, - 127, - 187, - 189, - 191, - 104, - 218, - 73, - 223, - 164, - 57, - 243, - 129, - 9, - 82, - 255, - 237, - 26, - 87, - 152, - 126, - 143, - 125, - 167, - 194, - 226, - 170, - 47, - 154, - 105, - 140, - 26, - 7, - 70, - 144, - 82, - 217, - 120, - 234, - 126, - 96, - 156, - 192, - 67, - 129, - 9, - 82, - 255, - 237, - 26, - 87, - 152, - 126, - 143, - 125, - 167, - 194, - 226, - 170, - 47, - 154, - 105, - 140, - 26, - 7, - 70, - 144, - 82, - 217, - 120, - 234, - 126, - 96, - 156, - 192, - 67, - 2, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 14, - 208, - 231, - 124, - 3, - 0, - 0 - ] - }, - { - "package_id": "0x0000000000000000000000000000000000000000000000000000000000000003", - "transaction_module": "iota_system", - "sender": "0x0000000000000000000000000000000000000000000000000000000000000000", - "type_": { - "address": "0000000000000000000000000000000000000000000000000000000000000003", - "module": "validator_set", - "name": "ValidatorEpochInfoEventV1", - "type_args": [] - }, - "contents": [ - 3, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 51, - 160, - 136, - 157, - 192, - 0, - 116, - 168, - 218, - 52, - 251, - 143, - 126, - 5, - 187, - 32, - 137, - 131, - 244, - 229, - 98, - 204, - 195, - 2, - 122, - 159, - 226, - 24, - 139, - 26, - 146, - 129, + 222, + 54, + 94, + 233, + 68, + 8, 232, 3, 0, @@ -1220,38 +1223,38 @@ 0, 0, 0, - 14, - 223, + 192, + 175, + 228, + 113, + 63, + 95, + 137, + 74, + 178, 213, - 50, - 125, - 4, - 240, - 123, - 172, - 115, - 111, - 186, - 101, - 165, - 31, - 172, - 50, - 171, - 87, - 146, - 214, - 118, - 58, - 133, - 252, - 70, - 219, - 252, - 34, - 159, - 204, - 34, + 105, + 104, + 153, + 206, + 194, + 124, + 141, + 211, + 235, + 203, + 141, + 208, + 104, + 17, + 25, + 63, + 28, + 221, + 47, + 116, + 88, + 227, 232, 3, 0, @@ -1338,38 +1341,38 @@ 0, 0, 0, - 0, - 10, - 62, - 80, - 110, - 13, - 96, - 71, - 95, - 150, - 90, - 171, - 207, - 124, - 183, - 182, - 75, - 156, - 113, - 149, - 123, - 115, - 176, - 7, - 179, - 160, - 105, - 9, + 190, + 230, + 42, + 119, 58, - 121, - 135, - 220, + 2, + 173, + 34, + 217, + 86, + 85, + 137, + 246, + 242, + 195, + 68, + 48, + 143, + 109, + 111, + 8, + 78, + 37, + 57, + 245, + 27, + 4, + 104, + 94, + 76, + 99, + 213, 232, 3, 0, @@ -1456,38 +1459,38 @@ 0, 0, 0, - 129, - 9, - 82, - 255, - 237, - 26, - 87, - 152, - 126, - 143, - 125, - 167, - 194, + 41, + 25, + 184, + 94, + 221, + 119, + 112, + 23, + 228, + 11, + 224, + 58, + 214, + 58, + 182, + 206, 226, - 170, - 47, - 154, - 105, - 140, - 26, - 7, - 70, - 144, - 82, - 217, + 10, 120, - 234, - 126, - 96, - 156, - 192, - 67, + 141, + 110, + 178, + 1, + 149, + 89, + 165, + 88, + 173, + 161, + 154, + 231, + 27, 232, 3, 0, @@ -1720,7 +1723,7 @@ "initial_shared_version": 1 } }, - "previous_transaction": "3oMqZE9Zb6LHx62UACFzBFDjViuaW9wF1he9F4YwAwDd", + "previous_transaction": "99opjMtEQQnYWw48gQLkHazPoKU4yUkZ15rC92L12XGy", "storage_rebate": 0 }, { @@ -1810,38 +1813,38 @@ 0, 0, 0, - 57, - 150, - 87, - 200, - 104, - 30, - 18, - 30, - 85, - 184, - 134, - 1, - 66, - 9, - 163, - 166, - 55, - 230, - 117, - 238, - 217, - 89, - 95, - 37, - 234, - 22, - 66, - 64, - 152, - 125, + 33, + 120, + 211, + 59, + 94, + 251, + 190, + 29, + 133, + 24, + 140, + 237, + 130, + 57, 191, + 221, + 188, + 132, + 174, + 6, + 148, + 192, + 142, + 32, 59, + 66, + 217, + 202, + 103, + 195, + 2, + 210, 0, 224, 244, @@ -1859,38 +1862,38 @@ 26, 0, 4, - 51, - 160, - 136, - 157, - 192, - 0, - 116, - 168, - 218, - 52, - 251, - 143, - 126, - 5, - 187, - 32, - 137, - 131, - 244, + 67, + 232, + 181, 229, - 98, - 204, - 195, - 2, - 122, - 159, - 226, - 24, - 139, + 190, 26, - 146, - 129, + 198, + 142, + 140, + 162, + 79, + 63, + 164, + 233, + 168, + 80, + 250, + 46, + 240, + 0, + 247, + 252, + 200, + 5, + 36, + 61, + 222, + 54, + 94, + 233, + 68, + 8, 96, 141, 207, @@ -1989,126 +1992,126 @@ 56, 212, 32, - 134, - 31, - 111, - 13, - 221, - 198, - 100, - 120, - 186, - 6, - 206, - 22, - 220, - 182, - 87, - 183, - 152, - 144, - 178, - 35, - 230, - 217, - 83, - 227, - 50, - 26, - 186, + 196, 62, - 38, - 27, - 72, - 246, - 32, - 36, - 55, - 28, - 23, - 34, - 35, - 243, - 123, - 113, - 122, - 170, + 132, 24, - 8, + 163, + 189, 82, - 30, - 216, - 35, - 16, - 113, - 150, - 244, - 30, - 25, - 69, + 102, + 141, 245, - 112, - 26, - 30, - 126, - 171, - 75, - 168, - 48, - 169, - 92, - 193, - 224, + 98, + 152, + 156, + 97, + 252, + 197, + 195, + 47, 86, - 200, - 233, - 154, - 168, - 15, - 238, - 68, - 164, - 68, - 201, - 233, - 68, - 193, - 247, - 20, - 117, - 234, - 159, - 146, - 166, - 6, - 190, - 199, - 185, - 68, - 136, - 167, - 103, - 10, - 228, - 137, - 175, + 12, + 85, + 19, 174, - 224, - 4, - 252, - 175, - 42, - 80, + 41, + 58, + 124, + 46, + 194, + 31, + 214, + 202, + 227, + 32, + 19, + 59, + 167, + 93, 117, - 163, - 79, - 7, - 11, - 118, - 97, - 108, - 105, - 100, + 58, + 188, + 191, + 5, + 119, + 233, + 190, + 18, + 97, + 124, + 116, + 104, + 64, + 49, + 71, + 93, + 217, + 56, + 139, + 72, + 40, + 147, + 175, + 70, + 71, + 25, + 63, + 48, + 137, + 184, + 29, + 114, + 29, + 48, + 118, + 206, + 228, + 215, + 24, + 238, + 59, + 87, + 84, + 81, + 230, + 3, + 166, + 206, + 229, + 252, + 87, + 57, + 38, + 113, + 39, + 177, + 195, + 229, + 217, + 100, + 174, + 220, + 140, + 204, + 243, + 229, + 203, + 82, + 41, + 10, + 146, + 240, + 229, + 138, + 122, + 9, + 11, + 118, + 97, + 108, + 105, + 100, 97, 116, 111, @@ -2138,11 +2141,11 @@ 99, 112, 47, - 51, - 53, + 52, 50, - 56, - 55, + 53, + 48, + 53, 47, 104, 116, @@ -2168,11 +2171,11 @@ 100, 112, 47, - 51, - 56, - 56, 52, - 51, + 50, + 50, + 53, + 55, 24, 47, 105, @@ -2193,9 +2196,9 @@ 100, 112, 47, - 51, 52, - 51, + 49, + 50, 55, 51, 0, @@ -2205,38 +2208,38 @@ 0, 0, 0, - 246, - 217, - 55, - 38, - 228, - 199, - 195, - 150, - 126, - 48, - 101, - 68, - 164, - 200, - 70, - 139, - 186, - 140, - 235, - 219, - 111, - 108, + 193, + 172, 150, - 131, - 190, - 94, - 8, - 133, + 93, + 42, + 76, + 232, + 112, 27, - 201, - 140, + 20, + 5, + 72, + 216, + 182, + 218, + 2, + 154, + 69, + 196, + 72, + 211, + 177, + 54, + 182, + 188, + 223, + 197, + 33, + 134, + 9, 159, + 212, 0, 0, 0, @@ -2253,38 +2256,38 @@ 0, 0, 0, - 248, - 170, - 251, - 45, - 189, - 133, - 62, - 187, - 241, - 45, + 177, + 240, + 130, + 136, + 211, + 97, + 82, + 53, + 42, 159, - 166, - 88, - 34, - 107, - 13, - 212, - 247, - 113, - 147, + 55, + 118, 64, - 198, - 121, - 110, - 161, - 208, - 199, - 195, - 29, - 74, - 37, - 151, + 200, + 24, + 224, + 95, + 133, + 217, + 207, + 178, + 27, + 2, + 36, + 238, + 5, + 33, + 211, + 56, + 174, + 138, + 160, 232, 3, 0, @@ -2293,38 +2296,38 @@ 0, 0, 0, - 172, + 205, + 23, + 237, + 101, + 196, + 223, + 165, + 144, + 73, 40, - 183, + 152, + 156, + 38, + 172, 6, - 30, - 62, 187, - 32, - 14, - 71, - 100, - 178, - 222, - 101, - 144, + 80, + 131, + 252, + 156, + 198, 105, - 146, + 210, + 20, + 227, 192, - 42, - 229, - 165, + 121, + 85, 126, - 159, - 78, - 117, - 130, - 220, - 252, - 25, - 190, - 146, - 32, + 84, + 209, + 174, 1, 0, 0, @@ -2359,38 +2362,38 @@ 90, 5, 0, - 10, - 106, - 109, - 251, - 203, - 156, - 23, - 184, - 132, - 83, - 204, - 145, - 23, - 179, - 200, - 199, - 210, - 143, + 140, + 149, + 217, + 90, + 19, + 183, + 158, + 208, 24, - 192, - 122, - 22, - 119, - 48, - 212, - 166, - 204, - 116, - 120, - 245, - 14, - 150, + 25, + 6, + 126, + 209, + 9, + 63, + 153, + 219, + 28, + 249, + 88, + 168, + 60, + 68, + 80, + 19, + 199, + 179, + 89, + 43, + 219, + 203, + 152, 3, 0, 0, @@ -2423,38 +2426,38 @@ 0, 0, 0, - 120, - 124, - 51, - 225, - 6, - 59, - 117, - 162, - 131, - 128, - 121, - 207, - 73, - 99, - 77, - 202, - 38, - 7, - 126, - 57, - 87, - 171, - 192, - 183, - 27, - 139, - 208, - 249, - 124, - 205, + 165, + 143, + 84, + 159, + 166, + 25, 12, - 4, + 161, + 141, + 32, + 3, + 3, + 139, + 169, + 133, + 182, + 69, + 119, + 237, + 71, + 47, + 66, + 63, + 192, + 99, + 180, + 148, + 177, + 252, + 179, + 73, + 49, 0, 0, 0, @@ -2495,38 +2498,38 @@ 0, 0, 0, - 9, - 238, - 231, - 132, - 10, + 88, + 133, + 61, + 66, + 13, 222, - 201, + 200, + 212, 234, - 176, - 75, - 130, - 208, - 125, - 237, - 85, - 129, - 65, - 117, - 46, + 213, + 88, + 180, + 147, 113, - 156, - 39, - 201, - 90, - 42, - 115, - 60, - 209, + 102, + 159, + 0, 78, - 192, - 139, - 87, + 17, + 138, + 135, + 26, + 79, + 98, + 16, + 8, + 194, + 99, + 131, + 241, + 33, + 37, 0, 0, 0, @@ -2535,45 +2538,45 @@ 0, 0, 0, - 14, - 223, + 192, + 175, + 228, + 113, + 63, + 95, + 137, + 74, + 178, 213, - 50, - 125, - 4, - 240, - 123, - 172, - 115, - 111, - 186, - 101, - 165, + 105, + 104, + 153, + 206, + 194, + 124, + 141, + 211, + 235, + 203, + 141, + 208, + 104, + 17, + 25, + 63, + 28, + 221, + 47, + 116, + 88, + 227, + 96, + 153, + 242, + 94, + 246, 31, - 172, - 50, - 171, - 87, - 146, - 214, - 118, - 58, - 133, - 252, - 70, - 219, - 252, - 34, - 159, - 204, - 34, - 96, - 153, - 242, - 94, - 246, - 31, - 128, + 128, 50, 185, 20, @@ -2665,120 +2668,120 @@ 26, 16, 32, - 15, - 166, - 26, - 3, - 53, - 47, - 196, - 54, - 226, - 169, - 237, - 101, - 192, - 146, - 201, - 99, - 148, - 245, - 118, - 55, - 73, - 22, - 137, - 47, - 46, - 5, - 142, - 33, - 224, + 124, + 182, + 186, + 91, + 12, + 170, + 131, + 177, + 61, + 203, + 127, + 80, + 232, + 52, 130, - 109, - 93, - 32, - 16, - 9, - 47, - 121, - 214, - 144, - 33, - 81, - 79, - 25, - 70, + 1, 139, - 221, + 38, + 18, + 19, + 17, + 68, + 191, + 185, + 79, + 7, + 213, + 179, 21, - 225, - 4, - 57, - 47, - 236, - 137, - 152, - 99, - 61, - 135, - 162, + 145, + 211, + 187, + 32, + 94, + 91, + 130, + 163, + 159, + 253, + 136, + 192, + 238, + 131, + 218, + 155, + 62, + 192, + 0, 198, - 115, - 50, - 181, - 240, - 121, - 202, + 173, + 130, + 103, + 59, + 148, + 58, + 239, + 141, + 231, + 179, + 8, + 76, + 140, + 228, + 117, + 96, 48, - 174, - 115, - 56, - 139, - 254, - 65, - 116, - 29, - 203, - 122, - 178, - 238, - 63, - 226, - 177, - 11, - 135, - 39, + 149, + 156, + 76, 233, - 254, - 132, - 150, - 30, - 43, - 127, - 207, - 31, + 34, + 137, + 19, + 218, 66, - 145, - 50, - 234, + 180, + 247, + 89, + 225, + 191, 83, - 9, - 66, - 41, - 127, - 6, - 230, - 22, - 253, - 55, - 147, - 38, - 224, - 238, + 121, + 39, + 43, + 112, + 84, + 165, + 35, + 231, + 134, + 23, + 125, + 5, + 153, + 229, + 197, + 243, 25, - 85, - 170, + 147, + 7, + 167, + 218, + 65, + 169, + 20, + 123, + 151, + 209, + 118, + 154, + 4, + 53, + 71, + 105, 11, 118, 97, @@ -2816,9 +2819,9 @@ 47, 51, 51, - 48, - 48, 53, + 52, + 57, 47, 104, 116, @@ -2844,11 +2847,11 @@ 100, 112, 47, - 51, - 52, 52, - 50, 53, + 53, + 55, + 55, 24, 47, 105, @@ -2869,11 +2872,11 @@ 100, 112, 47, + 51, + 51, 52, - 52, - 50, - 54, - 53, + 57, + 49, 0, 0, 0, @@ -2881,38 +2884,38 @@ 0, 0, 0, - 104, - 42, - 21, - 142, - 204, - 177, - 70, - 194, - 132, - 12, - 138, + 250, + 44, 99, - 217, - 27, - 80, - 204, - 85, + 101, + 202, + 88, + 5, + 61, + 253, + 24, + 51, + 26, + 87, + 210, + 184, + 240, + 42, + 40, + 131, + 205, + 59, + 201, + 168, + 247, + 101, + 11, 54, - 179, - 39, - 203, - 58, - 72, - 76, - 19, - 52, - 4, + 150, 130, - 111, - 122, - 184, - 253, + 210, + 2, + 86, 0, 0, 0, @@ -2929,38 +2932,38 @@ 0, 0, 0, - 112, - 113, - 126, - 98, - 132, - 65, - 132, - 77, - 28, - 70, 102, - 160, - 151, - 252, - 157, - 74, - 249, - 47, - 174, - 174, - 126, - 226, - 96, - 161, - 81, - 194, - 213, - 7, - 70, + 140, + 54, + 205, + 193, + 218, + 197, 97, - 220, - 123, + 35, + 198, + 30, + 231, + 98, + 41, + 134, + 110, + 115, + 97, + 203, + 29, + 81, + 3, + 42, + 58, + 45, + 152, + 33, + 80, + 128, + 118, + 115, + 111, 232, 3, 0, @@ -2969,38 +2972,38 @@ 0, 0, 0, - 110, - 25, - 47, - 202, - 128, - 116, - 244, - 21, - 179, - 19, - 231, - 109, - 89, - 6, - 33, - 51, - 73, - 33, - 34, - 92, - 5, - 151, - 27, - 113, + 207, + 45, + 23, + 237, + 112, + 22, + 155, + 235, + 198, 250, + 75, + 26, + 133, + 192, + 213, + 197, + 147, + 157, + 67, + 6, + 247, + 136, + 54, + 200, 184, - 72, - 42, - 8, - 240, - 184, - 123, + 231, + 36, + 53, + 236, + 43, + 58, + 87, 1, 0, 0, @@ -3035,38 +3038,38 @@ 90, 5, 0, - 77, + 223, + 62, + 27, + 73, + 93, + 117, + 64, 244, - 253, - 191, - 179, - 160, - 216, - 198, - 79, - 56, - 180, - 74, - 216, - 108, + 214, + 75, + 188, + 121, + 172, + 248, + 226, + 86, + 226, + 185, + 165, + 43, + 83, 204, - 61, - 230, - 202, - 194, 157, - 47, - 225, - 147, - 104, - 40, - 18, - 212, - 252, - 132, - 71, - 130, - 118, + 14, + 116, + 41, + 93, + 223, + 21, + 63, + 205, + 8, 3, 0, 0, @@ -3099,38 +3102,38 @@ 0, 0, 0, - 58, - 195, - 27, - 41, - 245, - 55, - 244, - 112, - 3, - 231, - 163, - 76, - 180, + 60, + 19, + 165, + 167, + 113, + 73, + 173, + 158, + 249, 1, - 105, - 15, - 85, - 30, - 146, - 114, - 26, - 214, - 253, - 110, - 56, - 34, - 204, - 14, - 46, - 223, - 25, - 239, + 137, + 200, + 167, + 2, + 6, + 36, + 233, + 143, + 38, + 144, + 146, + 157, + 93, + 201, + 6, + 141, + 179, + 74, + 31, + 1, + 243, + 249, 0, 0, 0, @@ -3171,39 +3174,38 @@ 0, 0, 0, - 39, - 3, - 244, - 133, - 207, - 100, - 110, - 34, - 185, - 172, - 219, - 102, - 182, - 127, - 237, - 220, - 106, - 118, - 241, 174, - 124, - 144, - 122, - 233, - 78, - 176, - 165, - 121, - 84, - 127, + 227, + 90, + 63, + 120, + 139, + 75, + 210, + 232, + 201, + 40, + 254, + 61, + 139, + 164, + 135, + 89, 80, - 53, - 0, + 67, + 197, + 79, + 23, + 193, + 220, + 192, + 27, + 225, + 247, + 132, + 19, + 170, + 106, 0, 0, 0, @@ -3212,37 +3214,38 @@ 0, 0, 0, - 10, - 62, - 80, - 110, - 13, - 96, - 71, - 95, - 150, - 90, - 171, - 207, - 124, - 183, - 182, - 75, - 156, - 113, - 149, - 123, - 115, - 176, - 7, - 179, - 160, - 105, - 9, + 190, + 230, + 42, + 119, 58, - 121, - 135, - 220, + 2, + 173, + 34, + 217, + 86, + 85, + 137, + 246, + 242, + 195, + 68, + 48, + 143, + 109, + 111, + 8, + 78, + 37, + 57, + 245, + 27, + 4, + 104, + 94, + 76, + 99, + 213, 96, 173, 222, @@ -3341,120 +3344,120 @@ 88, 242, 32, + 30, + 37, + 183, + 240, + 103, + 163, 179, 125, - 193, - 129, - 51, - 36, - 214, - 151, - 78, - 71, - 87, - 2, - 242, - 49, - 204, - 99, - 67, - 54, - 42, - 142, - 97, - 236, - 212, - 193, - 5, 63, - 236, - 74, - 67, - 228, - 62, + 45, + 181, + 93, + 28, + 89, + 229, + 5, + 106, + 163, + 206, + 78, 29, + 199, + 170, + 104, + 45, + 224, + 239, + 38, + 161, + 81, + 144, + 126, 32, - 186, - 84, - 241, + 126, + 135, + 13, + 21, + 110, + 182, + 43, + 100, + 73, + 50, + 39, + 165, + 30, + 73, + 87, + 94, + 30, + 140, + 210, + 23, + 43, + 12, 234, - 242, - 77, - 240, + 159, + 61, + 202, + 207, + 104, + 212, + 250, 231, + 63, + 48, + 130, + 188, + 193, + 4, + 218, + 97, + 149, 191, - 237, - 136, - 84, - 92, - 44, - 38, - 221, - 18, - 166, - 74, - 225, - 196, + 5, 78, - 32, - 214, - 70, - 208, - 163, - 56, - 229, - 210, - 30, - 219, - 48, - 161, - 191, - 35, + 7, + 112, 33, - 137, - 191, - 24, + 68, + 224, + 59, + 39, + 98, + 169, + 118, + 239, + 107, + 148, + 29, + 214, + 12, + 75, + 189, + 224, + 32, + 251, 184, - 17, - 143, - 120, - 55, - 108, - 168, - 194, - 142, - 62, - 147, - 17, - 192, - 102, - 15, - 26, - 41, - 221, - 147, - 67, - 237, - 88, - 213, - 0, - 237, - 230, - 197, - 58, - 190, - 20, - 76, - 45, - 67, - 175, - 123, - 120, + 107, 66, - 102, - 130, - 233, + 33, + 222, + 190, + 35, + 51, + 112, + 199, + 58, 214, + 198, + 43, + 186, + 235, + 19, 11, 118, 97, @@ -3490,11 +3493,11 @@ 99, 112, 47, - 52, - 54, - 54, + 51, 54, - 57, + 55, + 48, + 53, 47, 104, 116, @@ -3521,10 +3524,10 @@ 112, 47, 51, - 55, - 48, - 55, - 55, + 57, + 50, + 54, + 57, 24, 47, 105, @@ -3545,11 +3548,11 @@ 100, 112, 47, - 51, - 55, - 56, + 52, + 52, 50, 53, + 55, 0, 0, 0, @@ -3557,38 +3560,38 @@ 0, 0, 0, - 155, - 133, - 125, - 226, - 216, - 57, - 194, - 100, - 85, - 170, - 123, - 196, 209, - 29, - 110, - 134, - 54, - 54, - 157, - 138, - 184, - 33, - 22, - 229, - 152, - 222, - 245, + 106, + 60, + 28, + 216, + 87, + 117, + 44, + 84, + 47, + 230, + 60, + 135, + 6, + 51, + 174, + 41, 241, - 30, - 213, - 246, - 169, + 66, + 2, + 40, + 192, + 103, + 218, + 11, + 122, + 250, + 66, + 79, + 142, + 211, + 4, 0, 0, 0, @@ -3605,38 +3608,38 @@ 0, 0, 0, - 5, - 88, + 155, + 69, + 37, + 119, + 94, + 101, + 203, + 127, + 114, + 40, + 83, + 87, + 40, + 234, + 215, 188, - 62, - 106, - 79, - 248, + 58, + 35, 220, - 179, - 186, - 133, - 39, - 184, - 241, - 160, - 27, - 90, - 30, - 21, - 72, - 243, - 217, - 146, - 118, - 159, - 205, - 52, - 180, - 120, - 45, - 33, - 204, + 69, + 167, + 187, + 76, + 163, + 122, + 10, + 181, + 147, + 70, + 189, + 87, + 154, 232, 3, 0, @@ -3645,38 +3648,38 @@ 0, 0, 0, - 100, - 224, - 179, - 198, - 105, - 237, - 99, - 139, - 53, - 222, - 45, - 232, - 152, - 128, - 76, - 40, - 97, - 165, + 66, + 108, + 22, + 0, + 65, + 68, + 62, 159, - 40, - 171, - 131, - 238, - 43, - 201, - 61, - 69, - 121, + 93, + 172, + 188, + 21, + 97, + 116, + 162, 25, - 38, - 36, - 128, + 223, + 118, + 233, + 195, + 163, + 193, + 85, + 228, + 59, + 227, + 48, + 169, + 105, + 90, + 104, + 169, 1, 0, 0, @@ -3711,38 +3714,38 @@ 90, 5, 0, - 164, - 76, - 120, - 224, - 145, - 137, - 141, - 51, - 38, - 103, - 229, - 95, - 135, - 132, - 207, - 102, - 47, - 183, - 185, - 66, - 123, - 47, - 234, - 238, - 34, - 77, - 203, - 215, - 194, + 131, + 146, + 236, + 235, + 139, 199, + 162, + 80, + 212, + 72, 140, + 232, + 253, + 186, + 243, + 101, + 19, + 51, + 239, + 24, + 229, + 115, + 43, + 86, + 65, + 99, + 55, + 131, 159, + 173, + 93, + 133, 3, 0, 0, @@ -3775,38 +3778,38 @@ 0, 0, 0, - 76, - 111, - 109, - 223, - 145, - 44, - 117, - 45, - 107, - 170, - 150, + 78, + 224, + 13, + 230, + 63, + 173, + 19, 87, - 200, - 159, - 166, - 247, - 17, - 170, - 25, - 145, - 193, - 58, - 35, + 20, 241, - 182, - 102, - 151, - 208, - 70, + 227, + 85, + 250, + 133, + 57, + 177, + 238, + 152, + 194, + 210, + 123, + 166, + 245, 195, - 228, - 12, + 78, + 24, + 150, + 68, + 210, + 194, + 135, + 90, 0, 0, 0, @@ -3847,38 +3850,38 @@ 0, 0, 0, - 192, - 21, - 36, - 38, - 182, - 46, - 3, - 133, - 185, - 239, - 89, - 52, - 1, - 15, - 208, - 110, - 26, + 131, + 5, + 19, + 173, + 71, + 85, + 34, 154, - 16, - 207, - 86, - 254, - 72, - 144, - 28, - 121, - 30, - 161, + 188, + 178, + 2, + 156, + 113, + 213, + 174, + 54, + 18, + 43, + 140, + 17, + 237, + 175, + 95, + 125, + 104, + 199, + 61, + 170, + 9, 101, - 162, - 168, - 123, + 233, + 169, 0, 0, 0, @@ -3887,41 +3890,41 @@ 0, 0, 0, - 129, - 9, - 82, - 255, - 237, - 26, - 87, - 152, - 126, - 143, - 125, - 167, - 194, - 226, - 170, - 47, - 154, - 105, - 140, - 26, - 7, - 70, - 144, - 82, - 217, - 120, - 234, - 126, - 96, - 156, - 192, - 67, - 96, - 179, - 253, + 41, + 25, + 184, + 94, + 221, + 119, + 112, + 23, + 228, + 11, + 224, + 58, + 214, + 58, + 182, + 206, + 226, + 10, + 120, + 141, + 110, + 178, + 1, + 149, + 89, + 165, + 88, + 173, + 161, + 154, + 231, + 27, + 96, + 179, + 253, 94, 251, 92, @@ -4017,120 +4020,120 @@ 116, 244, 32, - 41, - 38, - 58, - 81, - 198, - 205, - 136, - 129, - 104, + 201, + 240, + 172, + 219, + 174, 239, - 56, - 167, - 125, + 53, + 226, + 13, + 220, + 210, + 185, + 203, + 133, + 146, + 206, + 6, + 139, + 173, + 40, + 92, + 214, 151, - 59, - 121, - 5, + 52, + 6, + 137, + 118, + 144, + 242, 19, - 163, - 123, - 71, - 136, - 162, - 231, - 193, - 115, - 63, - 232, - 224, - 120, - 134, - 117, + 109, + 86, 32, - 240, - 54, - 239, - 101, - 29, - 110, - 239, - 111, - 150, - 35, - 199, 81, - 219, - 178, - 93, - 204, - 174, - 118, - 139, - 230, - 246, + 29, 75, - 220, - 241, - 221, - 55, - 118, - 234, - 243, - 35, - 170, - 60, - 48, - 148, - 216, - 214, + 191, + 136, + 151, + 177, + 166, + 53, + 182, 127, - 204, - 59, - 134, - 32, - 218, - 183, - 49, - 11, - 22, + 24, + 25, + 179, + 223, + 34, + 251, + 7, + 173, + 106, 47, - 148, - 26, - 252, - 90, - 44, - 0, + 67, + 193, + 58, + 192, + 103, + 173, + 85, 118, + 125, + 57, + 17, + 48, + 153, + 255, + 85, + 74, + 254, + 22, + 45, + 78, + 194, + 45, + 69, + 22, + 157, + 104, + 32, + 132, + 29, + 176, 231, + 38, + 185, + 55, + 215, + 253, + 84, + 132, + 62, + 124, + 59, + 5, + 26, + 27, + 11, + 119, + 18, 94, - 103, - 164, - 44, - 82, - 45, - 28, - 3, - 209, - 255, - 206, - 63, + 189, + 55, + 92, + 233, + 0, 84, - 70, - 42, - 101, - 192, - 203, - 169, - 86, - 182, - 44, - 12, - 214, - 113, - 85, + 93, + 186, + 196, + 29, + 103, + 167, 11, 118, 97, @@ -4167,10 +4170,10 @@ 112, 47, 52, - 48, + 52, + 53, 49, 55, - 53, 47, 104, 116, @@ -4197,10 +4200,10 @@ 112, 47, 51, - 54, - 54, - 53, - 53, + 52, + 48, + 51, + 55, 24, 47, 105, @@ -4221,50 +4224,50 @@ 100, 112, 47, - 51, - 51, - 49, - 54, - 51, - 0, - 0, - 0, + 52, + 53, + 56, + 53, + 55, 0, 0, 0, 0, - 33, - 133, - 86, - 244, - 116, - 149, - 251, - 18, - 121, - 94, - 175, - 131, - 71, - 148, - 105, - 179, - 99, - 12, - 107, - 98, - 116, - 80, - 197, - 20, + 0, + 0, + 0, + 66, + 169, + 21, + 132, + 190, + 62, + 174, + 59, + 27, + 25, + 169, + 27, + 16, + 219, + 37, + 141, 250, - 232, - 181, - 57, - 213, - 19, - 177, - 215, + 49, + 205, + 67, + 148, + 42, + 101, + 170, + 175, + 157, + 115, + 136, + 211, + 126, + 55, + 241, 0, 0, 0, @@ -4281,38 +4284,38 @@ 0, 0, 0, + 230, + 160, + 169, 226, - 9, - 123, - 58, - 225, - 246, - 130, - 11, - 248, - 189, - 93, - 172, - 10, - 248, - 130, - 188, - 139, - 175, - 29, - 170, - 37, - 212, - 66, - 18, - 7, - 27, + 177, + 83, 119, - 218, - 247, - 19, - 80, - 50, + 70, + 254, + 149, + 70, + 131, + 56, + 219, + 173, + 172, + 209, + 121, + 245, + 182, + 94, + 49, + 48, + 13, + 108, + 6, + 173, + 172, + 220, + 23, + 236, + 48, 232, 3, 0, @@ -4321,38 +4324,38 @@ 0, 0, 0, - 72, - 57, - 253, - 203, - 207, - 227, - 240, - 156, - 150, - 39, - 11, - 153, - 61, - 37, - 78, - 236, - 210, - 134, - 217, - 208, + 82, + 40, + 18, + 20, 33, - 127, 187, - 189, - 191, - 104, - 218, - 73, - 223, - 164, - 57, - 243, + 48, + 175, + 108, + 237, + 18, + 12, + 140, + 4, + 173, + 180, + 59, + 61, + 219, + 227, + 74, + 70, + 145, + 19, + 139, + 4, + 25, + 29, + 158, + 51, + 100, + 176, 1, 0, 0, @@ -4387,38 +4390,38 @@ 90, 5, 0, - 63, - 10, - 91, - 9, - 172, - 87, - 66, + 25, + 183, + 119, + 249, + 82, 230, - 226, + 13, + 30, + 146, + 105, + 243, + 12, + 39, + 28, + 86, + 183, + 118, + 56, + 225, + 30, + 145, + 95, + 58, + 36, + 124, 20, - 241, - 121, 31, - 125, - 10, - 137, - 145, - 137, - 198, - 145, - 130, - 212, - 168, - 250, - 73, - 25, - 60, - 164, - 192, - 187, - 102, - 51, + 17, + 234, + 189, + 17, + 217, 3, 0, 0, @@ -4451,38 +4454,38 @@ 0, 0, 0, - 69, - 216, - 5, - 48, - 146, - 207, - 171, - 188, - 17, - 245, - 96, - 167, - 255, - 123, - 39, - 120, - 58, - 42, - 59, + 44, 118, - 233, - 86, - 167, - 160, - 229, - 35, - 102, - 107, - 224, - 181, - 254, - 210, + 58, + 249, + 246, + 128, + 40, + 44, + 113, + 168, + 103, + 159, + 201, + 41, + 71, + 22, + 179, + 109, + 66, + 96, + 65, + 41, + 238, + 95, + 63, + 159, + 128, + 82, + 6, + 19, + 230, + 36, 0, 0, 0, @@ -4523,38 +4526,38 @@ 0, 0, 0, - 86, - 12, - 113, - 163, - 11, - 21, - 8, - 150, - 62, - 89, - 116, - 178, - 91, - 5, - 77, - 105, - 88, - 193, - 84, - 166, - 174, - 9, - 86, - 237, - 116, - 138, - 167, - 243, - 140, - 110, - 234, + 227, + 214, + 106, + 80, + 49, + 236, + 230, + 181, + 194, + 71, + 204, + 47, + 195, + 108, 37, + 8, + 136, + 161, + 95, + 189, + 20, + 240, + 60, + 188, + 53, + 215, + 47, + 169, + 187, + 142, + 12, + 183, 0, 0, 0, @@ -4563,38 +4566,38 @@ 0, 0, 0, - 39, - 44, - 233, - 113, - 176, - 80, - 96, - 52, - 18, - 14, - 61, - 96, - 236, - 82, - 11, - 138, - 215, - 236, - 171, - 251, - 98, - 8, + 51, 175, - 31, - 11, - 15, - 199, - 151, - 220, - 147, - 86, + 121, + 165, 254, + 196, + 180, + 235, + 206, + 116, + 244, + 241, + 228, + 36, + 190, + 59, + 96, + 143, + 116, + 246, + 216, + 37, + 10, + 154, + 151, + 190, + 78, + 196, + 88, + 135, + 200, + 232, 0, 0, 0, @@ -4604,38 +4607,38 @@ 0, 0, 0, - 191, - 221, - 203, - 13, - 214, - 195, - 224, - 89, - 212, - 111, - 190, - 186, + 120, 9, - 54, - 221, - 168, + 122, + 172, + 245, + 199, + 26, 84, - 219, - 250, - 53, - 114, - 139, - 53, - 1, - 180, - 225, - 207, - 115, - 222, - 116, - 106, + 136, + 117, + 70, + 158, + 255, + 24, + 211, + 244, + 197, + 162, + 129, + 243, + 195, + 40, + 145, + 83, + 186, + 142, + 252, 225, + 90, + 228, + 10, + 22, 4, 0, 0, @@ -4644,38 +4647,38 @@ 0, 0, 0, - 9, - 76, - 124, - 2, + 52, + 218, + 54, + 70, 39, - 51, - 201, + 183, + 172, + 251, + 39, + 110, + 165, 191, - 205, - 130, - 255, - 142, - 244, - 23, - 22, - 245, - 203, - 176, + 110, + 18, + 214, + 133, + 142, + 58, + 2, + 129, 211, - 15, - 188, - 200, - 20, - 126, - 119, - 170, - 190, - 20, - 220, - 33, - 169, + 233, + 105, + 29, + 227, 196, + 74, + 133, + 165, + 252, + 30, + 31, 0, 0, 0, @@ -4684,38 +4687,38 @@ 0, 0, 0, - 253, - 25, - 220, - 237, - 241, - 233, - 246, - 129, - 35, - 116, - 19, - 70, - 101, - 99, - 108, - 131, - 66, - 49, - 19, - 76, - 151, - 103, - 235, + 30, 14, + 118, 33, - 26, - 219, - 115, - 143, - 113, + 118, + 50, + 37, + 105, + 218, + 145, + 149, + 140, + 58, + 51, + 117, + 227, + 59, + 70, + 65, + 100, + 117, + 18, 195, - 76, + 168, + 46, + 87, + 3, + 3, + 152, + 147, + 232, + 163, 0, 0, 0, @@ -4725,38 +4728,38 @@ 0, 0, 0, - 1, - 50, - 108, + 125, + 137, + 139, + 51, 202, - 232, - 80, - 238, - 49, - 109, - 243, - 217, - 27, - 158, - 25, - 4, - 60, - 248, - 171, - 94, - 100, - 253, - 46, - 230, - 174, - 180, - 37, - 131, + 91, + 166, + 12, + 15, + 75, + 138, + 98, + 249, + 0, + 8, + 119, 3, + 153, 33, - 249, - 38, - 175, + 231, + 43, + 31, + 82, + 19, + 144, + 211, + 94, + 36, + 188, + 80, + 170, + 27, 0, 0, 0, @@ -4837,38 +4840,39 @@ 0, 0, 0, - 71, - 112, - 21, - 238, - 158, - 235, - 104, - 200, - 219, - 237, - 40, - 109, - 113, - 136, - 171, - 175, - 238, - 160, - 183, + 79, + 17, 167, - 73, + 207, + 224, + 118, + 62, + 44, + 178, + 174, + 165, + 143, + 18, + 121, + 59, + 240, + 243, + 203, + 209, + 186, + 63, 64, - 49, - 231, - 53, - 219, - 177, - 245, - 30, - 187, - 245, - 239, + 104, + 6, + 206, + 83, + 237, + 242, + 44, + 248, + 198, + 158, + 0, 0, 0, 0, @@ -4919,46 +4923,46 @@ 0, 0, 0, + 110, 189, - 169, - 167, - 1, + 213, + 12, 147, 1, 0, 0, - 218, - 237, - 125, - 94, - 17, - 174, - 155, - 35, - 49, - 82, + 106, + 236, + 253, + 115, + 168, + 184, + 12, + 164, + 172, + 208, + 106, + 220, + 69, + 24, + 89, + 198, + 2, + 213, + 236, 72, - 230, + 90, + 211, + 34, + 72, + 153, 83, - 123, - 197, - 98, - 189, - 163, - 75, - 132, - 228, - 94, - 128, - 147, - 157, - 81, - 245, - 199, - 43, - 163, - 159, - 131, + 221, + 101, + 158, + 252, + 168, + 143, 0, 0, 0, @@ -4973,7 +4977,7 @@ "owner": { "ObjectOwner": "0x0000000000000000000000000000000000000000000000000000000000000005" }, - "previous_transaction": "3oMqZE9Zb6LHx62UACFzBFDjViuaW9wF1he9F4YwAwDd", + "previous_transaction": "99opjMtEQQnYWw48gQLkHazPoKU4yUkZ15rC92L12XGy", "storage_rebate": 0 } ], @@ -5039,7 +5043,7 @@ "initial_shared_version": 1 } }, - "previous_transaction": "AEn6k4pJVSM4bwkiwBzabHGfUSXbEsspqSZMRqbzBe1t", + "previous_transaction": "51gCftcvBJ8LQkfDpxBFommeJ8vy8YC9CDt6yssrKnZo", "storage_rebate": 0 }, { @@ -5129,38 +5133,38 @@ 0, 0, 0, + 33, + 120, + 211, + 59, + 94, + 251, + 190, + 29, + 133, + 24, + 140, + 237, + 130, 57, - 150, - 87, - 200, - 104, - 30, - 18, - 30, - 85, - 184, - 134, - 1, - 66, - 9, - 163, - 166, - 55, - 230, - 117, - 238, - 217, - 89, - 95, - 37, - 234, - 22, - 66, - 64, - 152, - 125, 191, + 221, + 188, + 132, + 174, + 6, + 148, + 192, + 142, + 32, 59, + 66, + 217, + 202, + 103, + 195, + 2, + 210, 0, 208, 127, @@ -5178,38 +5182,38 @@ 29, 0, 4, - 51, - 160, - 136, - 157, - 192, - 0, - 116, - 168, - 218, - 52, - 251, - 143, - 126, - 5, - 187, - 32, - 137, - 131, - 244, + 67, + 232, + 181, 229, - 98, - 204, - 195, - 2, - 122, - 159, - 226, - 24, - 139, + 190, 26, - 146, - 129, + 198, + 142, + 140, + 162, + 79, + 63, + 164, + 233, + 168, + 80, + 250, + 46, + 240, + 0, + 247, + 252, + 200, + 5, + 36, + 61, + 222, + 54, + 94, + 233, + 68, + 8, 96, 141, 207, @@ -5308,120 +5312,120 @@ 56, 212, 32, - 134, - 31, - 111, - 13, - 221, - 198, - 100, - 120, - 186, - 6, - 206, - 22, - 220, - 182, - 87, - 183, - 152, - 144, - 178, - 35, - 230, - 217, - 83, - 227, - 50, - 26, - 186, + 196, 62, - 38, - 27, - 72, - 246, - 32, - 36, - 55, - 28, - 23, - 34, - 35, - 243, - 123, - 113, - 122, - 170, + 132, 24, - 8, + 163, + 189, 82, - 30, - 216, - 35, - 16, - 113, - 150, - 244, - 30, - 25, - 69, + 102, + 141, 245, - 112, - 26, - 30, - 126, - 171, - 75, - 168, - 48, - 169, - 92, - 193, - 224, + 98, + 152, + 156, + 97, + 252, + 197, + 195, + 47, 86, - 200, - 233, - 154, - 168, - 15, - 238, - 68, - 164, - 68, - 201, - 233, - 68, - 193, - 247, - 20, - 117, - 234, - 159, - 146, - 166, - 6, - 190, - 199, - 185, - 68, - 136, - 167, - 103, - 10, - 228, - 137, - 175, + 12, + 85, + 19, 174, - 224, - 4, - 252, - 175, - 42, - 80, + 41, + 58, + 124, + 46, + 194, + 31, + 214, + 202, + 227, + 32, + 19, + 59, + 167, + 93, 117, - 163, - 79, - 7, + 58, + 188, + 191, + 5, + 119, + 233, + 190, + 18, + 97, + 124, + 116, + 104, + 64, + 49, + 71, + 93, + 217, + 56, + 139, + 72, + 40, + 147, + 175, + 70, + 71, + 25, + 63, + 48, + 137, + 184, + 29, + 114, + 29, + 48, + 118, + 206, + 228, + 215, + 24, + 238, + 59, + 87, + 84, + 81, + 230, + 3, + 166, + 206, + 229, + 252, + 87, + 57, + 38, + 113, + 39, + 177, + 195, + 229, + 217, + 100, + 174, + 220, + 140, + 204, + 243, + 229, + 203, + 82, + 41, + 10, + 146, + 240, + 229, + 138, + 122, + 9, 11, 118, 97, @@ -5457,11 +5461,11 @@ 99, 112, 47, - 51, - 53, + 52, 50, - 56, - 55, + 53, + 48, + 53, 47, 104, 116, @@ -5487,11 +5491,11 @@ 100, 112, 47, - 51, - 56, - 56, 52, - 51, + 50, + 50, + 53, + 55, 24, 47, 105, @@ -5512,9 +5516,9 @@ 100, 112, 47, - 51, 52, - 51, + 49, + 50, 55, 51, 0, @@ -5524,38 +5528,38 @@ 0, 0, 0, - 246, - 217, - 55, - 38, - 228, - 199, - 195, - 150, - 126, - 48, - 101, - 68, - 164, - 200, - 70, - 139, - 186, - 140, - 235, - 219, - 111, - 108, + 193, + 172, 150, - 131, - 190, - 94, - 8, - 133, + 93, + 42, + 76, + 232, + 112, 27, - 201, - 140, + 20, + 5, + 72, + 216, + 182, + 218, + 2, + 154, + 69, + 196, + 72, + 211, + 177, + 54, + 182, + 188, + 223, + 197, + 33, + 134, + 9, 159, + 212, 0, 0, 0, @@ -5572,38 +5576,38 @@ 0, 0, 0, - 248, - 170, - 251, - 45, - 189, - 133, - 62, - 187, - 241, - 45, + 177, + 240, + 130, + 136, + 211, + 97, + 82, + 53, + 42, 159, - 166, - 88, - 34, - 107, - 13, - 212, - 247, - 113, - 147, + 55, + 118, 64, - 198, - 121, - 110, - 161, - 208, - 199, - 195, - 29, - 74, - 37, - 151, + 200, + 24, + 224, + 95, + 133, + 217, + 207, + 178, + 27, + 2, + 36, + 238, + 5, + 33, + 211, + 56, + 174, + 138, + 160, 232, 3, 0, @@ -5612,38 +5616,38 @@ 0, 0, 0, - 172, + 205, + 23, + 237, + 101, + 196, + 223, + 165, + 144, + 73, 40, - 183, + 152, + 156, + 38, + 172, 6, - 30, - 62, 187, - 32, - 14, - 71, - 100, - 178, - 222, - 101, - 144, + 80, + 131, + 252, + 156, + 198, 105, - 146, + 210, + 20, + 227, 192, - 42, - 229, - 165, + 121, + 85, 126, - 159, - 78, - 117, - 130, - 220, - 252, - 25, - 190, - 146, - 32, + 84, + 209, + 174, 1, 0, 0, @@ -5678,38 +5682,38 @@ 92, 5, 0, - 10, - 106, - 109, - 251, - 203, - 156, - 23, - 184, - 132, - 83, - 204, - 145, - 23, - 179, - 200, - 199, - 210, - 143, + 140, + 149, + 217, + 90, + 19, + 183, + 158, + 208, 24, - 192, - 122, - 22, - 119, - 48, - 212, - 166, - 204, - 116, - 120, - 245, - 14, - 150, + 25, + 6, + 126, + 209, + 9, + 63, + 153, + 219, + 28, + 249, + 88, + 168, + 60, + 68, + 80, + 19, + 199, + 179, + 89, + 43, + 219, + 203, + 152, 4, 0, 0, @@ -5742,38 +5746,38 @@ 0, 0, 0, - 120, - 124, - 51, - 225, - 6, - 59, - 117, - 162, - 131, - 128, - 121, - 207, - 73, - 99, - 77, - 202, - 38, - 7, - 126, - 57, - 87, - 171, - 192, - 183, - 27, - 139, - 208, - 249, - 124, - 205, + 165, + 143, + 84, + 159, + 166, + 25, 12, - 4, + 161, + 141, + 32, + 3, + 3, + 139, + 169, + 133, + 182, + 69, + 119, + 237, + 71, + 47, + 66, + 63, + 192, + 99, + 180, + 148, + 177, + 252, + 179, + 73, + 49, 0, 0, 0, @@ -5814,38 +5818,38 @@ 0, 0, 0, - 9, - 238, - 231, - 132, - 10, + 88, + 133, + 61, + 66, + 13, 222, - 201, + 200, + 212, 234, - 176, - 75, - 130, - 208, - 125, - 237, - 85, - 129, - 65, - 117, - 46, + 213, + 88, + 180, + 147, 113, - 156, - 39, - 201, - 90, - 42, - 115, - 60, - 209, + 102, + 159, + 0, 78, - 192, - 139, - 87, + 17, + 138, + 135, + 26, + 79, + 98, + 16, + 8, + 194, + 99, + 131, + 241, + 33, + 37, 0, 0, 0, @@ -5854,42 +5858,42 @@ 0, 0, 0, - 14, - 223, + 192, + 175, + 228, + 113, + 63, + 95, + 137, + 74, + 178, 213, - 50, - 125, - 4, - 240, - 123, - 172, - 115, - 111, - 186, - 101, - 165, - 31, - 172, - 50, - 171, - 87, - 146, - 214, - 118, - 58, - 133, - 252, - 70, - 219, - 252, - 34, - 159, - 204, - 34, - 96, + 105, + 104, 153, - 242, - 94, + 206, + 194, + 124, + 141, + 211, + 235, + 203, + 141, + 208, + 104, + 17, + 25, + 63, + 28, + 221, + 47, + 116, + 88, + 227, + 96, + 153, + 242, + 94, 246, 31, 128, @@ -5984,120 +5988,120 @@ 26, 16, 32, - 15, - 166, - 26, - 3, - 53, - 47, - 196, - 54, - 226, - 169, - 237, - 101, - 192, - 146, - 201, - 99, - 148, - 245, - 118, - 55, - 73, - 22, - 137, - 47, - 46, - 5, - 142, - 33, - 224, + 124, + 182, + 186, + 91, + 12, + 170, + 131, + 177, + 61, + 203, + 127, + 80, + 232, + 52, 130, - 109, - 93, - 32, - 16, - 9, - 47, - 121, - 214, - 144, - 33, - 81, - 79, - 25, - 70, + 1, 139, - 221, + 38, + 18, + 19, + 17, + 68, + 191, + 185, + 79, + 7, + 213, + 179, 21, - 225, - 4, - 57, - 47, - 236, - 137, - 152, - 99, - 61, - 135, - 162, + 145, + 211, + 187, + 32, + 94, + 91, + 130, + 163, + 159, + 253, + 136, + 192, + 238, + 131, + 218, + 155, + 62, + 192, + 0, 198, - 115, - 50, - 181, - 240, - 121, - 202, + 173, + 130, + 103, + 59, + 148, + 58, + 239, + 141, + 231, + 179, + 8, + 76, + 140, + 228, + 117, + 96, 48, - 174, - 115, - 56, - 139, - 254, - 65, - 116, - 29, - 203, - 122, - 178, - 238, - 63, - 226, - 177, - 11, - 135, - 39, + 149, + 156, + 76, 233, - 254, - 132, - 150, - 30, - 43, - 127, - 207, - 31, + 34, + 137, + 19, + 218, 66, - 145, - 50, - 234, + 180, + 247, + 89, + 225, + 191, 83, - 9, - 66, - 41, - 127, - 6, - 230, - 22, - 253, - 55, - 147, - 38, - 224, - 238, + 121, + 39, + 43, + 112, + 84, + 165, + 35, + 231, + 134, + 23, + 125, + 5, + 153, + 229, + 197, + 243, 25, - 85, - 170, + 147, + 7, + 167, + 218, + 65, + 169, + 20, + 123, + 151, + 209, + 118, + 154, + 4, + 53, + 71, + 105, 11, 118, 97, @@ -6135,9 +6139,9 @@ 47, 51, 51, - 48, - 48, 53, + 52, + 57, 47, 104, 116, @@ -6163,11 +6167,11 @@ 100, 112, 47, - 51, 52, - 52, - 50, 53, + 53, + 55, + 55, 24, 47, 105, @@ -6188,11 +6192,11 @@ 100, 112, 47, + 51, + 51, 52, - 52, - 50, - 54, - 53, + 57, + 49, 0, 0, 0, @@ -6200,38 +6204,38 @@ 0, 0, 0, - 104, - 42, - 21, - 142, - 204, - 177, - 70, - 194, - 132, - 12, - 138, + 250, + 44, 99, - 217, - 27, - 80, - 204, - 85, + 101, + 202, + 88, + 5, + 61, + 253, + 24, + 51, + 26, + 87, + 210, + 184, + 240, + 42, + 40, + 131, + 205, + 59, + 201, + 168, + 247, + 101, + 11, 54, - 179, - 39, - 203, - 58, - 72, - 76, - 19, - 52, - 4, + 150, 130, - 111, - 122, - 184, - 253, + 210, + 2, + 86, 0, 0, 0, @@ -6248,38 +6252,38 @@ 0, 0, 0, - 112, - 113, - 126, - 98, - 132, - 65, - 132, - 77, - 28, - 70, 102, - 160, - 151, - 252, - 157, - 74, - 249, - 47, - 174, - 174, - 126, - 226, - 96, - 161, - 81, - 194, - 213, - 7, - 70, + 140, + 54, + 205, + 193, + 218, + 197, 97, - 220, - 123, + 35, + 198, + 30, + 231, + 98, + 41, + 134, + 110, + 115, + 97, + 203, + 29, + 81, + 3, + 42, + 58, + 45, + 152, + 33, + 80, + 128, + 118, + 115, + 111, 232, 3, 0, @@ -6288,38 +6292,38 @@ 0, 0, 0, - 110, - 25, - 47, - 202, - 128, - 116, - 244, - 21, - 179, - 19, - 231, - 109, - 89, - 6, - 33, - 51, - 73, - 33, - 34, - 92, - 5, - 151, - 27, - 113, + 207, + 45, + 23, + 237, + 112, + 22, + 155, + 235, + 198, 250, + 75, + 26, + 133, + 192, + 213, + 197, + 147, + 157, + 67, + 6, + 247, + 136, + 54, + 200, 184, - 72, - 42, - 8, - 240, - 184, - 123, + 231, + 36, + 53, + 236, + 43, + 58, + 87, 1, 0, 0, @@ -6354,38 +6358,38 @@ 92, 5, 0, - 77, + 223, + 62, + 27, + 73, + 93, + 117, + 64, 244, - 253, - 191, - 179, - 160, - 216, - 198, - 79, - 56, - 180, - 74, - 216, - 108, + 214, + 75, + 188, + 121, + 172, + 248, + 226, + 86, + 226, + 185, + 165, + 43, + 83, 204, - 61, - 230, - 202, - 194, 157, - 47, - 225, - 147, - 104, - 40, - 18, - 212, - 252, - 132, - 71, - 130, - 118, + 14, + 116, + 41, + 93, + 223, + 21, + 63, + 205, + 8, 4, 0, 0, @@ -6418,38 +6422,38 @@ 0, 0, 0, - 58, - 195, - 27, - 41, - 245, - 55, - 244, - 112, - 3, - 231, - 163, - 76, - 180, + 60, + 19, + 165, + 167, + 113, + 73, + 173, + 158, + 249, 1, - 105, - 15, - 85, - 30, + 137, + 200, + 167, + 2, + 6, + 36, + 233, + 143, + 38, + 144, 146, - 114, - 26, - 214, - 253, - 110, - 56, - 34, - 204, - 14, - 46, - 223, - 25, - 239, + 157, + 93, + 201, + 6, + 141, + 179, + 74, + 31, + 1, + 243, + 249, 0, 0, 0, @@ -6490,39 +6494,38 @@ 0, 0, 0, - 39, - 3, - 244, - 133, - 207, - 100, - 110, - 34, - 185, - 172, - 219, - 102, - 182, - 127, - 237, - 220, - 106, - 118, - 241, 174, - 124, - 144, - 122, - 233, - 78, - 176, - 165, - 121, - 84, - 127, + 227, + 90, + 63, + 120, + 139, + 75, + 210, + 232, + 201, + 40, + 254, + 61, + 139, + 164, + 135, + 89, 80, - 53, - 0, + 67, + 197, + 79, + 23, + 193, + 220, + 192, + 27, + 225, + 247, + 132, + 19, + 170, + 106, 0, 0, 0, @@ -6531,37 +6534,38 @@ 0, 0, 0, - 10, - 62, - 80, - 110, - 13, - 96, - 71, - 95, - 150, - 90, - 171, - 207, - 124, - 183, - 182, - 75, - 156, - 113, - 149, - 123, - 115, - 176, - 7, - 179, - 160, - 105, - 9, + 190, + 230, + 42, + 119, 58, - 121, - 135, - 220, + 2, + 173, + 34, + 217, + 86, + 85, + 137, + 246, + 242, + 195, + 68, + 48, + 143, + 109, + 111, + 8, + 78, + 37, + 57, + 245, + 27, + 4, + 104, + 94, + 76, + 99, + 213, 96, 173, 222, @@ -6660,120 +6664,120 @@ 88, 242, 32, + 30, + 37, + 183, + 240, + 103, + 163, 179, 125, - 193, - 129, - 51, - 36, - 214, - 151, - 78, - 71, - 87, - 2, - 242, - 49, - 204, - 99, - 67, - 54, - 42, - 142, - 97, - 236, - 212, - 193, - 5, 63, - 236, - 74, - 67, - 228, - 62, + 45, + 181, + 93, + 28, + 89, + 229, + 5, + 106, + 163, + 206, + 78, 29, - 32, - 186, - 84, - 241, - 234, - 242, - 77, - 240, - 231, - 191, - 237, - 136, - 84, - 92, - 44, + 199, + 170, + 104, + 45, + 224, + 239, 38, - 221, - 18, - 166, - 74, - 225, - 196, - 78, + 161, + 81, + 144, + 126, 32, - 214, - 70, - 208, - 163, - 56, - 229, - 210, + 126, + 135, + 13, + 21, + 110, + 182, + 43, + 100, + 73, + 50, + 39, + 165, 30, - 219, - 48, - 161, + 73, + 87, + 94, + 30, + 140, + 210, + 23, + 43, + 12, + 234, + 159, + 61, + 202, + 207, + 104, + 212, + 250, + 231, + 63, + 48, + 130, + 188, + 193, + 4, + 218, + 97, + 149, 191, - 35, + 5, + 78, + 7, + 112, 33, - 137, - 191, - 24, + 68, + 224, + 59, + 39, + 98, + 169, + 118, + 239, + 107, + 148, + 29, + 214, + 12, + 75, + 189, + 224, + 32, + 251, 184, - 17, - 143, - 120, - 55, - 108, - 168, - 194, - 142, - 62, - 147, - 17, - 192, - 102, - 15, - 26, - 41, - 221, - 147, - 67, - 237, - 88, - 213, - 0, - 237, - 230, - 197, - 58, - 190, - 20, - 76, - 45, - 67, - 175, - 123, - 120, + 107, 66, - 102, - 130, - 233, + 33, + 222, + 190, + 35, + 51, + 112, + 199, + 58, 214, + 198, + 43, + 186, + 235, + 19, 11, 118, 97, @@ -6809,11 +6813,11 @@ 99, 112, 47, - 52, - 54, - 54, + 51, 54, - 57, + 55, + 48, + 53, 47, 104, 116, @@ -6840,10 +6844,10 @@ 112, 47, 51, - 55, - 48, - 55, - 55, + 57, + 50, + 54, + 57, 24, 47, 105, @@ -6864,11 +6868,11 @@ 100, 112, 47, - 51, - 55, - 56, + 52, + 52, 50, 53, + 55, 0, 0, 0, @@ -6876,38 +6880,38 @@ 0, 0, 0, - 155, - 133, - 125, - 226, - 216, - 57, - 194, - 100, - 85, - 170, - 123, - 196, 209, - 29, - 110, - 134, - 54, - 54, - 157, - 138, - 184, - 33, - 22, - 229, - 152, - 222, - 245, + 106, + 60, + 28, + 216, + 87, + 117, + 44, + 84, + 47, + 230, + 60, + 135, + 6, + 51, + 174, + 41, 241, - 30, - 213, - 246, - 169, + 66, + 2, + 40, + 192, + 103, + 218, + 11, + 122, + 250, + 66, + 79, + 142, + 211, + 4, 0, 0, 0, @@ -6924,38 +6928,38 @@ 0, 0, 0, - 5, - 88, + 155, + 69, + 37, + 119, + 94, + 101, + 203, + 127, + 114, + 40, + 83, + 87, + 40, + 234, + 215, 188, - 62, - 106, - 79, - 248, + 58, + 35, 220, - 179, - 186, - 133, - 39, - 184, - 241, - 160, - 27, - 90, - 30, - 21, - 72, - 243, - 217, - 146, - 118, - 159, - 205, - 52, - 180, - 120, - 45, - 33, - 204, + 69, + 167, + 187, + 76, + 163, + 122, + 10, + 181, + 147, + 70, + 189, + 87, + 154, 232, 3, 0, @@ -6964,38 +6968,38 @@ 0, 0, 0, - 100, - 224, - 179, - 198, - 105, - 237, - 99, - 139, - 53, - 222, - 45, - 232, - 152, - 128, - 76, - 40, - 97, - 165, + 66, + 108, + 22, + 0, + 65, + 68, + 62, 159, - 40, - 171, - 131, - 238, - 43, - 201, - 61, - 69, - 121, + 93, + 172, + 188, + 21, + 97, + 116, + 162, 25, - 38, - 36, - 128, + 223, + 118, + 233, + 195, + 163, + 193, + 85, + 228, + 59, + 227, + 48, + 169, + 105, + 90, + 104, + 169, 1, 0, 0, @@ -7030,38 +7034,38 @@ 92, 5, 0, - 164, - 76, - 120, - 224, - 145, - 137, - 141, - 51, - 38, - 103, - 229, - 95, - 135, - 132, - 207, - 102, - 47, - 183, - 185, - 66, - 123, - 47, - 234, - 238, - 34, - 77, - 203, - 215, - 194, + 131, + 146, + 236, + 235, + 139, 199, + 162, + 80, + 212, + 72, 140, + 232, + 253, + 186, + 243, + 101, + 19, + 51, + 239, + 24, + 229, + 115, + 43, + 86, + 65, + 99, + 55, + 131, 159, + 173, + 93, + 133, 4, 0, 0, @@ -7094,38 +7098,38 @@ 0, 0, 0, - 76, - 111, - 109, - 223, - 145, - 44, - 117, - 45, - 107, - 170, - 150, + 78, + 224, + 13, + 230, + 63, + 173, + 19, 87, - 200, - 159, - 166, - 247, - 17, - 170, - 25, - 145, - 193, - 58, - 35, + 20, 241, - 182, - 102, - 151, - 208, - 70, + 227, + 85, + 250, + 133, + 57, + 177, + 238, + 152, + 194, + 210, + 123, + 166, + 245, 195, - 228, - 12, + 78, + 24, + 150, + 68, + 210, + 194, + 135, + 90, 0, 0, 0, @@ -7166,38 +7170,38 @@ 0, 0, 0, - 192, - 21, - 36, - 38, - 182, - 46, - 3, - 133, - 185, - 239, - 89, - 52, - 1, - 15, - 208, - 110, - 26, + 131, + 5, + 19, + 173, + 71, + 85, + 34, 154, - 16, - 207, - 86, - 254, - 72, - 144, - 28, - 121, - 30, - 161, + 188, + 178, + 2, + 156, + 113, + 213, + 174, + 54, + 18, + 43, + 140, + 17, + 237, + 175, + 95, + 125, + 104, + 199, + 61, + 170, + 9, 101, - 162, - 168, - 123, + 233, + 169, 0, 0, 0, @@ -7206,38 +7210,38 @@ 0, 0, 0, - 129, - 9, - 82, - 255, - 237, - 26, - 87, - 152, - 126, - 143, - 125, - 167, - 194, + 41, + 25, + 184, + 94, + 221, + 119, + 112, + 23, + 228, + 11, + 224, + 58, + 214, + 58, + 182, + 206, 226, - 170, - 47, - 154, - 105, - 140, - 26, - 7, - 70, - 144, - 82, - 217, + 10, 120, - 234, - 126, - 96, - 156, - 192, - 67, + 141, + 110, + 178, + 1, + 149, + 89, + 165, + 88, + 173, + 161, + 154, + 231, + 27, 96, 179, 253, @@ -7336,120 +7340,120 @@ 116, 244, 32, - 41, - 38, - 58, - 81, - 198, - 205, - 136, - 129, - 104, + 201, + 240, + 172, + 219, + 174, 239, - 56, - 167, - 125, + 53, + 226, + 13, + 220, + 210, + 185, + 203, + 133, + 146, + 206, + 6, + 139, + 173, + 40, + 92, + 214, 151, - 59, - 121, - 5, + 52, + 6, + 137, + 118, + 144, + 242, 19, - 163, - 123, - 71, - 136, - 162, - 231, - 193, - 115, - 63, - 232, - 224, - 120, - 134, - 117, + 109, + 86, 32, - 240, - 54, - 239, - 101, - 29, - 110, - 239, - 111, - 150, - 35, - 199, 81, - 219, - 178, - 93, - 204, - 174, - 118, - 139, - 230, - 246, + 29, 75, - 220, - 241, - 221, - 55, - 118, - 234, - 243, - 35, - 170, - 60, - 48, - 148, - 216, - 214, + 191, + 136, + 151, + 177, + 166, + 53, + 182, 127, - 204, - 59, - 134, - 32, - 218, - 183, - 49, - 11, - 22, + 24, + 25, + 179, + 223, + 34, + 251, + 7, + 173, + 106, 47, - 148, - 26, - 252, - 90, - 44, - 0, + 67, + 193, + 58, + 192, + 103, + 173, + 85, 118, + 125, + 57, + 17, + 48, + 153, + 255, + 85, + 74, + 254, + 22, + 45, + 78, + 194, + 45, + 69, + 22, + 157, + 104, + 32, + 132, + 29, + 176, 231, + 38, + 185, + 55, + 215, + 253, + 84, + 132, + 62, + 124, + 59, + 5, + 26, + 27, + 11, + 119, + 18, 94, - 103, - 164, - 44, - 82, - 45, - 28, - 3, - 209, - 255, - 206, - 63, + 189, + 55, + 92, + 233, + 0, 84, - 70, - 42, - 101, - 192, - 203, - 169, - 86, - 182, - 44, - 12, - 214, - 113, - 85, + 93, + 186, + 196, + 29, + 103, + 167, 11, 118, 97, @@ -7486,10 +7490,10 @@ 112, 47, 52, - 48, + 52, + 53, 49, 55, - 53, 47, 104, 116, @@ -7516,10 +7520,10 @@ 112, 47, 51, - 54, - 54, - 53, - 53, + 52, + 48, + 51, + 55, 24, 47, 105, @@ -7540,50 +7544,50 @@ 100, 112, 47, - 51, - 51, - 49, - 54, - 51, - 0, - 0, - 0, - 0, + 52, + 53, + 56, + 53, + 55, 0, 0, 0, - 33, - 133, - 86, - 244, - 116, - 149, - 251, - 18, - 121, - 94, - 175, - 131, - 71, - 148, - 105, - 179, - 99, - 12, - 107, - 98, - 116, - 80, - 197, - 20, + 0, + 0, + 0, + 0, + 66, + 169, + 21, + 132, + 190, + 62, + 174, + 59, + 27, + 25, + 169, + 27, + 16, + 219, + 37, + 141, 250, - 232, - 181, - 57, - 213, - 19, - 177, - 215, + 49, + 205, + 67, + 148, + 42, + 101, + 170, + 175, + 157, + 115, + 136, + 211, + 126, + 55, + 241, 0, 0, 0, @@ -7600,38 +7604,38 @@ 0, 0, 0, + 230, + 160, + 169, 226, - 9, - 123, - 58, - 225, - 246, - 130, - 11, - 248, - 189, - 93, - 172, - 10, - 248, - 130, - 188, - 139, - 175, - 29, - 170, - 37, - 212, - 66, - 18, - 7, - 27, + 177, + 83, 119, - 218, - 247, - 19, - 80, - 50, + 70, + 254, + 149, + 70, + 131, + 56, + 219, + 173, + 172, + 209, + 121, + 245, + 182, + 94, + 49, + 48, + 13, + 108, + 6, + 173, + 172, + 220, + 23, + 236, + 48, 232, 3, 0, @@ -7640,38 +7644,38 @@ 0, 0, 0, - 72, - 57, - 253, - 203, - 207, - 227, - 240, - 156, - 150, - 39, - 11, - 153, - 61, - 37, - 78, - 236, - 210, - 134, - 217, - 208, + 82, + 40, + 18, + 20, 33, - 127, 187, - 189, - 191, - 104, - 218, - 73, - 223, - 164, - 57, - 243, + 48, + 175, + 108, + 237, + 18, + 12, + 140, + 4, + 173, + 180, + 59, + 61, + 219, + 227, + 74, + 70, + 145, + 19, + 139, + 4, + 25, + 29, + 158, + 51, + 100, + 176, 1, 0, 0, @@ -7706,38 +7710,38 @@ 92, 5, 0, - 63, - 10, - 91, - 9, - 172, - 87, - 66, + 25, + 183, + 119, + 249, + 82, 230, - 226, + 13, + 30, + 146, + 105, + 243, + 12, + 39, + 28, + 86, + 183, + 118, + 56, + 225, + 30, + 145, + 95, + 58, + 36, + 124, 20, - 241, - 121, 31, - 125, - 10, - 137, - 145, - 137, - 198, - 145, - 130, - 212, - 168, - 250, - 73, - 25, - 60, - 164, - 192, - 187, - 102, - 51, + 17, + 234, + 189, + 17, + 217, 4, 0, 0, @@ -7770,38 +7774,38 @@ 0, 0, 0, - 69, - 216, - 5, - 48, - 146, - 207, - 171, - 188, - 17, - 245, - 96, - 167, - 255, - 123, - 39, - 120, - 58, - 42, - 59, + 44, 118, - 233, - 86, - 167, - 160, - 229, - 35, - 102, - 107, - 224, - 181, - 254, - 210, + 58, + 249, + 246, + 128, + 40, + 44, + 113, + 168, + 103, + 159, + 201, + 41, + 71, + 22, + 179, + 109, + 66, + 96, + 65, + 41, + 238, + 95, + 63, + 159, + 128, + 82, + 6, + 19, + 230, + 36, 0, 0, 0, @@ -7842,38 +7846,38 @@ 0, 0, 0, - 86, - 12, - 113, - 163, - 11, - 21, - 8, - 150, - 62, - 89, - 116, - 178, - 91, - 5, - 77, - 105, - 88, - 193, - 84, - 166, - 174, - 9, - 86, - 237, - 116, - 138, - 167, - 243, - 140, - 110, - 234, + 227, + 214, + 106, + 80, + 49, + 236, + 230, + 181, + 194, + 71, + 204, + 47, + 195, + 108, 37, + 8, + 136, + 161, + 95, + 189, + 20, + 240, + 60, + 188, + 53, + 215, + 47, + 169, + 187, + 142, + 12, + 183, 0, 0, 0, @@ -7882,38 +7886,38 @@ 0, 0, 0, - 39, - 44, - 233, - 113, - 176, - 80, - 96, - 52, - 18, - 14, - 61, - 96, - 236, - 82, - 11, - 138, - 215, - 236, - 171, - 251, - 98, - 8, + 51, 175, - 31, - 11, - 15, - 199, - 151, - 220, - 147, - 86, + 121, + 165, 254, + 196, + 180, + 235, + 206, + 116, + 244, + 241, + 228, + 36, + 190, + 59, + 96, + 143, + 116, + 246, + 216, + 37, + 10, + 154, + 151, + 190, + 78, + 196, + 88, + 135, + 200, + 232, 0, 0, 0, @@ -7923,38 +7927,38 @@ 0, 0, 0, - 191, - 221, - 203, - 13, - 214, - 195, - 224, - 89, - 212, - 111, - 190, - 186, + 120, 9, - 54, - 221, - 168, + 122, + 172, + 245, + 199, + 26, 84, - 219, - 250, - 53, - 114, - 139, - 53, - 1, - 180, - 225, - 207, - 115, - 222, - 116, - 106, + 136, + 117, + 70, + 158, + 255, + 24, + 211, + 244, + 197, + 162, + 129, + 243, + 195, + 40, + 145, + 83, + 186, + 142, + 252, 225, + 90, + 228, + 10, + 22, 4, 0, 0, @@ -7963,38 +7967,38 @@ 0, 0, 0, - 9, - 76, - 124, - 2, + 52, + 218, + 54, + 70, 39, - 51, - 201, + 183, + 172, + 251, + 39, + 110, + 165, 191, - 205, - 130, - 255, + 110, + 18, + 214, + 133, 142, - 244, - 23, - 22, - 245, - 203, - 176, + 58, + 2, + 129, 211, - 15, - 188, - 200, - 20, - 126, - 119, - 170, - 190, - 20, - 220, - 33, - 169, + 233, + 105, + 29, + 227, 196, + 74, + 133, + 165, + 252, + 30, + 31, 0, 0, 0, @@ -8003,38 +8007,38 @@ 0, 0, 0, - 253, - 25, - 220, - 237, - 241, - 233, - 246, - 129, - 35, - 116, - 19, - 70, - 101, - 99, - 108, - 131, - 66, - 49, - 19, - 76, - 151, - 103, - 235, + 30, 14, + 118, 33, - 26, - 219, - 115, - 143, - 113, + 118, + 50, + 37, + 105, + 218, + 145, + 149, + 140, + 58, + 51, + 117, + 227, + 59, + 70, + 65, + 100, + 117, + 18, 195, - 76, + 168, + 46, + 87, + 3, + 3, + 152, + 147, + 232, + 163, 0, 0, 0, @@ -8044,38 +8048,38 @@ 0, 0, 0, - 1, - 50, - 108, - 202, - 232, - 80, - 238, - 49, - 109, - 243, - 217, - 27, - 158, - 25, - 4, - 60, - 248, - 171, - 94, - 100, - 253, - 46, - 230, - 174, - 180, - 37, - 131, + 125, + 137, + 139, + 51, + 202, + 91, + 166, + 12, + 15, + 75, + 138, + 98, + 249, + 0, + 8, + 119, 3, + 153, 33, - 249, - 38, - 175, + 231, + 43, + 31, + 82, + 19, + 144, + 211, + 94, + 36, + 188, + 80, + 170, + 27, 0, 0, 0, @@ -8156,38 +8160,39 @@ 0, 0, 0, - 71, - 112, - 21, - 238, - 158, - 235, - 104, - 200, - 219, - 237, - 40, - 109, - 113, - 136, - 171, - 175, - 238, - 160, - 183, + 79, + 17, 167, - 73, + 207, + 224, + 118, + 62, + 44, + 178, + 174, + 165, + 143, + 18, + 121, + 59, + 240, + 243, + 203, + 209, + 186, + 63, 64, - 49, - 231, - 53, - 219, - 177, - 245, - 30, - 187, - 245, - 239, + 104, + 6, + 206, + 83, + 237, + 242, + 44, + 248, + 198, + 158, + 0, 0, 0, 0, @@ -8206,93 +8211,188 @@ 0, 0, 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 123, - 149, - 168, - 1, - 147, - 1, - 0, - 0, - 218, - 237, - 125, - 94, - 17, - 174, - 155, - 35, - 49, - 82, - 72, - 230, - 83, - 123, - 197, - 98, - 189, - 163, - 75, - 132, - 228, - 94, - 128, - 147, - 157, - 81, - 245, - 199, - 43, - 163, - 159, - 131, - 0, - 0, - 0, - 0, - 0, - 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 89, + 169, + 214, + 12, + 147, + 1, + 0, + 0, + 106, + 236, + 253, + 115, + 168, + 184, + 12, + 164, + 172, + 208, + 106, + 220, + 69, + 24, + 89, + 198, + 2, + 213, + 236, + 72, + 90, + 211, + 34, + 72, + 153, + 83, + 221, + 101, + 158, + 252, + 168, + 143, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + ] + } + }, + "owner": { + "ObjectOwner": "0x0000000000000000000000000000000000000000000000000000000000000005" + }, + "previous_transaction": "51gCftcvBJ8LQkfDpxBFommeJ8vy8YC9CDt6yssrKnZo", + "storage_rebate": 0 + }, + { + "data": { + "Move": { + "type_": "StakedIota", + "version": 4, + "contents": [ + 40, + 94, + 101, + 215, + 236, + 253, + 145, + 44, + 224, + 215, + 205, + 174, + 164, + 9, + 158, + 65, + 79, + 111, + 235, + 199, + 216, + 39, + 127, + 53, + 28, + 50, + 217, + 30, + 226, + 27, + 252, + 133, + 82, + 40, + 18, + 20, + 33, + 187, + 48, + 175, + 108, + 237, + 18, + 12, + 140, + 4, + 173, + 180, + 59, + 61, + 219, + 227, + 74, + 70, + 145, + 19, + 139, + 4, + 25, + 29, + 158, + 51, + 100, + 176, + 3, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 14, + 208, + 231, + 124, + 3, 0, 0 ] } }, "owner": { - "ObjectOwner": "0x0000000000000000000000000000000000000000000000000000000000000005" + "AddressOwner": "0x2919b85edd777017e40be03ad63ab6cee20a788d6eb2019559a558ada19ae71b" }, - "previous_transaction": "AEn6k4pJVSM4bwkiwBzabHGfUSXbEsspqSZMRqbzBe1t", + "previous_transaction": "51gCftcvBJ8LQkfDpxBFommeJ8vy8YC9CDt6yssrKnZo", "storage_rebate": 0 }, { @@ -8318,38 +8418,38 @@ }, "version": 4, "contents": [ - 3, - 150, - 160, - 24, - 207, - 193, - 116, - 176, - 240, - 214, - 156, - 123, - 79, - 223, - 141, - 80, - 59, - 96, - 138, - 83, - 183, - 1, - 57, - 194, - 110, - 193, - 59, - 250, - 115, - 226, - 208, - 235, + 52, + 52, + 9, + 137, + 39, + 161, + 180, + 125, + 192, + 219, + 147, + 114, + 75, + 15, + 186, + 238, + 29, + 212, + 15, + 205, + 70, + 128, + 27, + 20, + 182, + 174, + 75, + 233, + 55, + 247, + 42, + 155, 3, 0, 0, @@ -8378,9 +8478,9 @@ } }, "owner": { - "ObjectOwner": "0x4df4fdbfb3a0d8c64f38b44ad86ccc3de6cac29d2fe193682812d4fc84478276" + "ObjectOwner": "0x19b777f952e60d1e9269f30c271c56b77638e11e915f3a247c141f11eabd11d9" }, - "previous_transaction": "AEn6k4pJVSM4bwkiwBzabHGfUSXbEsspqSZMRqbzBe1t", + "previous_transaction": "51gCftcvBJ8LQkfDpxBFommeJ8vy8YC9CDt6yssrKnZo", "storage_rebate": 0 }, { @@ -8389,165 +8489,70 @@ "type_": "StakedIota", "version": 4, "contents": [ - 62, - 216, - 102, - 87, - 255, - 199, - 25, - 237, - 80, - 111, - 212, - 25, - 241, - 196, - 2, - 231, - 116, - 247, - 224, - 60, - 112, - 149, - 51, - 131, - 215, - 199, - 119, - 160, + 125, 234, + 114, + 59, + 13, + 17, + 99, + 204, + 114, + 112, + 197, 56, - 226, - 177, - 172, - 40, - 183, - 6, - 30, - 62, + 45, 187, - 32, - 14, - 71, - 100, - 178, + 167, + 1, + 134, + 24, + 22, + 36, + 76, + 56, + 205, + 28, + 140, + 44, + 60, + 91, + 109, 222, - 101, - 144, - 105, - 146, - 192, - 42, - 229, - 165, - 126, - 159, - 78, - 117, - 130, - 220, - 252, - 25, - 190, - 146, - 32, - 3, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 14, - 208, - 231, - 124, - 3, + 35, + 181, + 66, + 108, + 22, 0, - 0 - ] - } - }, - "owner": { - "AddressOwner": "0x33a0889dc00074a8da34fb8f7e05bb208983f4e562ccc3027a9fe2188b1a9281" - }, - "previous_transaction": "AEn6k4pJVSM4bwkiwBzabHGfUSXbEsspqSZMRqbzBe1t", - "storage_rebate": 0 - }, - { - "data": { - "Move": { - "type_": "StakedIota", - "version": 4, - "contents": [ - 77, - 61, - 9, - 224, - 172, + 65, + 68, + 62, + 159, + 93, 172, - 46, - 236, - 9, - 92, - 217, - 160, - 236, - 81, - 81, - 52, - 139, - 4, - 243, - 114, - 151, - 19, + 188, + 21, 97, - 178, - 127, - 208, - 144, - 143, - 183, - 120, - 35, - 54, - 72, - 57, - 253, - 203, - 207, + 116, + 162, + 25, + 223, + 118, + 233, + 195, + 163, + 193, + 85, + 228, + 59, 227, - 240, - 156, - 150, - 39, - 11, - 153, - 61, - 37, - 78, - 236, - 210, - 134, - 217, - 208, - 33, - 127, - 187, - 189, - 191, + 48, + 169, + 105, + 90, 104, - 218, - 73, - 223, - 164, - 57, - 243, + 169, 3, 0, 0, @@ -8568,9 +8573,9 @@ } }, "owner": { - "AddressOwner": "0x810952ffed1a57987e8f7da7c2e2aa2f9a698c1a07469052d978ea7e609cc043" + "AddressOwner": "0xbee62a773a02ad22d9565589f6f2c344308f6d6f084e2539f51b04685e4c63d5" }, - "previous_transaction": "AEn6k4pJVSM4bwkiwBzabHGfUSXbEsspqSZMRqbzBe1t", + "previous_transaction": "51gCftcvBJ8LQkfDpxBFommeJ8vy8YC9CDt6yssrKnZo", "storage_rebate": 0 }, { @@ -8579,70 +8584,70 @@ "type_": "StakedIota", "version": 4, "contents": [ - 81, - 230, - 253, - 28, - 84, - 102, - 244, - 138, - 121, - 79, - 141, - 235, - 21, - 33, - 120, - 4, 130, - 106, - 221, - 60, - 139, + 26, + 129, + 153, + 44, + 37, + 203, + 250, + 224, + 166, + 210, + 147, 32, - 125, - 99, + 67, + 159, + 65, + 252, + 54, 74, - 231, - 22, - 9, + 148, + 244, + 106, + 180, 176, - 72, - 7, - 69, - 100, - 224, - 179, - 198, - 105, - 237, - 99, - 139, 53, - 222, - 45, - 232, - 152, - 128, - 76, - 40, - 97, - 165, - 159, - 40, - 171, - 131, - 238, + 233, + 33, 43, - 201, - 61, - 69, - 121, - 25, - 38, + 188, + 106, + 253, + 52, + 207, + 45, + 23, + 237, + 112, + 22, + 155, + 235, + 198, + 250, + 75, + 26, + 133, + 192, + 213, + 197, + 147, + 157, + 67, + 6, + 247, + 136, + 54, + 200, + 184, + 231, 36, - 128, + 53, + 236, + 43, + 58, + 87, 3, 0, 0, @@ -8663,9 +8668,9 @@ } }, "owner": { - "AddressOwner": "0x000a3e506e0d60475f965aabcf7cb7b64b9c71957b73b007b3a069093a7987dc" + "AddressOwner": "0xc0afe4713f5f894ab2d5696899cec27c8dd3ebcb8dd06811193f1cdd2f7458e3" }, - "previous_transaction": "AEn6k4pJVSM4bwkiwBzabHGfUSXbEsspqSZMRqbzBe1t", + "previous_transaction": "51gCftcvBJ8LQkfDpxBFommeJ8vy8YC9CDt6yssrKnZo", "storage_rebate": 0 }, { @@ -8691,38 +8696,38 @@ }, "version": 4, "contents": [ - 132, - 158, - 236, - 155, - 134, - 113, - 102, - 215, - 54, - 129, - 207, + 145, + 228, + 103, + 123, + 159, + 11, + 229, + 3, + 170, + 100, + 60, + 221, + 33, + 213, + 68, + 122, + 56, 158, - 20, - 219, - 13, - 90, - 48, - 175, - 41, - 49, - 94, - 32, - 10, - 7, - 36, - 105, + 249, + 21, + 212, + 215, + 147, + 202, + 74, + 106, + 219, + 253, + 218, + 229, 88, - 167, - 55, - 107, - 27, - 230, + 172, 3, 0, 0, @@ -8751,9 +8756,9 @@ } }, "owner": { - "ObjectOwner": "0x0a6a6dfbcb9c17b88453cc9117b3c8c7d28f18c07a167730d4a6cc7478f50e96" + "ObjectOwner": "0xdf3e1b495d7540f4d64bbc79acf8e256e2b9a52b53cc9d0e74295ddf153fcd08" }, - "previous_transaction": "AEn6k4pJVSM4bwkiwBzabHGfUSXbEsspqSZMRqbzBe1t", + "previous_transaction": "51gCftcvBJ8LQkfDpxBFommeJ8vy8YC9CDt6yssrKnZo", "storage_rebate": 0 }, { @@ -8762,70 +8767,70 @@ "type_": "StakedIota", "version": 4, "contents": [ - 197, - 30, - 251, - 179, - 233, - 166, - 205, - 208, - 40, - 63, + 151, + 47, + 173, + 112, + 237, + 59, + 36, + 170, + 34, + 186, 204, - 162, - 72, - 60, - 81, - 41, - 32, - 22, - 63, + 74, + 138, + 83, + 122, + 154, + 36, + 237, 167, - 118, + 28, + 210, + 244, + 69, + 172, + 205, + 86, + 23, 198, - 105, - 165, - 49, - 167, - 16, + 252, + 68, + 189, + 250, + 205, 23, - 91, - 25, - 35, - 148, - 110, - 25, - 47, - 202, - 128, - 116, - 244, - 21, - 179, - 19, - 231, - 109, - 89, - 6, - 33, - 51, + 237, + 101, + 196, + 223, + 165, + 144, 73, - 33, - 34, - 92, - 5, - 151, - 27, - 113, - 250, - 184, - 72, - 42, - 8, - 240, - 184, - 123, + 40, + 152, + 156, + 38, + 172, + 6, + 187, + 80, + 131, + 252, + 156, + 198, + 105, + 210, + 20, + 227, + 192, + 121, + 85, + 126, + 84, + 209, + 174, 3, 0, 0, @@ -8846,9 +8851,9 @@ } }, "owner": { - "AddressOwner": "0x0edfd5327d04f07bac736fba65a51fac32ab5792d6763a85fc46dbfc229fcc22" + "AddressOwner": "0x43e8b5e5be1ac68e8ca24f3fa4e9a850fa2ef000f7fcc805243dde365ee94408" }, - "previous_transaction": "AEn6k4pJVSM4bwkiwBzabHGfUSXbEsspqSZMRqbzBe1t", + "previous_transaction": "51gCftcvBJ8LQkfDpxBFommeJ8vy8YC9CDt6yssrKnZo", "storage_rebate": 0 }, { @@ -8874,38 +8879,38 @@ }, "version": 4, "contents": [ - 211, - 162, - 229, - 193, - 144, - 34, - 62, - 61, - 22, - 72, - 126, - 232, - 236, - 86, - 31, - 1, - 147, - 202, + 178, + 123, + 237, + 121, + 111, 205, - 24, - 59, - 174, - 69, - 14, - 65, - 32, - 0, - 119, - 6, - 23, - 209, - 246, + 179, + 180, + 84, + 167, + 179, + 26, + 70, + 157, + 123, + 155, + 116, + 214, + 17, + 222, + 224, + 57, + 190, + 75, + 173, + 72, + 185, + 171, + 12, + 161, + 215, + 197, 3, 0, 0, @@ -8934,9 +8939,9 @@ } }, "owner": { - "ObjectOwner": "0xa44c78e091898d332667e55f8784cf662fb7b9427b2feaee224dcbd7c2c78c9f" + "ObjectOwner": "0x8c95d95a13b79ed01819067ed1093f99db1cf958a83c445013c7b3592bdbcb98" }, - "previous_transaction": "AEn6k4pJVSM4bwkiwBzabHGfUSXbEsspqSZMRqbzBe1t", + "previous_transaction": "51gCftcvBJ8LQkfDpxBFommeJ8vy8YC9CDt6yssrKnZo", "storage_rebate": 0 }, { @@ -8962,38 +8967,38 @@ }, "version": 4, "contents": [ - 213, - 97, - 242, - 32, - 170, - 74, - 171, - 94, - 101, - 242, - 171, - 45, - 82, - 90, - 164, - 171, + 208, + 206, + 34, + 165, + 8, + 86, + 163, + 53, + 188, + 106, + 245, + 136, + 179, + 31, + 68, + 68, + 81, 81, - 250, - 133, - 224, - 38, - 157, 70, - 6, - 39, - 51, - 16, - 85, - 43, - 253, - 119, - 252, + 118, + 28, + 2, + 26, + 25, + 145, + 200, + 46, + 118, + 76, + 62, + 18, + 165, 3, 0, 0, @@ -9022,9 +9027,9 @@ } }, "owner": { - "ObjectOwner": "0x3f0a5b09ac5742e6e214f1791f7d0a899189c69182d4a8fa49193ca4c0bb6633" + "ObjectOwner": "0x8392eceb8bc7a250d4488ce8fdbaf3651333ef18e5732b56416337839fad5d85" }, - "previous_transaction": "AEn6k4pJVSM4bwkiwBzabHGfUSXbEsspqSZMRqbzBe1t", + "previous_transaction": "51gCftcvBJ8LQkfDpxBFommeJ8vy8YC9CDt6yssrKnZo", "storage_rebate": 0 } ] diff --git a/crates/iota-light-client/example_config/826.chk b/crates/iota-light-client/example_config/826.chk deleted file mode 100644 index 62aa2520d6c..00000000000 Binary files a/crates/iota-light-client/example_config/826.chk and /dev/null differ diff --git a/crates/iota-light-client/example_config/checkpoints.yaml b/crates/iota-light-client/example_config/checkpoints.yaml index 0346af6f400..ec73c130330 100644 --- a/crates/iota-light-client/example_config/checkpoints.yaml +++ b/crates/iota-light-client/example_config/checkpoints.yaml @@ -1,4 +1,4 @@ --- checkpoints: - - 550 - - 826 + - 528 + - 788 diff --git a/crates/iota-light-client/src/bin/light_client.rs b/crates/iota-light-client/src/bin/light_client.rs index 3945b95c76d..64f6f97df0b 100644 --- a/crates/iota-light-client/src/bin/light_client.rs +++ b/crates/iota-light-client/src/bin/light_client.rs @@ -157,7 +157,7 @@ mod tests { // to duplicate the code here. async fn read_data() -> (Committee, CheckpointData) { let mut d = PathBuf::from(env!("CARGO_MANIFEST_DIR")); - d.push("example_config/550.json"); + d.push("example_config/528.json"); let checkpoint: Envelope> = serde_json::from_reader(&fs::File::open(&d).unwrap()) @@ -180,7 +180,7 @@ mod tests { let committee = Committee::new(checkpoint.epoch().checked_add(1).unwrap(), prev_committee); let mut d = PathBuf::from(env!("CARGO_MANIFEST_DIR")); - d.push("example_config/826.chk"); + d.push("example_config/788.chk"); let full_checkpoint = read_full_checkpoint(&d).await.unwrap(); diff --git a/crates/iota-open-rpc/spec/openrpc.json b/crates/iota-open-rpc/spec/openrpc.json index ec2bdcdf9bd..3a59dd271c9 100644 --- a/crates/iota-open-rpc/spec/openrpc.json +++ b/crates/iota-open-rpc/spec/openrpc.json @@ -104,6 +104,7 @@ "executedEpoch": "0", "gasUsed": { "computationCost": "100", + "computationCostBurned": "100", "storageCost": "100", "storageRebate": "10", "nonRefundableStorageFee": "0" @@ -247,6 +248,7 @@ "executedEpoch": "0", "gasUsed": { "computationCost": "100", + "computationCostBurned": "100", "storageCost": "100", "storageRebate": "10", "nonRefundableStorageFee": "0" @@ -450,6 +452,7 @@ "executedEpoch": "0", "gasUsed": { "computationCost": "100", + "computationCostBurned": "100", "storageCost": "100", "storageRebate": "10", "nonRefundableStorageFee": "0" @@ -578,6 +581,7 @@ "previousDigest": "6tBy8RXZKrdrB4XkMQn7J3MNG4fQCo9XcRduFFvYrL5Z", "epochRollingGasCostSummary": { "computationCost": "0", + "computationCostBurned": "0", "storageCost": "0", "storageRebate": "0", "nonRefundableStorageFee": "0" @@ -663,6 +667,7 @@ "previousDigest": "8BLFxLTjWZ2KqaGc3FjR1o9aL6kbyYrmhuNfJLU1ehYt", "epochRollingGasCostSummary": { "computationCost": "0", + "computationCostBurned": "0", "storageCost": "0", "storageRebate": "0", "nonRefundableStorageFee": "0" @@ -682,6 +687,7 @@ "previousDigest": "6Pn25cieaE62AT6BwCeBoca13AGZuneucaaTGqt3gNCo", "epochRollingGasCostSummary": { "computationCost": "0", + "computationCostBurned": "0", "storageCost": "0", "storageRebate": "0", "nonRefundableStorageFee": "0" @@ -701,6 +707,7 @@ "previousDigest": "CnHTfdUJr1UUqwXkYUhbQjXeM16xR33UR62jE72toCis", "epochRollingGasCostSummary": { "computationCost": "0", + "computationCostBurned": "0", "storageCost": "0", "storageRebate": "0", "nonRefundableStorageFee": "0" @@ -720,6 +727,7 @@ "previousDigest": "38fLUfuigyzLPEDrsmRhcQmhKtbEUohuFBP9NDcWBmFz", "epochRollingGasCostSummary": { "computationCost": "0", + "computationCostBurned": "0", "storageCost": "0", "storageRebate": "0", "nonRefundableStorageFee": "0" @@ -2257,6 +2265,7 @@ "executedEpoch": "0", "gasUsed": { "computationCost": "100", + "computationCostBurned": "100", "storageCost": "100", "storageRebate": "10", "nonRefundableStorageFee": "0" @@ -2631,6 +2640,7 @@ "executedEpoch": "0", "gasUsed": { "computationCost": "100", + "computationCostBurned": "100", "storageCost": "100", "storageRebate": "10", "nonRefundableStorageFee": "0" @@ -2747,6 +2757,7 @@ "executedEpoch": "0", "gasUsed": { "computationCost": "100", + "computationCostBurned": "100", "storageCost": "100", "storageRebate": "10", "nonRefundableStorageFee": "0" @@ -2863,6 +2874,7 @@ "executedEpoch": "0", "gasUsed": { "computationCost": "100", + "computationCostBurned": "100", "storageCost": "100", "storageRebate": "10", "nonRefundableStorageFee": "0" @@ -7101,6 +7113,7 @@ "type": "object", "required": [ "computationCost", + "computationCostBurned", "nonRefundableStorageFee", "storageCost", "storageRebate" @@ -7114,6 +7127,14 @@ } ] }, + "computationCostBurned": { + "description": "The burned component of the computation/execution costs", + "allOf": [ + { + "$ref": "#/components/schemas/BigInt_for_uint64" + } + ] + }, "nonRefundableStorageFee": { "description": "The fee for the rebate. The portion of the storage rebate kept by the system.", "allOf": [ diff --git a/crates/iota-open-rpc/src/examples.rs b/crates/iota-open-rpc/src/examples.rs index ad6950e31df..a98c62a0623 100644 --- a/crates/iota-open-rpc/src/examples.rs +++ b/crates/iota-open-rpc/src/examples.rs @@ -668,6 +668,7 @@ impl RpcExampleProvider { modified_at_versions: vec![], gas_used: GasCostSummary { computation_cost: 100, + computation_cost_burned: 100, storage_cost: 100, storage_rebate: 10, non_refundable_storage_fee: 0, diff --git a/crates/iota-rest-api/openapi/openapi.json b/crates/iota-rest-api/openapi/openapi.json index 476e603ee11..3b39f531479 100644 --- a/crates/iota-rest-api/openapi/openapi.json +++ b/crates/iota-rest-api/openapi/openapi.json @@ -2739,6 +2739,7 @@ "type": "object", "required": [ "computation_cost", + "computation_cost_burned", "non_refundable_storage_fee", "storage_cost", "storage_rebate" @@ -2749,6 +2750,11 @@ "type": "string", "format": "u64" }, + "computation_cost_burned": { + "description": "The burned component of the computation/execution costs", + "type": "string", + "format": "u64" + }, "non_refundable_storage_fee": { "description": "The fee for the rebate. The portion of the storage rebate kept by the system.", "type": "string", diff --git a/crates/iota-types/src/effects/mod.rs b/crates/iota-types/src/effects/mod.rs index b67048f2473..0843ffe0d55 100644 --- a/crates/iota-types/src/effects/mod.rs +++ b/crates/iota-types/src/effects/mod.rs @@ -43,7 +43,7 @@ pub const APPROX_SIZE_OF_EXECUTION_STATUS: usize = 120; // Approximate size of `EpochId` type in bytes pub const APPROX_SIZE_OF_EPOCH_ID: usize = 10; // Approximate size of `GasCostSummary` type in bytes -pub const APPROX_SIZE_OF_GAS_COST_SUMMARY: usize = 40; +pub const APPROX_SIZE_OF_GAS_COST_SUMMARY: usize = 50; // Approximate size of `Option` type in bytes pub const APPROX_SIZE_OF_OPT_TX_EVENTS_DIGEST: usize = 40; // Approximate size of `TransactionDigest` type in bytes diff --git a/crates/iota-types/src/gas.rs b/crates/iota-types/src/gas.rs index 8df712a0797..5763c16de35 100644 --- a/crates/iota-types/src/gas.rs +++ b/crates/iota-types/src/gas.rs @@ -141,6 +141,10 @@ pub mod checked { #[schemars(with = "BigInt")] #[serde_as(as = "Readable, _>")] pub computation_cost: u64, + /// The burned component of the computation/execution costs + #[schemars(with = "BigInt")] + #[serde_as(as = "Readable, _>")] + pub computation_cost_burned: u64, /// Storage cost, it's the sum of all storage cost for all objects /// created or mutated. #[schemars(with = "BigInt")] @@ -161,12 +165,14 @@ pub mod checked { impl GasCostSummary { pub fn new( computation_cost: u64, + computation_cost_burned: u64, storage_cost: u64, storage_rebate: u64, non_refundable_storage_fee: u64, ) -> GasCostSummary { GasCostSummary { computation_cost, + computation_cost_burned, storage_cost, storage_rebate, non_refundable_storage_fee, @@ -195,19 +201,22 @@ pub mod checked { self.gas_used() as i64 - self.storage_rebate as i64 } + #[allow(clippy::type_complexity)] pub fn new_from_txn_effects<'a>( transactions: impl Iterator, ) -> GasCostSummary { - let (storage_costs, computation_costs, storage_rebates, non_refundable_storage_fee): ( - Vec, - Vec, - Vec, - Vec, - ) = transactions + let ( + storage_costs, + computation_costs, + computation_costs_burned, + storage_rebates, + non_refundable_storage_fee, + ): (Vec, Vec, Vec, Vec, Vec) = transactions .map(|e| { ( e.gas_cost_summary().storage_cost, e.gas_cost_summary().computation_cost, + e.gas_cost_summary().computation_cost_burned, e.gas_cost_summary().storage_rebate, e.gas_cost_summary().non_refundable_storage_fee, ) @@ -217,6 +226,7 @@ pub mod checked { GasCostSummary { storage_cost: storage_costs.iter().sum(), computation_cost: computation_costs.iter().sum(), + computation_cost_burned: computation_costs_burned.iter().sum(), storage_rebate: storage_rebates.iter().sum(), non_refundable_storage_fee: non_refundable_storage_fee.iter().sum(), } @@ -227,8 +237,9 @@ pub mod checked { fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { write!( f, - "computation_cost: {}, storage_cost: {}, storage_rebate: {}, non_refundable_storage_fee: {}", + "computation_cost: {}, computation_cost_burned: {}, storage_cost: {}, storage_rebate: {}, non_refundable_storage_fee: {}", self.computation_cost, + self.computation_cost_burned, self.storage_cost, self.storage_rebate, self.non_refundable_storage_fee, @@ -239,6 +250,7 @@ pub mod checked { impl std::ops::AddAssign<&Self> for GasCostSummary { fn add_assign(&mut self, other: &Self) { self.computation_cost += other.computation_cost; + self.computation_cost_burned += other.computation_cost_burned; self.storage_cost += other.storage_cost; self.storage_rebate += other.storage_rebate; self.non_refundable_storage_fee += other.non_refundable_storage_fee; diff --git a/crates/iota-types/src/gas_model/gas_v1.rs b/crates/iota-types/src/gas_model/gas_v1.rs index f3e8d463fb1..da872086f33 100644 --- a/crates/iota-types/src/gas_model/gas_v1.rs +++ b/crates/iota-types/src/gas_model/gas_v1.rs @@ -405,6 +405,8 @@ mod checked { let non_refundable_storage_fee = storage_rebate - sender_rebate; GasCostSummary { computation_cost: self.computation_cost, + // entire computation cost is burned. + computation_cost_burned: self.computation_cost, storage_cost: self.storage_cost(), storage_rebate: sender_rebate, non_refundable_storage_fee, diff --git a/crates/iota-types/src/iota_sdk2_conversions.rs b/crates/iota-types/src/iota_sdk2_conversions.rs index dbbab8e043e..4ca1631cc76 100644 --- a/crates/iota-types/src/iota_sdk2_conversions.rs +++ b/crates/iota-types/src/iota_sdk2_conversions.rs @@ -648,6 +648,7 @@ impl From for TransactionEffects { epoch: effects.executed_epoch, gas_used: GasCostSummary::new( effects.gas_used.computation_cost, + effects.gas_used.computation_cost_burned, effects.gas_used.storage_cost, effects.gas_used.storage_rebate, effects.gas_used.non_refundable_storage_fee, @@ -747,6 +748,7 @@ impl From for crate::effects::TransactionEffects { executed_epoch: transaction_effects_v1.epoch, gas_used: crate::gas::GasCostSummary::new( transaction_effects_v1.gas_used.computation_cost, + transaction_effects_v1.gas_used.computation_cost_burned, transaction_effects_v1.gas_used.storage_cost, transaction_effects_v1.gas_used.storage_rebate, transaction_effects_v1.gas_used.non_refundable_storage_fee, @@ -1593,6 +1595,7 @@ impl From for GasCostSummary { fn from(value: crate::gas::GasCostSummary) -> Self { Self::new( value.computation_cost, + value.computation_cost_burned, value.storage_cost, value.storage_rebate, value.non_refundable_storage_fee, @@ -1604,6 +1607,7 @@ impl From for crate::gas::GasCostSummary { fn from(value: GasCostSummary) -> Self { Self::new( value.computation_cost, + value.computation_cost_burned, value.storage_cost, value.storage_rebate, value.non_refundable_storage_fee, 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 diff --git a/crates/iota/src/displays/gas_cost_summary.rs b/crates/iota/src/displays/gas_cost_summary.rs index 42d0b5e25c5..8880db90553 100644 --- a/crates/iota/src/displays/gas_cost_summary.rs +++ b/crates/iota/src/displays/gas_cost_summary.rs @@ -13,14 +13,16 @@ impl<'a> Display for Pretty<'a, GasCostSummary> { let Pretty(gcs) = self; let GasCostSummary { computation_cost, + computation_cost_burned, storage_cost, storage_rebate, non_refundable_storage_fee, } = gcs; let output = format!( "Gas Cost Summary:\n \ - Storage Cost: {storage_cost}\n \ Computation Cost: {computation_cost}\n \ + Computation Cost Burned: {computation_cost_burned}\n \ + Storage Cost: {storage_cost}\n \ Storage Rebate: {storage_rebate}\n \ Non-refundable Storage Fee: {non_refundable_storage_fee}", ); diff --git a/crates/iota/src/keytool.rs b/crates/iota/src/keytool.rs index 4d6dea3c898..246848e4c10 100644 --- a/crates/iota/src/keytool.rs +++ b/crates/iota/src/keytool.rs @@ -605,14 +605,14 @@ impl KeyToolCommand { )); } keystore.import_from_seed(&seed, key_scheme, derivation_path, alias)? - }, + } Err(_) => { info!("Importing mnemonic to keystore"); keystore.import_from_mnemonic( &input_string, key_scheme, derivation_path, - alias + alias, )? } }; @@ -621,7 +621,7 @@ impl KeyToolCommand { let key = Key::from(ikp); CommandOutput::Import(key) } - } + }, KeyToolCommand::Export { key_identity } => { let address = get_identity_address_from_keystore(key_identity, keystore)?; let ikp = keystore.get_key(&address)?; @@ -798,8 +798,7 @@ impl KeyToolCommand { CommandOutput::SignKMS(SerializedSig { serialized_sig_base64: serialized_sig, }) - } - /* Commented for now: https://github.com/iotaledger/iota/issues/1777 + } /* Commented for now: https://github.com/iotaledger/iota/issues/1777 * KeyToolCommand::ZkLoginInsecureSignPersonalMessage { data, max_epoch } => { * let msg = PersonalMessage { * message: data.as_bytes().to_vec(), @@ -1106,10 +1105,10 @@ impl KeyToolCommand { * e))?, )?; */ /* let sig = - * GenericSignature::ZkLoginAuthenticator(zk.clone()); - * let res = sig.verify_authenticator( - * &IntentMessage::new( - * Intent::iota_transaction(), + * GenericSignature::ZkLoginAuthenticator(zk.clone()); + * let res = sig.verify_authenticator( + * &IntentMessage::new( + * Intent::iota_transaction(), * tx_data.clone(), ), * tx_data.execution_parts().1, * cur_epoch.unwrap(), @@ -1126,8 +1125,8 @@ impl KeyToolCommand { * }; */ /* let sig = - * GenericSignature::ZkLoginAuthenticator(zk.clone()); - * let res = sig.verify_authenticator( + * GenericSignature::ZkLoginAuthenticator(zk.clone()); + * let res = sig.verify_authenticator( * &IntentMessage::new(Intent::personal_message(), data.clone()), * (&zk).try_into()?, * cur_epoch.unwrap(), diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 18f0d2ffae5..58699ae570b 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -11,7 +11,6 @@ packages: - "!sdk/typescript/cryptography" - "!sdk/typescript/faucet" - "!sdk/typescript/graphql" - - "!sdk/typescript/graphql/schemas/2024.10" - "!sdk/typescript/keypairs/ed25519" - "!sdk/typescript/keypairs/secp256k1" - "!sdk/typescript/keypairs/secp256r1" @@ -21,3 +20,4 @@ packages: - "!sdk/typescript/utils" - "!sdk/typescript/verify" - "!sdk/move-bytecode-template/pkg" + - "!sdk/typescript/graphql/schemas/2024.11" diff --git a/sdk/build-scripts/src/utils/buildPackage.ts b/sdk/build-scripts/src/utils/buildPackage.ts index b90113abb0a..006627c013e 100755 --- a/sdk/build-scripts/src/utils/buildPackage.ts +++ b/sdk/build-scripts/src/utils/buildPackage.ts @@ -230,7 +230,7 @@ async function addIgnoredWorkspaces(paths: string[]) { for (const path of paths) { if (!lines.find((line) => line.includes(`!${path}`))) { changed = true; - lines.push(` - '!${path}'`); + lines.push(` - "!${path}"`); } } diff --git a/sdk/dapp-kit/test/hooks/useSignAndExecuteTransaction.test.tsx b/sdk/dapp-kit/test/hooks/useSignAndExecuteTransaction.test.tsx index 5cf63eb64b7..eb53c0cd3b5 100644 --- a/sdk/dapp-kit/test/hooks/useSignAndExecuteTransaction.test.tsx +++ b/sdk/dapp-kit/test/hooks/useSignAndExecuteTransaction.test.tsx @@ -171,6 +171,7 @@ describe('useSignAndExecuteTransaction', () => { executedEpoch: 1, gasUsed: { computationCost: 1, + computationCostBurned: 1, storageCost: 1, storageRebate: 1, nonRefundableStorageFee: 1, diff --git a/sdk/graphql-transport/codegen.ts b/sdk/graphql-transport/codegen.ts index d2fea7132a3..2aa95545840 100644 --- a/sdk/graphql-transport/codegen.ts +++ b/sdk/graphql-transport/codegen.ts @@ -13,7 +13,7 @@ const header = ` const config: CodegenConfig = { overwrite: true, - schema: '../typescript/src/graphql/generated/2024.10/schema.graphql', + schema: '../typescript/src/graphql/generated/2024.11/schema.graphql', documents: ['src/queries/*.graphql'], ignoreNoDocuments: true, generates: { diff --git a/sdk/graphql-transport/src/generated/queries.ts b/sdk/graphql-transport/src/generated/queries.ts index 2e8d839e7ca..58466fbde89 100644 --- a/sdk/graphql-transport/src/generated/queries.ts +++ b/sdk/graphql-transport/src/generated/queries.ts @@ -1553,6 +1553,8 @@ export type GasCostSummary = { __typename?: 'GasCostSummary'; /** Gas paid for executing this transaction (in NANOS). */ computationCost?: Maybe; + /** Gas burned for executing this transactions (in NANOS). */ + computationCostBurned?: Maybe; /** * Part of storage cost that is not reclaimed when data created by this * transaction is cleaned up (in NANOS). @@ -5113,7 +5115,7 @@ export type GetCheckpointQueryVariables = Exact<{ }>; -export type GetCheckpointQuery = { __typename?: 'Query', checkpoint?: { __typename?: 'Checkpoint', digest: string, networkTotalTransactions?: any | null, previousCheckpointDigest?: string | null, sequenceNumber: any, timestamp: any, validatorSignatures: any, epoch?: { __typename?: 'Epoch', epochId: any } | null, rollingGasSummary?: { __typename?: 'GasCostSummary', computationCost?: any | null, storageCost?: any | null, storageRebate?: any | null, nonRefundableStorageFee?: any | null } | null, transactionBlocks: { __typename?: 'TransactionBlockConnection', pageInfo: { __typename?: 'PageInfo', hasNextPage: boolean, endCursor?: string | null }, nodes: Array<{ __typename?: 'TransactionBlock', digest?: string | null }> }, endOfEpoch: { __typename?: 'TransactionBlockConnection', nodes: Array<{ __typename?: 'TransactionBlock', kind?: { __typename: 'AuthenticatorStateUpdateTransaction' } | { __typename: 'ConsensusCommitPrologueTransaction' } | { __typename: 'EndOfEpochTransaction', transactions: { __typename?: 'EndOfEpochTransactionKindConnection', nodes: Array<{ __typename: 'AuthenticatorStateCreateTransaction' } | { __typename: 'AuthenticatorStateExpireTransaction' } | { __typename: 'BridgeCommitteeInitTransaction' } | { __typename: 'BridgeStateCreateTransaction' } | { __typename: 'ChangeEpochTransaction', epoch?: { __typename?: 'Epoch', epochId: any, validatorSet?: { __typename?: 'ValidatorSet', activeValidators: { __typename?: 'ValidatorConnection', pageInfo: { __typename?: 'PageInfo', hasNextPage: boolean, endCursor?: string | null }, nodes: Array<{ __typename?: 'Validator', votingPower?: number | null, credentials?: { __typename?: 'ValidatorCredentials', protocolPubKey?: any | null } | null }> } } | null, protocolConfigs: { __typename?: 'ProtocolConfigs', protocolVersion: any } } | null }> } } | { __typename: 'GenesisTransaction' } | { __typename: 'ProgrammableTransactionBlock' } | { __typename: 'RandomnessStateUpdateTransaction' } | null }> } } | null }; +export type GetCheckpointQuery = { __typename?: 'Query', checkpoint?: { __typename?: 'Checkpoint', digest: string, networkTotalTransactions?: any | null, previousCheckpointDigest?: string | null, sequenceNumber: any, timestamp: any, validatorSignatures: any, epoch?: { __typename?: 'Epoch', epochId: any } | null, rollingGasSummary?: { __typename?: 'GasCostSummary', computationCost?: any | null, computationCostBurned?: any | null, storageCost?: any | null, storageRebate?: any | null, nonRefundableStorageFee?: any | null } | null, transactionBlocks: { __typename?: 'TransactionBlockConnection', pageInfo: { __typename?: 'PageInfo', hasNextPage: boolean, endCursor?: string | null }, nodes: Array<{ __typename?: 'TransactionBlock', digest?: string | null }> }, endOfEpoch: { __typename?: 'TransactionBlockConnection', nodes: Array<{ __typename?: 'TransactionBlock', kind?: { __typename: 'AuthenticatorStateUpdateTransaction' } | { __typename: 'ConsensusCommitPrologueTransaction' } | { __typename: 'EndOfEpochTransaction', transactions: { __typename?: 'EndOfEpochTransactionKindConnection', nodes: Array<{ __typename: 'AuthenticatorStateCreateTransaction' } | { __typename: 'AuthenticatorStateExpireTransaction' } | { __typename: 'BridgeCommitteeInitTransaction' } | { __typename: 'BridgeStateCreateTransaction' } | { __typename: 'ChangeEpochTransaction', epoch?: { __typename?: 'Epoch', epochId: any, validatorSet?: { __typename?: 'ValidatorSet', activeValidators: { __typename?: 'ValidatorConnection', pageInfo: { __typename?: 'PageInfo', hasNextPage: boolean, endCursor?: string | null }, nodes: Array<{ __typename?: 'Validator', votingPower?: number | null, credentials?: { __typename?: 'ValidatorCredentials', protocolPubKey?: any | null } | null }> } } | null, protocolConfigs: { __typename?: 'ProtocolConfigs', protocolVersion: any } } | null }> } } | { __typename: 'GenesisTransaction' } | { __typename: 'ProgrammableTransactionBlock' } | { __typename: 'RandomnessStateUpdateTransaction' } | null }> } } | null }; export type GetCheckpointsQueryVariables = Exact<{ first?: InputMaybe; @@ -5123,7 +5125,7 @@ export type GetCheckpointsQueryVariables = Exact<{ }>; -export type GetCheckpointsQuery = { __typename?: 'Query', checkpoints: { __typename?: 'CheckpointConnection', pageInfo: { __typename?: 'PageInfo', startCursor?: string | null, endCursor?: string | null, hasNextPage: boolean, hasPreviousPage: boolean }, nodes: Array<{ __typename?: 'Checkpoint', digest: string, networkTotalTransactions?: any | null, previousCheckpointDigest?: string | null, sequenceNumber: any, timestamp: any, validatorSignatures: any, epoch?: { __typename?: 'Epoch', epochId: any } | null, rollingGasSummary?: { __typename?: 'GasCostSummary', computationCost?: any | null, storageCost?: any | null, storageRebate?: any | null, nonRefundableStorageFee?: any | null } | null, transactionBlocks: { __typename?: 'TransactionBlockConnection', pageInfo: { __typename?: 'PageInfo', hasNextPage: boolean, endCursor?: string | null }, nodes: Array<{ __typename?: 'TransactionBlock', digest?: string | null }> }, endOfEpoch: { __typename?: 'TransactionBlockConnection', nodes: Array<{ __typename?: 'TransactionBlock', kind?: { __typename: 'AuthenticatorStateUpdateTransaction' } | { __typename: 'ConsensusCommitPrologueTransaction' } | { __typename: 'EndOfEpochTransaction', transactions: { __typename?: 'EndOfEpochTransactionKindConnection', nodes: Array<{ __typename: 'AuthenticatorStateCreateTransaction' } | { __typename: 'AuthenticatorStateExpireTransaction' } | { __typename: 'BridgeCommitteeInitTransaction' } | { __typename: 'BridgeStateCreateTransaction' } | { __typename: 'ChangeEpochTransaction', epoch?: { __typename?: 'Epoch', epochId: any, validatorSet?: { __typename?: 'ValidatorSet', activeValidators: { __typename?: 'ValidatorConnection', pageInfo: { __typename?: 'PageInfo', hasNextPage: boolean, endCursor?: string | null }, nodes: Array<{ __typename?: 'Validator', votingPower?: number | null, credentials?: { __typename?: 'ValidatorCredentials', protocolPubKey?: any | null } | null }> } } | null, protocolConfigs: { __typename?: 'ProtocolConfigs', protocolVersion: any } } | null }> } } | { __typename: 'GenesisTransaction' } | { __typename: 'ProgrammableTransactionBlock' } | { __typename: 'RandomnessStateUpdateTransaction' } | null }> } }> } }; +export type GetCheckpointsQuery = { __typename?: 'Query', checkpoints: { __typename?: 'CheckpointConnection', pageInfo: { __typename?: 'PageInfo', startCursor?: string | null, endCursor?: string | null, hasNextPage: boolean, hasPreviousPage: boolean }, nodes: Array<{ __typename?: 'Checkpoint', digest: string, networkTotalTransactions?: any | null, previousCheckpointDigest?: string | null, sequenceNumber: any, timestamp: any, validatorSignatures: any, epoch?: { __typename?: 'Epoch', epochId: any } | null, rollingGasSummary?: { __typename?: 'GasCostSummary', computationCost?: any | null, computationCostBurned?: any | null, storageCost?: any | null, storageRebate?: any | null, nonRefundableStorageFee?: any | null } | null, transactionBlocks: { __typename?: 'TransactionBlockConnection', pageInfo: { __typename?: 'PageInfo', hasNextPage: boolean, endCursor?: string | null }, nodes: Array<{ __typename?: 'TransactionBlock', digest?: string | null }> }, endOfEpoch: { __typename?: 'TransactionBlockConnection', nodes: Array<{ __typename?: 'TransactionBlock', kind?: { __typename: 'AuthenticatorStateUpdateTransaction' } | { __typename: 'ConsensusCommitPrologueTransaction' } | { __typename: 'EndOfEpochTransaction', transactions: { __typename?: 'EndOfEpochTransactionKindConnection', nodes: Array<{ __typename: 'AuthenticatorStateCreateTransaction' } | { __typename: 'AuthenticatorStateExpireTransaction' } | { __typename: 'BridgeCommitteeInitTransaction' } | { __typename: 'BridgeStateCreateTransaction' } | { __typename: 'ChangeEpochTransaction', epoch?: { __typename?: 'Epoch', epochId: any, validatorSet?: { __typename?: 'ValidatorSet', activeValidators: { __typename?: 'ValidatorConnection', pageInfo: { __typename?: 'PageInfo', hasNextPage: boolean, endCursor?: string | null }, nodes: Array<{ __typename?: 'Validator', votingPower?: number | null, credentials?: { __typename?: 'ValidatorCredentials', protocolPubKey?: any | null } | null }> } } | null, protocolConfigs: { __typename?: 'ProtocolConfigs', protocolVersion: any } } | null }> } } | { __typename: 'GenesisTransaction' } | { __typename: 'ProgrammableTransactionBlock' } | { __typename: 'RandomnessStateUpdateTransaction' } | null }> } }> } }; export type PaginateCheckpointTransactionBlocksQueryVariables = Exact<{ id?: InputMaybe; @@ -5133,7 +5135,7 @@ export type PaginateCheckpointTransactionBlocksQueryVariables = Exact<{ export type PaginateCheckpointTransactionBlocksQuery = { __typename?: 'Query', checkpoint?: { __typename?: 'Checkpoint', transactionBlocks: { __typename?: 'TransactionBlockConnection', pageInfo: { __typename?: 'PageInfo', hasNextPage: boolean, endCursor?: string | null }, nodes: Array<{ __typename?: 'TransactionBlock', digest?: string | null }> } } | null }; -export type Rpc_Checkpoint_FieldsFragment = { __typename?: 'Checkpoint', digest: string, networkTotalTransactions?: any | null, previousCheckpointDigest?: string | null, sequenceNumber: any, timestamp: any, validatorSignatures: any, epoch?: { __typename?: 'Epoch', epochId: any } | null, rollingGasSummary?: { __typename?: 'GasCostSummary', computationCost?: any | null, storageCost?: any | null, storageRebate?: any | null, nonRefundableStorageFee?: any | null } | null, transactionBlocks: { __typename?: 'TransactionBlockConnection', pageInfo: { __typename?: 'PageInfo', hasNextPage: boolean, endCursor?: string | null }, nodes: Array<{ __typename?: 'TransactionBlock', digest?: string | null }> }, endOfEpoch: { __typename?: 'TransactionBlockConnection', nodes: Array<{ __typename?: 'TransactionBlock', kind?: { __typename: 'AuthenticatorStateUpdateTransaction' } | { __typename: 'ConsensusCommitPrologueTransaction' } | { __typename: 'EndOfEpochTransaction', transactions: { __typename?: 'EndOfEpochTransactionKindConnection', nodes: Array<{ __typename: 'AuthenticatorStateCreateTransaction' } | { __typename: 'AuthenticatorStateExpireTransaction' } | { __typename: 'BridgeCommitteeInitTransaction' } | { __typename: 'BridgeStateCreateTransaction' } | { __typename: 'ChangeEpochTransaction', epoch?: { __typename?: 'Epoch', epochId: any, validatorSet?: { __typename?: 'ValidatorSet', activeValidators: { __typename?: 'ValidatorConnection', pageInfo: { __typename?: 'PageInfo', hasNextPage: boolean, endCursor?: string | null }, nodes: Array<{ __typename?: 'Validator', votingPower?: number | null, credentials?: { __typename?: 'ValidatorCredentials', protocolPubKey?: any | null } | null }> } } | null, protocolConfigs: { __typename?: 'ProtocolConfigs', protocolVersion: any } } | null }> } } | { __typename: 'GenesisTransaction' } | { __typename: 'ProgrammableTransactionBlock' } | { __typename: 'RandomnessStateUpdateTransaction' } | null }> } }; +export type Rpc_Checkpoint_FieldsFragment = { __typename?: 'Checkpoint', digest: string, networkTotalTransactions?: any | null, previousCheckpointDigest?: string | null, sequenceNumber: any, timestamp: any, validatorSignatures: any, epoch?: { __typename?: 'Epoch', epochId: any } | null, rollingGasSummary?: { __typename?: 'GasCostSummary', computationCost?: any | null, computationCostBurned?: any | null, storageCost?: any | null, storageRebate?: any | null, nonRefundableStorageFee?: any | null } | null, transactionBlocks: { __typename?: 'TransactionBlockConnection', pageInfo: { __typename?: 'PageInfo', hasNextPage: boolean, endCursor?: string | null }, nodes: Array<{ __typename?: 'TransactionBlock', digest?: string | null }> }, endOfEpoch: { __typename?: 'TransactionBlockConnection', nodes: Array<{ __typename?: 'TransactionBlock', kind?: { __typename: 'AuthenticatorStateUpdateTransaction' } | { __typename: 'ConsensusCommitPrologueTransaction' } | { __typename: 'EndOfEpochTransaction', transactions: { __typename?: 'EndOfEpochTransactionKindConnection', nodes: Array<{ __typename: 'AuthenticatorStateCreateTransaction' } | { __typename: 'AuthenticatorStateExpireTransaction' } | { __typename: 'BridgeCommitteeInitTransaction' } | { __typename: 'BridgeStateCreateTransaction' } | { __typename: 'ChangeEpochTransaction', epoch?: { __typename?: 'Epoch', epochId: any, validatorSet?: { __typename?: 'ValidatorSet', activeValidators: { __typename?: 'ValidatorConnection', pageInfo: { __typename?: 'PageInfo', hasNextPage: boolean, endCursor?: string | null }, nodes: Array<{ __typename?: 'Validator', votingPower?: number | null, credentials?: { __typename?: 'ValidatorCredentials', protocolPubKey?: any | null } | null }> } } | null, protocolConfigs: { __typename?: 'ProtocolConfigs', protocolVersion: any } } | null }> } } | { __typename: 'GenesisTransaction' } | { __typename: 'ProgrammableTransactionBlock' } | { __typename: 'RandomnessStateUpdateTransaction' } | null }> } }; export type DevInspectTransactionBlockQueryVariables = Exact<{ txBytes: Scalars['String']['input']; @@ -5275,7 +5277,7 @@ export type GetLatestCheckpointSequenceNumberQuery = { __typename?: 'Query', che export type GetLatestIotaSystemStateQueryVariables = Exact<{ [key: string]: never; }>; -export type GetLatestIotaSystemStateQuery = { __typename?: 'Query', epoch?: { __typename?: 'Epoch', epochId: any, startTimestamp: any, endTimestamp?: any | null, referenceGasPrice?: any | null, systemStateVersion?: any | null, iotaTotalSupply?: number | null, iotaTreasuryCapId?: any | null, safeMode?: { __typename?: 'SafeMode', enabled?: boolean | null, gasSummary?: { __typename?: 'GasCostSummary', computationCost?: any | null, nonRefundableStorageFee?: any | null, storageCost?: any | null, storageRebate?: any | null } | null } | null, storageFund?: { __typename?: 'StorageFund', nonRefundableBalance?: any | null, totalObjectStorageRebates?: any | null } | null, systemParameters?: { __typename?: 'SystemParameters', minValidatorCount?: number | null, maxValidatorCount?: number | null, minValidatorJoiningStake?: any | null, durationMs?: any | null, validatorLowStakeThreshold?: any | null, validatorLowStakeGracePeriod?: any | null, validatorVeryLowStakeThreshold?: any | null } | null, protocolConfigs: { __typename?: 'ProtocolConfigs', protocolVersion: any }, validatorSet?: { __typename?: 'ValidatorSet', inactivePoolsSize?: number | null, pendingActiveValidatorsSize?: number | null, stakingPoolMappingsSize?: number | null, validatorCandidatesSize?: number | null, pendingRemovals?: Array | null, totalStake?: any | null, stakingPoolMappingsId?: any | null, pendingActiveValidatorsId?: any | null, validatorCandidatesId?: any | null, inactivePoolsId?: any | null, activeValidators: { __typename?: 'ValidatorConnection', pageInfo: { __typename?: 'PageInfo', hasNextPage: boolean, endCursor?: string | null }, nodes: Array<{ __typename?: 'Validator', atRisk?: any | null, commissionRate?: number | null, exchangeRatesSize?: any | null, description?: string | null, gasPrice?: any | null, imageUrl?: string | null, name?: string | null, nextEpochCommissionRate?: number | null, nextEpochGasPrice?: any | null, nextEpochStake?: any | null, pendingPoolTokenWithdraw?: any | null, pendingStake?: any | null, pendingTotalIotaWithdraw?: any | null, poolTokenBalance?: any | null, projectUrl?: string | null, rewardsPool?: any | null, stakingPoolActivationEpoch?: any | null, stakingPoolIotaBalance?: any | null, votingPower?: number | null, exchangeRates?: { __typename?: 'MoveObject', address: any, contents?: { __typename?: 'MoveValue', json: any } | null } | null, credentials?: { __typename?: 'ValidatorCredentials', netAddress?: string | null, networkPubKey?: any | null, p2PAddress?: string | null, primaryAddress?: string | null, authorityPubKey?: any | null, proofOfPossession?: any | null, protocolPubKey?: any | null } | null, nextEpochCredentials?: { __typename?: 'ValidatorCredentials', netAddress?: string | null, networkPubKey?: any | null, p2PAddress?: string | null, primaryAddress?: string | null, authorityPubKey?: any | null, proofOfPossession?: any | null, protocolPubKey?: any | null } | null, operationCap?: { __typename?: 'MoveObject', address: any } | null, stakingPool?: { __typename?: 'MoveObject', address: any } | null, address: { __typename?: 'Address', address: any } }> } } | null } | null }; +export type GetLatestIotaSystemStateQuery = { __typename?: 'Query', epoch?: { __typename?: 'Epoch', epochId: any, startTimestamp: any, endTimestamp?: any | null, referenceGasPrice?: any | null, systemStateVersion?: any | null, iotaTotalSupply?: number | null, iotaTreasuryCapId?: any | null, safeMode?: { __typename?: 'SafeMode', enabled?: boolean | null, gasSummary?: { __typename?: 'GasCostSummary', computationCost?: any | null, computationCostBurned?: any | null, nonRefundableStorageFee?: any | null, storageCost?: any | null, storageRebate?: any | null } | null } | null, storageFund?: { __typename?: 'StorageFund', nonRefundableBalance?: any | null, totalObjectStorageRebates?: any | null } | null, systemParameters?: { __typename?: 'SystemParameters', minValidatorCount?: number | null, maxValidatorCount?: number | null, minValidatorJoiningStake?: any | null, durationMs?: any | null, validatorLowStakeThreshold?: any | null, validatorLowStakeGracePeriod?: any | null, validatorVeryLowStakeThreshold?: any | null } | null, protocolConfigs: { __typename?: 'ProtocolConfigs', protocolVersion: any }, validatorSet?: { __typename?: 'ValidatorSet', inactivePoolsSize?: number | null, pendingActiveValidatorsSize?: number | null, stakingPoolMappingsSize?: number | null, validatorCandidatesSize?: number | null, pendingRemovals?: Array | null, totalStake?: any | null, stakingPoolMappingsId?: any | null, pendingActiveValidatorsId?: any | null, validatorCandidatesId?: any | null, inactivePoolsId?: any | null, activeValidators: { __typename?: 'ValidatorConnection', pageInfo: { __typename?: 'PageInfo', hasNextPage: boolean, endCursor?: string | null }, nodes: Array<{ __typename?: 'Validator', atRisk?: any | null, commissionRate?: number | null, exchangeRatesSize?: any | null, description?: string | null, gasPrice?: any | null, imageUrl?: string | null, name?: string | null, nextEpochCommissionRate?: number | null, nextEpochGasPrice?: any | null, nextEpochStake?: any | null, pendingPoolTokenWithdraw?: any | null, pendingStake?: any | null, pendingTotalIotaWithdraw?: any | null, poolTokenBalance?: any | null, projectUrl?: string | null, rewardsPool?: any | null, stakingPoolActivationEpoch?: any | null, stakingPoolIotaBalance?: any | null, votingPower?: number | null, exchangeRates?: { __typename?: 'MoveObject', address: any, contents?: { __typename?: 'MoveValue', json: any } | null } | null, credentials?: { __typename?: 'ValidatorCredentials', netAddress?: string | null, networkPubKey?: any | null, p2PAddress?: string | null, primaryAddress?: string | null, authorityPubKey?: any | null, proofOfPossession?: any | null, protocolPubKey?: any | null } | null, nextEpochCredentials?: { __typename?: 'ValidatorCredentials', netAddress?: string | null, networkPubKey?: any | null, p2PAddress?: string | null, primaryAddress?: string | null, authorityPubKey?: any | null, proofOfPossession?: any | null, protocolPubKey?: any | null } | null, operationCap?: { __typename?: 'MoveObject', address: any } | null, stakingPool?: { __typename?: 'MoveObject', address: any } | null, address: { __typename?: 'Address', address: any } }> } } | null } | null }; export type GetMoveFunctionArgTypesQueryVariables = Exact<{ packageId: Scalars['IotaAddress']['input']; @@ -5565,6 +5567,7 @@ export const Rpc_Checkpoint_FieldsFragmentDoc = new TypedDocumentString(` } rollingGasSummary { computationCost + computationCostBurned storageCost storageRebate nonRefundableStorageFee @@ -6168,6 +6171,7 @@ export const GetCheckpointDocument = new TypedDocumentString(` } rollingGasSummary { computationCost + computationCostBurned storageCost storageRebate nonRefundableStorageFee @@ -6244,6 +6248,7 @@ export const GetCheckpointsDocument = new TypedDocumentString(` } rollingGasSummary { computationCost + computationCostBurned storageCost storageRebate nonRefundableStorageFee @@ -7018,6 +7023,7 @@ export const GetLatestIotaSystemStateDocument = new TypedDocumentString(` enabled gasSummary { computationCost + computationCostBurned nonRefundableStorageFee storageCost storageRebate diff --git a/sdk/graphql-transport/src/mappers/checkpint.ts b/sdk/graphql-transport/src/mappers/checkpint.ts index 12be9b8dd79..2c9324f6877 100644 --- a/sdk/graphql-transport/src/mappers/checkpint.ts +++ b/sdk/graphql-transport/src/mappers/checkpint.ts @@ -36,6 +36,7 @@ export function mapGraphQLCheckpointToRpcCheckpoint( epoch: String(checkpoint.epoch?.epochId), epochRollingGasCostSummary: { computationCost: checkpoint.rollingGasSummary?.computationCost, + computationCostBurned: checkpoint.rollingGasSummary?.computationCostBurned, nonRefundableStorageFee: checkpoint.rollingGasSummary?.nonRefundableStorageFee, storageCost: checkpoint.rollingGasSummary?.storageCost, storageRebate: checkpoint.rollingGasSummary?.storageRebate, diff --git a/sdk/graphql-transport/src/queries/checkpoint.graphql b/sdk/graphql-transport/src/queries/checkpoint.graphql index 2c8d0c0fbed..b2b510b8f27 100644 --- a/sdk/graphql-transport/src/queries/checkpoint.graphql +++ b/sdk/graphql-transport/src/queries/checkpoint.graphql @@ -45,6 +45,7 @@ fragment RPC_Checkpoint_Fields on Checkpoint { rollingGasSummary { computationCost + computationCostBurned storageCost storageRebate nonRefundableStorageFee diff --git a/sdk/graphql-transport/src/queries/getLatestIotaSystemState.graphql b/sdk/graphql-transport/src/queries/getLatestIotaSystemState.graphql index de314897b7b..ca9f6e84e00 100644 --- a/sdk/graphql-transport/src/queries/getLatestIotaSystemState.graphql +++ b/sdk/graphql-transport/src/queries/getLatestIotaSystemState.graphql @@ -12,6 +12,7 @@ query getLatestIotaSystemState { enabled gasSummary { computationCost + computationCostBurned nonRefundableStorageFee storageCost storageRebate diff --git a/sdk/typescript/graphql/schemas/2024.10/package.json b/sdk/typescript/graphql/schemas/2024.10/package.json deleted file mode 100644 index 0b7ecffb953..00000000000 --- a/sdk/typescript/graphql/schemas/2024.10/package.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "private": true, - "import": "../../../dist/esm/graphql/schemas/2024.10/index.js", - "main": "../../../dist/cjs/graphql/schemas/2024.10/index.js", - "sideEffects": false -} diff --git a/sdk/typescript/graphql/schemas/2024.11/package.json b/sdk/typescript/graphql/schemas/2024.11/package.json new file mode 100644 index 00000000000..ff34b7aa4ab --- /dev/null +++ b/sdk/typescript/graphql/schemas/2024.11/package.json @@ -0,0 +1,6 @@ +{ + "private": true, + "import": "../../../dist/esm/graphql/schemas/2024.11/index.js", + "main": "../../../dist/cjs/graphql/schemas/2024.11/index.js", + "sideEffects": false +} diff --git a/sdk/typescript/package.json b/sdk/typescript/package.json index 3d8528e80e8..a5a599c9de8 100644 --- a/sdk/typescript/package.json +++ b/sdk/typescript/package.json @@ -76,9 +76,9 @@ "import": "./dist/esm/verify/index.js", "require": "./dist/cjs/verify/index.js" }, - "./graphql/schemas/2024.10": { - "import": "./dist/esm/graphql/schemas/2024.10/index.js", - "require": "./dist/cjs/graphql/schemas/2024.10/index.js" + "./graphql/schemas/2024.11": { + "import": "./dist/esm/graphql/schemas/2024.11/index.js", + "require": "./dist/cjs/graphql/schemas/2024.11/index.js" } }, "scripts": { diff --git a/sdk/typescript/scripts/update-graphql-schemas.ts b/sdk/typescript/scripts/update-graphql-schemas.ts index 32f39183f80..17d1b1dc1d9 100644 --- a/sdk/typescript/scripts/update-graphql-schemas.ts +++ b/sdk/typescript/scripts/update-graphql-schemas.ts @@ -14,7 +14,7 @@ import { const BRANCH = 'develop'; const MAJOR = 2024; -const MINOR = 10; +const MINOR = 11; const PATCH = 0; const VERSION = `${MAJOR}.${MINOR}.${PATCH}`; diff --git a/sdk/typescript/src/bcs/effects.ts b/sdk/typescript/src/bcs/effects.ts index bb9f23c37c0..6bd42a4ac09 100644 --- a/sdk/typescript/src/bcs/effects.ts +++ b/sdk/typescript/src/bcs/effects.ts @@ -118,6 +118,7 @@ const ExecutionStatus = bcs.enum('ExecutionStatus', { const GasCostSummary = bcs.struct('GasCostSummary', { computationCost: bcs.u64(), + computationCostBurned: bcs.u64(), storageCost: bcs.u64(), storageRebate: bcs.u64(), nonRefundableStorageFee: bcs.u64(), diff --git a/sdk/typescript/src/client/types/generated.ts b/sdk/typescript/src/client/types/generated.ts index d4a177a6d2d..113119521fe 100644 --- a/sdk/typescript/src/client/types/generated.ts +++ b/sdk/typescript/src/client/types/generated.ts @@ -387,6 +387,8 @@ export type ExecutionStatus = { export interface GasCostSummary { /** Cost of computation/execution */ computationCost: string; + /** The burned component of the computation/execution costs */ + computationCostBurned: string; /** The fee for the rebate. The portion of the storage rebate kept by the system. */ nonRefundableStorageFee: string; /** Storage cost, it's the sum of all storage cost for all objects created or mutated. */ diff --git a/sdk/typescript/src/graphql/generated/2024.10/schema.graphql b/sdk/typescript/src/graphql/generated/2024.11/schema.graphql similarity index 99% rename from sdk/typescript/src/graphql/generated/2024.10/schema.graphql rename to sdk/typescript/src/graphql/generated/2024.11/schema.graphql index de910c121ee..8821213b8ef 100644 --- a/sdk/typescript/src/graphql/generated/2024.10/schema.graphql +++ b/sdk/typescript/src/graphql/generated/2024.11/schema.graphql @@ -1385,6 +1385,10 @@ type GasCostSummary { """ computationCost: BigInt """ + Gas burned for executing this transactions (in NANOS). + """ + computationCostBurned: BigInt + """ Gas paid for the data stored on-chain by this transaction (in NANOS). """ storageCost: BigInt diff --git a/sdk/typescript/src/graphql/generated/2024.10/tada-env.d.ts b/sdk/typescript/src/graphql/generated/2024.11/tada-env.d.ts similarity index 99% rename from sdk/typescript/src/graphql/generated/2024.10/tada-env.d.ts rename to sdk/typescript/src/graphql/generated/2024.11/tada-env.d.ts index a3f5a693c2b..a038600c4a9 100644 --- a/sdk/typescript/src/graphql/generated/2024.10/tada-env.d.ts +++ b/sdk/typescript/src/graphql/generated/2024.11/tada-env.d.ts @@ -61,7 +61,7 @@ export type introspection_types = { 'ExecutionStatus': { name: 'ExecutionStatus'; enumValues: 'SUCCESS' | 'FAILURE'; }; 'Feature': { name: 'Feature'; enumValues: 'ANALYTICS' | 'COINS' | 'DYNAMIC_FIELDS' | 'SUBSCRIPTIONS' | 'SYSTEM_STATE'; }; 'GasCoin': { kind: 'OBJECT'; name: 'GasCoin'; fields: { '_': { name: '_'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; } }; }; }; - 'GasCostSummary': { kind: 'OBJECT'; name: 'GasCostSummary'; fields: { 'computationCost': { name: 'computationCost'; type: { kind: 'SCALAR'; name: 'BigInt'; ofType: null; } }; 'nonRefundableStorageFee': { name: 'nonRefundableStorageFee'; type: { kind: 'SCALAR'; name: 'BigInt'; ofType: null; } }; 'storageCost': { name: 'storageCost'; type: { kind: 'SCALAR'; name: 'BigInt'; ofType: null; } }; 'storageRebate': { name: 'storageRebate'; type: { kind: 'SCALAR'; name: 'BigInt'; ofType: null; } }; }; }; + 'GasCostSummary': { kind: 'OBJECT'; name: 'GasCostSummary'; fields: { 'computationCost': { name: 'computationCost'; type: { kind: 'SCALAR'; name: 'BigInt'; ofType: null; } }; 'computationCostBurned': { name: 'computationCostBurned'; type: { kind: 'SCALAR'; name: 'BigInt'; ofType: null; } }; 'nonRefundableStorageFee': { name: 'nonRefundableStorageFee'; type: { kind: 'SCALAR'; name: 'BigInt'; ofType: null; } }; 'storageCost': { name: 'storageCost'; type: { kind: 'SCALAR'; name: 'BigInt'; ofType: null; } }; 'storageRebate': { name: 'storageRebate'; type: { kind: 'SCALAR'; name: 'BigInt'; ofType: null; } }; }; }; 'GasEffects': { kind: 'OBJECT'; name: 'GasEffects'; fields: { 'gasObject': { name: 'gasObject'; type: { kind: 'OBJECT'; name: 'Object'; ofType: null; } }; 'gasSummary': { name: 'gasSummary'; type: { kind: 'OBJECT'; name: 'GasCostSummary'; ofType: null; } }; }; }; 'GasInput': { kind: 'OBJECT'; name: 'GasInput'; fields: { 'gasBudget': { name: 'gasBudget'; type: { kind: 'SCALAR'; name: 'BigInt'; ofType: null; } }; 'gasPayment': { name: 'gasPayment'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ObjectConnection'; ofType: null; }; } }; 'gasPrice': { name: 'gasPrice'; type: { kind: 'SCALAR'; name: 'BigInt'; ofType: null; } }; 'gasSponsor': { name: 'gasSponsor'; type: { kind: 'OBJECT'; name: 'Address'; ofType: null; } }; }; }; 'GenesisTransaction': { kind: 'OBJECT'; name: 'GenesisTransaction'; fields: { 'events': { name: 'events'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'EventConnection'; ofType: null; }; } }; 'objects': { name: 'objects'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ObjectConnection'; ofType: null; }; } }; }; }; diff --git a/sdk/typescript/src/graphql/generated/2024.10/tsconfig.tada.json b/sdk/typescript/src/graphql/generated/2024.11/tsconfig.tada.json similarity index 92% rename from sdk/typescript/src/graphql/generated/2024.10/tsconfig.tada.json rename to sdk/typescript/src/graphql/generated/2024.11/tsconfig.tada.json index 1047b78a76c..579383dfe94 100644 --- a/sdk/typescript/src/graphql/generated/2024.10/tsconfig.tada.json +++ b/sdk/typescript/src/graphql/generated/2024.11/tsconfig.tada.json @@ -4,7 +4,7 @@ { "name": "gql.tada/ts-plugin", "schema": "./schema.graphql", - "tadaOutputLocation": "src/graphql/generated/2024.10/tada-env.d.ts" + "tadaOutputLocation": "src/graphql/generated/2024.11/tada-env.d.ts" } ] } diff --git a/sdk/typescript/src/graphql/schemas/2024.10/index.ts b/sdk/typescript/src/graphql/schemas/2024.11/index.ts similarity index 89% rename from sdk/typescript/src/graphql/schemas/2024.10/index.ts rename to sdk/typescript/src/graphql/schemas/2024.11/index.ts index 011468c8946..77b61fd7ef4 100644 --- a/sdk/typescript/src/graphql/schemas/2024.10/index.ts +++ b/sdk/typescript/src/graphql/schemas/2024.11/index.ts @@ -4,7 +4,7 @@ import { initGraphQLTada } from 'gql.tada'; -import type { introspection } from '../../generated/2024.10/tada-env.js'; +import type { introspection } from '../../generated/2024.11/tada-env.js'; import type { CustomScalars } from '../../types.js'; export * from '../../types.js'; diff --git a/sdk/typescript/test/e2e/data/coin_metadata/Move.lock b/sdk/typescript/test/e2e/data/coin_metadata/Move.lock index 9faf6ecafa8..3b38efe70c0 100644 --- a/sdk/typescript/test/e2e/data/coin_metadata/Move.lock +++ b/sdk/typescript/test/e2e/data/coin_metadata/Move.lock @@ -22,6 +22,6 @@ name = "MoveStdlib" source = { local = "../../../../../../crates/iota-framework/packages/move-stdlib" } [move.toolchain-version] -compiler-version = "0.4.0" +compiler-version = "0.6.0-alpha" edition = "2024.beta" flavor = "iota" diff --git a/sdk/typescript/test/e2e/data/dynamic_fields/Move.lock b/sdk/typescript/test/e2e/data/dynamic_fields/Move.lock index 46bfd89e306..c15e9c538e9 100644 --- a/sdk/typescript/test/e2e/data/dynamic_fields/Move.lock +++ b/sdk/typescript/test/e2e/data/dynamic_fields/Move.lock @@ -22,6 +22,6 @@ name = "MoveStdlib" source = { local = "../../../../../../crates/iota-framework/packages/move-stdlib" } [move.toolchain-version] -compiler-version = "0.4.0" +compiler-version = "0.6.0-alpha" edition = "2024.beta" flavor = "iota" diff --git a/sdk/typescript/test/e2e/data/id_entry_args/Move.lock b/sdk/typescript/test/e2e/data/id_entry_args/Move.lock index 16aa4bb802e..aa909902069 100644 --- a/sdk/typescript/test/e2e/data/id_entry_args/Move.lock +++ b/sdk/typescript/test/e2e/data/id_entry_args/Move.lock @@ -22,6 +22,6 @@ name = "MoveStdlib" source = { local = "../../../../../../crates/iota-framework/packages/move-stdlib" } [move.toolchain-version] -compiler-version = "0.4.0" +compiler-version = "0.6.0-alpha" edition = "2024.beta" flavor = "iota" diff --git a/sdk/typescript/test/e2e/data/serializer/Move.lock b/sdk/typescript/test/e2e/data/serializer/Move.lock index 9a2b509796f..e20626a9bb3 100644 --- a/sdk/typescript/test/e2e/data/serializer/Move.lock +++ b/sdk/typescript/test/e2e/data/serializer/Move.lock @@ -22,6 +22,6 @@ name = "MoveStdlib" source = { local = "../../../../../../crates/iota-framework/packages/move-stdlib" } [move.toolchain-version] -compiler-version = "0.4.0" +compiler-version = "0.6.0-alpha" edition = "2024.beta" flavor = "iota" diff --git a/sdk/typescript/test/e2e/graphql.test.ts b/sdk/typescript/test/e2e/graphql.test.ts index 61a5543d577..ba41e458e63 100644 --- a/sdk/typescript/test/e2e/graphql.test.ts +++ b/sdk/typescript/test/e2e/graphql.test.ts @@ -4,7 +4,7 @@ import { describe, expect, it } from 'vitest'; import { IotaGraphQLClient } from '../../src/graphql'; -import { graphql } from '../../src/graphql/schemas/2024.10'; +import { graphql } from '../../src/graphql/schemas/2024.11'; const queries = { getFirstTransactionBlock: graphql(`