Skip to content

Commit

Permalink
fix transition to EXECUTED_WITH_FAILURE
Browse files Browse the repository at this point in the history
  • Loading branch information
Thykof authored Nov 21, 2023
1 parent 647539d commit 067ce11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/learn/operation-format-execution.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ As candidate slots are executed, candidate operation states can transition from
If the slot `S` is the latest executed final slot, then the observed status of a given operation at the output of `S` is considered final.
As final slots are executed, the following final operation state transitions can be observed:
* `EXECUTABLE_OR_EXPIRED` -> `EXECUTED_WITH_SUCCESS`: the operation was executed as final with success
* `EXECUTABLE_OR_EXPIRED` -> `EXECUTED_WITH_SUCCESS`: the operation was executed as final with failure
* `EXECUTABLE_OR_EXPIRED` -> `EXECUTED_WITH_FAILURE`: the operation was executed as final with failure
* `EXECUTED_WITH_SUCCESS` -> `EXECUTABLE_OR_EXPIRED`: the operation was executed as final with success and then it expired and was pruned away
* `EXECUTED_WITH_FAILURE` -> `EXECUTABLE_OR_EXPIRED`: the operation was executed as final with failure and then it expired and was pruned away

Expand Down

0 comments on commit 067ce11

Please sign in to comment.