diff --git a/Understanding-and-debugging-Nimbus-EVM-JSON-tests.md b/Understanding-and-debugging-Nimbus-EVM-JSON-tests.md index c90ad5c..2ec3355 100644 --- a/Understanding-and-debugging-Nimbus-EVM-JSON-tests.md +++ b/Understanding-and-debugging-Nimbus-EVM-JSON-tests.md @@ -1,21 +1,6 @@ ## Introduction -Nimbus JSON tests suite is taken from the [official Ethereum tests](https://github.com/ethereum/tests). As of July 2018, only the VMTests are used out of the following list: - -- ABITests -- BasicTests -- BlockchainTests -- GeneralStateTests -- GenesisTests -- KeyStoreTests -- PoWTests -- RLPTests -- RPCTests -- TransactionTests -- TrieTests -- VMTests - -The full documentation for the official Ethereum tests is available [here](https://ethereum-tests.readthedocs.io/en/latest/). +The Nimbus JSON tests are taken from the [official Ethereum test suite](https://github.com/ethereum/tests). To find out more about the contents of this test suite, please refer to the [official documentation](https://ethereum-tests.readthedocs.io/en/latest/). ## VMTests