diff options
author | Jeffrey Wilcke <obscuren@users.noreply.github.com> | 2014-10-23 22:46:18 +0800 |
---|---|---|
committer | Jeffrey Wilcke <obscuren@users.noreply.github.com> | 2014-10-23 22:46:18 +0800 |
commit | 119c5b40a7ed1aea1c871c0cb56956b8ef9303d9 (patch) | |
tree | b021423da04c9ff319a77549b473b6bad4930dd4 /tests/files/namecoin.json | |
parent | 50fd46924900869e7210217c6a07979b544991c8 (diff) | |
parent | 184055b3e2995894ccaba364484223e488730627 (diff) | |
download | go-tangerine-119c5b40a7ed1aea1c871c0cb56956b8ef9303d9.tar go-tangerine-119c5b40a7ed1aea1c871c0cb56956b8ef9303d9.tar.gz go-tangerine-119c5b40a7ed1aea1c871c0cb56956b8ef9303d9.tar.bz2 go-tangerine-119c5b40a7ed1aea1c871c0cb56956b8ef9303d9.tar.lz go-tangerine-119c5b40a7ed1aea1c871c0cb56956b8ef9303d9.tar.xz go-tangerine-119c5b40a7ed1aea1c871c0cb56956b8ef9303d9.tar.zst go-tangerine-119c5b40a7ed1aea1c871c0cb56956b8ef9303d9.zip |
Merge pull request #150 from fjl/develop
Merge eth-go repo into go-ethereum
Diffstat (limited to 'tests/files/namecoin.json')
-rw-r--r-- | tests/files/namecoin.json | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/tests/files/namecoin.json b/tests/files/namecoin.json new file mode 100644 index 000000000..64c2c550a --- /dev/null +++ b/tests/files/namecoin.json @@ -0,0 +1,55 @@ +{ + "namecoin": { + "pre": { + "82a978b3f5962a5b0957d9ee9eef472ee55b42f1": { + "nonce": "1", + "balance": "2500000000000000000", + "storage": {}, + "code": "0x" + }, + "c305c901078781c232a2a521c2af7980f8385ee9": { + "nonce": "0", + "balance": "0", + "storage": {}, + "code": "0x600035560f0f601d5960203560003557600160005460206000f2602758600060205460206020f2" + } + }, + "exec": { + "origin": "82a978b3f5962a5b0957d9ee9eef472ee55b42f1", + "code": "0x600035560f0f601d5960203560003557600160005460206000f2602758600060205460206020f2", + "value": "0", + "address": "c305c901078781c232a2a521c2af7980f8385ee9", + "gas": "10000", + "caller": "82a978b3f5962a5b0957d9ee9eef472ee55b42f1", + "data": "0x000000000000000000000000000000000000000000000000000000000000002d000000000000000000000000000000000000000000000000000000000000004e", + "gasPrice": "1000000000000" + }, + "callcreates": [], + "gas": "9763", + "env": { + "currentTimestamp": "1405282164", + "currentGasLimit": "999023", + "previousHash": "112a6e7995fcb66376f44e52f011c38d328a9ed3a1dac6eebb1376fccd055fad", + "currentCoinbase": "82a978b3f5962a5b0957d9ee9eef472ee55b42f1", + "currentDifficulty": "4190208", + "currentNumber": "1" + }, + "post": { + "82a978b3f5962a5b0957d9ee9eef472ee55b42f1": { + "nonce": "1", + "balance": "2500000000000000000", + "storage": {}, + "code": "0x" + }, + "c305c901078781c232a2a521c2af7980f8385ee9": { + "nonce": "0", + "balance": "0", + "storage": { + "0x2d": "0x4e" + }, + "code": "0x600035560f0f601d5960203560003557600160005460206000f2602758600060205460206020f2" + } + }, + "out": "0x0000000000000000000000000000000000000000000000000000000000000001" + } +} |