diff options
split transaction tests into separate files
Diffstat (limited to 'TransactionTests/ttEip158/TransactionWithSvalueLessThan_c_secp256k1n_x05.json')
-rw-r--r-- | TransactionTests/ttEip158/TransactionWithSvalueLessThan_c_secp256k1n_x05.json | 24 |
1 files changed, 24 insertions, 0 deletions
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 |