diff options
Diffstat (limited to 'src/TransactionTestsFiller/ttSignature/Vitalik_5Filler.json')
-rw-r--r-- | src/TransactionTestsFiller/ttSignature/Vitalik_5Filler.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/TransactionTestsFiller/ttSignature/Vitalik_5Filler.json b/src/TransactionTestsFiller/ttSignature/Vitalik_5Filler.json new file mode 100644 index 000000000..c720d13bc --- /dev/null +++ b/src/TransactionTestsFiller/ttSignature/Vitalik_5Filler.json @@ -0,0 +1,27 @@ +{ + "Vitalik_5" : { + "expect" : [ + { + "network" : ["EIP158", "Byzantium", "Constantinople"], + "result" : "valid", + "sender" : "f9358f2538fd5ccfeb848b64a96b743fcc930554" + }, + { + "network" : ["Frontier", "Homestead", "EIP150"], + "result" : "invalid" + } + ], + "transaction" : + { + "data" : "", + "gasLimit" : "0x019a28", + "gasPrice" : "0x04a817c804", + "nonce" : "0x04", + "to" : "3535353535353535353535353535353535353535", + "value" : "0x40", + "v" : "0x25", + "r" : "0x13600b294191fc92924bb3ce4b969c1e7e2bab8f4c93c3fc6d0a51733df3c063", + "s" : "0x13600b294191fc92924bb3ce4b969c1e7e2bab8f4c93c3fc6d0a51733df3c060" + } + } +} |