diff options
author | Dimitry <winsvega@mail.ru> | 2017-09-13 21:40:32 +0800 |
---|---|---|
committer | Dimitry <winsvega@mail.ru> | 2017-09-13 21:40:32 +0800 |
commit | 6f09e3c9aa172ffb00c464cd04c8a022ef6fb4dd (patch) | |
tree | 5bee71c352fb1c7e1a76d49207bca6191d7db98c /src/TransactionTestsFiller/ttEip158/V_wrongvalue_101Filler.json | |
parent | f658cdeb758455f400ad70cdd75f2d1ed3612219 (diff) | |
download | dexon-tests-6f09e3c9aa172ffb00c464cd04c8a022ef6fb4dd.tar dexon-tests-6f09e3c9aa172ffb00c464cd04c8a022ef6fb4dd.tar.gz dexon-tests-6f09e3c9aa172ffb00c464cd04c8a022ef6fb4dd.tar.bz2 dexon-tests-6f09e3c9aa172ffb00c464cd04c8a022ef6fb4dd.tar.lz dexon-tests-6f09e3c9aa172ffb00c464cd04c8a022ef6fb4dd.tar.xz dexon-tests-6f09e3c9aa172ffb00c464cd04c8a022ef6fb4dd.tar.zst dexon-tests-6f09e3c9aa172ffb00c464cd04c8a022ef6fb4dd.zip |
refill transaction tests
Diffstat (limited to 'src/TransactionTestsFiller/ttEip158/V_wrongvalue_101Filler.json')
-rw-r--r-- | src/TransactionTestsFiller/ttEip158/V_wrongvalue_101Filler.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/TransactionTestsFiller/ttEip158/V_wrongvalue_101Filler.json b/src/TransactionTestsFiller/ttEip158/V_wrongvalue_101Filler.json new file mode 100644 index 000000000..8b6f132c0 --- /dev/null +++ b/src/TransactionTestsFiller/ttEip158/V_wrongvalue_101Filler.json @@ -0,0 +1,18 @@ +{ + "V_wrongvalue_101" : { + "expect" : "invalid", + "blocknumber" : "2675000", + "transaction" : + { + "data" : "0x5544", + "gasLimit" : "21000", + "gasPrice" : "1", + "nonce" : "3", + "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "value" : "10", + "v" : "0x0101", + "r" : "0x98ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4a", + "s" : "0x1887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3" + } + } +} |