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/TransactionWithSvalue1Filler.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/TransactionTestsFiller/ttRSValue/TransactionWithSvalue1Filler.json (limited to 'src/TransactionTestsFiller/ttRSValue/TransactionWithSvalue1Filler.json') diff --git a/src/TransactionTestsFiller/ttRSValue/TransactionWithSvalue1Filler.json b/src/TransactionTestsFiller/ttRSValue/TransactionWithSvalue1Filler.json new file mode 100644 index 000000000..29651fd6e --- /dev/null +++ b/src/TransactionTestsFiller/ttRSValue/TransactionWithSvalue1Filler.json @@ -0,0 +1,22 @@ +{ + "TransactionWithSvalue1" : { + "expect" : [ + { + "network" : ["ALL"], + "result" : "valid" + } + ], + "transaction" : + { + "data" : "", + "gasLimit" : "21000", + "gasPrice" : "1", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "11", + "v" : "27", + "r" : "0x48b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353", + "s" : "0x01" + } + } +} -- cgit v1.2.3