mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-10 02:35:41 +00:00
6b6936836a
This reverts commit dc2a2bd85ae1e8c7c2e426faba3167069ef548a5.
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.