aboutsummaryrefslogtreecommitdiffstats
path: root/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithGasLimitOverflow2Filler.json
diff options
context:
space:
mode:
authorDimitry <dimitry@ethereum.org>2017-11-23 02:39:39 +0800
committerDimitry <dimitry@ethereum.org>2017-11-23 02:39:39 +0800
commit869a41cd682010c487da0e75daffd355fe56f73e (patch)
tree29c1d3686e0c859dc40afa45f26a26f63390efd3 /src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithGasLimitOverflow2Filler.json
parentea3c58b53f48fbf9fee40dcb0d86bc8c6e7d7de7 (diff)
downloadtangerine-tests-zeroSigTests.tar
tangerine-tests-zeroSigTests.tar.gz
tangerine-tests-zeroSigTests.tar.bz2
tangerine-tests-zeroSigTests.tar.lz
tangerine-tests-zeroSigTests.tar.xz
tangerine-tests-zeroSigTests.tar.zst
tangerine-tests-zeroSigTests.zip
zero signature test fillerszeroSigTests
Diffstat (limited to 'src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithGasLimitOverflow2Filler.json')
-rw-r--r--src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithGasLimitOverflow2Filler.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithGasLimitOverflow2Filler.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithGasLimitOverflow2Filler.json
new file mode 100644
index 000000000..1cf2e0fba
--- /dev/null
+++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithGasLimitOverflow2Filler.json
@@ -0,0 +1,19 @@
+{
+ "TransactionWithGasLimitOverflow2" : {
+ "expect" : "invalid",
+ "blocknumber" : "0x500000",
+ "transaction" :
+ {
+ "data" : "",
+ "gasLimit" : "2^63",
+ "gasLimit" : "9223372036854775808",
+ "gasPrice" : "0",
+ "nonce" : "0",
+ "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87",
+ "value" : "11",
+ "v" : "1",
+ "r" : "0",
+ "s" : "0"
+ }
+ }
+}