diff options
Diffstat (limited to 'src/TransactionTestsFiller/EIP155')
-rw-r--r-- | src/TransactionTestsFiller/EIP155/ttTransactionTestFiller.json | 86 |
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" + } } } |