eth2.0-specs/test_generators/operations
Carl Beekhuizen e5fb91c4a2
Make test generators work with phase 1 execution
2019-06-05 16:23:44 +02:00
..
README.md update operations readme, fix wording 2019-05-23 11:23:03 +02:00
main.py Make test generators work with phase 1 execution 2019-06-05 16:23:44 +02:00
requirements.txt update yaml and eth-utils dependencies 2019-05-21 22:55:22 +02:00

README.md

Operations

Operations (or "transactions" in previous spec iterations), are atomic changes to the state, introduced by embedding in blocks.

An operation test-runner can consume these operation test-suites, and handle different kinds of operations by processing the cases using the specified test handler.

Information on the format of the tests can be found in the operations test formats documentation.