diff options
author | winsvega <winsvega@mail.ru> | 2018-10-25 00:22:46 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-25 00:22:46 +0800 |
commit | 2cd62aeec11da29766b30d500f2b9a96f1f28cf0 (patch) | |
tree | 07e79783508681aeccf9302752032085aea940a0 /README.md | |
parent | 5b4cc6c9d5b4004be8369852e5f9cfe4e81200df (diff) | |
parent | 2daa4ab522385bcf4c3498a65219424dc7f35458 (diff) | |
download | tangerine-tests-6.0.0-beta.1.tar tangerine-tests-6.0.0-beta.1.tar.gz tangerine-tests-6.0.0-beta.1.tar.bz2 tangerine-tests-6.0.0-beta.1.tar.lz tangerine-tests-6.0.0-beta.1.tar.xz tangerine-tests-6.0.0-beta.1.tar.zst tangerine-tests-6.0.0-beta.1.zip |
Merge pull request #533 from ethereum/blockchain-test-format-doc-updatesv6.0.0-beta.1
Blockchain test format doc updates on seal engine type
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,7 +1,17 @@ tests [![Build Status](https://travis-ci.org/ethereum/tests.svg?branch=develop)](https://travis-ci.org/ethereum/tests) ===== -Common tests for all clients to test against. See the documentation http://ethereum-tests.readthedocs.io/ +Common tests for all clients to test against. + +Test Formats +------------ + +See descriptions of the different test formats in the official documentation at http://ethereum-tests.readthedocs.io/. + +*Note*: +The format of BlockchainTests recently changed with the introduction of a new field ``sealEngine`` (values: ``NoProof`` | ``Ethash``), see related JSON Schema [change](https://github.com/ethereum/tests/commit/3be71ec3364a01fd4f2cb9b9fd086f3f69f0225c) or BlockchainTest format [docs](https://ethereum-tests.readthedocs.io/en/latest/test_types/blockchain_tests.html) for reference. + +This means that you can skip PoW validation for ``NoProof`` tests but also has the consequence that it is not possible to rely on/check ``PoW`` related block parameters for these tests any more. Contents of this repository --------------------------- |