From d7bc1c65afa5112c20e4a4b1d385d1d2e68cae70 Mon Sep 17 00:00:00 2001 From: Dimitry Date: Mon, 28 Aug 2017 21:41:03 +0300 Subject: split transaction tests into separate files --- .../ttVRuleEip158/AddressLessThan20.json | 11 ++++++++++ .../ttVRuleEip158/AddressLessThan20Prefixed0.json | 24 +++++++++++++++++++++ .../ttVRuleEip158/AddressMoreThan20.json | 11 ++++++++++ .../AddressMoreThan20PrefixedBy0.json | 11 ++++++++++ .../ttVRuleEip158/DataTestEnoughGAS.json | 24 +++++++++++++++++++++ .../ttVRuleEip158/DataTestFirstZeroBytes.json | 24 +++++++++++++++++++++ .../ttVRuleEip158/DataTestLastZeroBytes.json | 24 +++++++++++++++++++++ .../ttVRuleEip158/DataTestNotEnoughGAS.json | 11 ++++++++++ .../ttVRuleEip158/DataTestZeroBytes.json | 24 +++++++++++++++++++++ .../ttVRuleEip158/EmptyTransaction.json | 11 ++++++++++ .../ttVRuleEip158/NotEnoughGasLimit.json | 11 ++++++++++ TransactionTests/ttVRuleEip158/RSsecp256k1.json | 11 ++++++++++ TransactionTests/ttVRuleEip158/RightVRSTest.json | 24 +++++++++++++++++++++ TransactionTests/ttVRuleEip158/SenderTest.json | 25 ++++++++++++++++++++++ .../TransactionWithGasLimitOverflow.json | 11 ++++++++++ .../TransactionWithGasLimitOverflow2.json | 24 +++++++++++++++++++++ .../TransactionWithGasLimitOverflow63.json | 24 +++++++++++++++++++++ .../TransactionWithGasLimitOverflow63_1.json | 24 +++++++++++++++++++++ .../TransactionWithGasLimitxPriceOverflow.json | 24 +++++++++++++++++++++ .../TransactionWithGasLimitxPriceOverflow2.json | 24 +++++++++++++++++++++ .../TransactionWithGasPriceOverflow.json | 11 ++++++++++ .../TransactionWithHighValueOverflow.json | 11 ++++++++++ .../TransactionWithHihghGasLimit63m1.json | 24 +++++++++++++++++++++ .../TransactionWithHihghGasPrice.json | 24 +++++++++++++++++++++ .../TransactionWithHihghGasPrice2.json | 24 +++++++++++++++++++++ .../TransactionWithHihghNonce256.json | 24 +++++++++++++++++++++ .../ttVRuleEip158/TransactionWithHihghNonce32.json | 24 +++++++++++++++++++++ .../ttVRuleEip158/TransactionWithHihghValue.json | 24 +++++++++++++++++++++ .../TransactionWithNonceOverflow.json | 11 ++++++++++ .../ttVRuleEip158/TransactionWithRSvalue0.json | 11 ++++++++++ .../ttVRuleEip158/TransactionWithRSvalue1.json | 24 +++++++++++++++++++++ .../ttVRuleEip158/TransactionWithRvalue0.json | 11 ++++++++++ .../ttVRuleEip158/TransactionWithRvalue1.json | 24 +++++++++++++++++++++ .../ttVRuleEip158/TransactionWithRvalueHigh.json | 11 ++++++++++ .../TransactionWithRvalueOverflow.json | 11 ++++++++++ .../TransactionWithRvaluePrefixed00.json | 24 +++++++++++++++++++++ .../TransactionWithRvalueTooHigh.json | 11 ++++++++++ .../ttVRuleEip158/TransactionWithSvalue0.json | 11 ++++++++++ .../ttVRuleEip158/TransactionWithSvalue1.json | 24 +++++++++++++++++++++ ...ransactionWithSvalueEqual_c_secp256k1n_x05.json | 24 +++++++++++++++++++++ .../ttVRuleEip158/TransactionWithSvalueHigh.json | 11 ++++++++++ ...ctionWithSvalueLargerThan_c_secp256k1n_x05.json | 11 ++++++++++ ...sactionWithSvalueLessThan_c_secp256k1n_x05.json | 24 +++++++++++++++++++++ .../TransactionWithSvalueOverflow.json | 11 ++++++++++ .../TransactionWithSvaluePrefixed00.json | 24 +++++++++++++++++++++ .../TransactionWithSvalueTooHigh.json | 11 ++++++++++ .../TransactionWithTooFewRLPElements.json | 11 ++++++++++ .../TransactionWithTooManyRLPElements.json | 11 ++++++++++ .../ttVRuleEip158/WrongVRSTestIncorrectSize.json | 11 ++++++++++ .../ttVRuleEip158/WrongVRSTestVEqual36.json | 11 ++++++++++ .../ttVRuleEip158/WrongVRSTestVEqual39.json | 11 ++++++++++ .../ttVRuleEip158/WrongVRSTestVEqual41.json | 11 ++++++++++ .../ttVRuleEip158/dataTx_bcValidBlockTest.json | 24 +++++++++++++++++++++ .../ttVRuleEip158/invalidSignature.json | 11 ++++++++++ .../ttVRuleEip158/libsecp256k1test.json | 24 +++++++++++++++++++++ TransactionTests/ttVRuleEip158/unpadedRValue.json | 24 +++++++++++++++++++++ 56 files changed, 981 insertions(+) create mode 100644 TransactionTests/ttVRuleEip158/AddressLessThan20.json create mode 100644 TransactionTests/ttVRuleEip158/AddressLessThan20Prefixed0.json create mode 100644 TransactionTests/ttVRuleEip158/AddressMoreThan20.json create mode 100644 TransactionTests/ttVRuleEip158/AddressMoreThan20PrefixedBy0.json create mode 100644 TransactionTests/ttVRuleEip158/DataTestEnoughGAS.json create mode 100644 TransactionTests/ttVRuleEip158/DataTestFirstZeroBytes.json create mode 100644 TransactionTests/ttVRuleEip158/DataTestLastZeroBytes.json create mode 100644 TransactionTests/ttVRuleEip158/DataTestNotEnoughGAS.json create mode 100644 TransactionTests/ttVRuleEip158/DataTestZeroBytes.json create mode 100644 TransactionTests/ttVRuleEip158/EmptyTransaction.json create mode 100644 TransactionTests/ttVRuleEip158/NotEnoughGasLimit.json create mode 100644 TransactionTests/ttVRuleEip158/RSsecp256k1.json create mode 100644 TransactionTests/ttVRuleEip158/RightVRSTest.json create mode 100644 TransactionTests/ttVRuleEip158/SenderTest.json create mode 100644 TransactionTests/ttVRuleEip158/TransactionWithGasLimitOverflow.json create mode 100644 TransactionTests/ttVRuleEip158/TransactionWithGasLimitOverflow2.json create mode 100644 TransactionTests/ttVRuleEip158/TransactionWithGasLimitOverflow63.json create mode 100644 TransactionTests/ttVRuleEip158/TransactionWithGasLimitOverflow63_1.json create mode 100644 TransactionTests/ttVRuleEip158/TransactionWithGasLimitxPriceOverflow.json create mode 100644 TransactionTests/ttVRuleEip158/TransactionWithGasLimitxPriceOverflow2.json create mode 100644 TransactionTests/ttVRuleEip158/TransactionWithGasPriceOverflow.json create mode 100644 TransactionTests/ttVRuleEip158/TransactionWithHighValueOverflow.json create mode 100644 TransactionTests/ttVRuleEip158/TransactionWithHihghGasLimit63m1.json create mode 100644 TransactionTests/ttVRuleEip158/TransactionWithHihghGasPrice.json create mode 100644 TransactionTests/ttVRuleEip158/TransactionWithHihghGasPrice2.json create mode 100644 TransactionTests/ttVRuleEip158/TransactionWithHihghNonce256.json create mode 100644 TransactionTests/ttVRuleEip158/TransactionWithHihghNonce32.json create mode 100644 TransactionTests/ttVRuleEip158/TransactionWithHihghValue.json create mode 100644 TransactionTests/ttVRuleEip158/TransactionWithNonceOverflow.json create mode 100644 TransactionTests/ttVRuleEip158/TransactionWithRSvalue0.json create mode 100644 TransactionTests/ttVRuleEip158/TransactionWithRSvalue1.json create mode 100644 TransactionTests/ttVRuleEip158/TransactionWithRvalue0.json create mode 100644 TransactionTests/ttVRuleEip158/TransactionWithRvalue1.json create mode 100644 TransactionTests/ttVRuleEip158/TransactionWithRvalueHigh.json create mode 100644 TransactionTests/ttVRuleEip158/TransactionWithRvalueOverflow.json create mode 100644 TransactionTests/ttVRuleEip158/TransactionWithRvaluePrefixed00.json create mode 100644 TransactionTests/ttVRuleEip158/TransactionWithRvalueTooHigh.json create mode 100644 TransactionTests/ttVRuleEip158/TransactionWithSvalue0.json create mode 100644 TransactionTests/ttVRuleEip158/TransactionWithSvalue1.json create mode 100644 TransactionTests/ttVRuleEip158/TransactionWithSvalueEqual_c_secp256k1n_x05.json create mode 100644 TransactionTests/ttVRuleEip158/TransactionWithSvalueHigh.json create mode 100644 TransactionTests/ttVRuleEip158/TransactionWithSvalueLargerThan_c_secp256k1n_x05.json create mode 100644 TransactionTests/ttVRuleEip158/TransactionWithSvalueLessThan_c_secp256k1n_x05.json create mode 100644 TransactionTests/ttVRuleEip158/TransactionWithSvalueOverflow.json create mode 100644 TransactionTests/ttVRuleEip158/TransactionWithSvaluePrefixed00.json create mode 100644 TransactionTests/ttVRuleEip158/TransactionWithSvalueTooHigh.json create mode 100644 TransactionTests/ttVRuleEip158/TransactionWithTooFewRLPElements.json create mode 100644 TransactionTests/ttVRuleEip158/TransactionWithTooManyRLPElements.json create mode 100644 TransactionTests/ttVRuleEip158/WrongVRSTestIncorrectSize.json create mode 100644 TransactionTests/ttVRuleEip158/WrongVRSTestVEqual36.json create mode 100644 TransactionTests/ttVRuleEip158/WrongVRSTestVEqual39.json create mode 100644 TransactionTests/ttVRuleEip158/WrongVRSTestVEqual41.json create mode 100644 TransactionTests/ttVRuleEip158/dataTx_bcValidBlockTest.json create mode 100644 TransactionTests/ttVRuleEip158/invalidSignature.json create mode 100644 TransactionTests/ttVRuleEip158/libsecp256k1test.json create mode 100644 TransactionTests/ttVRuleEip158/unpadedRValue.json (limited to 'TransactionTests/ttVRuleEip158') diff --git a/TransactionTests/ttVRuleEip158/AddressLessThan20.json b/TransactionTests/ttVRuleEip158/AddressLessThan20.json new file mode 100644 index 000000000..7af58478e --- /dev/null +++ b/TransactionTests/ttVRuleEip158/AddressLessThan20.json @@ -0,0 +1,11 @@ +{ + "AddressLessThan20" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/AddressLessThan20Filler.json" + }, + "blocknumber" : "2675000", + "rlp" : "0xf8528001825208870b9331677e6ebf0a8026a098ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4aa01887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3" + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/AddressLessThan20Prefixed0.json b/TransactionTests/ttVRuleEip158/AddressLessThan20Prefixed0.json new file mode 100644 index 000000000..f576568f0 --- /dev/null +++ b/TransactionTests/ttVRuleEip158/AddressLessThan20Prefixed0.json @@ -0,0 +1,24 @@ +{ + "AddressLessThan20Prefixed0" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/AddressLessThan20Prefixed0Filler.json" + }, + "blocknumber" : "2675000", + "hash" : "c86f88f8e7dd25dfcafc3ce77a662df7c06b1ed311d91ba7062b03a2b0d36f39", + "rlp" : "0xf85f800182520894000000000000000000000000000b9331677e6ebf0a8026a098ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4aa02887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3", + "sender" : "d204d104fd106428498704a699cc43090db733ed", + "transaction" : { + "data" : "", + "gasLimit" : "0x5208", + "gasPrice" : "0x01", + "nonce" : "0x00", + "r" : "0x98ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4a", + "s" : "0x2887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3", + "to" : "0x000000000000000000000000000b9331677e6ebf", + "v" : "0x26", + "value" : "0x0a" + } + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/AddressMoreThan20.json b/TransactionTests/ttVRuleEip158/AddressMoreThan20.json new file mode 100644 index 000000000..22ba889c1 --- /dev/null +++ b/TransactionTests/ttVRuleEip158/AddressMoreThan20.json @@ -0,0 +1,11 @@ +{ + "AddressMoreThan20" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/AddressMoreThan20Filler.json" + }, + "blocknumber" : "2675000", + "rlp" : "0xf860800182520895b94f5374fce5edbc8e2a8697c15331677e6ebf0b1c0a8026a098ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4aa01887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3" + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/AddressMoreThan20PrefixedBy0.json b/TransactionTests/ttVRuleEip158/AddressMoreThan20PrefixedBy0.json new file mode 100644 index 000000000..113da98bd --- /dev/null +++ b/TransactionTests/ttVRuleEip158/AddressMoreThan20PrefixedBy0.json @@ -0,0 +1,11 @@ +{ + "AddressMoreThan20PrefixedBy0" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/AddressMoreThan20PrefixedBy0Filler.json" + }, + "blocknumber" : "2675000", + "rlp" : "0xf867367b8252089c0000000000000000095e7baea6a6c7c4c2dfeb977efac326af552d870b1225a048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353a01887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3" + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/DataTestEnoughGAS.json b/TransactionTests/ttVRuleEip158/DataTestEnoughGAS.json new file mode 100644 index 000000000..ea013559c --- /dev/null +++ b/TransactionTests/ttVRuleEip158/DataTestEnoughGAS.json @@ -0,0 +1,24 @@ +{ + "DataTestEnoughGAS" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/DataTestEnoughGASFiller.json" + }, + "blocknumber" : "2675000", + "hash" : "e25bbf185444ac875ca297ebc6c870d68b9a2d85b112b0ae59907a5fadf5d932", + "rlp" : "0xf86d80018259d894095e7baea6a6c7c4c2dfeb977efac326af552d870a8e0358ac39584bc98a7c979f984b0325a048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353a01fffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804", + "sender" : "bb9bae7f623ce877bddf6cd0a81baa08f19ead8b", + "transaction" : { + "data" : "0x0358ac39584bc98a7c979f984b03", + "gasLimit" : "0x59d8", + "gasPrice" : "0x01", + "nonce" : "0x00", + "r" : "0x48b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353", + "s" : "0x1fffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804", + "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", + "v" : "0x25", + "value" : "0x0a" + } + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/DataTestFirstZeroBytes.json b/TransactionTests/ttVRuleEip158/DataTestFirstZeroBytes.json new file mode 100644 index 000000000..09e8fd4fe --- /dev/null +++ b/TransactionTests/ttVRuleEip158/DataTestFirstZeroBytes.json @@ -0,0 +1,24 @@ +{ + "DataTestFirstZeroBytes" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/DataTestFirstZeroBytesFiller.json" + }, + "blocknumber" : "2675000", + "hash" : "66e460a629b48482c5f12afeee69f0be9bf0042c2743a2cc69bd42f6f015ee1f", + "rlp" : "0xf87c80018261a894095e7baea6a6c7c4c2dfeb977efac326af552d870a9d000000000000000000000000000100000000000000000000000000000026a048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353a01fffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804", + "sender" : "2cfae4703c0ddb70605c514c2f5d9d7dfcad96b6", + "transaction" : { + "data" : "0x0000000000000000000000000001000000000000000000000000000000", + "gasLimit" : "0x61a8", + "gasPrice" : "0x01", + "nonce" : "0x00", + "r" : "0x48b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353", + "s" : "0x1fffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804", + "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", + "v" : "0x26", + "value" : "0x0a" + } + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/DataTestLastZeroBytes.json b/TransactionTests/ttVRuleEip158/DataTestLastZeroBytes.json new file mode 100644 index 000000000..de21d6d9d --- /dev/null +++ b/TransactionTests/ttVRuleEip158/DataTestLastZeroBytes.json @@ -0,0 +1,24 @@ +{ + "DataTestLastZeroBytes" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/DataTestLastZeroBytesFiller.json" + }, + "blocknumber" : "2675000", + "hash" : "cf5a0db7297f4ab58dc7eff4391f18f01bef18cb5a0e80859e139eea58d0e5f6", + "rlp" : "0xf87c80018261a894095e7baea6a6c7c4c2dfeb977efac326af552d870a9d010000000000000000000000000000000000000000000000000000000025a048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353a01fffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804", + "sender" : "ed9466e3e0034cd4ab0f03d219152fd431a41c3b", + "transaction" : { + "data" : "0x0100000000000000000000000000000000000000000000000000000000", + "gasLimit" : "0x61a8", + "gasPrice" : "0x01", + "nonce" : "0x00", + "r" : "0x48b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353", + "s" : "0x1fffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804", + "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", + "v" : "0x25", + "value" : "0x0a" + } + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/DataTestNotEnoughGAS.json b/TransactionTests/ttVRuleEip158/DataTestNotEnoughGAS.json new file mode 100644 index 000000000..d78c29a42 --- /dev/null +++ b/TransactionTests/ttVRuleEip158/DataTestNotEnoughGAS.json @@ -0,0 +1,11 @@ +{ + "DataTestNotEnoughGAS" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/DataTestNotEnoughGASFiller.json" + }, + "blocknumber" : "2675000", + "rlp" : "0xf86d800182521c94095e7baea6a6c7c4c2dfeb977efac326af552d870a8e0358ac39584bc98a7c979f984b0326a048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353a01887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3" + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/DataTestZeroBytes.json b/TransactionTests/ttVRuleEip158/DataTestZeroBytes.json new file mode 100644 index 000000000..1ab9e8a39 --- /dev/null +++ b/TransactionTests/ttVRuleEip158/DataTestZeroBytes.json @@ -0,0 +1,24 @@ +{ + "DataTestZeroBytes" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/DataTestZeroBytesFiller.json" + }, + "blocknumber" : "2675000", + "hash" : "775d24f8eb0c9ece455d73959910905b531ad6c27992498210fff0d4a43728e3", + "rlp" : "0xf87c80018261a894095e7baea6a6c7c4c2dfeb977efac326af552d870a9d000000000000000000000000000000000000000000000000000000000026a048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353a01fffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804", + "sender" : "ec3384dee0d5bac4163635cdd31289d6f0920bc5", + "transaction" : { + "data" : "0x0000000000000000000000000000000000000000000000000000000000", + "gasLimit" : "0x61a8", + "gasPrice" : "0x01", + "nonce" : "0x00", + "r" : "0x48b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353", + "s" : "0x1fffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804", + "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", + "v" : "0x26", + "value" : "0x0a" + } + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/EmptyTransaction.json b/TransactionTests/ttVRuleEip158/EmptyTransaction.json new file mode 100644 index 000000000..ab58ed65c --- /dev/null +++ b/TransactionTests/ttVRuleEip158/EmptyTransaction.json @@ -0,0 +1,11 @@ +{ + "EmptyTransaction" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/EmptyTransactionFiller.json" + }, + "blocknumber" : "2675000", + "rlp" : "0xf85d80808094095e7baea6a6c7c4c2dfeb977efac326af552d87808025a048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353a01887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3" + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/NotEnoughGasLimit.json b/TransactionTests/ttVRuleEip158/NotEnoughGasLimit.json new file mode 100644 index 000000000..31c696f74 --- /dev/null +++ b/TransactionTests/ttVRuleEip158/NotEnoughGasLimit.json @@ -0,0 +1,11 @@ +{ + "NotEnoughGasLimit" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/NotEnoughGasLimitFiller.json" + }, + "blocknumber" : "2675000", + "rlp" : "0xf85f0301824e2094b94f5374fce5edbc8e2a8697c15331677e6ebf0b0a8026a098ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4aa01887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3" + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/RSsecp256k1.json b/TransactionTests/ttVRuleEip158/RSsecp256k1.json new file mode 100644 index 000000000..fdbbf20a8 --- /dev/null +++ b/TransactionTests/ttVRuleEip158/RSsecp256k1.json @@ -0,0 +1,11 @@ +{ + "RSsecp256k1" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/RSsecp256k1Filler.json" + }, + "blocknumber" : "2675000", + "rlp" : "0xf85f030182520894b94f5374fce5edbc8e2a8697c15331677e6ebf0b0a8026a0fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141a0fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141" + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/RightVRSTest.json b/TransactionTests/ttVRuleEip158/RightVRSTest.json new file mode 100644 index 000000000..d97d69c44 --- /dev/null +++ b/TransactionTests/ttVRuleEip158/RightVRSTest.json @@ -0,0 +1,24 @@ +{ + "RightVRSTest" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/RightVRSTestFiller.json" + }, + "blocknumber" : "2675000", + "hash" : "e02990cad4cb38c5b32735af064f6bac6b11d2055497cd7e15f16c0294c55ff1", + "rlp" : "0xf85f030182520894b94f5374fce5edbc8e2a8697c15331677e6ebf0b0a8026a098ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4aa01887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3", + "sender" : "a498686d147f218089fc81cec973dea1cb01ef00", + "transaction" : { + "data" : "0x", + "gasLimit" : "0x5208", + "gasPrice" : "0x01", + "nonce" : "0x03", + "r" : "0x98ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4a", + "s" : "0x1887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3", + "to" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "v" : "0x26", + "value" : "0x0a" + } + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/SenderTest.json b/TransactionTests/ttVRuleEip158/SenderTest.json new file mode 100644 index 000000000..e3e7596e6 --- /dev/null +++ b/TransactionTests/ttVRuleEip158/SenderTest.json @@ -0,0 +1,25 @@ +{ + "SenderTest" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/SenderTestFiller.json" + }, + "blocknumber" : "2675000", + "hash" : "b19620299fc32a5963de238711c7d8475663e0743e35da8f0240494569702a8e", + "rlp" : "0xf85f800182520894095e7baea6a6c7c4c2dfeb977efac326af552d870a8025a048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353a01fffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804", + "sender" : "d2e069655a831ea8f80b402c9e6dbcb7b526bd44", + "senderExpect" : "sender 963f4a0d8a11b758de8d5b99ab4ac898d6438ea6", + "transaction" : { + "data" : "", + "gasLimit" : "0x5208", + "gasPrice" : "0x01", + "nonce" : "0x00", + "r" : "0x48b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353", + "s" : "0x1fffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804", + "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", + "v" : "0x25", + "value" : "0x0a" + } + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/TransactionWithGasLimitOverflow.json b/TransactionTests/ttVRuleEip158/TransactionWithGasLimitOverflow.json new file mode 100644 index 000000000..80eea932c --- /dev/null +++ b/TransactionTests/ttVRuleEip158/TransactionWithGasLimitOverflow.json @@ -0,0 +1,11 @@ +{ + "TransactionWithGasLimitOverflow" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/TransactionWithGasLimitOverflowFiller.json" + }, + "blocknumber" : "2675000", + "rlp" : "0xf87e8001a101000000000000000000000000000000000000000000000000000000000000000094095e7baea6a6c7c4c2dfeb977efac326af552d870b8026a048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353a01887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3" + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/TransactionWithGasLimitOverflow2.json b/TransactionTests/ttVRuleEip158/TransactionWithGasLimitOverflow2.json new file mode 100644 index 000000000..54d362c78 --- /dev/null +++ b/TransactionTests/ttVRuleEip158/TransactionWithGasLimitOverflow2.json @@ -0,0 +1,24 @@ +{ + "TransactionWithGasLimitOverflow2" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/TransactionWithGasLimitOverflow2Filler.json" + }, + "blocknumber" : "2675000", + "hash" : "2b0a6b7051de65d6e8c7d05fd10ff6b701046660bc01b8c4eca3cb0d9928bbf5", + "rlp" : "0xf865800188800000000000000094095e7baea6a6c7c4c2dfeb977efac326af552d870b8025a048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353a01887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3", + "sender" : "a63ef76db6b15ffefb0f8c032f28183321989e7c", + "transaction" : { + "data" : "", + "gasLimit" : "0x8000000000000000", + "gasPrice" : "0x01", + "nonce" : "0x00", + "r" : "0x48b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353", + "s" : "0x1887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3", + "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", + "v" : "0x25", + "value" : "0x0b" + } + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/TransactionWithGasLimitOverflow63.json b/TransactionTests/ttVRuleEip158/TransactionWithGasLimitOverflow63.json new file mode 100644 index 000000000..6598edc66 --- /dev/null +++ b/TransactionTests/ttVRuleEip158/TransactionWithGasLimitOverflow63.json @@ -0,0 +1,24 @@ +{ + "TransactionWithGasLimitOverflow63" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/TransactionWithGasLimitOverflow63Filler.json" + }, + "blocknumber" : "2675000", + "hash" : "2b0a6b7051de65d6e8c7d05fd10ff6b701046660bc01b8c4eca3cb0d9928bbf5", + "rlp" : "0xf865800188800000000000000094095e7baea6a6c7c4c2dfeb977efac326af552d870b8025a048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353a01887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3", + "sender" : "a63ef76db6b15ffefb0f8c032f28183321989e7c", + "transaction" : { + "data" : "", + "gasLimit" : "0x8000000000000000", + "gasPrice" : "0x01", + "nonce" : "0x00", + "r" : "0x48b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353", + "s" : "0x1887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3", + "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", + "v" : "0x25", + "value" : "0x0b" + } + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/TransactionWithGasLimitOverflow63_1.json b/TransactionTests/ttVRuleEip158/TransactionWithGasLimitOverflow63_1.json new file mode 100644 index 000000000..d6646304c --- /dev/null +++ b/TransactionTests/ttVRuleEip158/TransactionWithGasLimitOverflow63_1.json @@ -0,0 +1,24 @@ +{ + "TransactionWithGasLimitOverflow63_1" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/TransactionWithGasLimitOverflow63_1Filler.json" + }, + "blocknumber" : "2675000", + "hash" : "452e4bb4a084738b958ec848aa9414ada2901df36cf27551f1cbbb4ca8edb209", + "rlp" : "0xf865800188800000000000000194095e7baea6a6c7c4c2dfeb977efac326af552d870b8025a048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353a01887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3", + "sender" : "71a3ce808f414abb864415a2712094db80904198", + "transaction" : { + "data" : "", + "gasLimit" : "0x8000000000000001", + "gasPrice" : "0x01", + "nonce" : "0x00", + "r" : "0x48b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353", + "s" : "0x1887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3", + "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", + "v" : "0x25", + "value" : "0x0b" + } + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/TransactionWithGasLimitxPriceOverflow.json b/TransactionTests/ttVRuleEip158/TransactionWithGasLimitxPriceOverflow.json new file mode 100644 index 000000000..41764cab2 --- /dev/null +++ b/TransactionTests/ttVRuleEip158/TransactionWithGasLimitxPriceOverflow.json @@ -0,0 +1,24 @@ +{ + "TransactionWithGasLimitxPriceOverflow" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/TransactionWithGasLimitxPriceOverflowFiller.json" + }, + "blocknumber" : "2675000", + "hash" : "86a64aa49017169f7caa2a5648a08ad3e083096de38ca4e62ed2f8182cb5dbdb", + "rlp" : "0xf8858088016345785d8a0000a0ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff94095e7baea6a6c7c4c2dfeb977efac326af552d87808026a048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353a01887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3", + "sender" : "31a82d8828a987dfd1b08469534642c620aec301", + "transaction" : { + "data" : "", + "gasLimit" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", + "gasPrice" : "0x016345785d8a0000", + "nonce" : "0x00", + "r" : "0x48b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353", + "s" : "0x1887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3", + "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", + "v" : "0x26", + "value" : "0x00" + } + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/TransactionWithGasLimitxPriceOverflow2.json b/TransactionTests/ttVRuleEip158/TransactionWithGasLimitxPriceOverflow2.json new file mode 100644 index 000000000..fd44a3a16 --- /dev/null +++ b/TransactionTests/ttVRuleEip158/TransactionWithGasLimitxPriceOverflow2.json @@ -0,0 +1,24 @@ +{ + "TransactionWithGasLimitxPriceOverflow2" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/TransactionWithGasLimitxPriceOverflow2Filler.json" + }, + "blocknumber" : "2675000", + "hash" : "de754ef513dddd3db7dffac9cb3e0ff4c66745d41d8bf9eb3d02464545fd5504", + "rlp" : "0xf86780873b9403b9403b5c8398968094095e7baea6a6c7c4c2dfeb977efac326af552d87808025a098ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4aa01887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3", + "sender" : "3568da1a203ea7e6b73ccfbb1696fad2ddfe5243", + "transaction" : { + "data" : "", + "gasLimit" : "0x989680", + "gasPrice" : "0x3b9403b9403b5c", + "nonce" : "0x00", + "r" : "0x98ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4a", + "s" : "0x1887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3", + "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", + "v" : "0x25", + "value" : "0x00" + } + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/TransactionWithGasPriceOverflow.json b/TransactionTests/ttVRuleEip158/TransactionWithGasPriceOverflow.json new file mode 100644 index 000000000..253609328 --- /dev/null +++ b/TransactionTests/ttVRuleEip158/TransactionWithGasPriceOverflow.json @@ -0,0 +1,11 @@ +{ + "TransactionWithGasPriceOverflow" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/TransactionWithGasPriceOverflowFiller.json" + }, + "blocknumber" : "2675000", + "rlp" : "0xf88080a101000000000000000000000000000000000000000000000000000000000000000082520894095e7baea6a6c7c4c2dfeb977efac326af552d870b8025a048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353a01887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3" + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/TransactionWithHighValueOverflow.json b/TransactionTests/ttVRuleEip158/TransactionWithHighValueOverflow.json new file mode 100644 index 000000000..8ecad6676 --- /dev/null +++ b/TransactionTests/ttVRuleEip158/TransactionWithHighValueOverflow.json @@ -0,0 +1,11 @@ +{ + "TransactionWithHighValueOverflow" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/TransactionWithHighValueOverflowFiller.json" + }, + "blocknumber" : "2675000", + "rlp" : "0xf880800182520894095e7baea6a6c7c4c2dfeb977efac326af552d87a10100000000000000000000000000000000000000000000000000000000000000008026a048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353a01887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3" + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/TransactionWithHihghGasLimit63m1.json b/TransactionTests/ttVRuleEip158/TransactionWithHihghGasLimit63m1.json new file mode 100644 index 000000000..fea799890 --- /dev/null +++ b/TransactionTests/ttVRuleEip158/TransactionWithHihghGasLimit63m1.json @@ -0,0 +1,24 @@ +{ + "TransactionWithHihghGasLimit63m1" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/TransactionWithHihghGasLimit63m1Filler.json" + }, + "blocknumber" : "2675000", + "hash" : "409c4c4e6302eb97502c3c489baca555a97a3523f183f7321ec770834196e931", + "rlp" : "0xf8658001887fffffffffffffff94095e7baea6a6c7c4c2dfeb977efac326af552d87808025a098ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4aa01887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3", + "sender" : "bc3ed33da0fb6d392781b29e2b33135e944ffe16", + "transaction" : { + "data" : "", + "gasLimit" : "0x7fffffffffffffff", + "gasPrice" : "0x01", + "nonce" : "0x00", + "r" : "0x98ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4a", + "s" : "0x1887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3", + "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", + "v" : "0x25", + "value" : "0x00" + } + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/TransactionWithHihghGasPrice.json b/TransactionTests/ttVRuleEip158/TransactionWithHihghGasPrice.json new file mode 100644 index 000000000..c9fc90eef --- /dev/null +++ b/TransactionTests/ttVRuleEip158/TransactionWithHihghGasPrice.json @@ -0,0 +1,24 @@ +{ + "TransactionWithHihghGasPrice" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/TransactionWithHihghGasPriceFiller.json" + }, + "blocknumber" : "2675000", + "hash" : "1c52b484646b2af51ce4902b389788c7f771e602aa3e3e0ea941c372d988509b", + "rlp" : "0xf87f80a0ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82520894095e7baea6a6c7c4c2dfeb977efac326af552d87808026a098ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4aa01887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3", + "sender" : "10d1d0f00e24ed10a9290ab187ab008a2a210559", + "transaction" : { + "data" : "", + "gasLimit" : "0x5208", + "gasPrice" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", + "nonce" : "0x00", + "r" : "0x98ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4a", + "s" : "0x1887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3", + "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", + "v" : "0x26", + "value" : "0x00" + } + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/TransactionWithHihghGasPrice2.json b/TransactionTests/ttVRuleEip158/TransactionWithHihghGasPrice2.json new file mode 100644 index 000000000..2cf7f0f14 --- /dev/null +++ b/TransactionTests/ttVRuleEip158/TransactionWithHihghGasPrice2.json @@ -0,0 +1,24 @@ +{ + "TransactionWithHihghGasPrice2" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/TransactionWithHihghGasPrice2Filler.json" + }, + "blocknumber" : "2675000", + "hash" : "4782cb5edcaeda1f0aef204b161214f124cefade9e146245183abbb9ca01bca5", + "rlp" : "0xf865808698852840a46f82d6d894095e7baea6a6c7c4c2dfeb977efac326af552d87808025a098ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4aa01887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3", + "sender" : "2ea991808ba979ba103147edfd72304ebd95c028", + "transaction" : { + "data" : "", + "gasLimit" : "0xd6d8", + "gasPrice" : "0x98852840a46f", + "nonce" : "0x00", + "r" : "0x98ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4a", + "s" : "0x1887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3", + "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", + "v" : "0x25", + "value" : "0x00" + } + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/TransactionWithHihghNonce256.json b/TransactionTests/ttVRuleEip158/TransactionWithHihghNonce256.json new file mode 100644 index 000000000..54f9dbd0f --- /dev/null +++ b/TransactionTests/ttVRuleEip158/TransactionWithHihghNonce256.json @@ -0,0 +1,24 @@ +{ + "TransactionWithHihghNonce256" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/TransactionWithHihghNonce256Filler.json" + }, + "blocknumber" : "2675000", + "hash" : "a2257ada62efc42767270dde398a1ad2efcdae7cf684b9ebf0ca74bebb4ed898", + "rlp" : "0xf87fa0ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0182520894095e7baea6a6c7c4c2dfeb977efac326af552d87808026a048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353a01fffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804", + "sender" : "26a65c040336970137fee14e4053f4549c116e62", + "transaction" : { + "data" : "", + "gasLimit" : "0x5208", + "gasPrice" : "0x01", + "nonce" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", + "r" : "0x48b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353", + "s" : "0x1fffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804", + "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", + "v" : "0x26", + "value" : "0x00" + } + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/TransactionWithHihghNonce32.json b/TransactionTests/ttVRuleEip158/TransactionWithHihghNonce32.json new file mode 100644 index 000000000..e78945059 --- /dev/null +++ b/TransactionTests/ttVRuleEip158/TransactionWithHihghNonce32.json @@ -0,0 +1,24 @@ +{ + "TransactionWithHihghNonce32" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/TransactionWithHihghNonce32Filler.json" + }, + "blocknumber" : "2675000", + "hash" : "64222d6ac25b59357f2f9c9fa0002d8b8a177717e649fb6f2c3056a02ed20c36", + "rlp" : "0xf8648501000000000182520894095e7baea6a6c7c4c2dfeb977efac326af552d87808025a048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353a01fffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804", + "sender" : "c7c52aa0937af05c26178068e6c9bff28507c65a", + "transaction" : { + "data" : "", + "gasLimit" : "0x5208", + "gasPrice" : "0x01", + "nonce" : "0x0100000000", + "r" : "0x48b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353", + "s" : "0x1fffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804", + "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", + "v" : "0x25", + "value" : "0x00" + } + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/TransactionWithHihghValue.json b/TransactionTests/ttVRuleEip158/TransactionWithHihghValue.json new file mode 100644 index 000000000..0c7644e4e --- /dev/null +++ b/TransactionTests/ttVRuleEip158/TransactionWithHihghValue.json @@ -0,0 +1,24 @@ +{ + "TransactionWithHihghValue" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/TransactionWithHihghValueFiller.json" + }, + "blocknumber" : "2675000", + "hash" : "0092f86778579d76861a584ff06d533ff178edc504aed08da1154f6a74f2910a", + "rlp" : "0xf87f800182520894095e7baea6a6c7c4c2dfeb977efac326af552d87a0ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8025a048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353a01fffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804", + "sender" : "0ed21e574a49800f4b3dba646d8ea38c2d64a1ff", + "transaction" : { + "data" : "", + "gasLimit" : "0x5208", + "gasPrice" : "0x01", + "nonce" : "0x00", + "r" : "0x48b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353", + "s" : "0x1fffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804", + "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", + "v" : "0x25", + "value" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" + } + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/TransactionWithNonceOverflow.json b/TransactionTests/ttVRuleEip158/TransactionWithNonceOverflow.json new file mode 100644 index 000000000..3a3820ffe --- /dev/null +++ b/TransactionTests/ttVRuleEip158/TransactionWithNonceOverflow.json @@ -0,0 +1,11 @@ +{ + "TransactionWithNonceOverflow" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/TransactionWithNonceOverflowFiller.json" + }, + "blocknumber" : "2675000", + "rlp" : "0xf880a10100000000000000000000000000000000000000000000000000000000000000000182520894095e7baea6a6c7c4c2dfeb977efac326af552d870b8026a048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353a01887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3" + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/TransactionWithRSvalue0.json b/TransactionTests/ttVRuleEip158/TransactionWithRSvalue0.json new file mode 100644 index 000000000..ac6ab7a41 --- /dev/null +++ b/TransactionTests/ttVRuleEip158/TransactionWithRSvalue0.json @@ -0,0 +1,11 @@ +{ + "TransactionWithRSvalue0" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/TransactionWithRSvalue0Filler.json" + }, + "blocknumber" : "2675000", + "rlp" : "0xdf800182520894095e7baea6a6c7c4c2dfeb977efac326af552d870b80258080" + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/TransactionWithRSvalue1.json b/TransactionTests/ttVRuleEip158/TransactionWithRSvalue1.json new file mode 100644 index 000000000..ea050ebc2 --- /dev/null +++ b/TransactionTests/ttVRuleEip158/TransactionWithRSvalue1.json @@ -0,0 +1,24 @@ +{ + "TransactionWithRSvalue1" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/TransactionWithRSvalue1Filler.json" + }, + "blocknumber" : "2675000", + "hash" : "f9ce10b51dd10ff7a567f1985623ca38d446e28a053f3647c5465630178cd0f4", + "rlp" : "0xdf800182520894095e7baea6a6c7c4c2dfeb977efac326af552d870b80260101", + "sender" : "34d858a9b020920858646624388d432bc407aa23", + "transaction" : { + "data" : "", + "gasLimit" : "0x5208", + "gasPrice" : "0x01", + "nonce" : "0x00", + "r" : "0x01", + "s" : "0x01", + "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", + "v" : "0x26", + "value" : "0x0b" + } + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/TransactionWithRvalue0.json b/TransactionTests/ttVRuleEip158/TransactionWithRvalue0.json new file mode 100644 index 000000000..2b5c8de5f --- /dev/null +++ b/TransactionTests/ttVRuleEip158/TransactionWithRvalue0.json @@ -0,0 +1,11 @@ +{ + "TransactionWithRvalue0" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/TransactionWithRvalue0Filler.json" + }, + "blocknumber" : "2675000", + "rlp" : "0xf83f800182520894095e7baea6a6c7c4c2dfeb977efac326af552d870b802680a01887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3" + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/TransactionWithRvalue1.json b/TransactionTests/ttVRuleEip158/TransactionWithRvalue1.json new file mode 100644 index 000000000..7404a96c6 --- /dev/null +++ b/TransactionTests/ttVRuleEip158/TransactionWithRvalue1.json @@ -0,0 +1,24 @@ +{ + "TransactionWithRvalue1" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/TransactionWithRvalue1Filler.json" + }, + "blocknumber" : "2675000", + "hash" : "7c57bc81289c9d63883ca0c172ad1fb1709a138d0b1657eba4de566ce0b22434", + "rlp" : "0xf83f800182520894095e7baea6a6c7c4c2dfeb977efac326af552d870b802501a01fffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804", + "sender" : "77316e07ab2795f2419574b058732cdc7e770fd4", + "transaction" : { + "data" : "", + "gasLimit" : "0x5208", + "gasPrice" : "0x01", + "nonce" : "0x00", + "r" : "0x01", + "s" : "0x1fffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804", + "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", + "v" : "0x25", + "value" : "0x0b" + } + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/TransactionWithRvalueHigh.json b/TransactionTests/ttVRuleEip158/TransactionWithRvalueHigh.json new file mode 100644 index 000000000..e41b6b858 --- /dev/null +++ b/TransactionTests/ttVRuleEip158/TransactionWithRvalueHigh.json @@ -0,0 +1,11 @@ +{ + "TransactionWithRvalueHigh" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/TransactionWithRvalueHighFiller.json" + }, + "blocknumber" : "2675000", + "rlp" : "0xf85f800182520894095e7baea6a6c7c4c2dfeb977efac326af552d870b8025a0fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364140a01887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3" + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/TransactionWithRvalueOverflow.json b/TransactionTests/ttVRuleEip158/TransactionWithRvalueOverflow.json new file mode 100644 index 000000000..4cb598486 --- /dev/null +++ b/TransactionTests/ttVRuleEip158/TransactionWithRvalueOverflow.json @@ -0,0 +1,11 @@ +{ + "TransactionWithRvalueOverflow" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/TransactionWithRvalueOverflowFiller.json" + }, + "blocknumber" : "2675000", + "rlp" : "0xf861800182520894095e7baea6a6c7c4c2dfeb977efac326af552d870b8026a2fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd03641410000a0efffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804" + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/TransactionWithRvaluePrefixed00.json b/TransactionTests/ttVRuleEip158/TransactionWithRvaluePrefixed00.json new file mode 100644 index 000000000..ed16dabbe --- /dev/null +++ b/TransactionTests/ttVRuleEip158/TransactionWithRvaluePrefixed00.json @@ -0,0 +1,24 @@ +{ + "TransactionWithRvaluePrefixed00" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/TransactionWithRvaluePrefixed00Filler.json" + }, + "blocknumber" : "2675000", + "hash" : "9c71af21e9246eba28bec9e5b00dc544c71df2e154a8076d7288bdb0c4a610ef", + "rlp" : "0xf850800182520894095e7baea6a6c7c4c2dfeb977efac326af552d870b8026910ebaaedce6af48a03bbfd25e8cd0364141a01fffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804", + "sender" : "638e0cc2ce0fd0482f7039ea01a6203fe1c7f8f6", + "transaction" : { + "data" : "", + "gasLimit" : "0x5208", + "gasPrice" : "0x01", + "nonce" : "0x00", + "r" : "0xebaaedce6af48a03bbfd25e8cd0364141", + "s" : "0x1fffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804", + "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", + "v" : "0x26", + "value" : "0x0b" + } + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/TransactionWithRvalueTooHigh.json b/TransactionTests/ttVRuleEip158/TransactionWithRvalueTooHigh.json new file mode 100644 index 000000000..501ce9a0b --- /dev/null +++ b/TransactionTests/ttVRuleEip158/TransactionWithRvalueTooHigh.json @@ -0,0 +1,11 @@ +{ + "TransactionWithRvalueTooHigh" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/TransactionWithRvalueTooHighFiller.json" + }, + "blocknumber" : "2675000", + "rlp" : "0xf85f800182520894095e7baea6a6c7c4c2dfeb977efac326af552d870b8025a0fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141a01887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3" + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/TransactionWithSvalue0.json b/TransactionTests/ttVRuleEip158/TransactionWithSvalue0.json new file mode 100644 index 000000000..c9747d990 --- /dev/null +++ b/TransactionTests/ttVRuleEip158/TransactionWithSvalue0.json @@ -0,0 +1,11 @@ +{ + "TransactionWithSvalue0" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/TransactionWithSvalue0Filler.json" + }, + "blocknumber" : "2675000", + "rlp" : "0xf83f800182520894095e7baea6a6c7c4c2dfeb977efac326af552d870b8026a048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a3664935380" + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/TransactionWithSvalue1.json b/TransactionTests/ttVRuleEip158/TransactionWithSvalue1.json new file mode 100644 index 000000000..fd9d5a160 --- /dev/null +++ b/TransactionTests/ttVRuleEip158/TransactionWithSvalue1.json @@ -0,0 +1,24 @@ +{ + "TransactionWithSvalue1" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/TransactionWithSvalue1Filler.json" + }, + "blocknumber" : "2675000", + "hash" : "52a595869fc72b11ef9c0e916e1bf256ad473aa12fb5a3716a0ba1020ca769bd", + "rlp" : "0xf83f800182520894095e7baea6a6c7c4c2dfeb977efac326af552d870b8025a048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a3664935301", + "sender" : "a85c3f0baf13c5736b7bbdfe419e517d732e47c6", + "transaction" : { + "data" : "", + "gasLimit" : "0x5208", + "gasPrice" : "0x01", + "nonce" : "0x00", + "r" : "0x48b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353", + "s" : "0x01", + "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", + "v" : "0x25", + "value" : "0x0b" + } + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/TransactionWithSvalueEqual_c_secp256k1n_x05.json b/TransactionTests/ttVRuleEip158/TransactionWithSvalueEqual_c_secp256k1n_x05.json new file mode 100644 index 000000000..adf17d079 --- /dev/null +++ b/TransactionTests/ttVRuleEip158/TransactionWithSvalueEqual_c_secp256k1n_x05.json @@ -0,0 +1,24 @@ +{ + "TransactionWithSvalueEqual_c_secp256k1n_x05" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/TransactionWithSvalueEqual_c_secp256k1n_x05Filler.json" + }, + "blocknumber" : "2675000", + "hash" : "528e906619d92f2d6afca67ce212e0a08e1345618cb21c56eeb84f51229ae788", + "rlp" : "0xf85f800182520894095e7baea6a6c7c4c2dfeb977efac326af552d870b8026a048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353a07fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a0", + "sender" : "3cc9d66a6a81b7c614ca5cf7ed62a932e1463d8d", + "transaction" : { + "data" : "", + "gasLimit" : "0x5208", + "gasPrice" : "0x01", + "nonce" : "0x00", + "r" : "0x48b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353", + "s" : "0x7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a0", + "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", + "v" : "0x26", + "value" : "0x0b" + } + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/TransactionWithSvalueHigh.json b/TransactionTests/ttVRuleEip158/TransactionWithSvalueHigh.json new file mode 100644 index 000000000..918d3bc2e --- /dev/null +++ b/TransactionTests/ttVRuleEip158/TransactionWithSvalueHigh.json @@ -0,0 +1,11 @@ +{ + "TransactionWithSvalueHigh" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/TransactionWithSvalueHighFiller.json" + }, + "blocknumber" : "2675000", + "rlp" : "0xf85f800182520894095e7baea6a6c7c4c2dfeb977efac326af552d870b8025a048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353a0fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364140" + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/TransactionWithSvalueLargerThan_c_secp256k1n_x05.json b/TransactionTests/ttVRuleEip158/TransactionWithSvalueLargerThan_c_secp256k1n_x05.json new file mode 100644 index 000000000..4c245d557 --- /dev/null +++ b/TransactionTests/ttVRuleEip158/TransactionWithSvalueLargerThan_c_secp256k1n_x05.json @@ -0,0 +1,11 @@ +{ + "TransactionWithSvalueLargerThan_c_secp256k1n_x05" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/TransactionWithSvalueLargerThan_c_secp256k1n_x05Filler.json" + }, + "blocknumber" : "2675000", + "rlp" : "0xf85f800182520894095e7baea6a6c7c4c2dfeb977efac326af552d870b8025a048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353a07fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a1" + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/TransactionWithSvalueLessThan_c_secp256k1n_x05.json b/TransactionTests/ttVRuleEip158/TransactionWithSvalueLessThan_c_secp256k1n_x05.json new file mode 100644 index 000000000..72603f9e2 --- /dev/null +++ b/TransactionTests/ttVRuleEip158/TransactionWithSvalueLessThan_c_secp256k1n_x05.json @@ -0,0 +1,24 @@ +{ + "TransactionWithSvalueLessThan_c_secp256k1n_x05" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/TransactionWithSvalueLessThan_c_secp256k1n_x05Filler.json" + }, + "blocknumber" : "2675000", + "hash" : "540e5a7c76e7c3e2ebd8480915916abf30414d30c32efcc9a719fb8d94913303", + "rlp" : "0xf85f800182520894095e7baea6a6c7c4c2dfeb977efac326af552d870b8025a048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353a07fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b2090", + "sender" : "4f6dec67d2ab10d076a30e51a9eec998ff484d44", + "transaction" : { + "data" : "", + "gasLimit" : "0x5208", + "gasPrice" : "0x01", + "nonce" : "0x00", + "r" : "0x48b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353", + "s" : "0x7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b2090", + "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", + "v" : "0x25", + "value" : "0x0b" + } + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/TransactionWithSvalueOverflow.json b/TransactionTests/ttVRuleEip158/TransactionWithSvalueOverflow.json new file mode 100644 index 000000000..47a3e1393 --- /dev/null +++ b/TransactionTests/ttVRuleEip158/TransactionWithSvalueOverflow.json @@ -0,0 +1,11 @@ +{ + "TransactionWithSvalueOverflow" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/TransactionWithSvalueOverflowFiller.json" + }, + "blocknumber" : "2675000", + "rlp" : "0xf861800182520894095e7baea6a6c7c4c2dfeb977efac326af552d870b8025a048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353a2fffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f0000" + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/TransactionWithSvaluePrefixed00.json b/TransactionTests/ttVRuleEip158/TransactionWithSvaluePrefixed00.json new file mode 100644 index 000000000..f23a575be --- /dev/null +++ b/TransactionTests/ttVRuleEip158/TransactionWithSvaluePrefixed00.json @@ -0,0 +1,24 @@ +{ + "TransactionWithSvaluePrefixed00" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/TransactionWithSvaluePrefixed00Filler.json" + }, + "blocknumber" : "2675000", + "hash" : "048e7e6b2dcd6d3ad237558e6f9f03696ea08aa913e336f72a2bb2044553da1c", + "rlp" : "0xf851800182520894095e7baea6a6c7c4c2dfeb977efac326af552d870b8025a098ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4a920ef0b28ad43601b4ab949f53faa07bd2c804", + "sender" : "91c920e7b8a806bd0e96a8a0b2e27c8bd0fa201d", + "transaction" : { + "data" : "", + "gasLimit" : "0x5208", + "gasPrice" : "0x01", + "nonce" : "0x00", + "r" : "0x98ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4a", + "s" : "0xef0b28ad43601b4ab949f53faa07bd2c804", + "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", + "v" : "0x25", + "value" : "0x0b" + } + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/TransactionWithSvalueTooHigh.json b/TransactionTests/ttVRuleEip158/TransactionWithSvalueTooHigh.json new file mode 100644 index 000000000..20bb760a5 --- /dev/null +++ b/TransactionTests/ttVRuleEip158/TransactionWithSvalueTooHigh.json @@ -0,0 +1,11 @@ +{ + "TransactionWithSvalueTooHigh" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/TransactionWithSvalueTooHighFiller.json" + }, + "blocknumber" : "2675000", + "rlp" : "0xf85f800182520894095e7baea6a6c7c4c2dfeb977efac326af552d870b8026a048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353a0fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141" + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/TransactionWithTooFewRLPElements.json b/TransactionTests/ttVRuleEip158/TransactionWithTooFewRLPElements.json new file mode 100644 index 000000000..a47ee76a0 --- /dev/null +++ b/TransactionTests/ttVRuleEip158/TransactionWithTooFewRLPElements.json @@ -0,0 +1,11 @@ +{ + "TransactionWithTooFewRLPElements" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/TransactionWithTooFewRLPElementsFiller.json" + }, + "blocknumber" : "2675000", + "rlp" : "0xf85b800194095e7baea6a6c7c4c2dfeb977efac326af552d878026a048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353a01887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3" + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/TransactionWithTooManyRLPElements.json b/TransactionTests/ttVRuleEip158/TransactionWithTooManyRLPElements.json new file mode 100644 index 000000000..345742dbd --- /dev/null +++ b/TransactionTests/ttVRuleEip158/TransactionWithTooManyRLPElements.json @@ -0,0 +1,11 @@ +{ + "TransactionWithTooManyRLPElements" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/TransactionWithTooManyRLPElementsFiller.json" + }, + "blocknumber" : "2675000", + "rlp" : "0xf865800182520894095e7baea6a6c7c4c2dfeb977efac326af552d870a8025a048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353a01887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3851de98d0edd" + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/WrongVRSTestIncorrectSize.json b/TransactionTests/ttVRuleEip158/WrongVRSTestIncorrectSize.json new file mode 100644 index 000000000..e619b5dec --- /dev/null +++ b/TransactionTests/ttVRuleEip158/WrongVRSTestIncorrectSize.json @@ -0,0 +1,11 @@ +{ + "WrongVRSTestIncorrectSize" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/WrongVRSTestIncorrectSizeFiller.json" + }, + "blocknumber" : "2675000", + "rlp" : "0xf861800182520894b94f5374fce5edbc8e2a8697c15331677e6ebf0b0a8026a298ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4a02c3a01887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3" + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/WrongVRSTestVEqual36.json b/TransactionTests/ttVRuleEip158/WrongVRSTestVEqual36.json new file mode 100644 index 000000000..bb34d50ef --- /dev/null +++ b/TransactionTests/ttVRuleEip158/WrongVRSTestVEqual36.json @@ -0,0 +1,11 @@ +{ + "WrongVRSTestVEqual36" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/WrongVRSTestVEqual36Filler.json" + }, + "blocknumber" : "2675000", + "rlp" : "0xf85f800182520894b94f5374fce5edbc8e2a8697c15331677e6ebf0b0a8024a098ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4aa01887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3" + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/WrongVRSTestVEqual39.json b/TransactionTests/ttVRuleEip158/WrongVRSTestVEqual39.json new file mode 100644 index 000000000..2b6f29fa9 --- /dev/null +++ b/TransactionTests/ttVRuleEip158/WrongVRSTestVEqual39.json @@ -0,0 +1,11 @@ +{ + "WrongVRSTestVEqual39" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/WrongVRSTestVEqual39Filler.json" + }, + "blocknumber" : "2675000", + "rlp" : "0xf85f800182520894b94f5374fce5edbc8e2a8697c15331677e6ebf0b0a8027a098ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4aa01887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3" + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/WrongVRSTestVEqual41.json b/TransactionTests/ttVRuleEip158/WrongVRSTestVEqual41.json new file mode 100644 index 000000000..1e228462f --- /dev/null +++ b/TransactionTests/ttVRuleEip158/WrongVRSTestVEqual41.json @@ -0,0 +1,11 @@ +{ + "WrongVRSTestVEqual41" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/WrongVRSTestVEqual41Filler.json" + }, + "blocknumber" : "2675000", + "rlp" : "0xf85f800182520894b94f5374fce5edbc8e2a8697c15331677e6ebf0b0a8029a098ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4aa01887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3" + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/dataTx_bcValidBlockTest.json b/TransactionTests/ttVRuleEip158/dataTx_bcValidBlockTest.json new file mode 100644 index 000000000..ec8aac24a --- /dev/null +++ b/TransactionTests/ttVRuleEip158/dataTx_bcValidBlockTest.json @@ -0,0 +1,24 @@ +{ + "dataTx_bcValidBlockTest" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/dataTx_bcValidBlockTestFiller.json" + }, + "blocknumber" : "2675000", + "hash" : "d2e6eab160c77b9ba6366dbeb4ddff1886a5282893b3493405bb3771fd8b2718", + "rlp" : "0xf901fc8032830138808080b901ae60056013565b6101918061001d6000396000f35b3360008190555056006001600060e060020a6000350480630a874df61461003a57806341c0e1b514610058578063a02b161e14610066578063dbbdf0831461007757005b610045600435610149565b80600160a060020a031660005260206000f35b610060610161565b60006000f35b6100716004356100d4565b60006000f35b61008560043560243561008b565b60006000f35b600054600160a060020a031632600160a060020a031614156100ac576100b1565b6100d0565b8060018360005260205260406000208190555081600060005260206000a15b5050565b600054600160a060020a031633600160a060020a031614158015610118575033600160a060020a0316600182600052602052604060002054600160a060020a031614155b61012157610126565b610146565b600060018260005260205260406000208190555080600060005260206000a15b50565b60006001826000526020526040600020549050919050565b600054600160a060020a031633600160a060020a0316146101815761018f565b600054600160a060020a0316ff5b5626a0c5689ed1ad124753d54576dfb4b571465a41900a1dff4058d8adf16f752013d0a01221cbd70ec28c94a3b55ec771bcbc70778d6ee0b51ca7ea9514594c861b1884", + "sender" : "54fcfde0ec2110a8c91e8a7134ab9f2b994b2c80", + "transaction" : { + "data" : "0x60056013565b6101918061001d6000396000f35b3360008190555056006001600060e060020a6000350480630a874df61461003a57806341c0e1b514610058578063a02b161e14610066578063dbbdf0831461007757005b610045600435610149565b80600160a060020a031660005260206000f35b610060610161565b60006000f35b6100716004356100d4565b60006000f35b61008560043560243561008b565b60006000f35b600054600160a060020a031632600160a060020a031614156100ac576100b1565b6100d0565b8060018360005260205260406000208190555081600060005260206000a15b5050565b600054600160a060020a031633600160a060020a031614158015610118575033600160a060020a0316600182600052602052604060002054600160a060020a031614155b61012157610126565b610146565b600060018260005260205260406000208190555080600060005260206000a15b50565b60006001826000526020526040600020549050919050565b600054600160a060020a031633600160a060020a0316146101815761018f565b600054600160a060020a0316ff5b56", + "gasLimit" : "0x013880", + "gasPrice" : "0x32", + "nonce" : "0x00", + "r" : "0xc5689ed1ad124753d54576dfb4b571465a41900a1dff4058d8adf16f752013d0", + "s" : "0x1221cbd70ec28c94a3b55ec771bcbc70778d6ee0b51ca7ea9514594c861b1884", + "to" : "", + "v" : "0x26", + "value" : "0x00" + } + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/invalidSignature.json b/TransactionTests/ttVRuleEip158/invalidSignature.json new file mode 100644 index 000000000..bc972b2ec --- /dev/null +++ b/TransactionTests/ttVRuleEip158/invalidSignature.json @@ -0,0 +1,11 @@ +{ + "invalidSignature" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/invalidSignatureFiller.json" + }, + "blocknumber" : "2675000", + "rlp" : "0xf8638080830f424094095e7baea6a6c7c4c2dfeb977efac326af552d87830186a08025a0ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa0badf00d70ec28c94a3b55ec771bcbc70778d6ee0b51ca7ea9514594c861b1884" + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/libsecp256k1test.json b/TransactionTests/ttVRuleEip158/libsecp256k1test.json new file mode 100644 index 000000000..a9a467395 --- /dev/null +++ b/TransactionTests/ttVRuleEip158/libsecp256k1test.json @@ -0,0 +1,24 @@ +{ + "libsecp256k1test" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/libsecp256k1testFiller.json" + }, + "blocknumber" : "2675000", + "hash" : "958f4e2e7dddd4a47eaaedd1cf2c123446c5dacf4e8acef908b3220dffa2a88b", + "rlp" : "0xd1808609184e72a00082f388808080252c04", + "sender" : "3083fa49b0b07c94130966d0b0b8963ff457db4a", + "transaction" : { + "data" : "0x", + "gasLimit" : "0xf388", + "gasPrice" : "0x09184e72a000", + "nonce" : "0x00", + "r" : "0x2c", + "s" : "0x04", + "to" : "", + "v" : "0x25", + "value" : "0x00" + } + } +} \ No newline at end of file diff --git a/TransactionTests/ttVRuleEip158/unpadedRValue.json b/TransactionTests/ttVRuleEip158/unpadedRValue.json new file mode 100644 index 000000000..fcc2dd5df --- /dev/null +++ b/TransactionTests/ttVRuleEip158/unpadedRValue.json @@ -0,0 +1,24 @@ +{ + "unpadedRValue" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttVRuleEip158/unpadedRValueFiller.json" + }, + "blocknumber" : "2675000", + "hash" : "84a688fc88e15e397075a474fb1c5d869bce37018bebaafda59e4bc5514ec2b1", + "rlp" : "0xf8880d8609184e72a00082f710947c47ef93268a311f4cad0c750724299e9b72c26880a4379607f50000000000000000000000000000000000000000000000000000000000000005269f6ab6dda9f4df56ea45583af36660329147f1753f3724ea5eb9ed83e812ca77a0495701e230667832c8999e884e366a61028633ecf951e8cd66d119f381ae5718", + "sender" : "6a5e65d08dbe3cce190121907013693003993dc4", + "transaction" : { + "data" : "0x379607f50000000000000000000000000000000000000000000000000000000000000005", + "gasLimit" : "0xf710", + "gasPrice" : "0x09184e72a000", + "nonce" : "0x0d", + "r" : "0x006ab6dda9f4df56ea45583af36660329147f1753f3724ea5eb9ed83e812ca77", + "s" : "0x495701e230667832c8999e884e366a61028633ecf951e8cd66d119f381ae5718", + "to" : "0x7c47ef93268a311f4cad0c750724299e9b72c268", + "v" : "0x26", + "value" : "0x00" + } + } +} \ No newline at end of file -- cgit