diff options
author | Dimitry <dimitry@ethereum.org> | 2017-12-01 23:16:14 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2017-12-01 23:16:14 +0800 |
commit | 4bef35816fd1ddc5d4eeba2c47a76ff1b9c4d6f8 (patch) | |
tree | ae0f25cbfbda580571ff8e33e69e8c7f9f7ec14a /src/TransactionTestsFiller/ttGasLimit | |
parent | f344a5affd1ab8b75f429b57769881fe26413e1d (diff) | |
download | dexon-tests-4bef35816fd1ddc5d4eeba2c47a76ff1b9c4d6f8.tar dexon-tests-4bef35816fd1ddc5d4eeba2c47a76ff1b9c4d6f8.tar.gz dexon-tests-4bef35816fd1ddc5d4eeba2c47a76ff1b9c4d6f8.tar.bz2 dexon-tests-4bef35816fd1ddc5d4eeba2c47a76ff1b9c4d6f8.tar.lz dexon-tests-4bef35816fd1ddc5d4eeba2c47a76ff1b9c4d6f8.tar.xz dexon-tests-4bef35816fd1ddc5d4eeba2c47a76ff1b9c4d6f8.tar.zst dexon-tests-4bef35816fd1ddc5d4eeba2c47a76ff1b9c4d6f8.zip |
complete general transaction tests
Diffstat (limited to 'src/TransactionTestsFiller/ttGasLimit')
-rw-r--r-- | src/TransactionTestsFiller/ttGasLimit/TransactionWithHihghGasLimit63m1Filler.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/TransactionTestsFiller/ttGasLimit/TransactionWithHihghGasLimit63m1Filler.json b/src/TransactionTestsFiller/ttGasLimit/TransactionWithHihghGasLimit63m1Filler.json new file mode 100644 index 000000000..42eb6fa1f --- /dev/null +++ b/src/TransactionTestsFiller/ttGasLimit/TransactionWithHihghGasLimit63m1Filler.json @@ -0,0 +1,27 @@ +{ + "TransactionWithHihghGasLimit63m1" : { + "expect" : [ + { + "network" : ["EIP158", "Byzantium", "Constantinople"], + "result" : "valid" + }, + { + "network" : ["Frontier", "Homestead", "EIP150"], + "result" : "invalid" + } + ], + "transaction" : + { + "data" : "", + "gasLimit" : "2^63 - 1", + "gasLimit" : "9223372036854775807", + "gasPrice" : "1", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "0", + "v" : "37", + "r" : "0x98ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4a", + "s" : "0x1887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3" + } + } +} |