From b9d603fd61186e8085b6896cb4d6ffceef54abde Mon Sep 17 00:00:00 2001 From: Dimitry Date: Tue, 29 Aug 2017 16:15:19 +0300 Subject: more transaction tests --- .../TransactionWithTooFewRLPElementsFiller.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithTooFewRLPElementsFiller.json (limited to 'src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithTooFewRLPElementsFiller.json') diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithTooFewRLPElementsFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithTooFewRLPElementsFiller.json new file mode 100644 index 000000000..92af71a96 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithTooFewRLPElementsFiller.json @@ -0,0 +1,16 @@ +{ + "TransactionWithTooFewRLPElements" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "", + "gasPrice" : "0", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "v" : "1", + "r" : "0", + "s" : "0" + } + } +} -- cgit v1.2.3