diff options
author | Felix Lange <fjl@twurst.com> | 2014-10-23 21:01:27 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2014-10-23 21:01:27 +0800 |
commit | 69baa465ea69ae60eed802445cf0132b9eb69934 (patch) | |
tree | b09da7582b5c4850d4db13aee808f2fef2f97de0 /tests/files/vmtests/random.json | |
parent | 50fd46924900869e7210217c6a07979b544991c8 (diff) | |
parent | feef194829b07570e91873ed5d1e8cc51e8fa430 (diff) | |
download | dexon-69baa465ea69ae60eed802445cf0132b9eb69934.tar dexon-69baa465ea69ae60eed802445cf0132b9eb69934.tar.gz dexon-69baa465ea69ae60eed802445cf0132b9eb69934.tar.bz2 dexon-69baa465ea69ae60eed802445cf0132b9eb69934.tar.lz dexon-69baa465ea69ae60eed802445cf0132b9eb69934.tar.xz dexon-69baa465ea69ae60eed802445cf0132b9eb69934.tar.zst dexon-69baa465ea69ae60eed802445cf0132b9eb69934.zip |
Merge eth-go repository into go-ethereum
mist, etheruem have been moved to cmd/
Diffstat (limited to 'tests/files/vmtests/random.json')
-rw-r--r-- | tests/files/vmtests/random.json | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/tests/files/vmtests/random.json b/tests/files/vmtests/random.json new file mode 100644 index 000000000..76248c85e --- /dev/null +++ b/tests/files/vmtests/random.json @@ -0,0 +1,59 @@ +{ + "random": { + "pre": { + "7d577a597b2742b498cb5cf0c26cdcd726d39e6e": { + "nonce": "0", + "balance": "1", + "storage": {}, + "code": "0x" + }, + "82a978b3f5962a5b0957d9ee9eef472ee55b42f1": { + "nonce": "0", + "balance": "2500000000000000000", + "storage": {}, + "code": "0x" + } + }, + "exec": { + "origin": "82a978b3f5962a5b0957d9ee9eef472ee55b42f1", + "code": "0x60f86363f011b260c16324413d44608e633688a34a6043637657ab003809060b0cff0aff00070f413041f234344542020f0043393104590c09325c13383458f137f0600845f205300a0d36030b35402011393635395454593a015940", + "value": "0", + "address": "7d577a597b2742b498cb5cf0c26cdcd726d39e6e", + "gas": "10000", + "caller": "82a978b3f5962a5b0957d9ee9eef472ee55b42f1", + "data": "0x604e63f12f6b0c60426319bcb28060986330a233e8604463265e809d0104600a3af0f10ff10d0c1336114408583a33f05135410160540f524057201313440d585513f25c54115c433a0d37045a5212094109f10108125c35100f535a", + "gasPrice": "1000000000000" + }, + "callcreates": [], + "gas": "9987", + "env": { + "currentTimestamp": "1405320512", + "currentGasLimit": "999023", + "previousHash": "112a6e7995fcb66376f44e52f011c38d328a9ed3a1dac6eebb1376fccd055fad", + "currentCoinbase": "82a978b3f5962a5b0957d9ee9eef472ee55b42f1", + "currentDifficulty": "4190208", + "currentNumber": "1" + }, + "post": { + "0000000000000000000000000000000000000001": { + "nonce": "0", + "balance": "1", + "storage": {}, + "code": "0x" + }, + "7d577a597b2742b498cb5cf0c26cdcd726d39e6e": { + "nonce": "0", + "balance": "0", + "storage": {}, + "code": "0x" + }, + "82a978b3f5962a5b0957d9ee9eef472ee55b42f1": { + "nonce": "0", + "balance": "2500000000000000000", + "storage": {}, + "code": "0x" + } + }, + "out": "0x" + } +} |