eth2.0-specs/test_generators/operations
protolambda c11f963bc9
cleanup generator code, use helper pkg to load and generate test cases with
2019-05-23 15:16:59 +02:00
..
README.md update operations readme, fix wording 2019-05-23 11:23:03 +02:00
main.py cleanup generator code, use helper pkg to load and generate test cases with 2019-05-23 15:16:59 +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.