diff options
author | holgerd77 <Holger.Drewes@gmail.com> | 2017-08-31 01:33:01 +0800 |
---|---|---|
committer | holgerd77 <Holger.Drewes@gmail.com> | 2017-08-31 01:33:01 +0800 |
commit | ce9d58f24f5d688c1d62ec79b903b3ba1a80e9f6 (patch) | |
tree | c1855e499b2d3ee8f791582ea38445e60d321faa /docs/blockchain_tests/index.rst | |
parent | d373f55f25bb3fb5a7c8e786b05e9d7fdb72bd1c (diff) | |
download | tangerine-tests-ce9d58f24f5d688c1d62ec79b903b3ba1a80e9f6.tar tangerine-tests-ce9d58f24f5d688c1d62ec79b903b3ba1a80e9f6.tar.gz tangerine-tests-ce9d58f24f5d688c1d62ec79b903b3ba1a80e9f6.tar.bz2 tangerine-tests-ce9d58f24f5d688c1d62ec79b903b3ba1a80e9f6.tar.lz tangerine-tests-ce9d58f24f5d688c1d62ec79b903b3ba1a80e9f6.tar.xz tangerine-tests-ce9d58f24f5d688c1d62ec79b903b3ba1a80e9f6.tar.zst tangerine-tests-ce9d58f24f5d688c1d62ec79b903b3ba1a80e9f6.zip |
Added updated version of the state test docs from EIP 176 (rough version as a basis to be fine-tuned)
Diffstat (limited to 'docs/blockchain_tests/index.rst')
-rw-r--r-- | docs/blockchain_tests/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/blockchain_tests/index.rst b/docs/blockchain_tests/index.rst index 1cda66fc6..c9b6dd359 100644 --- a/docs/blockchain_tests/index.rst +++ b/docs/blockchain_tests/index.rst @@ -8,6 +8,7 @@ The blockchain tests aim is to test the basic verification of a blockchain. =================== ============================================================== Location `/BlockchainTests <https://github.com/ethereum/tests/tree/develop/BlockchainTests>`_ Supported Hardforks ``Byzantium`` | ``Constantinople`` | ``EIP150`` | ``EIP158`` | ``Frontier`` | ``Homestead`` +Status Actively supported =================== ============================================================== A blockchain test is based around the notion of executing a list of single blocks, |