aboutsummaryrefslogtreecommitdiffstats
path: root/src/TransactionTestsFiller/ttRSValue/TransactionWithSvalueHighFiller.json
diff options
context:
space:
mode:
authorwinsvega <winsvega@mail.ru>2017-12-09 01:44:13 +0800
committerGitHub <noreply@github.com>2017-12-09 01:44:13 +0800
commit47b09f42c0681548a00da5ab1c98808b368af49a (patch)
tree7ad4ff105f5ad11291f62fda58efa8b484551799 /src/TransactionTestsFiller/ttRSValue/TransactionWithSvalueHighFiller.json
parentaed77f105fffc0a7400f581390a8302007170bd3 (diff)
parent4bef35816fd1ddc5d4eeba2c47a76ff1b9c4d6f8 (diff)
downloaddexon-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/ttRSValue/TransactionWithSvalueHighFiller.json')
-rw-r--r--src/TransactionTestsFiller/ttRSValue/TransactionWithSvalueHighFiller.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/TransactionTestsFiller/ttRSValue/TransactionWithSvalueHighFiller.json b/src/TransactionTestsFiller/ttRSValue/TransactionWithSvalueHighFiller.json
new file mode 100644
index 000000000..5c8cc29f5
--- /dev/null
+++ b/src/TransactionTestsFiller/ttRSValue/TransactionWithSvalueHighFiller.json
@@ -0,0 +1,26 @@
+{
+ "TransactionWithSvalueHigh" : {
+ "expect" : [
+ {
+ "network" : ["Frontier"],
+ "result" : "valid"
+ },
+ {
+ "network" : ["Homestead", "EIP150", "EIP158", "Byzantium", "Constantinople"],
+ "result" : "invalid"
+ }
+ ],
+ "transaction" :
+ {
+ "data" : "",
+ "gasLimit" : "21000",
+ "gasPrice" : "1",
+ "nonce" : "0",
+ "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87",
+ "value" : "11",
+ "v" : "27",
+ "r" : "0x48b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353",
+ "s" : "0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364140"
+ }
+ }
+}