diff options
author | Dimitry <winsvega@mail.ru> | 2017-08-29 02:41:03 +0800 |
---|---|---|
committer | Dimitry <winsvega@mail.ru> | 2017-08-30 04:27:23 +0800 |
commit | d7bc1c65afa5112c20e4a4b1d385d1d2e68cae70 (patch) | |
tree | 61359400214914325803ff382a69fc293b327304 /src/TransactionTestsFiller/ttFrontier/libsecp256k1testFiller.json | |
parent | 953d6f51c3a54bc9015208a258f5a88841d2b919 (diff) | |
download | dexon-tests-d7bc1c65afa5112c20e4a4b1d385d1d2e68cae70.tar dexon-tests-d7bc1c65afa5112c20e4a4b1d385d1d2e68cae70.tar.gz dexon-tests-d7bc1c65afa5112c20e4a4b1d385d1d2e68cae70.tar.bz2 dexon-tests-d7bc1c65afa5112c20e4a4b1d385d1d2e68cae70.tar.lz dexon-tests-d7bc1c65afa5112c20e4a4b1d385d1d2e68cae70.tar.xz dexon-tests-d7bc1c65afa5112c20e4a4b1d385d1d2e68cae70.tar.zst dexon-tests-d7bc1c65afa5112c20e4a4b1d385d1d2e68cae70.zip |
split transaction tests into separate files
Diffstat (limited to 'src/TransactionTestsFiller/ttFrontier/libsecp256k1testFiller.json')
-rw-r--r-- | src/TransactionTestsFiller/ttFrontier/libsecp256k1testFiller.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/TransactionTestsFiller/ttFrontier/libsecp256k1testFiller.json b/src/TransactionTestsFiller/ttFrontier/libsecp256k1testFiller.json new file mode 100644 index 000000000..ec1f347d1 --- /dev/null +++ b/src/TransactionTestsFiller/ttFrontier/libsecp256k1testFiller.json @@ -0,0 +1,17 @@ +{ + "libsecp256k1test": { + "expect" : "valid", + "blocknumber" : "0", + "transaction": { + "nonce": "0", + "gasPrice": "0x09184e72a000", + "gasLimit": "0xf388", + "to": "", + "data": "0x", + "r": "44", + "s": "4", + "v": "27", + "value": "0" + } + } +} |