diff options
author | Paweł Bylica <pawel.bylica@imapp.pl> | 2014-12-19 02:08:04 +0800 |
---|---|---|
committer | Paweł Bylica <pawel.bylica@imapp.pl> | 2014-12-19 02:08:04 +0800 |
commit | 35d8b94e73c3754f498339425eca3c32c31fcd14 (patch) | |
tree | 2d01232a552596b6026db590886787fa5f0aed6e /stRecursiveCreateFiller.json | |
parent | f59119769239a4ad14a37d8d48bf22996b1de1fb (diff) | |
parent | f4cdc4a9fa7afac2b693d97fbbdb3a03d2e5e34f (diff) | |
download | dexon-solidity-35d8b94e73c3754f498339425eca3c32c31fcd14.tar dexon-solidity-35d8b94e73c3754f498339425eca3c32c31fcd14.tar.gz dexon-solidity-35d8b94e73c3754f498339425eca3c32c31fcd14.tar.bz2 dexon-solidity-35d8b94e73c3754f498339425eca3c32c31fcd14.tar.lz dexon-solidity-35d8b94e73c3754f498339425eca3c32c31fcd14.tar.xz dexon-solidity-35d8b94e73c3754f498339425eca3c32c31fcd14.tar.zst dexon-solidity-35d8b94e73c3754f498339425eca3c32c31fcd14.zip |
Merge branch 'develop' into develop-evmcc
Conflicts:
CMakeLists.txt
alethzero/CMakeLists.txt
eth/CMakeLists.txt
exp/CMakeLists.txt
libethereum/CMakeLists.txt
neth/CMakeLists.txt
test/CMakeLists.txt
test/TestHelper.cpp
windows/Eth.vcxproj
windows/Ethereum.sln
windows/LibEthereum.vcxproj
windows/LibEthereum.vcxproj.filters
windows/TestEthereum.vcxproj
windows/TestEthereum.vcxproj.filters
windows/bootstrap.sh
Diffstat (limited to 'stRecursiveCreateFiller.json')
-rw-r--r-- | stRecursiveCreateFiller.json | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/stRecursiveCreateFiller.json b/stRecursiveCreateFiller.json new file mode 100644 index 00000000..0d18fb7a --- /dev/null +++ b/stRecursiveCreateFiller.json @@ -0,0 +1,35 @@ +{ + "recursiveCreate": { + "env": { + "previousHash": "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6", + "currentNumber": "0", + "currentGasLimit": "10000000", + "currentDifficulty": "256", + "currentTimestamp": 1, + "currentCoinbase": "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" + }, + "pre": { + "095e7baea6a6c7c4c2dfeb977efac326af552d87": { + "balance": "20000000", + "nonce": 0, + "code": "{(CODECOPY 0 0 32)(CREATE 0 0 32)}", + "storage": {} + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b": { + "balance": "1000000000000000000", + "nonce": 0, + "code": "", + "storage": {} + } + }, + "transaction": { + "nonce": "0", + "gasPrice": "1", + "gasLimit": "465224", + "to": "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value": "100000", + "secretKey": "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "data": "" + } + } +} |