Skip to content

Commit

Permalink
Revert "Update consensus tests to 10.4 (erigontech#4262)" (erigontech…
Browse files Browse the repository at this point in the history
…#4263)

This reverts commit 3805fd9.
  • Loading branch information
yperbasis authored May 25, 2022
1 parent 3805fd9 commit 619beb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testdata
Submodule testdata updated 59 files
+525 −3,559 BlockchainTests/GeneralStateTests/VMTests/vmArithmeticTest/signextend.json
+0 −2,150 BlockchainTests/GeneralStateTests/stCreateTest/createLargeResult.json
+98 −1,810 BlockchainTests/GeneralStateTests/stExample/accessListExample.json
+4 −967 BlockchainTests/GeneralStateTests/stExample/basefeeExample.json
+4 −967 BlockchainTests/GeneralStateTests/stExample/eip1559.json
+0 −957 BlockchainTests/GeneralStateTests/stPreCompiledContracts2/CallEcrecover_Overflow.json
+0 −3,462 BlockchainTests/GeneralStateTests/stReturnDataTest/tooLongReturnDataCopy.json
+45 −123 GeneralStateTests/VMTests/vmArithmeticTest/signextend.json
+0 −262 GeneralStateTests/stCreateTest/createLargeResult.json
+5 −197 GeneralStateTests/stExample/accessListExample.json
+5 −122 GeneralStateTests/stExample/basefeeExample.json
+5 −122 GeneralStateTests/stExample/eip1559.json
+0 −156 GeneralStateTests/stPreCompiledContracts2/CallEcrecover_Overflow.json
+0 −363 GeneralStateTests/stReturnDataTest/tooLongReturnDataCopy.json
+0 −61 TransactionTests/ttEIP1559/GasLimitPriceProductOverflow.json
+0 −63 TransactionTests/ttEIP1559/GasLimitPriceProductOverflowtMinusOne.json
+0 −61 TransactionTests/ttEIP1559/GasLimitPriceProductPlusOneOverflow.json
+0 −61 TransactionTests/ttEIP1559/maxFeePerGas00prefix.json
+0 −61 TransactionTests/ttEIP1559/maxFeePerGas32BytesValue.json
+0 −61 TransactionTests/ttEIP1559/maxFeePerGasOverflow.json
+0 −61 TransactionTests/ttEIP1559/maxPriorityFeePerGas00prefix.json
+0 −61 TransactionTests/ttEIP1559/maxPriorityFeePerGasOverflow.json
+0 −61 TransactionTests/ttEIP1559/maxPriorityFeePerGass32BytesValue.json
+0 −61 TransactionTests/ttEIP2930/accessListAddressGreaterThan20.json
+0 −61 TransactionTests/ttEIP2930/accessListAddressLessThan20.json
+0 −61 TransactionTests/ttEIP2930/accessListAddressPrefix00.json
+0 −61 TransactionTests/ttEIP2930/accessListStorage0x0001.json
+0 −64 TransactionTests/ttEIP2930/accessListStorage32Bytes.json
+0 −61 TransactionTests/ttEIP2930/accessListStorageOver32Bytes.json
+0 −61 TransactionTests/ttEIP2930/accessListStoragePrefix00.json
+0 −57 TransactionTests/ttWrongRLP/RLP_04_maxFeePerGas32BytesValue.json
+0 −57 TransactionTests/ttWrongRLP/RLP_09_maxFeePerGas32BytesValue.json
+2 −2 docs/retesteth-tutorial.rst
+6 −6 docs/tutorial_samples/08_eip2315_invalid_jumpFiller.yml
+0 −55 src/GeneralStateTestsFiller/VMTests/vmArithmeticTest/signextendFiller.yml
+0 −431 src/GeneralStateTestsFiller/stCreateTest/createLargeResultFiller.yml
+1 −14 src/GeneralStateTestsFiller/stExample/accessListExampleFiller.yml
+0 −12 src/GeneralStateTestsFiller/stExample/basefeeExampleFiller.yml
+0 −14 src/GeneralStateTestsFiller/stExample/eip1559Filler.yml
+0 −124 src/GeneralStateTestsFiller/stPreCompiledContracts2/CallEcrecover_OverflowFiller.yml
+0 −264 src/GeneralStateTestsFiller/stReturnDataTest/tooLongReturnDataCopyFiller.yml
+0 −24 src/TransactionTestsFiller/ttEIP1559/GasLimitPriceProductOverflowFiller.json
+0 −23 src/TransactionTestsFiller/ttEIP1559/GasLimitPriceProductOverflowtMinusOneFiller.json
+0 −24 src/TransactionTestsFiller/ttEIP1559/GasLimitPriceProductPlusOneOverflowFiller.json
+0 −23 src/TransactionTestsFiller/ttEIP1559/maxFeePerGas00prefixFiller.json
+0 −24 src/TransactionTestsFiller/ttEIP1559/maxFeePerGas32BytesValueFiller.json
+0 −24 src/TransactionTestsFiller/ttEIP1559/maxFeePerGasOverflowFiller.json
+0 −23 src/TransactionTestsFiller/ttEIP1559/maxPriorityFeePerGas00prefixFiller.json
+0 −24 src/TransactionTestsFiller/ttEIP1559/maxPriorityFeePerGasOverflowFiller.json
+0 −24 src/TransactionTestsFiller/ttEIP1559/maxPriorityFeePerGass32BytesValueFiller.json
+0 −31 src/TransactionTestsFiller/ttEIP2930/accessListAddressGreaterThan20Filler.json
+0 −31 src/TransactionTestsFiller/ttEIP2930/accessListAddressLessThan20Filler.json
+0 −31 src/TransactionTestsFiller/ttEIP2930/accessListAddressPrefix00Filler.json
+0 −30 src/TransactionTestsFiller/ttEIP2930/accessListStorage0x0001Filler.json
+0 −30 src/TransactionTestsFiller/ttEIP2930/accessListStorage32BytesFiller.json
+0 −31 src/TransactionTestsFiller/ttEIP2930/accessListStorageOver32BytesFiller.json
+0 −30 src/TransactionTestsFiller/ttEIP2930/accessListStoragePrefix00Filler.json
+0 −47 src/TransactionTestsFiller/ttWrongRLP/RLP_04_maxFeePerGas32BytesValueCopier.json
+0 −47 src/TransactionTestsFiller/ttWrongRLP/RLP_09_maxFeePerGas32BytesValueCopier.json

0 comments on commit 619beb7

Please sign in to comment.