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