Updated Understanding and debugging Nimbus EVM JSON tests (markdown)
parent
e68acf8df4
commit
3654ca0f12
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue