diff options
author | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-11-06 03:59:49 +0800 |
---|---|---|
committer | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-11-06 03:59:49 +0800 |
commit | e229374f467452bf82fd0cc86b18f224dabfadfa (patch) | |
tree | d70cfbcc30d34da2297e838af4ac1132abfecf41 /VMTests | |
parent | 189527e563a6e7a39654a9544a2b0d873be7176f (diff) | |
parent | 9b4e7689951e50c7de3bd945784b92242ed8fd63 (diff) | |
download | dexon-e229374f467452bf82fd0cc86b18f224dabfadfa.tar dexon-e229374f467452bf82fd0cc86b18f224dabfadfa.tar.gz dexon-e229374f467452bf82fd0cc86b18f224dabfadfa.tar.bz2 dexon-e229374f467452bf82fd0cc86b18f224dabfadfa.tar.lz dexon-e229374f467452bf82fd0cc86b18f224dabfadfa.tar.xz dexon-e229374f467452bf82fd0cc86b18f224dabfadfa.tar.zst dexon-e229374f467452bf82fd0cc86b18f224dabfadfa.zip |
Merge remote-tracking branch 'origin/develop' into develop
Diffstat (limited to 'VMTests')
-rw-r--r-- | VMTests/vmNamecoin.json | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/VMTests/vmNamecoin.json b/VMTests/vmNamecoin.json deleted file mode 100644 index 5b8863d0c..000000000 --- a/VMTests/vmNamecoin.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "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": "9663", - "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" - } -} |