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/ttVRuleEip158/TransactionWithHihghGasPrice2.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/ttVRuleEip158/TransactionWithHihghGasPrice2.json')
-rw-r--r-- | TransactionTests/ttVRuleEip158/TransactionWithHihghGasPrice2.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/TransactionTests/ttVRuleEip158/TransactionWithHihghGasPrice2.json b/TransactionTests/ttVRuleEip158/TransactionWithHihghGasPrice2.json new file mode 100644 index 000000000..c51b5f3d8 --- /dev/null +++ b/TransactionTests/ttVRuleEip158/TransactionWithHihghGasPrice2.json @@ -0,0 +1,24 @@ +{ + "TransactionWithHihghGasPrice2" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.d0cf8659.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/TransactionWithHihghGasPrice2Filler.json" + }, + "blocknumber" : "2675000", + "hash" : "4782cb5edcaeda1f0aef204b161214f124cefade9e146245183abbb9ca01bca5", + "rlp" : "0xf865808698852840a46f82d6d894095e7baea6a6c7c4c2dfeb977efac326af552d87808025a098ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4aa01887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3", + "sender" : "2ea991808ba979ba103147edfd72304ebd95c028", + "transaction" : { + "data" : "", + "gasLimit" : "0xd6d8", + "gasPrice" : "0x98852840a46f", + "nonce" : "0x00", + "r" : "0x98ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4a", + "s" : "0x1887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3", + "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", + "v" : "0x25", + "value" : "0x00" + } + } +}
\ No newline at end of file |