diff options
author | Dimitry <winsvega@mail.ru> | 2017-08-29 21:15:19 +0800 |
---|---|---|
committer | Dimitry <winsvega@mail.ru> | 2017-08-30 04:27:24 +0800 |
commit | b9d603fd61186e8085b6896cb4d6ffceef54abde (patch) | |
tree | 06e7f221b487fde3dfa032a99f3e041792322cb8 /src/TransactionTestsFiller/ttZeroSigConstantinople | |
parent | d7bc1c65afa5112c20e4a4b1d385d1d2e68cae70 (diff) | |
download | dexon-tests-b9d603fd61186e8085b6896cb4d6ffceef54abde.tar dexon-tests-b9d603fd61186e8085b6896cb4d6ffceef54abde.tar.gz dexon-tests-b9d603fd61186e8085b6896cb4d6ffceef54abde.tar.bz2 dexon-tests-b9d603fd61186e8085b6896cb4d6ffceef54abde.tar.lz dexon-tests-b9d603fd61186e8085b6896cb4d6ffceef54abde.tar.xz dexon-tests-b9d603fd61186e8085b6896cb4d6ffceef54abde.tar.zst dexon-tests-b9d603fd61186e8085b6896cb4d6ffceef54abde.zip |
more transaction tests
Diffstat (limited to 'src/TransactionTestsFiller/ttZeroSigConstantinople')
77 files changed, 1383 insertions, 0 deletions
diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/AddressLessThan20Filler.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/AddressLessThan20Filler.json new file mode 100644 index 000000000..5397129b6 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/AddressLessThan20Filler.json @@ -0,0 +1,18 @@ +{ + "AddressLessThan20" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "", + "gasLimit" : "21000", + "gasPrice" : "0", + "nonce" : "0", + "to" : "0b9331677e6ebf", + "value" : "0", + "v" : "1", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/AddressLessThan20Prefixed0Filler.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/AddressLessThan20Prefixed0Filler.json new file mode 100644 index 000000000..469222de8 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/AddressLessThan20Prefixed0Filler.json @@ -0,0 +1,18 @@ +{ + "AddressLessThan20Prefixed0" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "", + "gasLimit" : "21000", + "gasPrice" : "1", + "nonce" : "0", + "to" : "0x000000000000000000000000000b9331677e6ebf", + "value" : "0", + "v" : "1", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/AddressLessThan20Prefixed0_gnvFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/AddressLessThan20Prefixed0_gnvFiller.json new file mode 100644 index 000000000..b38e251a9 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/AddressLessThan20Prefixed0_gnvFiller.json @@ -0,0 +1,18 @@ +{ + "AddressLessThan20Prefixed0_gnv" : { + "expect" : "valid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "", + "gasLimit" : "21000", + "gasPrice" : "0", + "nonce" : "0", + "to" : "0x000000000000000000000000000b9331677e6ebf", + "value" : "0", + "v" : "1", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/AddressMoreThan20Filler.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/AddressMoreThan20Filler.json new file mode 100644 index 000000000..545a0b74a --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/AddressMoreThan20Filler.json @@ -0,0 +1,18 @@ +{ + "AddressMoreThan20" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "", + "gasLimit" : "21000", + "gasPrice" : "0", + "nonce" : "0", + "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b1c", + "value" : "0", + "v" : "1", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/AddressMoreThan20PrefixedBy0Filler.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/AddressMoreThan20PrefixedBy0Filler.json new file mode 100644 index 000000000..e78adc4fa --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/AddressMoreThan20PrefixedBy0Filler.json @@ -0,0 +1,18 @@ +{ + "AddressMoreThan20PrefixedBy0" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "0x12", + "gasLimit" : "21000", + "gasPrice" : "0", + "nonce" : "0", + "to" : "0x0000000000000000095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "0", + "v" : "1", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/DataTestEnoughGASFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/DataTestEnoughGASFiller.json new file mode 100644 index 000000000..a94eb8c75 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/DataTestEnoughGASFiller.json @@ -0,0 +1,18 @@ +{ + "DataTestEnoughGAS" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "0x0358ac39584bc98a7c979f984b03", + "gasLimit" : "23000", + "gasPrice" : "0", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "10", + "v" : "1", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/DataTestEnoughGAS_gnvFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/DataTestEnoughGAS_gnvFiller.json new file mode 100644 index 000000000..624f00998 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/DataTestEnoughGAS_gnvFiller.json @@ -0,0 +1,18 @@ +{ + "DataTestEnoughGAS_gnv" : { + "expect" : "valid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "0x0358ac39584bc98a7c979f984b03", + "gasLimit" : "23000", + "gasPrice" : "0", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "0", + "v" : "1", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/DataTestFirstZeroBytesFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/DataTestFirstZeroBytesFiller.json new file mode 100644 index 000000000..9f896c652 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/DataTestFirstZeroBytesFiller.json @@ -0,0 +1,18 @@ +{ + "DataTestFirstZeroBytes" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "0x0000000000000000000000000001000000000000000000000000000000", + "gasLimit" : "25000", + "gasPrice" : "1", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "10", + "v" : "1", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/DataTestFirstZeroBytes_gnvFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/DataTestFirstZeroBytes_gnvFiller.json new file mode 100644 index 000000000..03d494daf --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/DataTestFirstZeroBytes_gnvFiller.json @@ -0,0 +1,18 @@ +{ + "DataTestFirstZeroBytes_gnv" : { + "expect" : "valid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "0x0000000000000000000000000001000000000000000000000000000000", + "gasLimit" : "25000", + "gasPrice" : "0", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "0", + "v" : "1", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/DataTestLastZeroBytesFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/DataTestLastZeroBytesFiller.json new file mode 100644 index 000000000..e0d0bbaf7 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/DataTestLastZeroBytesFiller.json @@ -0,0 +1,18 @@ +{ + "DataTestLastZeroBytes" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "0x0100000000000000000000000000000000000000000000000000000000", + "gasLimit" : "25000", + "gasPrice" : "1", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "0", + "v" : "1", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/DataTestLastZeroBytes_gnvFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/DataTestLastZeroBytes_gnvFiller.json new file mode 100644 index 000000000..8f0055a2e --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/DataTestLastZeroBytes_gnvFiller.json @@ -0,0 +1,18 @@ +{ + "DataTestLastZeroBytes_gnv" : { + "expect" : "valid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "0x0100000000000000000000000000000000000000000000000000000000", + "gasLimit" : "25000", + "gasPrice" : "0", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "0", + "v" : "1", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/DataTestNotEnoughGASFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/DataTestNotEnoughGASFiller.json new file mode 100644 index 000000000..bdd27f5be --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/DataTestNotEnoughGASFiller.json @@ -0,0 +1,18 @@ +{ + "DataTestNotEnoughGAS" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "0x0358ac39584bc98a7c979f984b03", + "gasLimit" : "21020", + "gasPrice" : "0", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "0", + "v" : "1", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/DataTestZeroBytesFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/DataTestZeroBytesFiller.json new file mode 100644 index 000000000..549215474 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/DataTestZeroBytesFiller.json @@ -0,0 +1,18 @@ +{ + "DataTestZeroBytes" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "0x0000000000000000000000000000000000000000000000000000000000", + "gasLimit" : "25000", + "gasPrice" : "0", + "nonce" : "1", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "0", + "v" : "1", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/DataTestZeroBytes_gnvFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/DataTestZeroBytes_gnvFiller.json new file mode 100644 index 000000000..ff5ee56e4 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/DataTestZeroBytes_gnvFiller.json @@ -0,0 +1,18 @@ +{ + "DataTestZeroBytes_gnv" : { + "expect" : "valid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "0x0000000000000000000000000000000000000000000000000000000000", + "gasLimit" : "25000", + "gasPrice" : "0", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "0", + "v" : "1", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/EmptyTransactionFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/EmptyTransactionFiller.json new file mode 100644 index 000000000..eb1a876b9 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/EmptyTransactionFiller.json @@ -0,0 +1,18 @@ +{ + "EmptyTransaction" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "", + "gasLimit" : "0", + "gasPrice" : "0", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "0", + "v" : "1", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/NotEnoughGasLimitFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/NotEnoughGasLimitFiller.json new file mode 100644 index 000000000..beaf73634 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/NotEnoughGasLimitFiller.json @@ -0,0 +1,18 @@ +{ + "NotEnoughGasLimit" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "0x", + "gasLimit" : "20000", + "gasPrice" : "1", + "nonce" : "3", + "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "value" : "10", + "v" : "1", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/NotEnoughGasLimit_gnvFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/NotEnoughGasLimit_gnvFiller.json new file mode 100644 index 000000000..00b2ffa30 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/NotEnoughGasLimit_gnvFiller.json @@ -0,0 +1,18 @@ +{ + "NotEnoughGasLimit_gnv" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "0x", + "gasLimit" : "20000", + "gasPrice" : "0", + "nonce" : "0", + "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "value" : "0", + "v" : "1", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/RightVRSTestFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/RightVRSTestFiller.json new file mode 100644 index 000000000..e76fafa38 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/RightVRSTestFiller.json @@ -0,0 +1,18 @@ +{ + "RightVRSTest" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "0x", + "gasLimit" : "21000", + "gasPrice" : "0", + "nonce" : "3", + "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "value" : "10", + "v" : "1", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/RightVRSTest_gnvFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/RightVRSTest_gnvFiller.json new file mode 100644 index 000000000..ada6be8cd --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/RightVRSTest_gnvFiller.json @@ -0,0 +1,18 @@ +{ + "RightVRSTest_gnv" : { + "expect" : "valid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "0x", + "gasLimit" : "21000", + "gasPrice" : "0", + "nonce" : "0", + "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "value" : "0", + "v" : "1", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithGasLimitOverflow2Filler.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithGasLimitOverflow2Filler.json new file mode 100644 index 000000000..183727956 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithGasLimitOverflow2Filler.json @@ -0,0 +1,19 @@ +{ + "TransactionWithGasLimitOverflow2" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "", + "gasLimit" : "2^63", + "gasLimit" : "9223372036854775808", + "gasPrice" : "0", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "11", + "v" : "1", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithGasLimitOverflow2_gnvFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithGasLimitOverflow2_gnvFiller.json new file mode 100644 index 000000000..897a79d62 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithGasLimitOverflow2_gnvFiller.json @@ -0,0 +1,19 @@ +{ + "TransactionWithGasLimitOverflow2_gnv" : { + "expect" : "valid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "", + "gasLimit" : "2^63", + "gasLimit" : "9223372036854775808", + "gasPrice" : "0", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "0", + "v" : "1", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithGasLimitOverflow63Filler.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithGasLimitOverflow63Filler.json new file mode 100644 index 000000000..feb859e78 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithGasLimitOverflow63Filler.json @@ -0,0 +1,18 @@ +{ + "TransactionWithGasLimitOverflow63" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "", + "gasLimit" : "9223372036854775808", + "gasPrice" : "1", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "0", + "v" : "1", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithGasLimitOverflow63_1Filler.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithGasLimitOverflow63_1Filler.json new file mode 100644 index 000000000..084caa2a6 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithGasLimitOverflow63_1Filler.json @@ -0,0 +1,18 @@ +{ + "TransactionWithGasLimitOverflow63_1" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "", + "gasLimit" : "9223372036854775809", + "gasPrice" : "0", + "nonce" : "1", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "0", + "v" : "1", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithGasLimitOverflow63_1_gnvFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithGasLimitOverflow63_1_gnvFiller.json new file mode 100644 index 000000000..4fb8438b1 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithGasLimitOverflow63_1_gnvFiller.json @@ -0,0 +1,18 @@ +{ + "TransactionWithGasLimitOverflow63_1_gnv" : { + "expect" : "valid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "", + "gasLimit" : "9223372036854775809", + "gasPrice" : "0", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "0", + "v" : "1", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithGasLimitOverflow63_gnvFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithGasLimitOverflow63_gnvFiller.json new file mode 100644 index 000000000..5e0815b2d --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithGasLimitOverflow63_gnvFiller.json @@ -0,0 +1,18 @@ +{ + "TransactionWithGasLimitOverflow63_gnv" : { + "expect" : "valid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "", + "gasLimit" : "9223372036854775808", + "gasPrice" : "0", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "0", + "v" : "1", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithGasLimitOverflowFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithGasLimitOverflowFiller.json new file mode 100644 index 000000000..8a9e144d6 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithGasLimitOverflowFiller.json @@ -0,0 +1,18 @@ +{ + "TransactionWithGasLimitOverflow" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "", + "gasLimit" : "115792089237316195423570985008687907853269984665640564039457584007913129639936", + "gasPrice" : "0", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "0", + "v" : "1", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithGasLimitxPriceOverflow2Filler.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithGasLimitxPriceOverflow2Filler.json new file mode 100644 index 000000000..84876b198 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithGasLimitxPriceOverflow2Filler.json @@ -0,0 +1,18 @@ +{ + "TransactionWithGasLimitxPriceOverflow2" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "", + "gasLimit" : "10000000", + "gasPrice" : "16769767339735900", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "0", + "v" : "1", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithGasLimitxPriceOverflowFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithGasLimitxPriceOverflowFiller.json new file mode 100644 index 000000000..dbf4cbdfb --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithGasLimitxPriceOverflowFiller.json @@ -0,0 +1,18 @@ +{ + "TransactionWithGasLimitxPriceOverflow" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "", + "gasLimit" : "115792089237316195423570985008687907853269984665640564039457584007913129639935", + "gasPrice" : "100000000000000000", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "0", + "v" : "1", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithGasPriceOverflowFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithGasPriceOverflowFiller.json new file mode 100644 index 000000000..03b881d3e --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithGasPriceOverflowFiller.json @@ -0,0 +1,18 @@ +{ + "TransactionWithGasPriceOverflow" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "", + "gasLimit" : "21000", + "gasPrice" : "115792089237316195423570985008687907853269984665640564039457584007913129639936", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "0", + "v" : "1", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithHighValueOverflowFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithHighValueOverflowFiller.json new file mode 100644 index 000000000..2b15271c3 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithHighValueOverflowFiller.json @@ -0,0 +1,18 @@ +{ + "TransactionWithHighValueOverflow" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "", + "gasLimit" : "21000", + "gasPrice" : "0", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "115792089237316195423570985008687907853269984665640564039457584007913129639936", + "v" : "1", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithHihghGasLimit63m1Filler.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithHihghGasLimit63m1Filler.json new file mode 100644 index 000000000..a3d75934b --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithHihghGasLimit63m1Filler.json @@ -0,0 +1,19 @@ +{ + "TransactionWithHihghGasLimit63m1" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "", + "gasLimit" : "2^63 - 1", + "gasLimit" : "9223372036854775807", + "gasPrice" : "1", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "0", + "v" : "1", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithHihghGasLimit63m1_gnvFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithHihghGasLimit63m1_gnvFiller.json new file mode 100644 index 000000000..f5461f61c --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithHihghGasLimit63m1_gnvFiller.json @@ -0,0 +1,19 @@ +{ + "TransactionWithHihghGasLimit63m1_gnv" : { + "expect" : "valid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "", + "gasLimit" : "2^63 - 1", + "gasLimit" : "9223372036854775807", + "gasPrice" : "0", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "0", + "v" : "1", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithHihghGasPrice2Filler.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithHihghGasPrice2Filler.json new file mode 100644 index 000000000..0f059d6a0 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithHihghGasPrice2Filler.json @@ -0,0 +1,18 @@ +{ + "TransactionWithHihghGasPrice2" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "", + "gasLimit" : "55000", + "gasPrice" : "167697673397359", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "0", + "v" : "1", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithHihghGasPriceFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithHihghGasPriceFiller.json new file mode 100644 index 000000000..dc89a52a0 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithHihghGasPriceFiller.json @@ -0,0 +1,18 @@ +{ + "TransactionWithHihghGasPrice" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "", + "gasLimit" : "21000", + "gasPrice" : "115792089237316195423570985008687907853269984665640564039457584007913129639935", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "0", + "v" : "1", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithHihghNonce256Filler.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithHihghNonce256Filler.json new file mode 100644 index 000000000..504ac8249 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithHihghNonce256Filler.json @@ -0,0 +1,18 @@ +{ + "TransactionWithHihghNonce256" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "", + "gasLimit" : "21000", + "gasPrice" : "0", + "nonce" : "115792089237316195423570985008687907853269984665640564039457584007913129639935", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "0", + "v" : "1", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithHihghNonce32Filler.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithHihghNonce32Filler.json new file mode 100644 index 000000000..f7526f01b --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithHihghNonce32Filler.json @@ -0,0 +1,18 @@ +{ + "TransactionWithHihghNonce32" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "0x0358ac39584bc98a7c979f984b03", + "gasLimit" : "23000", + "gasPrice" : "0", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "10", + "v" : "1", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithHihghNonce32_2Filler.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithHihghNonce32_2Filler.json new file mode 100644 index 000000000..5db3dd289 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithHihghNonce32_2Filler.json @@ -0,0 +1,18 @@ +{ + "TransactionWithHihghNonce32_2" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "", + "gasLimit" : "21000", + "gasPrice" : "0", + "nonce" : "4294967296", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "0", + "v" : "1", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithHihghValueFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithHihghValueFiller.json new file mode 100644 index 000000000..1b5b9a897 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithHihghValueFiller.json @@ -0,0 +1,18 @@ +{ + "TransactionWithHihghValue" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "", + "gasLimit" : "21000", + "gasPrice" : "0", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "115792089237316195423570985008687907853269984665640564039457584007913129639935", + "v" : "1", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithNonceOverflowFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithNonceOverflowFiller.json new file mode 100644 index 000000000..f85b89518 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithNonceOverflowFiller.json @@ -0,0 +1,18 @@ +{ + "TransactionWithNonceOverflow" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "", + "gasLimit" : "21000", + "gasPrice" : "0", + "nonce" : "115792089237316195423570985008687907853269984665640564039457584007913129639936", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "0", + "v" : "1", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithRSvalue0Filler.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithRSvalue0Filler.json new file mode 100644 index 000000000..94762399a --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithRSvalue0Filler.json @@ -0,0 +1,18 @@ +{ + "TransactionWithRSvalue0" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "", + "gasLimit" : "21000", + "gasPrice" : "0", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "0", + "v" : "27", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithRvalue0Filler.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithRvalue0Filler.json new file mode 100644 index 000000000..82e2c7525 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithRvalue0Filler.json @@ -0,0 +1,18 @@ +{ + "TransactionWithRvalue0" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "", + "gasLimit" : "21000", + "gasPrice" : "0", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "0", + "v" : "27", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithRvalue1Filler.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithRvalue1Filler.json new file mode 100644 index 000000000..bde0dbdbb --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithRvalue1Filler.json @@ -0,0 +1,18 @@ +{ + "TransactionWithRvalue1" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "", + "gasLimit" : "21000", + "gasPrice" : "0", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "0", + "v" : "1", + "r" : "0x01", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithRvalueHighFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithRvalueHighFiller.json new file mode 100644 index 000000000..21878d0e9 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithRvalueHighFiller.json @@ -0,0 +1,18 @@ +{ + "TransactionWithRvalueHigh" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "", + "gasLimit" : "21000", + "gasPrice" : "0", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "0", + "v" : "1", + "r" : "0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364140", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithRvalueOverflowFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithRvalueOverflowFiller.json new file mode 100644 index 000000000..22756e613 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithRvalueOverflowFiller.json @@ -0,0 +1,18 @@ +{ + "TransactionWithRvalueOverflow" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "", + "gasLimit" : "21000", + "gasPrice" : "0", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "0", + "v" : "1", + "r" : "0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd03641410000", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithRvaluePrefixed00Filler.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithRvaluePrefixed00Filler.json new file mode 100644 index 000000000..993944432 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithRvaluePrefixed00Filler.json @@ -0,0 +1,18 @@ +{ + "TransactionWithRvaluePrefixed00" : { + "expect" : "valid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "", + "gasLimit" : "21000", + "gasPrice" : "0", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "0", + "v" : "1", + "r" : "000000000000000000", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithRvalueTooHighFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithRvalueTooHighFiller.json new file mode 100644 index 000000000..50c6086a4 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithRvalueTooHighFiller.json @@ -0,0 +1,18 @@ +{ + "TransactionWithRvalueTooHigh" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "", + "gasLimit" : "21000", + "gasPrice" : "0", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "0", + "v" : "1", + "r" : "0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithSvalue0Filler.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithSvalue0Filler.json new file mode 100644 index 000000000..72b0f8808 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithSvalue0Filler.json @@ -0,0 +1,18 @@ +{ + "TransactionWithSvalue0" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "", + "gasLimit" : "21000", + "gasPrice" : "0", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "0", + "v" : "27", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithSvalue1Filler.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithSvalue1Filler.json new file mode 100644 index 000000000..f632066cc --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithSvalue1Filler.json @@ -0,0 +1,18 @@ +{ + "TransactionWithSvalue1" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "", + "gasLimit" : "21000", + "gasPrice" : "0", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "0", + "v" : "1", + "r" : "0", + "s" : "0x01" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithSvalueEqual_c_secp256k1n_x05Filler.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithSvalueEqual_c_secp256k1n_x05Filler.json new file mode 100644 index 000000000..b25fd618a --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithSvalueEqual_c_secp256k1n_x05Filler.json @@ -0,0 +1,18 @@ +{ + "TransactionWithSvalueEqual_c_secp256k1n_x05" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "", + "gasLimit" : "21000", + "gasPrice" : "0", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "0", + "v" : "1", + "r" : "0", + "s" : "0x7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithSvalueHighFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithSvalueHighFiller.json new file mode 100644 index 000000000..9969d3738 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithSvalueHighFiller.json @@ -0,0 +1,18 @@ +{ + "TransactionWithSvalueHigh" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "", + "gasLimit" : "21000", + "gasPrice" : "0", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "0", + "v" : "1", + "r" : "0", + "s" : "0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364140" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithSvalueLargerThan_c_secp256k1n_x05Filler.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithSvalueLargerThan_c_secp256k1n_x05Filler.json new file mode 100644 index 000000000..2fdcee5ec --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithSvalueLargerThan_c_secp256k1n_x05Filler.json @@ -0,0 +1,18 @@ +{ + "TransactionWithSvalueLargerThan_c_secp256k1n_x05" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "", + "gasLimit" : "21000", + "gasPrice" : "0", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "0", + "v" : "1", + "r" : "0", + "s" : "0x7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a1" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithSvalueOverflowFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithSvalueOverflowFiller.json new file mode 100644 index 000000000..458bb4f8a --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithSvalueOverflowFiller.json @@ -0,0 +1,18 @@ +{ + "TransactionWithSvalueOverflow" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "", + "gasLimit" : "21000", + "gasPrice" : "0", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "0", + "v" : "1", + "r" : "0", + "s" : "0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f0000" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithSvaluePrefixed00Filler.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithSvaluePrefixed00Filler.json new file mode 100644 index 000000000..b2f473081 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithSvaluePrefixed00Filler.json @@ -0,0 +1,18 @@ +{ + "TransactionWithSvaluePrefixed00" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "", + "gasLimit" : "21000", + "gasPrice" : "1", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "11", + "v" : "1", + "r" : "0", + "s" : "0x0000000000000000000000000000" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithSvaluePrefixed00_gnvFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithSvaluePrefixed00_gnvFiller.json new file mode 100644 index 000000000..cb19f6c48 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithSvaluePrefixed00_gnvFiller.json @@ -0,0 +1,18 @@ +{ + "TransactionWithSvaluePrefixed00_gnv" : { + "expect" : "valid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "", + "gasLimit" : "21000", + "gasPrice" : "0", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "0", + "v" : "1", + "r" : "0", + "s" : "0x0000000000000000000000000000" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithSvalueTooHighFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithSvalueTooHighFiller.json new file mode 100644 index 000000000..93ae75ab3 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithSvalueTooHighFiller.json @@ -0,0 +1,18 @@ +{ + "TransactionWithSvalueTooHigh" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "", + "gasLimit" : "21000", + "gasPrice" : "0", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "0", + "v" : "1", + "r" : "0", + "s" : "0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithTooFewRLPElementsFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithTooFewRLPElementsFiller.json new file mode 100644 index 000000000..92af71a96 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithTooFewRLPElementsFiller.json @@ -0,0 +1,16 @@ +{ + "TransactionWithTooFewRLPElements" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "", + "gasPrice" : "0", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "v" : "1", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithTooManyRLPElementsFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithTooManyRLPElementsFiller.json new file mode 100644 index 000000000..4a301adf9 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithTooManyRLPElementsFiller.json @@ -0,0 +1,19 @@ +{ + "TransactionWithTooManyRLPElements" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "", + "gasLimit" : "21000", + "gasPrice" : "0", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "0", + "v" : "1", + "r" : "0", + "s" : "0", + "extrafield" : "128472387293" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/V_overflow32bitFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/V_overflow32bitFiller.json new file mode 100644 index 000000000..7a475ca4f --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/V_overflow32bitFiller.json @@ -0,0 +1,18 @@ +{ + "V_overflow32bit" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "0x5544", + "gasLimit" : "21000", + "gasPrice" : "1", + "nonce" : "3", + "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "value" : "10", + "v" : "4294967323", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/V_overflow32bitSignedFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/V_overflow32bitSignedFiller.json new file mode 100644 index 000000000..c578edcfb --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/V_overflow32bitSignedFiller.json @@ -0,0 +1,18 @@ +{ + "V_overflow32bitSigned" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "0x5544", + "gasLimit" : "21000", + "gasPrice" : "1", + "nonce" : "3", + "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "value" : "10", + "v" : "2147483647", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/V_overflow32bitSigned_gnvFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/V_overflow32bitSigned_gnvFiller.json new file mode 100644 index 000000000..b13b0ca25 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/V_overflow32bitSigned_gnvFiller.json @@ -0,0 +1,18 @@ +{ + "V_overflow32bitSigned_gnv" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "0x5544", + "gasLimit" : "21000", + "gasPrice" : "0", + "nonce" : "0", + "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "value" : "0", + "v" : "2147483647", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/V_overflow32bit_gnvFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/V_overflow32bit_gnvFiller.json new file mode 100644 index 000000000..5b51a98c7 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/V_overflow32bit_gnvFiller.json @@ -0,0 +1,18 @@ +{ + "V_overflow32bit_gnv" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "0x5544", + "gasLimit" : "21000", + "gasPrice" : "0", + "nonce" : "0", + "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "value" : "0", + "v" : "4294967323", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/V_overflow64bitPlus27Filler.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/V_overflow64bitPlus27Filler.json new file mode 100644 index 000000000..8fe9388b8 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/V_overflow64bitPlus27Filler.json @@ -0,0 +1,18 @@ +{ + "V_overflow64bitPlus27" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "0x5544", + "gasLimit" : "22000", + "gasPrice" : "1", + "nonce" : "3", + "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "value" : "10", + "v" : "18446744073709551643", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/V_overflow64bitPlus27_gnvFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/V_overflow64bitPlus27_gnvFiller.json new file mode 100644 index 000000000..af7ab9a07 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/V_overflow64bitPlus27_gnvFiller.json @@ -0,0 +1,18 @@ +{ + "V_overflow64bitPlus27_gnv" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "0x5544", + "gasLimit" : "22000", + "gasPrice" : "0", + "nonce" : "0", + "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "value" : "0", + "v" : "18446744073709551643", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/V_overflow64bitPlus28Filler.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/V_overflow64bitPlus28Filler.json new file mode 100644 index 000000000..e0932015f --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/V_overflow64bitPlus28Filler.json @@ -0,0 +1,18 @@ +{ + "V_overflow64bitPlus28" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "0x5544", + "gasLimit" : "22000", + "gasPrice" : "1", + "nonce" : "3", + "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "value" : "10", + "v" : "18446744073709551644", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/V_overflow64bitPlus28_gnvFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/V_overflow64bitPlus28_gnvFiller.json new file mode 100644 index 000000000..0315ee737 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/V_overflow64bitPlus28_gnvFiller.json @@ -0,0 +1,18 @@ +{ + "V_overflow64bitPlus28_gnv" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "0x5544", + "gasLimit" : "22000", + "gasPrice" : "0", + "nonce" : "0", + "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "value" : "0", + "v" : "18446744073709551644", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/V_overflow64bitSignedFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/V_overflow64bitSignedFiller.json new file mode 100644 index 000000000..47f6063c1 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/V_overflow64bitSignedFiller.json @@ -0,0 +1,18 @@ +{ + "V_overflow64bitSigned" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "0x5544", + "gasLimit" : "21000", + "gasPrice" : "0", + "nonce" : "0", + "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "value" : "0", + "v" : "18446744073709551388", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/WrongVRSTestIncorrectSizeFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/WrongVRSTestIncorrectSizeFiller.json new file mode 100644 index 000000000..1d3434c7f --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/WrongVRSTestIncorrectSizeFiller.json @@ -0,0 +1,18 @@ +{ + "WrongVRSTestIncorrectSize" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "", + "gasLimit" : "21000", + "gasPrice" : "0", + "nonce" : "0", + "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "value" : "0", + "v" : "1", + "r" : "0x98ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4a02c3", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/WrongVRSTestVEqual26Filler.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/WrongVRSTestVEqual26Filler.json new file mode 100644 index 000000000..eeefaaf67 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/WrongVRSTestVEqual26Filler.json @@ -0,0 +1,18 @@ +{ + "WrongVRSTestVEqual26" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "", + "gasLimit" : "21000", + "gasPrice" : "0", + "nonce" : "0", + "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "value" : "0", + "v" : "26", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/WrongVRSTestVEqual29Filler.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/WrongVRSTestVEqual29Filler.json new file mode 100644 index 000000000..20cb01a9d --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/WrongVRSTestVEqual29Filler.json @@ -0,0 +1,18 @@ +{ + "WrongVRSTestVEqual29" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "", + "gasLimit" : "21000", + "gasPrice" : "0", + "nonce" : "0", + "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "value" : "0", + "v" : "29", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/WrongVRSTestVEqual31Filler.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/WrongVRSTestVEqual31Filler.json new file mode 100644 index 000000000..9188922f8 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/WrongVRSTestVEqual31Filler.json @@ -0,0 +1,18 @@ +{ + "WrongVRSTestVEqual31" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "", + "gasLimit" : "21000", + "gasPrice" : "0", + "nonce" : "0", + "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "value" : "0", + "v" : "31", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/WrongVRSTestVOverflowFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/WrongVRSTestVOverflowFiller.json new file mode 100644 index 000000000..8c23e684f --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/WrongVRSTestVOverflowFiller.json @@ -0,0 +1,18 @@ +{ + "WrongVRSTestVOverflow" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : + { + "data" : "", + "gasLimit" : "21000", + "gasPrice" : "0", + "nonce" : "0", + "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "value" : "0", + "v" : "310", + "r" : "0", + "s" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/dataTx_bcValidBlockTestFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/dataTx_bcValidBlockTestFiller.json new file mode 100644 index 000000000..1fcda72fc --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/dataTx_bcValidBlockTestFiller.json @@ -0,0 +1,17 @@ +{ + "dataTx_bcValidBlockTest": { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction": { + "nonce": "1", + "gasPrice": "0", + "gasLimit": "80000", + "to": "", + "data": "0x60056013565b6101918061001d6000396000f35b3360008190555056006001600060e060020a6000350480630a874df61461003a57806341c0e1b514610058578063a02b161e14610066578063dbbdf0831461007757005b610045600435610149565b80600160a060020a031660005260206000f35b610060610161565b60006000f35b6100716004356100d4565b60006000f35b61008560043560243561008b565b60006000f35b600054600160a060020a031632600160a060020a031614156100ac576100b1565b6100d0565b8060018360005260205260406000208190555081600060005260206000a15b5050565b600054600160a060020a031633600160a060020a031614158015610118575033600160a060020a0316600182600052602052604060002054600160a060020a031614155b61012157610126565b610146565b600060018260005260205260406000208190555080600060005260206000a15b50565b60006001826000526020526040600020549050919050565b600054600160a060020a031633600160a060020a0316146101815761018f565b600054600160a060020a0316ff5b56", + "r" : "0", + "s" : "0", + "v": "1", + "value": "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/dataTx_bcValidBlockTest_gnvFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/dataTx_bcValidBlockTest_gnvFiller.json new file mode 100644 index 000000000..54a4fec5b --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/dataTx_bcValidBlockTest_gnvFiller.json @@ -0,0 +1,17 @@ +{ + "dataTx_bcValidBlockTest_gnv": { + "expect" : "valid", + "blocknumber" : "3094218", + "transaction": { + "nonce": "0", + "gasPrice": "0", + "gasLimit": "80000", + "to": "", + "data": "0x60056013565b6101918061001d6000396000f35b3360008190555056006001600060e060020a6000350480630a874df61461003a57806341c0e1b514610058578063a02b161e14610066578063dbbdf0831461007757005b610045600435610149565b80600160a060020a031660005260206000f35b610060610161565b60006000f35b6100716004356100d4565b60006000f35b61008560043560243561008b565b60006000f35b600054600160a060020a031632600160a060020a031614156100ac576100b1565b6100d0565b8060018360005260205260406000208190555081600060005260206000a15b5050565b600054600160a060020a031633600160a060020a031614158015610118575033600160a060020a0316600182600052602052604060002054600160a060020a031614155b61012157610126565b610146565b600060018260005260205260406000208190555080600060005260206000a15b50565b60006001826000526020526040600020549050919050565b600054600160a060020a031633600160a060020a0316146101815761018f565b600054600160a060020a0316ff5b56", + "r" : "0", + "s" : "0", + "v": "1", + "value": "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/invalidSignatureFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/invalidSignatureFiller.json new file mode 100644 index 000000000..83ee3e4bc --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/invalidSignatureFiller.json @@ -0,0 +1,17 @@ +{ + "invalidSignature" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : { + "data" : "", + "gasLimit" : "1000000", + "gasPrice" : "0", + "nonce" : "0", + "r" : "0", + "s" : "0", + "v": "27", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "100000" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/invalidSignature_gnvFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/invalidSignature_gnvFiller.json new file mode 100644 index 000000000..1d27f50f2 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/invalidSignature_gnvFiller.json @@ -0,0 +1,17 @@ +{ + "invalidSignature_gnv" : { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction" : { + "data" : "", + "gasLimit" : "1000000", + "gasPrice" : "0", + "nonce" : "0", + "r" : "0", + "s" : "0", + "v": "27", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/libsecp256k1testFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/libsecp256k1testFiller.json new file mode 100644 index 000000000..e718d8747 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/libsecp256k1testFiller.json @@ -0,0 +1,17 @@ +{ + "libsecp256k1test": { + "expect" : "invalid", + "blocknumber" : "3094218", + "transaction": { + "nonce": "0", + "gasPrice": "0x09184e72a000", + "gasLimit": "0xf388", + "to": "", + "data": "0x", + "r": "0", + "s": "0", + "v": "1", + "value": "0" + } + } +} diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/libsecp256k1test_gnvFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/libsecp256k1test_gnvFiller.json new file mode 100644 index 000000000..8927f56e9 --- /dev/null +++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/libsecp256k1test_gnvFiller.json @@ -0,0 +1,17 @@ +{ + "libsecp256k1test_gnv": { + "expect" : "valid", + "blocknumber" : "3094218", + "transaction": { + "nonce": "0", + "gasPrice": "0", + "gasLimit": "0xf388", + "to": "", + "data": "0x", + "r": "0", + "s": "0", + "v": "1", + "value": "0" + } + } +} |