aboutsummaryrefslogtreecommitdiffstats
path: root/VMTests/RandomTests
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-03-09 08:02:12 +0800
committerobscuren <geffobscura@gmail.com>2015-03-09 08:02:12 +0800
commitc1cafb56d5da57a44f1d766c5299f11664b93921 (patch)
treec5189f1b434438b6209b6c460f4b5be4a3812e82 /VMTests/RandomTests
parente2c75b0fa17394553b93fe7ddd62c0f6a6441119 (diff)
downloadgo-tangerine-c1cafb56d5da57a44f1d766c5299f11664b93921.tar
go-tangerine-c1cafb56d5da57a44f1d766c5299f11664b93921.tar.gz
go-tangerine-c1cafb56d5da57a44f1d766c5299f11664b93921.tar.bz2
go-tangerine-c1cafb56d5da57a44f1d766c5299f11664b93921.tar.lz
go-tangerine-c1cafb56d5da57a44f1d766c5299f11664b93921.tar.xz
go-tangerine-c1cafb56d5da57a44f1d766c5299f11664b93921.tar.zst
go-tangerine-c1cafb56d5da57a44f1d766c5299f11664b93921.zip
Squashed 'tests/files/' changes from 05fe945..b9e4e74
b9e4e74 adjust gas prices 6a41300 add dajavi memory tests - OOG because of quadratic memory costs 71d80bd update genesis 72b1b52 add randomTest 4b2a090 Merge branch 'PoC9' into develop fdf7ce0 updated basic blochain test 25c065a Merge pull request #70 from faizkhan00/patch-1 c7e1dac Rename 201501150842LARGE_DATA_IN_CALLCREATE_GOjson to 201501150842LARGE_DATA_IN_CALLCREATE_GO.json REVERT: 05fe945 Added another pow test git-subtree-dir: tests/files git-subtree-split: b9e4e747f01a7b91863ffaa45fd377c251de45aa
Diffstat (limited to 'VMTests/RandomTests')
-rw-r--r--VMTests/RandomTests/randomTest.json46
1 files changed, 46 insertions, 0 deletions
diff --git a/VMTests/RandomTests/randomTest.json b/VMTests/RandomTests/randomTest.json
new file mode 100644
index 000000000..56c4f62c7
--- /dev/null
+++ b/VMTests/RandomTests/randomTest.json
@@ -0,0 +1,46 @@
+{
+ "randomVMtest" : {
+ "callcreates" : [
+ ],
+ "env" : {
+ "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
+ "currentDifficulty" : "115792089237316195423570985008687907853269984665640564039457584007913129639935",
+ "currentGasLimit" : "1000000",
+ "currentNumber" : "300",
+ "currentTimestamp" : "2",
+ "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
+ },
+ "exec" : {
+ "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
+ "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
+ "code" : "0x41404043404340427b40620b775255",
+ "data" : "0x",
+ "gas" : "10000",
+ "gasPrice" : "100000000000000",
+ "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
+ "value" : "1000000000000000000"
+ },
+ "gas" : "9909",
+ "logs" : [
+ ],
+ "out" : "0x",
+ "post" : {
+ "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "balance" : "1000000000000000000",
+ "code" : "0x41404043404340427b40620b775255",
+ "nonce" : "0",
+ "storage" : {
+ }
+ }
+ },
+ "pre" : {
+ "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "balance" : "1000000000000000000",
+ "code" : "0x41404043404340427b40620b775255",
+ "nonce" : "0",
+ "storage" : {
+ }
+ }
+ }
+ }
+} \ No newline at end of file