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 --- TransactionTests/ttHomestead/libsecp256k1test.json | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 TransactionTests/ttHomestead/libsecp256k1test.json (limited to 'TransactionTests/ttHomestead/libsecp256k1test.json') diff --git a/TransactionTests/ttHomestead/libsecp256k1test.json b/TransactionTests/ttHomestead/libsecp256k1test.json new file mode 100644 index 000000000..18ebd8f49 --- /dev/null +++ b/TransactionTests/ttHomestead/libsecp256k1test.json @@ -0,0 +1,24 @@ +{ + "libsecp256k1test" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttHomestead/libsecp256k1testFiller.json" + }, + "blocknumber" : "1150000", + "hash" : "ba09edc1275a285fb27bfe82c4eea240a907a0dbaf9e55764b8f318c37d5974f", + "rlp" : "0xd1808609184e72a00082f3888080801b2c04", + "sender" : "170ad78f26da62f591fa3fe3d54c30016167cbbf", + "transaction" : { + "data" : "0x", + "gasLimit" : "0xf388", + "gasPrice" : "0x09184e72a000", + "nonce" : "0x00", + "r" : "0x2c", + "s" : "0x04", + "to" : "", + "v" : "0x1b", + "value" : "0x00" + } + } +} \ No newline at end of file -- cgit v1.2.3