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/libsecp256k1testFiller.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/TransactionTestsFiller/ttHomestead/libsecp256k1testFiller.json (limited to 'src/TransactionTestsFiller/ttHomestead/libsecp256k1testFiller.json') diff --git a/src/TransactionTestsFiller/ttHomestead/libsecp256k1testFiller.json b/src/TransactionTestsFiller/ttHomestead/libsecp256k1testFiller.json new file mode 100644 index 000000000..74e9c906f --- /dev/null +++ b/src/TransactionTestsFiller/ttHomestead/libsecp256k1testFiller.json @@ -0,0 +1,17 @@ +{ + "libsecp256k1test": { + "expect" : "valid", + "blocknumber" : "1150000", + "transaction": { + "nonce": "0", + "gasPrice": "0x09184e72a000", + "gasLimit": "0xf388", + "to": "", + "data": "0x", + "r": "44", + "s": "4", + "v": "27", + "value": "0" + } + } +} -- cgit v1.2.3