aboutsummaryrefslogtreecommitdiffstats
path: root/src/TransactionTestsFiller/ttEip158/V_wrongvalue_121Filler.json
diff options
context:
space:
mode:
authorwinsvega <winsvega@mail.ru>2017-09-13 22:06:59 +0800
committerGitHub <noreply@github.com>2017-09-13 22:06:59 +0800
commitfe3e051c65bb0ee99c3d72816664b7d604de3953 (patch)
tree5bee71c352fb1c7e1a76d49207bca6191d7db98c /src/TransactionTestsFiller/ttEip158/V_wrongvalue_121Filler.json
parentf658cdeb758455f400ad70cdd75f2d1ed3612219 (diff)
parent6f09e3c9aa172ffb00c464cd04c8a022ef6fb4dd (diff)
downloaddexon-tests-fe3e051c65bb0ee99c3d72816664b7d604de3953.tar.gz
dexon-tests-fe3e051c65bb0ee99c3d72816664b7d604de3953.tar.zst
dexon-tests-fe3e051c65bb0ee99c3d72816664b7d604de3953.zip
Merge pull request #321 from ethereum/transactionVtests
refill transaction tests
Diffstat (limited to 'src/TransactionTestsFiller/ttEip158/V_wrongvalue_121Filler.json')
-rw-r--r--src/TransactionTestsFiller/ttEip158/V_wrongvalue_121Filler.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/TransactionTestsFiller/ttEip158/V_wrongvalue_121Filler.json b/src/TransactionTestsFiller/ttEip158/V_wrongvalue_121Filler.json
new file mode 100644
index 000000000..c8f81e2ed
--- /dev/null
+++ b/src/TransactionTestsFiller/ttEip158/V_wrongvalue_121Filler.json
@@ -0,0 +1,18 @@
+{
+ "V_wrongvalue_121" : {
+ "expect" : "invalid",
+ "blocknumber" : "2675000",
+ "transaction" :
+ {
+ "data" : "0x5544",
+ "gasLimit" : "21000",
+ "gasPrice" : "1",
+ "nonce" : "3",
+ "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b",
+ "value" : "10",
+ "v" : "0x0121",
+ "r" : "0x98ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4a",
+ "s" : "0x1887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3"
+ }
+ }
+}