diff options
split transaction tests into separate files
Diffstat (limited to 'TransactionTests/ttEip158/TransactionWithRvalue1.json')
-rw-r--r-- | TransactionTests/ttEip158/TransactionWithRvalue1.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/TransactionTests/ttEip158/TransactionWithRvalue1.json b/TransactionTests/ttEip158/TransactionWithRvalue1.json new file mode 100644 index 000000000..055d34cfd --- /dev/null +++ b/TransactionTests/ttEip158/TransactionWithRvalue1.json @@ -0,0 +1,24 @@ +{ + "TransactionWithRvalue1" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttEip158/TransactionWithRvalue1Filler.json" + }, + "blocknumber" : "2675000", + "hash" : "2b119a7115433e5562109646abccd4ff6f3e713d4616278fd72ba76832f03ba5", + "rlp" : "0xf83f800182520894095e7baea6a6c7c4c2dfeb977efac326af552d870b801b01a01fffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804", + "sender" : "54df0af0fd1d8ad90b5a13ff1f95463aec055bab", + "transaction" : { + "data" : "", + "gasLimit" : "0x5208", + "gasPrice" : "0x01", + "nonce" : "0x00", + "r" : "0x01", + "s" : "0x1fffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804", + "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", + "v" : "0x1b", + "value" : "0x0b" + } + } +}
\ No newline at end of file |