diff options
author | winsvega <winsvega@mail.ru> | 2017-12-09 01:44:13 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-09 01:44:13 +0800 |
commit | 47b09f42c0681548a00da5ab1c98808b368af49a (patch) | |
tree | 7ad4ff105f5ad11291f62fda58efa8b484551799 /src/TransactionTestsFiller/ttVValue/V_overflow64bitPlus27Filler.json | |
parent | aed77f105fffc0a7400f581390a8302007170bd3 (diff) | |
parent | 4bef35816fd1ddc5d4eeba2c47a76ff1b9c4d6f8 (diff) | |
download | dexon-tests-47b09f42c0681548a00da5ab1c98808b368af49a.tar dexon-tests-47b09f42c0681548a00da5ab1c98808b368af49a.tar.gz dexon-tests-47b09f42c0681548a00da5ab1c98808b368af49a.tar.bz2 dexon-tests-47b09f42c0681548a00da5ab1c98808b368af49a.tar.lz dexon-tests-47b09f42c0681548a00da5ab1c98808b368af49a.tar.xz dexon-tests-47b09f42c0681548a00da5ab1c98808b368af49a.tar.zst dexon-tests-47b09f42c0681548a00da5ab1c98808b368af49a.zip |
Merge pull request #374 from ethereum/gentransact
General Transaction Tests
Diffstat (limited to 'src/TransactionTestsFiller/ttVValue/V_overflow64bitPlus27Filler.json')
-rw-r--r-- | src/TransactionTestsFiller/ttVValue/V_overflow64bitPlus27Filler.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/TransactionTestsFiller/ttVValue/V_overflow64bitPlus27Filler.json b/src/TransactionTestsFiller/ttVValue/V_overflow64bitPlus27Filler.json new file mode 100644 index 000000000..9ac891e9d --- /dev/null +++ b/src/TransactionTestsFiller/ttVValue/V_overflow64bitPlus27Filler.json @@ -0,0 +1,22 @@ +{ + "V_overflow64bitPlus27" : { + "expect" : [ + { + "network" : ["ALL"], + "result" : "invalid" + } + ], + "transaction" : + { + "data" : "0x5544", + "gasLimit" : "22000", + "gasPrice" : "1", + "nonce" : "3", + "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "value" : "10", + "v" : "18446744073709551643", + "r" : "0x98ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4a", + "s" : "0x8887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3" + } + } +} |