From c200d9beebed39296c2e3cf09c2472e836ef8f30 Mon Sep 17 00:00:00 2001 From: Dimitry Date: Thu, 30 Nov 2017 04:39:45 +0300 Subject: convert Frontier and Homestead ttTests to new format --- .../ttRSValue/TransactionWithRvalueHighFiller.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/TransactionTestsFiller/ttRSValue/TransactionWithRvalueHighFiller.json (limited to 'src/TransactionTestsFiller/ttRSValue/TransactionWithRvalueHighFiller.json') diff --git a/src/TransactionTestsFiller/ttRSValue/TransactionWithRvalueHighFiller.json b/src/TransactionTestsFiller/ttRSValue/TransactionWithRvalueHighFiller.json new file mode 100644 index 000000000..2728538bd --- /dev/null +++ b/src/TransactionTestsFiller/ttRSValue/TransactionWithRvalueHighFiller.json @@ -0,0 +1,22 @@ +{ + "TransactionWithRvalueHigh" : { + "expect" : [ + { + "network" : ["ALL"], + "result" : "invalid" + } + ], + "transaction" : + { + "data" : "", + "gasLimit" : "21000", + "gasPrice" : "1", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "11", + "v" : "27", + "r" : "0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364140", + "s" : "0x8887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3" + } + } +} -- cgit