eth2.0-specs/test_generators/operations
protolambda ed182e5e9d
disable mainnet transfer test output
2019-06-30 19:44:35 +02:00
..
README.md update operations readme, fix wording 2019-05-23 11:23:03 +02:00
main.py disable mainnet transfer test output 2019-06-30 19:44:35 +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.