eth2.0-specs/tests/generators/merkle
Etan Kissling 939e6c7e8e
run tests against future forks by default
Some tests are currently restricted to a single phase using @with_phases
even though they could likely run unchanged in later phases. This patch
changes the default for such tests to also run in later phases. If the
beacon chain changes enough in later phases to break these tests, this
highlights that the tests need to be adjusted or extended accordingly.
2021-09-30 10:28:02 +02:00
..
README.md merkle proof test generator 2021-09-27 17:34:51 +02:00
__init__.py merkle proof test generator 2021-09-27 17:34:51 +02:00
main.py run tests against future forks by default 2021-09-30 10:28:02 +02:00
requirements.txt merkle proof test generator 2021-09-27 17:34:51 +02:00

README.md

Merkle

The purpose of this test-generator is to provide test-vectors for validating the correct merkleization of objects and corresponding merkle proofs.

Test-format documentation can be found here.