aboutsummaryrefslogtreecommitdiffstats
path: root/src/TransactionTestsFiller/EIP155
diff options
context:
space:
mode:
authorDimitry <dimitry@ethdev.com>2017-03-17 20:18:01 +0800
committerDimitry <dimitry@ethdev.com>2017-03-17 20:18:01 +0800
commit8858744aa1ce1be54f2c5149cb4c4b2ce0090cc6 (patch)
treede54d8c58a77a0862fffa664c65484e226b743ae /src/TransactionTestsFiller/EIP155
parente80ecda813be16f8a39d661efcbe686231bc2a8e (diff)
downloaddexon-tests-8858744aa1ce1be54f2c5149cb4c4b2ce0090cc6.tar.gz
dexon-tests-8858744aa1ce1be54f2c5149cb4c4b2ce0090cc6.tar.zst
dexon-tests-8858744aa1ce1be54f2c5149cb4c4b2ce0090cc6.zip
refill transaction tests with zeroSig
Diffstat (limited to 'src/TransactionTestsFiller/EIP155')
-rw-r--r--src/TransactionTestsFiller/EIP155/ttTransactionTestFiller.json86
1 files changed, 85 insertions, 1 deletions
diff --git a/src/TransactionTestsFiller/EIP155/ttTransactionTestFiller.json b/src/TransactionTestsFiller/EIP155/ttTransactionTestFiller.json
index e63410b4a..a13a5b119 100644
--- a/src/TransactionTestsFiller/EIP155/ttTransactionTestFiller.json
+++ b/src/TransactionTestsFiller/EIP155/ttTransactionTestFiller.json
@@ -1083,7 +1083,6 @@
}
},
-
"ZeroSigTransaction" : {
"expect" : "invalid",
"blocknumber" : "2675000",
@@ -1099,5 +1098,90 @@
"r" : "0",
"s" : "0"
}
+ },
+
+ "ZeroSigTransaction" : {
+ "expect" : "invalid",
+ "blocknumber" : "2675000",
+ "transaction" :
+ {
+ "data" : "0x",
+ "gasLimit" : "51000",
+ "gasPrice" : "1",
+ "nonce" : "3",
+ "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b",
+ "value" : "10",
+ "v" : "1",
+ "r" : "0",
+ "s" : "0"
+ }
+ },
+
+ "ZeroSigTransaction" : {
+ "expect" : "invalid",
+ "blocknumber" : "2675000",
+ "transaction" :
+ {
+ "data" : "0x",
+ "gasLimit" : "51000",
+ "gasPrice" : "1",
+ "nonce" : "3",
+ "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b",
+ "value" : "10",
+ "v" : "2",
+ "r" : "0",
+ "s" : "0"
+ }
+ },
+
+ "ZeroSigTransaction" : {
+ "expect" : "invalid",
+ "blocknumber" : "2675000",
+ "transaction" :
+ {
+ "data" : "0x",
+ "gasLimit" : "51000",
+ "gasPrice" : "1",
+ "nonce" : "3",
+ "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b",
+ "value" : "10",
+ "v" : "3",
+ "r" : "0",
+ "s" : "0"
+ }
+ },
+
+ "ZeroSigTransaction" : {
+ "expect" : "invalid",
+ "blocknumber" : "2675000",
+ "transaction" :
+ {
+ "data" : "0x",
+ "gasLimit" : "51000",
+ "gasPrice" : "1",
+ "nonce" : "3",
+ "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b",
+ "value" : "10",
+ "v" : "4",
+ "r" : "0",
+ "s" : "0"
+ }
+ },
+
+ "ZeroSigTransaction" : {
+ "expect" : "invalid",
+ "blocknumber" : "2675000",
+ "transaction" :
+ {
+ "data" : "0x",
+ "gasLimit" : "51000",
+ "gasPrice" : "1",
+ "nonce" : "3",
+ "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b",
+ "value" : "10",
+ "v" : "5",
+ "r" : "0",
+ "s" : "0"
+ }
}
}