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