diff options
Merge pull request #287 from ethereum/splittransactiontests
Split TransactionTests into separate files
Diffstat (limited to 'TransactionTests/ttVRuleEip158/libsecp256k1test.json')
-rw-r--r-- | TransactionTests/ttVRuleEip158/libsecp256k1test.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/TransactionTests/ttVRuleEip158/libsecp256k1test.json b/TransactionTests/ttVRuleEip158/libsecp256k1test.json new file mode 100644 index 000000000..dd94e2043 --- /dev/null +++ b/TransactionTests/ttVRuleEip158/libsecp256k1test.json @@ -0,0 +1,24 @@ +{ + "libsecp256k1test" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.d0cf8659.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/libsecp256k1testFiller.json" + }, + "blocknumber" : "2675000", + "hash" : "958f4e2e7dddd4a47eaaedd1cf2c123446c5dacf4e8acef908b3220dffa2a88b", + "rlp" : "0xd1808609184e72a00082f388808080252c04", + "sender" : "3083fa49b0b07c94130966d0b0b8963ff457db4a", + "transaction" : { + "data" : "0x", + "gasLimit" : "0xf388", + "gasPrice" : "0x09184e72a000", + "nonce" : "0x00", + "r" : "0x2c", + "s" : "0x04", + "to" : "", + "v" : "0x25", + "value" : "0x00" + } + } +}
\ No newline at end of file |