diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2018-05-11 17:41:30 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-11 17:41:30 +0800 |
commit | f4faae91c5ba192c3fd9b8cf418c24e627786312 (patch) | |
tree | 921f701559526a3de3398bba8bd20e9678c1c05b /src/VMTestsFiller/vmSystemOperations/CallToNameRegistratorOutOfGasFiller.json | |
parent | 41a349dd1335f6a71581b3c79c35102057695f5e (diff) | |
parent | 6546901ec80990601b8efe3d802fcd20467362ac (diff) | |
download | dexon-tests-f4faae91c5ba192c3fd9b8cf418c24e627786312.tar dexon-tests-f4faae91c5ba192c3fd9b8cf418c24e627786312.tar.gz dexon-tests-f4faae91c5ba192c3fd9b8cf418c24e627786312.tar.bz2 dexon-tests-f4faae91c5ba192c3fd9b8cf418c24e627786312.tar.lz dexon-tests-f4faae91c5ba192c3fd9b8cf418c24e627786312.tar.xz dexon-tests-f4faae91c5ba192c3fd9b8cf418c24e627786312.tar.zst dexon-tests-f4faae91c5ba192c3fd9b8cf418c24e627786312.zip |
Merge pull request #444 from pirapira/remove-blockhash-vm-tests
Remove VM tests using the mock BLOCKHASH/BALANCE instruction just for VM tests
Diffstat (limited to 'src/VMTestsFiller/vmSystemOperations/CallToNameRegistratorOutOfGasFiller.json')
-rw-r--r-- | src/VMTestsFiller/vmSystemOperations/CallToNameRegistratorOutOfGasFiller.json | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/src/VMTestsFiller/vmSystemOperations/CallToNameRegistratorOutOfGasFiller.json b/src/VMTestsFiller/vmSystemOperations/CallToNameRegistratorOutOfGasFiller.json deleted file mode 100644 index 1c2df78cb..000000000 --- a/src/VMTestsFiller/vmSystemOperations/CallToNameRegistratorOutOfGasFiller.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "CallToNameRegistratorOutOfGas": { - "env" : { - "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6", - "currentNumber" : "0", - "currentGasLimit" : "10000000", - "currentDifficulty" : "256", - "currentTimestamp" : "1", - "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" - }, - "pre" : { - "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "100000000000000000000000", - "nonce" : "0", - "code" : "{ (MSTORE 0 0xeeffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00) (MSTORE 32 0xaaffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffaa ) [[ 0 ]] (CALL 100 0x945304eb96065b2a98b57a48a06ae28d285a71b5 23 0 64 64 0) }", - "storage": {} - }, - "945304eb96065b2a98b57a48a06ae28d285a71b5" : { - "balance" : "23", - "code" : "0x6000355415600957005b60203560003555", - "nonce" : "0", - "storage" : { - } - } - - }, - "exec" : { - "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", - "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681", - "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "100000", - "data" : "", - "gasPrice" : "100000000000000", - "gas" : "1000" - } - } -} |