eth2.0-specs/test_generators/operations
Danny Ryan 70c2063cfa
PR feedback
2019-10-24 21:49:07 +09:00
..
README.md update operations readme, fix wording 2019-05-23 11:23:03 +02:00
main.py PR feedback 2019-10-24 21:49:07 +09: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.