diff options
author | Dimitry <dimitry@ethdev.com> | 2017-01-17 22:01:11 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethdev.com> | 2017-01-17 22:01:11 +0800 |
commit | f69587bf09b25544eddb1902f2871ecec17c805f (patch) | |
tree | 7b934dc06e87874029f24afdd1246c096614384e /GeneralStateTests/stCreateTest | |
parent | 616d2c8e53aa45ede68eb09a5fa27446a82cd15a (diff) | |
download | dexon-tests-f69587bf09b25544eddb1902f2871ecec17c805f.tar dexon-tests-f69587bf09b25544eddb1902f2871ecec17c805f.tar.gz dexon-tests-f69587bf09b25544eddb1902f2871ecec17c805f.tar.bz2 dexon-tests-f69587bf09b25544eddb1902f2871ecec17c805f.tar.lz dexon-tests-f69587bf09b25544eddb1902f2871ecec17c805f.tar.xz dexon-tests-f69587bf09b25544eddb1902f2871ecec17c805f.tar.zst dexon-tests-f69587bf09b25544eddb1902f2871ecec17c805f.zip |
refill general tests
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", |