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 --- ...sactionWithSvalueLessThan_c_secp256k1n_x05.json | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 TransactionTests/ttEip158/TransactionWithSvalueLessThan_c_secp256k1n_x05.json (limited to 'TransactionTests/ttEip158/TransactionWithSvalueLessThan_c_secp256k1n_x05.json') diff --git a/TransactionTests/ttEip158/TransactionWithSvalueLessThan_c_secp256k1n_x05.json b/TransactionTests/ttEip158/TransactionWithSvalueLessThan_c_secp256k1n_x05.json new file mode 100644 index 000000000..2d058632b --- /dev/null +++ b/TransactionTests/ttEip158/TransactionWithSvalueLessThan_c_secp256k1n_x05.json @@ -0,0 +1,24 @@ +{ + "TransactionWithSvalueLessThan_c_secp256k1n_x05" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttEip158/TransactionWithSvalueLessThan_c_secp256k1n_x05Filler.json" + }, + "blocknumber" : "2675000", + "hash" : "0e16a207e6274d78cae05e4ea51bd9bab0ae355b7daecd5d2977a1ae6a233dcd", + "rlp" : "0xf85f800182520894095e7baea6a6c7c4c2dfeb977efac326af552d870b801ba048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353a07fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b2090", + "sender" : "33e931e187e9cb5b6f8560755519d54560dd63e8", + "transaction" : { + "data" : "", + "gasLimit" : "0x5208", + "gasPrice" : "0x01", + "nonce" : "0x00", + "r" : "0x48b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353", + "s" : "0x7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b2090", + "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", + "v" : "0x1b", + "value" : "0x0b" + } + } +} \ No newline at end of file -- cgit v1.2.3