Skip to content

Commit c3f97e1

Browse files
committed
update tests ids
1 parent 00d810d commit c3f97e1

File tree

9 files changed

+10
-10
lines changed
  • test/src/e2e_vm_tests/test_programs/should_pass/require_contract_deployment

9 files changed

+10
-10
lines changed

test/src/e2e_vm_tests/test_programs/should_pass/require_contract_deployment/array_of_structs_caller/src/main.sw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use std::hash::*;
66
#[cfg(experimental_new_encoding = false)]
77
const CONTRACT_ID = 0x14ed3cd06c2947248f69d54bfa681fe40d26267be84df7e19e253622b7921bbe;
88
#[cfg(experimental_new_encoding = true)]
9-
const CONTRACT_ID = 0x9e0048a62c58414e5bbe689ad3fc0ef7f887bcf5668f01b5a60d513248d816c6; // AUTO-CONTRACT-ID ../../test_contracts/array_of_structs_contract --release
9+
const CONTRACT_ID = 0x510e6c19520792268ca632dbc288092b1fe1e0ff1f9e1864e9a16054486644c8; // AUTO-CONTRACT-ID ../../test_contracts/array_of_structs_contract --release
1010

1111
fn get_address() -> Option<std::address::Address> {
1212
Some(CONTRACT_ID.into())

test/src/e2e_vm_tests/test_programs/should_pass/require_contract_deployment/asset_ops_test/src/main.sw

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ use test_fuel_coin_abi::*;
99
#[cfg(experimental_new_encoding = false)]
1010
const FUEL_COIN_CONTRACT_ID = 0xec2277ebe007ade87e3d797c3b1e070dcd542d5ef8f038b471f262ef9cebc87c;
1111
#[cfg(experimental_new_encoding = true)]
12-
const FUEL_COIN_CONTRACT_ID = 0x17aa1f86a9e0a25c639b22341c4af4d31f2335c4244cab2c4022cf644efa7c46; // AUTO-CONTRACT-ID ../../test_contracts/test_fuel_coin_contract --release
12+
const FUEL_COIN_CONTRACT_ID = 0x019af5b2fa0576ffd889b3843d08b9c1f352baf98031faabc098a0b6f1e5c46f; // AUTO-CONTRACT-ID ../../test_contracts/test_fuel_coin_contract --release
1313

1414
#[cfg(experimental_new_encoding = false)]
1515
const BALANCE_CONTRACT_ID = 0xf6cd545152ac83225e8e7df2efb5c6fa6e37bc9b9e977b5ea8103d28668925df;
1616
#[cfg(experimental_new_encoding = true)]
17-
const BALANCE_CONTRACT_ID = 0xa52577728c59f4b6bc6cb06901f748ed182f4bf55aba325de8a2dc8369e86c08; // AUTO-CONTRACT-ID ../../test_contracts/balance_test_contract --release
17+
const BALANCE_CONTRACT_ID = 0xa30c5df660b642a857e4675dbab622031aca65a538eeca3961a7a5ff44a8dc07; // AUTO-CONTRACT-ID ../../test_contracts/balance_test_contract --release
1818

1919
fn main() -> bool {
2020
let default_gas = 1_000_000_000_000;

test/src/e2e_vm_tests/test_programs/should_pass/require_contract_deployment/bal_opcode/src/main.sw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use balance_test_abi::BalanceTest;
55
#[cfg(experimental_new_encoding = false)]
66
const CONTRACT_ID = 0xf6cd545152ac83225e8e7df2efb5c6fa6e37bc9b9e977b5ea8103d28668925df;
77
#[cfg(experimental_new_encoding = true)]
8-
const CONTRACT_ID = 0xa52577728c59f4b6bc6cb06901f748ed182f4bf55aba325de8a2dc8369e86c08; // AUTO-CONTRACT-ID ../../test_contracts/balance_test_contract --release
8+
const CONTRACT_ID = 0xa30c5df660b642a857e4675dbab622031aca65a538eeca3961a7a5ff44a8dc07; // AUTO-CONTRACT-ID ../../test_contracts/balance_test_contract --release
99

1010
fn main() -> bool {
1111
let balance_test_contract = abi(BalanceTest, CONTRACT_ID);

test/src/e2e_vm_tests/test_programs/should_pass/require_contract_deployment/call_abi_with_tuples/src/main.sw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use abi_with_tuples::{MyContract, Location, Person};
66
#[cfg(experimental_new_encoding = false)]
77
const CONTRACT_ID = 0xfdc14550c8aee742cd556d0ab7f378b7be0d3b1e6e086c097352e94590d4ed02;
88
#[cfg(experimental_new_encoding = true)]
9-
const CONTRACT_ID = 0x73d7a99965a456f581c871ac5a55d7417797a08edc7edc043a66bed4f6352734; // AUTO-CONTRACT-ID ../../test_contracts/abi_with_tuples_contract --release
9+
const CONTRACT_ID = 0xb17647b40915b3b1041040156882f95d7abe06818ebd4caf80baf9347c88d782; // AUTO-CONTRACT-ID ../../test_contracts/abi_with_tuples_contract --release
1010

1111
fn main() -> bool {
1212
let the_abi = abi(MyContract, CONTRACT_ID);

test/src/e2e_vm_tests/test_programs/should_pass/require_contract_deployment/call_contract_with_type_aliases/src/main.sw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use contract_with_type_aliases_abi::*;
55
#[cfg(experimental_new_encoding = false)]
66
const CONTRACT_ID = 0x0cbeb6efe3104b460be769bdc4ea101ebf16ccc16f2d7b667ec3e1c7f5ce35b5;
77
#[cfg(experimental_new_encoding = true)]
8-
const CONTRACT_ID = 0xa0d3d4d39f1d9504b31696cfc28f42003c68f0743583084876d6ad914b42e063; // AUTO-CONTRACT-ID ../../test_contracts/contract_with_type_aliases --release
8+
const CONTRACT_ID = 0xbbfb864b80edb429347a9dec482fb9fcd4a925e54ab3f78e90e51b61986cec3d; // AUTO-CONTRACT-ID ../../test_contracts/contract_with_type_aliases --release
99

1010
fn main() {
1111
let caller = abi(MyContract, CONTRACT_ID);

test/src/e2e_vm_tests/test_programs/should_pass/require_contract_deployment/call_increment_contract/src/main.sw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use dynamic_contract_call::*;
66
#[cfg(experimental_new_encoding = false)]
77
const CONTRACT_ID = 0xd1b4047af7ef111c023ab71069e01dc2abfde487c0a0ce1268e4f447e6c6e4c2;
88
#[cfg(experimental_new_encoding = true)]
9-
const CONTRACT_ID = 0x4ed3a95cb7daa9eac3ca954623d3fcb52c65011fc677c579e96662003605c2f8; // AUTO-CONTRACT-ID ../../test_contracts/increment_contract --release
9+
const CONTRACT_ID = 0xbb33081bc6da28392260b076e53494190a1ff4426134921fd98b4371c2b00a3b; // AUTO-CONTRACT-ID ../../test_contracts/increment_contract --release
1010

1111
fn main() -> bool {
1212
let the_abi = abi(Incrementor, CONTRACT_ID);

test/src/e2e_vm_tests/test_programs/should_pass/require_contract_deployment/caller_auth_test/src/main.sw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use auth_testing_abi::AuthTesting;
55
#[cfg(experimental_new_encoding = false)]
66
const CONTRACT_ID = 0xc2eec20491b53aab7232cbd27c31d15417b4e9daf0b89c74cc242ef1295f681f;
77
#[cfg(experimental_new_encoding = true)]
8-
const CONTRACT_ID = 0xa6cc9483ac189658ac9e50dea8a2fcaf288d8bc413b30636f8af302fbb1e9960; // AUTO-CONTRACT-ID ../../test_contracts/auth_testing_contract --release
8+
const CONTRACT_ID = 0x8be75eacc0b96df2f77c12139a5f400c90757405cf3dda6a4efe98ec57469cc0; // AUTO-CONTRACT-ID ../../test_contracts/auth_testing_contract --release
99

1010
// should be false in the case of a script
1111
fn main() -> bool {

test/src/e2e_vm_tests/test_programs/should_pass/require_contract_deployment/caller_context_test/src/main.sw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use context_testing_abi::*;
66
#[cfg(experimental_new_encoding = false)]
77
const CONTRACT_ID = 0x6054c11cda000f5990373a4d61929396165be4dfdd61d5b7bd26da60ab0d8577;
88
#[cfg(experimental_new_encoding = true)]
9-
const CONTRACT_ID = 0x3c7b414d62b63b1d63d762508b7524dffb89ed39ab49c87934e3b0bb202481a8; // AUTO-CONTRACT-ID ../../test_contracts/context_testing_contract --release
9+
const CONTRACT_ID = 0x8b12252020214149904b24e98bd8c021f05f576d6e332eb473b08d776eecdf0e; // AUTO-CONTRACT-ID ../../test_contracts/context_testing_contract --release
1010

1111
fn main() -> bool {
1212
let gas: u64 = u64::max();

test/src/e2e_vm_tests/test_programs/should_pass/require_contract_deployment/nested_struct_args_caller/src/main.sw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use nested_struct_args_abi::*;
55
#[cfg(experimental_new_encoding = false)]
66
const CONTRACT_ID = 0xe63d33a1b3a6903808b379f6a41a72fa8a370e8b76626775e7d9d2f9c4c5da40;
77
#[cfg(experimental_new_encoding = true)]
8-
const CONTRACT_ID = 0xd9d43e4d932376f6407d64131c127bfb97ed8039dcbfdb628875e9945eb566af; // AUTO-CONTRACT-ID ../../test_contracts/nested_struct_args_contract --release
8+
const CONTRACT_ID = 0x95243bcc200f70abd7e9efa48d592c5d36ad3ebfc6be0d5a6c00f2f68c4bf79c; // AUTO-CONTRACT-ID ../../test_contracts/nested_struct_args_contract --release
99

1010
fn main() -> bool {
1111
let caller = abi(NestedStructArgs, CONTRACT_ID);

0 commit comments

Comments
 (0)