Updated Understanding and debugging Nimbus EVM JSON tests (markdown)

zah 2018-09-25 00:11:31 +03:00
parent e68acf8df4
commit 3654ca0f12
1 changed files with 1 additions and 16 deletions

@ -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