diff options
Diffstat (limited to 'GeneralStateTests/stCreateTest')
-rw-r--r-- | GeneralStateTests/stCreateTest/CREATE_EContractCreateEContractInInit_Tr.json (renamed from GeneralStateTests/stCreateTest/CREATE_EmptyContractThatCreateEmptyContractDuiringInit_Transaction.json) | 2 | ||||
-rw-r--r-- | GeneralStateTests/stCreateTest/CREATE_EContractCreateNEContractInInitOOG_Tr.json (renamed from GeneralStateTests/stCreateTest/CREATE_EmptyContractThatCreateNOTEmptyContractDuiringInitOOG_Transaction.json) | 2 | ||||
-rw-r--r-- | GeneralStateTests/stCreateTest/CREATE_EContractCreateNEContractInInit_Tr.json (renamed from GeneralStateTests/stCreateTest/CREATE_EmptyContractThatCreateNOTEmptyContractDuiringInit_Transaction.json) | 2 | ||||
-rw-r--r-- | GeneralStateTests/stCreateTest/CREATE_EContract_ThenCALLToNonExistentAcc.json (renamed from GeneralStateTests/stCreateTest/CREATE_EmptyContract_ThenAnotherCALLToNonExistentAccount.json) | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/GeneralStateTests/stCreateTest/CREATE_EmptyContractThatCreateEmptyContractDuiringInit_Transaction.json b/GeneralStateTests/stCreateTest/CREATE_EContractCreateEContractInInit_Tr.json index 321bc197a..8e3e58812 100644 --- a/GeneralStateTests/stCreateTest/CREATE_EmptyContractThatCreateEmptyContractDuiringInit_Transaction.json +++ b/GeneralStateTests/stCreateTest/CREATE_EContractCreateEContractInInit_Tr.json @@ -1,5 +1,5 @@ { - "CREATE_EmptyContractThatCreateEmptyContractDuiringInit_Transaction" : { + "CREATE_EContractCreateEContractInInit_Tr" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "0x02b8feb0", diff --git a/GeneralStateTests/stCreateTest/CREATE_EmptyContractThatCreateNOTEmptyContractDuiringInitOOG_Transaction.json b/GeneralStateTests/stCreateTest/CREATE_EContractCreateNEContractInInitOOG_Tr.json index df341f392..5bf1b7883 100644 --- a/GeneralStateTests/stCreateTest/CREATE_EmptyContractThatCreateNOTEmptyContractDuiringInitOOG_Transaction.json +++ b/GeneralStateTests/stCreateTest/CREATE_EContractCreateNEContractInInitOOG_Tr.json @@ -1,5 +1,5 @@ { - "CREATE_EmptyContractThatCreateNOTEmptyContractDuiringInitOOG_Transaction" : { + "CREATE_EContractCreateNEContractInInitOOG_Tr" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "0x02b8feb0", diff --git a/GeneralStateTests/stCreateTest/CREATE_EmptyContractThatCreateNOTEmptyContractDuiringInit_Transaction.json b/GeneralStateTests/stCreateTest/CREATE_EContractCreateNEContractInInit_Tr.json index 7f660aadd..4051dc949 100644 --- a/GeneralStateTests/stCreateTest/CREATE_EmptyContractThatCreateNOTEmptyContractDuiringInit_Transaction.json +++ b/GeneralStateTests/stCreateTest/CREATE_EContractCreateNEContractInInit_Tr.json @@ -1,5 +1,5 @@ { - "CREATE_EmptyContractThatCreateNOTEmptyContractDuiringInit_Transaction" : { + "CREATE_EContractCreateNEContractInInit_Tr" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "0x02b8feb0", diff --git a/GeneralStateTests/stCreateTest/CREATE_EmptyContract_ThenAnotherCALLToNonExistentAccount.json b/GeneralStateTests/stCreateTest/CREATE_EContract_ThenCALLToNonExistentAcc.json index 99194a725..1f91ba6e1 100644 --- a/GeneralStateTests/stCreateTest/CREATE_EmptyContract_ThenAnotherCALLToNonExistentAccount.json +++ b/GeneralStateTests/stCreateTest/CREATE_EContract_ThenCALLToNonExistentAcc.json @@ -1,5 +1,5 @@ { - "CREATE_EmptyContract_ThenAnotherCALLToNonExistentAccount" : { + "CREATE_EContract_ThenCALLToNonExistentAcc" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "0x02b8feb0", |