diff options
author | winsvega <winsvega@mail.ru> | 2017-08-30 18:51:56 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-30 18:51:56 +0800 |
commit | b5e2278594ed4de4cb15198028f4ca3e075812f4 (patch) | |
tree | 3afe9d9e57de551bbc97eab26335269fff8f62ee /TransactionTests/ttEip158/unpadedRValue.json | |
parent | 0fe27e8aa72eb166365096222f2ffd19e85c3f2a (diff) | |
parent | 30777f5058d51feaa44e14234ed90c4daed9c017 (diff) | |
download | dexon-tests-b5e2278594ed4de4cb15198028f4ca3e075812f4.tar dexon-tests-b5e2278594ed4de4cb15198028f4ca3e075812f4.tar.gz dexon-tests-b5e2278594ed4de4cb15198028f4ca3e075812f4.tar.bz2 dexon-tests-b5e2278594ed4de4cb15198028f4ca3e075812f4.tar.lz dexon-tests-b5e2278594ed4de4cb15198028f4ca3e075812f4.tar.xz dexon-tests-b5e2278594ed4de4cb15198028f4ca3e075812f4.tar.zst dexon-tests-b5e2278594ed4de4cb15198028f4ca3e075812f4.zip |
Merge pull request #287 from ethereum/splittransactiontests
Split TransactionTests into separate files
Diffstat (limited to 'TransactionTests/ttEip158/unpadedRValue.json')
-rw-r--r-- | TransactionTests/ttEip158/unpadedRValue.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/TransactionTests/ttEip158/unpadedRValue.json b/TransactionTests/ttEip158/unpadedRValue.json new file mode 100644 index 000000000..15a6a0cf3 --- /dev/null +++ b/TransactionTests/ttEip158/unpadedRValue.json @@ -0,0 +1,24 @@ +{ + "unpadedRValue" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.d0cf8659.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttEip158/unpadedRValueFiller.json" + }, + "blocknumber" : "2675000", + "hash" : "63bbd64e9ee62976d0b8633c00d482905163a0a6038d819ccf771e10cbbed6c5", + "rlp" : "0xf8880d8609184e72a00082f710947c47ef93268a311f4cad0c750724299e9b72c26880a4379607f500000000000000000000000000000000000000000000000000000000000000051c9f6ab6dda9f4df56ea45583af36660329147f1753f3724ea5eb9ed83e812ca77a0495701e230667832c8999e884e366a61028633ecf951e8cd66d119f381ae5718", + "sender" : "c1584838993ee7a9581cba0bced81785e8bb581d", + "transaction" : { + "data" : "0x379607f50000000000000000000000000000000000000000000000000000000000000005", + "gasLimit" : "0xf710", + "gasPrice" : "0x09184e72a000", + "nonce" : "0x0d", + "r" : "0x006ab6dda9f4df56ea45583af36660329147f1753f3724ea5eb9ed83e812ca77", + "s" : "0x495701e230667832c8999e884e366a61028633ecf951e8cd66d119f381ae5718", + "to" : "0x7c47ef93268a311f4cad0c750724299e9b72c268", + "v" : "0x1c", + "value" : "0x00" + } + } +}
\ No newline at end of file |