From 3654ca0f1284cb389e6e7f8f68c579ca4b91b559 Mon Sep 17 00:00:00 2001 From: zah Date: Tue, 25 Sep 2018 00:11:31 +0300 Subject: [PATCH] Updated Understanding and debugging Nimbus EVM JSON tests (markdown) --- ...nding-and-debugging-Nimbus-EVM-JSON-tests.md | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) 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