diff options
author | winsvega <winsvega@mail.ru> | 2015-04-10 07:30:03 +0800 |
---|---|---|
committer | winsvega <winsvega@mail.ru> | 2015-04-10 07:30:03 +0800 |
commit | d1ace37640a41611a2b955eb2b9ea3cee25b4873 (patch) | |
tree | 8ac6cbab02ed8bb5f9c9d6affe11f0ed52eff810 /StateTests/stExample.json | |
parent | d2ba02fe0507da205e3d17d79612ae15282b35a2 (diff) | |
download | dexon-tests-d1ace37640a41611a2b955eb2b9ea3cee25b4873.tar dexon-tests-d1ace37640a41611a2b955eb2b9ea3cee25b4873.tar.gz dexon-tests-d1ace37640a41611a2b955eb2b9ea3cee25b4873.tar.bz2 dexon-tests-d1ace37640a41611a2b955eb2b9ea3cee25b4873.tar.lz dexon-tests-d1ace37640a41611a2b955eb2b9ea3cee25b4873.tar.xz dexon-tests-d1ace37640a41611a2b955eb2b9ea3cee25b4873.tar.zst dexon-tests-d1ace37640a41611a2b955eb2b9ea3cee25b4873.zip |
All fields as HEX
State + VM tests
Diffstat (limited to 'StateTests/stExample.json')
-rw-r--r-- | StateTests/stExample.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/StateTests/stExample.json b/StateTests/stExample.json index 40a5b2c17..4686b8a6a 100644 --- a/StateTests/stExample.json +++ b/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 |