diff options
author | holgerd77 <Holger.Drewes@gmail.com> | 2018-10-22 18:57:13 +0800 |
---|---|---|
committer | holgerd77 <Holger.Drewes@gmail.com> | 2018-10-23 19:15:16 +0800 |
commit | c6cf88a7e922a98123ecf3cb9d03e043805f773e (patch) | |
tree | c07ea71d8010c5f689aa1f814d87d479d25b3423 /README.md | |
parent | 5b4cc6c9d5b4004be8369852e5f9cfe4e81200df (diff) | |
download | dexon-tests-c6cf88a7e922a98123ecf3cb9d03e043805f773e.tar dexon-tests-c6cf88a7e922a98123ecf3cb9d03e043805f773e.tar.gz dexon-tests-c6cf88a7e922a98123ecf3cb9d03e043805f773e.tar.bz2 dexon-tests-c6cf88a7e922a98123ecf3cb9d03e043805f773e.tar.lz dexon-tests-c6cf88a7e922a98123ecf3cb9d03e043805f773e.tar.xz dexon-tests-c6cf88a7e922a98123ecf3cb9d03e043805f773e.tar.zst dexon-tests-c6cf88a7e922a98123ecf3cb9d03e043805f773e.zip |
Added sealEngine related infos to README and blockchain test format docs
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 --------------------------- |