-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(CI): Update test baselines in
iota-verifier-transaction-tests
(#…
…961)
- Loading branch information
1 parent
b628509
commit 85a6bbd
Showing
87 changed files
with
133 additions
and
173 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
crates/iota-verifier-transactional-tests/tests/entry_points/clock_mut.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
processed 1 task | ||
|
||
task 0 'publish'. lines 6-14: | ||
task 0 'publish'. lines 7-15: | ||
Error: Transaction Effects Status: Iota Move Bytecode Verification Error. Please run the Iota Move Verifier for more information. | ||
Execution Error: ExecutionError: ExecutionError { inner: ExecutionErrorInner { kind: IotaMoveVerificationError, source: Some("Invalid entry point parameter type. Clock must be passed by immutable reference. got: &mut iota::clock::Clock"), command: Some(0) } } |
2 changes: 1 addition & 1 deletion
2
crates/iota-verifier-transactional-tests/tests/entry_points/clock_ref.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
processed 1 task | ||
|
||
task 0 'publish'. lines 6-14: | ||
task 0 'publish'. lines 7-15: | ||
created: object(1,0) | ||
mutated: object(0,0) | ||
gas summary: computation_cost: 1000000, storage_cost: 3952000, storage_rebate: 0, non_refundable_storage_fee: 0 |
2 changes: 1 addition & 1 deletion
2
crates/iota-verifier-transactional-tests/tests/entry_points/clock_val.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
processed 1 task | ||
|
||
task 0 'publish'. lines 6-14: | ||
task 0 'publish'. lines 7-15: | ||
Error: Transaction Effects Status: Iota Move Bytecode Verification Error. Please run the Iota Move Verifier for more information. | ||
Execution Error: ExecutionError: ExecutionError { inner: ExecutionErrorInner { kind: IotaMoveVerificationError, source: Some("Invalid entry point parameter type. Clock must be passed by immutable reference. got: iota::clock::Clock"), command: Some(0) } } |
2 changes: 1 addition & 1 deletion
2
...ota-verifier-transactional-tests/tests/entry_points/generic_and_generic_object_params.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
processed 1 task | ||
|
||
task 0 'publish'. lines 4-16: | ||
task 0 'publish'. lines 5-17: | ||
created: object(1,0) | ||
mutated: object(0,0) | ||
gas summary: computation_cost: 1000000, storage_cost: 4598000, storage_rebate: 0, non_refundable_storage_fee: 0 |
2 changes: 1 addition & 1 deletion
2
crates/iota-verifier-transactional-tests/tests/entry_points/generic_obj_mut_ref_vector.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
processed 1 task | ||
|
||
task 0 'publish'. lines 6-15: | ||
task 0 'publish'. lines 7-16: | ||
Error: Transaction Effects Status: Iota Move Bytecode Verification Error. Please run the Iota Move Verifier for more information. | ||
Execution Error: ExecutionError: ExecutionError { inner: ExecutionErrorInner { kind: IotaMoveVerificationError, source: Some("Invalid entry point parameter type. Expected primitive or object type. Got: &mut vector<T0>"), command: Some(0) } } |
2 changes: 1 addition & 1 deletion
2
crates/iota-verifier-transactional-tests/tests/entry_points/generic_obj_ref_vector.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
processed 1 task | ||
|
||
task 0 'publish'. lines 6-15: | ||
task 0 'publish'. lines 7-16: | ||
Error: Transaction Effects Status: Iota Move Bytecode Verification Error. Please run the Iota Move Verifier for more information. | ||
Execution Error: ExecutionError: ExecutionError { inner: ExecutionErrorInner { kind: IotaMoveVerificationError, source: Some("Invalid entry point parameter type. Expected primitive or object type. Got: &vector<T0>"), command: Some(0) } } |
2 changes: 1 addition & 1 deletion
2
...es/iota-verifier-transactional-tests/tests/entry_points/generic_param_after_primitive.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
processed 1 task | ||
|
||
task 0 'publish'. lines 4-16: | ||
task 0 'publish'. lines 5-17: | ||
created: object(1,0) | ||
mutated: object(0,0) | ||
gas summary: computation_cost: 1000000, storage_cost: 4560000, storage_rebate: 0, non_refundable_storage_fee: 0 |
4 changes: 2 additions & 2 deletions
4
crates/iota-verifier-transactional-tests/tests/entry_points/generic_with_key_invalid.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
processed 2 tasks | ||
|
||
task 0 'publish'. lines 6-16: | ||
task 0 'publish'. lines 7-17: | ||
Error: Transaction Effects Status: Iota Move Bytecode Verification Error. Please run the Iota Move Verifier for more information. | ||
Execution Error: ExecutionError: ExecutionError { inner: ExecutionErrorInner { kind: IotaMoveVerificationError, source: Some("Invalid entry point parameter type. Expected primitive or object type. Got: std::option::Option<T0>"), command: Some(0) } } | ||
|
||
task 1 'publish'. lines 18-28: | ||
task 1 'publish'. lines 19-29: | ||
Error: Transaction Effects Status: Iota Move Bytecode Verification Error. Please run the Iota Move Verifier for more information. | ||
Execution Error: ExecutionError: ExecutionError { inner: ExecutionErrorInner { kind: IotaMoveVerificationError, source: Some("Invalid entry point parameter type. Expected primitive or object type. Got: vector<std::option::Option<T0>>"), command: Some(0) } } |
2 changes: 1 addition & 1 deletion
2
crates/iota-verifier-transactional-tests/tests/entry_points/generic_with_key_valid.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
processed 1 task | ||
|
||
task 0 'publish'. lines 6-16: | ||
task 0 'publish'. lines 7-17: | ||
created: object(1,0) | ||
mutated: object(0,0) | ||
gas summary: computation_cost: 1000000, storage_cost: 4332000, storage_rebate: 0, non_refundable_storage_fee: 0 |
2 changes: 1 addition & 1 deletion
2
crates/iota-verifier-transactional-tests/tests/entry_points/id.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
processed 1 task | ||
|
||
task 0 'publish'. lines 6-21: | ||
task 0 'publish'. lines 7-22: | ||
created: object(1,0) | ||
mutated: object(0,0) | ||
gas summary: computation_cost: 1000000, storage_cost: 4149600, storage_rebate: 0, non_refundable_storage_fee: 0 |
2 changes: 1 addition & 1 deletion
2
crates/iota-verifier-transactional-tests/tests/entry_points/nested_generic_vector_param.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
processed 1 task | ||
|
||
task 0 'publish'. lines 4-13: | ||
task 0 'publish'. lines 5-14: | ||
created: object(1,0) | ||
mutated: object(0,0) | ||
gas summary: computation_cost: 1000000, storage_cost: 3982400, storage_rebate: 0, non_refundable_storage_fee: 0 |
2 changes: 1 addition & 1 deletion
2
.../iota-verifier-transactional-tests/tests/entry_points/nested_key_generic_vector_param.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
processed 1 task | ||
|
||
task 0 'publish'. lines 4-13: | ||
task 0 'publish'. lines 5-14: | ||
Error: Transaction Effects Status: Iota Move Bytecode Verification Error. Please run the Iota Move Verifier for more information. | ||
Execution Error: ExecutionError: ExecutionError { inner: ExecutionErrorInner { kind: IotaMoveVerificationError, source: Some("Invalid entry point parameter type. Expected primitive or object type. Got: vector<vector<T0>>"), command: Some(0) } } |
2 changes: 1 addition & 1 deletion
2
crates/iota-verifier-transactional-tests/tests/entry_points/non_key_struct.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
processed 1 task | ||
|
||
task 0 'publish'. lines 6-17: | ||
task 0 'publish'. lines 7-18: | ||
Error: Transaction Effects Status: Iota Move Bytecode Verification Error. Please run the Iota Move Verifier for more information. | ||
Execution Error: ExecutionError: ExecutionError { inner: ExecutionErrorInner { kind: IotaMoveVerificationError, source: Some("Invalid entry point parameter type. Expected primitive or object type. Got: _::m::S"), command: Some(0) } } |
4 changes: 2 additions & 2 deletions
4
crates/iota-verifier-transactional-tests/tests/entry_points/non_key_struct_generic.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
processed 2 tasks | ||
|
||
task 0 'publish'. lines 6-21: | ||
task 0 'publish'. lines 7-22: | ||
Error: Transaction Effects Status: Iota Move Bytecode Verification Error. Please run the Iota Move Verifier for more information. | ||
Execution Error: ExecutionError: ExecutionError { inner: ExecutionErrorInner { kind: IotaMoveVerificationError, source: Some("Invalid entry point parameter type. Expected primitive or object type. Got: _::m::Obj<_::m::NoStore>"), command: Some(0) } } | ||
|
||
task 1 'publish'. lines 23-35: | ||
task 1 'publish'. lines 24-36: | ||
Error: Transaction Effects Status: Iota Move Bytecode Verification Error. Please run the Iota Move Verifier for more information. | ||
Execution Error: ExecutionError: ExecutionError { inner: ExecutionErrorInner { kind: IotaMoveVerificationError, source: Some("Invalid entry point parameter type. Expected primitive or object type. Got: _::m::Obj<T0>"), command: Some(0) } } |
2 changes: 1 addition & 1 deletion
2
crates/iota-verifier-transactional-tests/tests/entry_points/non_key_struct_generic_valid.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
processed 1 task | ||
|
||
task 0 'publish'. lines 6-18: | ||
task 0 'publish'. lines 7-19: | ||
created: object(1,0) | ||
mutated: object(0,0) | ||
gas summary: computation_cost: 1000000, storage_cost: 4567600, storage_rebate: 0, non_refundable_storage_fee: 0 |
2 changes: 1 addition & 1 deletion
2
crates/iota-verifier-transactional-tests/tests/entry_points/non_key_struct_vector.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
processed 1 task | ||
|
||
task 0 'publish'. lines 6-17: | ||
task 0 'publish'. lines 7-18: | ||
Error: Transaction Effects Status: Iota Move Bytecode Verification Error. Please run the Iota Move Verifier for more information. | ||
Execution Error: ExecutionError: ExecutionError { inner: ExecutionErrorInner { kind: IotaMoveVerificationError, source: Some("Invalid entry point parameter type. Expected primitive or object type. Got: vector<_::m::S>"), command: Some(0) } } |
2 changes: 1 addition & 1 deletion
2
crates/iota-verifier-transactional-tests/tests/entry_points/obj_mut_ref_vector.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
processed 1 task | ||
|
||
task 0 'publish'. lines 6-18: | ||
task 0 'publish'. lines 7-19: | ||
Error: Transaction Effects Status: Iota Move Bytecode Verification Error. Please run the Iota Move Verifier for more information. | ||
Execution Error: ExecutionError: ExecutionError { inner: ExecutionErrorInner { kind: IotaMoveVerificationError, source: Some("Invalid entry point parameter type. Expected primitive or object type. Got: &mut vector<_::m::S>"), command: Some(0) } } |
2 changes: 1 addition & 1 deletion
2
crates/iota-verifier-transactional-tests/tests/entry_points/obj_ref_vector.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
processed 1 task | ||
|
||
task 0 'publish'. lines 6-18: | ||
task 0 'publish'. lines 7-19: | ||
Error: Transaction Effects Status: Iota Move Bytecode Verification Error. Please run the Iota Move Verifier for more information. | ||
Execution Error: ExecutionError: ExecutionError { inner: ExecutionErrorInner { kind: IotaMoveVerificationError, source: Some("Invalid entry point parameter type. Expected primitive or object type. Got: &vector<_::m::S>"), command: Some(0) } } |
4 changes: 2 additions & 2 deletions
4
crates/iota-verifier-transactional-tests/tests/entry_points/ok.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
processed 2 tasks | ||
|
||
task 0 'publish'. lines 4-11: | ||
task 0 'publish'. lines 5-12: | ||
created: object(1,0) | ||
mutated: object(0,0) | ||
gas summary: computation_cost: 1000000, storage_cost: 3929200, storage_rebate: 0, non_refundable_storage_fee: 0 | ||
|
||
task 1 'publish'. lines 13-20: | ||
task 1 'publish'. lines 14-21: | ||
created: object(2,0) | ||
mutated: object(0,0) | ||
gas summary: computation_cost: 1000000, storage_cost: 3929200, storage_rebate: 978120, non_refundable_storage_fee: 9880 |
2 changes: 1 addition & 1 deletion
2
crates/iota-verifier-transactional-tests/tests/entry_points/option.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
processed 1 task | ||
|
||
task 0 'publish'. lines 6-23: | ||
task 0 'publish'. lines 7-24: | ||
created: object(1,0) | ||
mutated: object(0,0) | ||
gas summary: computation_cost: 1000000, storage_cost: 4590400, storage_rebate: 0, non_refundable_storage_fee: 0 |
4 changes: 2 additions & 2 deletions
4
crates/iota-verifier-transactional-tests/tests/entry_points/optional_txn_context.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
processed 2 tasks | ||
|
||
task 0 'publish'. lines 4-11: | ||
task 0 'publish'. lines 5-12: | ||
created: object(1,0) | ||
mutated: object(0,0) | ||
gas summary: computation_cost: 1000000, storage_cost: 3769600, storage_rebate: 0, non_refundable_storage_fee: 0 | ||
|
||
task 1 'publish'. lines 14-23: | ||
task 1 'publish'. lines 15-24: | ||
created: object(2,0) | ||
mutated: object(0,0) | ||
gas summary: computation_cost: 1000000, storage_cost: 4392800, storage_rebate: 978120, non_refundable_storage_fee: 9880 |
2 changes: 1 addition & 1 deletion
2
crates/iota-verifier-transactional-tests/tests/entry_points/random_mut.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
processed 1 task | ||
|
||
task 0 'publish'. lines 6-14: | ||
task 0 'publish'. lines 7-15: | ||
Error: Transaction Effects Status: Iota Move Bytecode Verification Error. Please run the Iota Move Verifier for more information. | ||
Execution Error: ExecutionError: ExecutionError { inner: ExecutionErrorInner { kind: IotaMoveVerificationError, source: Some("Invalid entry point parameter type. Random must be passed by immutable reference. got: &mut iota::random::Random"), command: Some(0) } } |
2 changes: 1 addition & 1 deletion
2
crates/iota-verifier-transactional-tests/tests/entry_points/random_ref.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
processed 1 task | ||
|
||
task 0 'publish'. lines 6-14: | ||
task 0 'publish'. lines 7-15: | ||
created: object(1,0) | ||
mutated: object(0,0) | ||
gas summary: computation_cost: 1000000, storage_cost: 3974800, storage_rebate: 0, non_refundable_storage_fee: 0 |
2 changes: 1 addition & 1 deletion
2
crates/iota-verifier-transactional-tests/tests/entry_points/random_val.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
processed 1 task | ||
|
||
task 0 'publish'. lines 6-14: | ||
task 0 'publish'. lines 7-15: | ||
Error: Transaction Effects Status: Iota Move Bytecode Verification Error. Please run the Iota Move Verifier for more information. | ||
Execution Error: ExecutionError: ExecutionError { inner: ExecutionErrorInner { kind: IotaMoveVerificationError, source: Some("Invalid entry point parameter type. Random must be passed by immutable reference. got: iota::random::Random"), command: Some(0) } } |
10 changes: 5 additions & 5 deletions
10
crates/iota-verifier-transactional-tests/tests/entry_points/return_values.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
processed 5 tasks | ||
|
||
task 0 'publish'. lines 6-13: | ||
task 0 'publish'. lines 7-14: | ||
created: object(1,0) | ||
mutated: object(0,0) | ||
gas summary: computation_cost: 1000000, storage_cost: 3959600, storage_rebate: 0, non_refundable_storage_fee: 0 | ||
|
||
task 1 'publish'. lines 15-22: | ||
task 1 'publish'. lines 16-23: | ||
created: object(2,0) | ||
mutated: object(0,0) | ||
gas summary: computation_cost: 1000000, storage_cost: 3967200, storage_rebate: 978120, non_refundable_storage_fee: 9880 | ||
|
||
task 2 'publish'. lines 24-31: | ||
task 2 'publish'. lines 25-32: | ||
created: object(3,0) | ||
mutated: object(0,0) | ||
gas summary: computation_cost: 1000000, storage_cost: 3967200, storage_rebate: 978120, non_refundable_storage_fee: 9880 | ||
|
||
task 3 'publish'. lines 33-41: | ||
task 3 'publish'. lines 34-42: | ||
created: object(4,0) | ||
mutated: object(0,0) | ||
gas summary: computation_cost: 1000000, storage_cost: 4506800, storage_rebate: 978120, non_refundable_storage_fee: 9880 | ||
|
||
task 4 'publish'. lines 43-51: | ||
task 4 'publish'. lines 44-52: | ||
created: object(5,0) | ||
mutated: object(0,0) | ||
gas summary: computation_cost: 1000000, storage_cost: 4522000, storage_rebate: 978120, non_refundable_storage_fee: 9880 |
12 changes: 6 additions & 6 deletions
12
crates/iota-verifier-transactional-tests/tests/entry_points/return_values_invalid.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
processed 6 tasks | ||
|
||
task 0 'publish'. lines 6-13: | ||
task 0 'publish'. lines 7-14: | ||
Error: Transaction Effects Status: Iota Move Bytecode Verification Error. Please run the Iota Move Verifier for more information. | ||
Execution Error: ExecutionError: ExecutionError { inner: ExecutionErrorInner { kind: IotaMoveVerificationError, source: Some("Invalid entry point return type. Expected a non reference type."), command: Some(0) } } | ||
|
||
task 1 'publish'. lines 15-22: | ||
task 1 'publish'. lines 16-23: | ||
Error: Transaction Effects Status: Iota Move Bytecode Verification Error. Please run the Iota Move Verifier for more information. | ||
Execution Error: ExecutionError: ExecutionError { inner: ExecutionErrorInner { kind: IotaMoveVerificationError, source: Some("Invalid entry point return type. Expected a non reference type."), command: Some(0) } } | ||
|
||
task 2 'publish'. lines 24-31: | ||
task 2 'publish'. lines 25-32: | ||
Error: Transaction Effects Status: Iota Move Bytecode Verification Error. Please run the Iota Move Verifier for more information. | ||
Execution Error: ExecutionError: ExecutionError { inner: ExecutionErrorInner { kind: IotaMoveVerificationError, source: Some("Invalid entry point return type. Expected a non reference type."), command: Some(0) } } | ||
|
||
task 3 'publish'. lines 33-41: | ||
task 3 'publish'. lines 34-42: | ||
Error: Transaction Effects Status: Iota Move Bytecode Verification Error. Please run the Iota Move Verifier for more information. | ||
Execution Error: ExecutionError: ExecutionError { inner: ExecutionErrorInner { kind: IotaMoveVerificationError, source: Some("Invalid entry point return type. The specified return type does not have the 'drop' ability: _::m::Copyable"), command: Some(0) } } | ||
|
||
task 4 'publish'. lines 43-52: | ||
task 4 'publish'. lines 44-53: | ||
Error: Transaction Effects Status: Iota Move Bytecode Verification Error. Please run the Iota Move Verifier for more information. | ||
Execution Error: ExecutionError: ExecutionError { inner: ExecutionErrorInner { kind: IotaMoveVerificationError, source: Some("Invalid entry point return type. The specified return type does not have the 'drop' ability: _::m::Obj"), command: Some(0) } } | ||
|
||
task 5 'publish'. lines 54-63: | ||
task 5 'publish'. lines 55-64: | ||
Error: Transaction Effects Status: Iota Move Bytecode Verification Error. Please run the Iota Move Verifier for more information. | ||
Execution Error: ExecutionError: ExecutionError { inner: ExecutionErrorInner { kind: IotaMoveVerificationError, source: Some("Invalid entry point return type. The specified return type does not have the 'drop' ability: vector<_::m::Obj>"), command: Some(0) } } |
2 changes: 1 addition & 1 deletion
2
crates/iota-verifier-transactional-tests/tests/entry_points/single_generic_vector_param.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
processed 1 task | ||
|
||
task 0 'publish'. lines 4-13: | ||
task 0 'publish'. lines 5-14: | ||
created: object(1,0) | ||
mutated: object(0,0) | ||
gas summary: computation_cost: 1000000, storage_cost: 3974800, storage_rebate: 0, non_refundable_storage_fee: 0 |
2 changes: 1 addition & 1 deletion
2
crates/iota-verifier-transactional-tests/tests/entry_points/single_type_param.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
processed 1 task | ||
|
||
task 0 'publish'. lines 4-13: | ||
task 0 'publish'. lines 5-14: | ||
created: object(1,0) | ||
mutated: object(0,0) | ||
gas summary: computation_cost: 1000000, storage_cost: 3967200, storage_rebate: 0, non_refundable_storage_fee: 0 |
2 changes: 1 addition & 1 deletion
2
...iota-verifier-transactional-tests/tests/entry_points/single_type_param_generic_object.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
processed 1 task | ||
|
||
task 0 'publish'. lines 4-16: | ||
task 0 'publish'. lines 5-17: | ||
created: object(1,0) | ||
mutated: object(0,0) | ||
gas summary: computation_cost: 1000000, storage_cost: 4575200, storage_rebate: 0, non_refundable_storage_fee: 0 |
2 changes: 1 addition & 1 deletion
2
crates/iota-verifier-transactional-tests/tests/entry_points/single_type_param_key.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
processed 1 task | ||
|
||
task 0 'publish'. lines 4-13: | ||
task 0 'publish'. lines 5-14: | ||
created: object(1,0) | ||
mutated: object(0,0) | ||
gas summary: computation_cost: 1000000, storage_cost: 3967200, storage_rebate: 0, non_refundable_storage_fee: 0 |
2 changes: 1 addition & 1 deletion
2
crates/iota-verifier-transactional-tests/tests/entry_points/string.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
processed 1 task | ||
|
||
task 0 'publish'. lines 6-31: | ||
task 0 'publish'. lines 7-32: | ||
created: object(1,0) | ||
mutated: object(0,0) | ||
gas summary: computation_cost: 1000000, storage_cost: 4894400, storage_rebate: 0, non_refundable_storage_fee: 0 |
2 changes: 1 addition & 1 deletion
2
...erifier-transactional-tests/tests/id_immutable/mut_borrow_generic_key_struct_id_field.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
processed 1 task | ||
|
||
task 0 'publish'. lines 4-18: | ||
task 0 'publish'. lines 5-19: | ||
created: object(1,0) | ||
mutated: object(0,0) | ||
gas summary: computation_cost: 1000000, storage_cost: 4461200, storage_rebate: 0, non_refundable_storage_fee: 0 |
2 changes: 1 addition & 1 deletion
2
...s/iota-verifier-transactional-tests/tests/id_immutable/mut_borrow_key_struct_id_field.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
processed 1 task | ||
|
||
task 0 'publish'. lines 4-18: | ||
task 0 'publish'. lines 5-19: | ||
created: object(1,0) | ||
mutated: object(0,0) | ||
gas summary: computation_cost: 1000000, storage_cost: 4370000, storage_rebate: 0, non_refundable_storage_fee: 0 |
2 changes: 1 addition & 1 deletion
2
...ta-verifier-transactional-tests/tests/id_immutable/mut_borrow_key_struct_non_id_field.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
processed 1 task | ||
|
||
task 0 'publish'. lines 4-19: | ||
task 0 'publish'. lines 5-20: | ||
created: object(1,0) | ||
mutated: object(0,0) | ||
gas summary: computation_cost: 1000000, storage_cost: 4438400, storage_rebate: 0, non_refundable_storage_fee: 0 |
2 changes: 1 addition & 1 deletion
2
...ta-verifier-transactional-tests/tests/id_immutable/mut_borrow_non_key_struct_id_field.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
processed 1 task | ||
|
||
task 0 'publish'. lines 4-18: | ||
task 0 'publish'. lines 5-19: | ||
created: object(1,0) | ||
mutated: object(0,0) | ||
gas summary: computation_cost: 1000000, storage_cost: 4370000, storage_rebate: 0, non_refundable_storage_fee: 0 |
2 changes: 1 addition & 1 deletion
2
crates/iota-verifier-transactional-tests/tests/id_immutable/write_id_field.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
processed 1 task | ||
|
||
task 0 'publish'. lines 4-20: | ||
task 0 'publish'. lines 5-21: | ||
Error: Transaction Effects Status: Move Bytecode Verification Error. Please run the Bytecode Verifier for more information. | ||
Execution Error: ExecutionError: ExecutionError { inner: ExecutionErrorInner { kind: VMVerificationOrDeserializationError, source: Some(VMError { major_status: WRITEREF_WITHOUT_DROP_ABILITY, sub_status: None, message: None, exec_state: None, location: Module(ModuleId { address: _, name: Identifier("m") }), indices: [(FunctionDefinition, 0)], offsets: [(FunctionDefinitionIndex(0), 5)] }), command: Some(0) } } |
2 changes: 1 addition & 1 deletion
2
crates/iota-verifier-transactional-tests/tests/id_leak/direct_leak_through_call.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
processed 1 task | ||
|
||
task 0 'publish'. lines 4-26: | ||
task 0 'publish'. lines 5-27: | ||
created: object(1,0) | ||
mutated: object(0,0) | ||
gas summary: computation_cost: 1000000, storage_cost: 4590400, storage_rebate: 0, non_refundable_storage_fee: 0 |
4 changes: 2 additions & 2 deletions
4
crates/iota-verifier-transactional-tests/tests/id_leak/indirect_leak_through_call.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
processed 2 tasks | ||
|
||
task 0 'publish'. lines 4-26: | ||
task 0 'publish'. lines 5-27: | ||
Error: Transaction Effects Status: Iota Move Bytecode Verification Error. Please run the Iota Move Verifier for more information. | ||
Execution Error: ExecutionError: ExecutionError { inner: ExecutionErrorInner { kind: IotaMoveVerificationError, source: Some("PartialVMError with status UNKNOWN_VERIFICATION_ERROR with sub status 1 and message Invalid object creation in _::m::foo. Object created without a newly created UID. The UID must come directly from iota::object::new. Or for tests, it can come from iota::test_scenario::new_object"), command: Some(0) } } | ||
|
||
task 1 'publish'. lines 28-50: | ||
task 1 'publish'. lines 29-51: | ||
created: object(2,0) | ||
mutated: object(0,0) | ||
gas summary: computation_cost: 1000000, storage_cost: 4590400, storage_rebate: 978120, non_refundable_storage_fee: 9880 |
4 changes: 2 additions & 2 deletions
4
crates/iota-verifier-transactional-tests/tests/id_leak/infinite_loop.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
processed 2 tasks | ||
|
||
task 0 'publish'. lines 6-28: | ||
task 0 'publish'. lines 7-29: | ||
created: object(1,0) | ||
mutated: object(0,0) | ||
gas summary: computation_cost: 1000000, storage_cost: 4970400, storage_rebate: 0, non_refundable_storage_fee: 0 | ||
|
||
task 1 'publish'. lines 30-59: | ||
task 1 'publish'. lines 31-60: | ||
created: object(2,0) | ||
mutated: object(0,0) | ||
gas summary: computation_cost: 1000000, storage_cost: 5168000, storage_rebate: 978120, non_refundable_storage_fee: 9880 |
2 changes: 1 addition & 1 deletion
2
crates/iota-verifier-transactional-tests/tests/id_leak/loop.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
processed 1 task | ||
|
||
task 0 'publish'. lines 4-34: | ||
task 0 'publish'. lines 5-35: | ||
created: object(1,0) | ||
mutated: object(0,0) | ||
gas summary: computation_cost: 1000000, storage_cost: 5631600, storage_rebate: 0, non_refundable_storage_fee: 0 |
2 changes: 1 addition & 1 deletion
2
crates/iota-verifier-transactional-tests/tests/id_leak/through_call_with_borrow_field.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
processed 1 task | ||
|
||
task 0 'publish'. lines 4-34: | ||
task 0 'publish'. lines 5-35: | ||
Error: Transaction Effects Status: Iota Move Bytecode Verification Error. Please run the Iota Move Verifier for more information. | ||
Execution Error: ExecutionError: ExecutionError { inner: ExecutionErrorInner { kind: IotaMoveVerificationError, source: Some("PartialVMError with status UNKNOWN_VERIFICATION_ERROR with sub status 1 and message Invalid object creation in _::m::new. Object created without a newly created UID. The UID must come directly from iota::object::new. Or for tests, it can come from iota::test_scenario::new_object"), command: Some(0) } } |
Oops, something went wrong.