diff options
author | Dimitry <dimitry@ethereum.org> | 2017-11-23 02:39:39 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2017-11-23 02:39:39 +0800 |
commit | 869a41cd682010c487da0e75daffd355fe56f73e (patch) | |
tree | 29c1d3686e0c859dc40afa45f26a26f63390efd3 /src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithGasLimitOverflow63_1Filler.json | |
parent | ea3c58b53f48fbf9fee40dcb0d86bc8c6e7d7de7 (diff) | |
download | dexon-tests-zeroSigTests.tar dexon-tests-zeroSigTests.tar.gz dexon-tests-zeroSigTests.tar.bz2 dexon-tests-zeroSigTests.tar.lz dexon-tests-zeroSigTests.tar.xz dexon-tests-zeroSigTests.tar.zst dexon-tests-zeroSigTests.zip |
zero signature test fillerszeroSigTests
Diffstat (limited to 'src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithGasLimitOverflow63_1Filler.json')
-rw-r--r-- | src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithGasLimitOverflow63_1Filler.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithGasLimitOverflow63_1Filler.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithGasLimitOverflow63_1Filler.json new file mode 100644 index 000000000..110d5d6ac --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithGasLimitOverflow63_1Filler.json @@ -0,0 +1,18 @@ +{ + "TransactionWithGasLimitOverflow63_1" : { + "expect" : "invalid", + "blocknumber" : "0x500000", + "transaction" : + { + "data" : "", + "gasLimit" : "9223372036854775809", + "gasPrice" : "0", + "nonce" : "1", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "0", + "v" : "1", + "r" : "0", + "s" : "0" + } + } +} |