From 4bef35816fd1ddc5d4eeba2c47a76ff1b9c4d6f8 Mon Sep 17 00:00:00 2001 From: Dimitry Date: Fri, 1 Dec 2017 18:16:14 +0300 Subject: complete general transaction tests --- .../ttSignature/Vitalik_10Filler.json | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/TransactionTestsFiller/ttSignature/Vitalik_10Filler.json (limited to 'src/TransactionTestsFiller/ttSignature/Vitalik_10Filler.json') diff --git a/src/TransactionTestsFiller/ttSignature/Vitalik_10Filler.json b/src/TransactionTestsFiller/ttSignature/Vitalik_10Filler.json new file mode 100644 index 000000000..afeb97a3e --- /dev/null +++ b/src/TransactionTestsFiller/ttSignature/Vitalik_10Filler.json @@ -0,0 +1,27 @@ +{ + "Vitalik_10" : { + "expect" : [ + { + "network" : ["EIP158", "Byzantium", "Constantinople"], + "result" : "valid", + "sender" : "9bddad43f934d313c2b79ca28a432dd2b7281029" + }, + { + "network" : ["Frontier", "Homestead", "EIP150"], + "result" : "invalid" + } + ], + "transaction" : + { + "data" : "", + "gasLimit" : "0x02e248", + "gasPrice" : "0x04a817c808", + "nonce" : "0x08", + "to" : "3535353535353535353535353535353535353535", + "value" : "0x0200", + "v" : "0x25", + "r" : "0x64b1702d9298fee62dfeccc57d322a463ad55ca201256d01f62b45b2e1c21c12", + "s" : "0x64b1702d9298fee62dfeccc57d322a463ad55ca201256d01f62b45b2e1c21c10" + } + } +} -- cgit v1.2.3