diff options
author | Dimitry <dimitry@ethereum.org> | 2017-10-26 18:32:31 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2017-10-26 18:32:31 +0800 |
commit | c7bf546091ef08d559a18aa92998847b4f03c01c (patch) | |
tree | 097598c3ea8832d3336d4a5ef87b267ae977995c /src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithHighValueOverflowFiller.json | |
parent | 2935f962c4b8492aaa67e9ff9238fbd913b8cf7c (diff) | |
download | dexon-tests-c7bf546091ef08d559a18aa92998847b4f03c01c.tar dexon-tests-c7bf546091ef08d559a18aa92998847b4f03c01c.tar.gz dexon-tests-c7bf546091ef08d559a18aa92998847b4f03c01c.tar.bz2 dexon-tests-c7bf546091ef08d559a18aa92998847b4f03c01c.tar.lz dexon-tests-c7bf546091ef08d559a18aa92998847b4f03c01c.tar.xz dexon-tests-c7bf546091ef08d559a18aa92998847b4f03c01c.tar.zst dexon-tests-c7bf546091ef08d559a18aa92998847b4f03c01c.zip |
remove zeroSig transaction tests
Diffstat (limited to 'src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithHighValueOverflowFiller.json')
-rw-r--r-- | src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithHighValueOverflowFiller.json | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithHighValueOverflowFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithHighValueOverflowFiller.json deleted file mode 100644 index ec04f4234..000000000 --- a/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithHighValueOverflowFiller.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "TransactionWithHighValueOverflow" : { - "expect" : "invalid", - "blocknumber" : "0x500000", - "transaction" : - { - "data" : "", - "gasLimit" : "21000", - "gasPrice" : "0", - "nonce" : "0", - "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", - "value" : "115792089237316195423570985008687907853269984665640564039457584007913129639936", - "v" : "1", - "r" : "0", - "s" : "0" - } - } -} |