diff options
author | winsvega <winsvega@mail.ru> | 2015-04-09 23:13:31 +0800 |
---|---|---|
committer | winsvega <winsvega@mail.ru> | 2015-04-13 17:20:12 +0800 |
commit | e54952c8cf718fb1b7af853bead145292c7f25db (patch) | |
tree | 4ea39fdb66680d7151b52240e78cc118ff43615e /ttTransactionTestFiller.json | |
parent | b848fa9af1487c3cfcc35d4ff24a6c48b0c79d06 (diff) | |
download | dexon-solidity-e54952c8cf718fb1b7af853bead145292c7f25db.tar dexon-solidity-e54952c8cf718fb1b7af853bead145292c7f25db.tar.gz dexon-solidity-e54952c8cf718fb1b7af853bead145292c7f25db.tar.bz2 dexon-solidity-e54952c8cf718fb1b7af853bead145292c7f25db.tar.lz dexon-solidity-e54952c8cf718fb1b7af853bead145292c7f25db.tar.xz dexon-solidity-e54952c8cf718fb1b7af853bead145292c7f25db.tar.zst dexon-solidity-e54952c8cf718fb1b7af853bead145292c7f25db.zip |
BlockTests: add expect section
Diffstat (limited to 'ttTransactionTestFiller.json')
-rw-r--r-- | ttTransactionTestFiller.json | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/ttTransactionTestFiller.json b/ttTransactionTestFiller.json index 1d4f5bcd..cb39b533 100644 --- a/ttTransactionTestFiller.json +++ b/ttTransactionTestFiller.json @@ -347,7 +347,7 @@ } }, - "TransactionWithSvalueWrongSize" : { + "TransactionWithSvalueWrongSize" : { "transaction" : { "data" : "", @@ -407,7 +407,7 @@ } }, - "TransactionWithHihghGasPrice" : { + "TransactionWithHihghGasPrice" : { "transaction" : { "data" : "", @@ -422,7 +422,7 @@ } }, - "TransactionWithGasLimitxPriceOverflow" : { + "TransactionWithGasLimitxPriceOverflow" : { "transaction" : { "data" : "", @@ -612,5 +612,20 @@ "v": "28", "value": "0" } + }, + + "RSsecp256k1" : { + "transaction" : + { + "data" : "0x5544", + "gasLimit" : "2000", + "gasPrice" : "1", + "nonce" : "3", + "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "value" : "10", + "v" : "28", + "r" : "0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141", + "s" : "0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141" + } } } |