Skip to content

Commit

Permalink
Merge pull request #31 from CJentzsch/develop
Browse files Browse the repository at this point in the history
Restructered tests in folders in accordance to test suites
  • Loading branch information
CJentzsch committed Nov 4, 2014
2 parents 014d370 + 3aebe53 commit 1c1ba8d
Show file tree
Hide file tree
Showing 21 changed files with 64 additions and 1,985 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
62 changes: 62 additions & 0 deletions StateTests/stExample.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"add11" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "256",
"currentGasLimit" : "1000000",
"currentNumber" : "0",
"currentTimestamp" : 1,
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"out" : "0x",
"post" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "1000000000000100000",
"code" : "0x6001600101600057",
"nonce" : "0",
"storage" : {
"0x" : "0x02"
}
},
"2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : {
"balance" : "804",
"code" : "0x",
"nonce" : "0",
"storage" : {
}
},
"a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "999999999999899196",
"code" : "0x",
"nonce" : "1",
"storage" : {
}
}
},
"pre" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "1000000000000000000",
"code" : "0x6001600101600057",
"nonce" : 0,
"storage" : {
}
},
"a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "1000000000000000000",
"code" : "",
"nonce" : 0,
"storage" : {
}
}
},
"transaction" : {
"data" : "",
"gasLimit" : "10000",
"gasPrice" : "1",
"nonce" : "0",
"secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
"to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87",
"value" : "100000"
}
}
}
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3237,4 +3237,4 @@
}
}
}
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion namecoin.json → VMTests/vmNamecoin.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"gasPrice": "1000000000000"
},
"callcreates": [],
"gas": "9763",
"gas": "9663",
"env": {
"currentTimestamp": "1405282164",
"currentGasLimit": "999023",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
59 changes: 0 additions & 59 deletions vmtests/random.json

This file was deleted.

Empty file removed vmtests/tmp.json
Empty file.
Loading

0 comments on commit 1c1ba8d

Please sign in to comment.