diff options
author | winsvega <winsvega@mail.ru> | 2017-08-30 18:51:56 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-30 18:51:56 +0800 |
commit | b5e2278594ed4de4cb15198028f4ca3e075812f4 (patch) | |
tree | 3afe9d9e57de551bbc97eab26335269fff8f62ee /src/TransactionTestsFiller/ttEip158/DataTestNotEnoughGASFiller.json | |
parent | 0fe27e8aa72eb166365096222f2ffd19e85c3f2a (diff) | |
parent | 30777f5058d51feaa44e14234ed90c4daed9c017 (diff) | |
download | dexon-tests-b5e2278594ed4de4cb15198028f4ca3e075812f4.tar dexon-tests-b5e2278594ed4de4cb15198028f4ca3e075812f4.tar.gz dexon-tests-b5e2278594ed4de4cb15198028f4ca3e075812f4.tar.bz2 dexon-tests-b5e2278594ed4de4cb15198028f4ca3e075812f4.tar.lz dexon-tests-b5e2278594ed4de4cb15198028f4ca3e075812f4.tar.xz dexon-tests-b5e2278594ed4de4cb15198028f4ca3e075812f4.tar.zst dexon-tests-b5e2278594ed4de4cb15198028f4ca3e075812f4.zip |
Merge pull request #287 from ethereum/splittransactiontests
Split TransactionTests into separate files
Diffstat (limited to 'src/TransactionTestsFiller/ttEip158/DataTestNotEnoughGASFiller.json')
-rw-r--r-- | src/TransactionTestsFiller/ttEip158/DataTestNotEnoughGASFiller.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/TransactionTestsFiller/ttEip158/DataTestNotEnoughGASFiller.json b/src/TransactionTestsFiller/ttEip158/DataTestNotEnoughGASFiller.json new file mode 100644 index 000000000..f0b663006 --- /dev/null +++ b/src/TransactionTestsFiller/ttEip158/DataTestNotEnoughGASFiller.json @@ -0,0 +1,18 @@ +{ + "DataTestNotEnoughGAS" : { + "expect" : "invalid", + "blocknumber" : "2675000", + "transaction" : + { + "data" : "0x0358ac39584bc98a7c979f984b03", + "gasLimit" : "21020", + "gasPrice" : "1", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "10", + "v" : "27", + "r" : "0x48b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353", + "s" : "0x1887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3" + } + } +} |