From d7bc1c65afa5112c20e4a4b1d385d1d2e68cae70 Mon Sep 17 00:00:00 2001 From: Dimitry Date: Mon, 28 Aug 2017 21:41:03 +0300 Subject: split transaction tests into separate files --- .../TransactionWithRvalueTooHighFiller.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/TransactionTestsFiller/ttVRuleEip158/TransactionWithRvalueTooHighFiller.json (limited to 'src/TransactionTestsFiller/ttVRuleEip158/TransactionWithRvalueTooHighFiller.json') diff --git a/src/TransactionTestsFiller/ttVRuleEip158/TransactionWithRvalueTooHighFiller.json b/src/TransactionTestsFiller/ttVRuleEip158/TransactionWithRvalueTooHighFiller.json new file mode 100644 index 000000000..934f68333 --- /dev/null +++ b/src/TransactionTestsFiller/ttVRuleEip158/TransactionWithRvalueTooHighFiller.json @@ -0,0 +1,18 @@ +{ + "TransactionWithRvalueTooHigh" : { + "expect" : "invalid", + "blocknumber" : "2675000", + "transaction" : + { + "data" : "", + "gasLimit" : "21000", + "gasPrice" : "1", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "11", + "v" : "37", + "r" : "0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141", + "s" : "0x1887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3" + } + } +} -- cgit