aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/StateTests/stExample.json
diff options
context:
space:
mode:
authorGustav Simonsson <gustav.simonsson@gmail.com>2015-04-10 17:52:31 +0800
committerGustav Simonsson <gustav.simonsson@gmail.com>2015-04-10 17:52:31 +0800
commit1e18f4544b7e85619c8902a5e2fb408984f277b6 (patch)
tree4338c8067624bde41367809038b0bae0caaad54c /tests/files/StateTests/stExample.json
parentfc1d1f9afd155fab1f614c6a0340233f90afafd6 (diff)
downloadgo-tangerine-1e18f4544b7e85619c8902a5e2fb408984f277b6.tar.gz
go-tangerine-1e18f4544b7e85619c8902a5e2fb408984f277b6.tar.zst
go-tangerine-1e18f4544b7e85619c8902a5e2fb408984f277b6.zip
Update JSON test files
Diffstat (limited to 'tests/files/StateTests/stExample.json')
-rw-r--r--tests/files/StateTests/stExample.json38
1 files changed, 19 insertions, 19 deletions
diff --git a/tests/files/StateTests/stExample.json b/tests/files/StateTests/stExample.json
index 40a5b2c17..4686b8a6a 100644
--- a/tests/files/StateTests/stExample.json
+++ b/tests/files/StateTests/stExample.json
@@ -2,10 +2,10 @@
"add11" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "256",
- "currentGasLimit" : "1000000",
- "currentNumber" : "0",
- "currentTimestamp" : 1,
+ "currentDifficulty" : "0x0100",
+ "currentGasLimit" : "0x0f4240",
+ "currentNumber" : "0x",
+ "currentTimestamp" : "0x01",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"logs" : [
@@ -13,24 +13,24 @@
"out" : "0x",
"post" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
- "balance" : "1000000000000100000",
+ "balance" : "0x0de0b6b3a76586a0",
"code" : "0x6001600101600055",
- "nonce" : "0",
+ "nonce" : "0x",
"storage" : {
"0x" : "0x02"
}
},
"2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : {
- "balance" : "41012",
+ "balance" : "0xa034",
"code" : "0x",
- "nonce" : "0",
+ "nonce" : "0x",
"storage" : {
}
},
"a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
- "balance" : "999999999999858988",
+ "balance" : "0x0de0b6b3a761d92c",
"code" : "0x",
- "nonce" : "1",
+ "nonce" : "0x01",
"storage" : {
}
}
@@ -38,28 +38,28 @@
"postStateRoot" : "17454a767e5f04461256f3812ffca930443c04a47d05ce3f38940c4a14b8c479",
"pre" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
- "balance" : "1000000000000000000",
+ "balance" : "0x0de0b6b3a7640000",
"code" : "0x6001600101600055",
- "nonce" : "0",
+ "nonce" : "0x",
"storage" : {
}
},
"a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
- "balance" : "1000000000000000000",
+ "balance" : "0x0de0b6b3a7640000",
"code" : "0x",
- "nonce" : "0",
+ "nonce" : "0x",
"storage" : {
}
}
},
"transaction" : {
- "data" : "",
- "gasLimit" : "400000",
- "gasPrice" : "1",
- "nonce" : "0",
+ "data" : "0x",
+ "gasLimit" : "0x061a80",
+ "gasPrice" : "0x01",
+ "nonce" : "0x",
"secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
"to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87",
- "value" : "100000"
+ "value" : "0x0186a0"
}
}
} \ No newline at end of file