diff --git a/docs/build/home.mdx b/docs/build/home.mdx index e1b3c3ad4..d73a8fd6b 100644 --- a/docs/build/home.mdx +++ b/docs/build/home.mdx @@ -13,7 +13,7 @@ Whether you're a novice or unfamiliar with smart contract technology, rest assur `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 -* `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 - -Operations are guaranteed to be kept in the `EXECUTED_WITH_SUCCESS` or `EXECUTED_WITH_FAILURE` state for at least 10 periods (2 minutes and 40 seconds) -to give enough time for operators to register those states before they are pruned. - - ### Endorsements Endorsements are optionally included in the block, but their inclusion is incentivized for block creators. They are validations of the fact that the parent block on the thread of the block is the best parent that could have been chosen, done by other nodes that have also been deterministically selected via the proof of stake probability -distribution (see below). A comprehensive description of endorsements can be found [here](/docs/learn/architecture/consensus-quality#endorsement), so we will +distribution. A comprehensive description of endorsements can be found [here](/docs/learn/architecture/consensus-quality#endorsement), so we will not go further into details in the context of this introduction. diff --git a/docs/learn/home.mdx b/docs/learn/home.mdx index 709b1779c..3c34d7814 100644 --- a/docs/learn/home.mdx +++ b/docs/learn/home.mdx @@ -37,9 +37,15 @@ Welcome! On this page you'll find various resources explaining some concepts int + `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 +* `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 + +Operations are guaranteed to be kept in the `EXECUTED_WITH_SUCCESS` or `EXECUTED_WITH_FAILURE` state for at least 10 periods (2 minutes and 40 seconds) +to give enough time for operators to register those states before they are pruned. diff --git a/sidebars.js b/sidebars.js index cef606441..7bbfd7e19 100644 --- a/sidebars.js +++ b/sidebars.js @@ -118,6 +118,10 @@ const sidebars = { type: "doc", id: "learn/gas", }, + { + type: "doc", + id: "learn/operation-format-execution", + }, { type: "html", value: "
",