docs: formatting for main for abci (#18823)

This commit is contained in:
samricotta
2023-12-19 16:29:19 +00:00
committed by GitHub
parent 47770f332c
commit 4bd2877f5a
4 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
## Prepare Proposal
# Prepare Proposal
`PrepareProposal` handles construction of the block, meaning that when a proposer
is preparing to propose a block, it requests the application to evaluate a
+1 -1
View File
@@ -1,4 +1,4 @@
## Process Proposal
# Process Proposal
`ProcessProposal` handles the validation of a proposal from `PrepareProposal`,
which also includes a block header. Meaning, that after a block has been proposed
-4
View File
@@ -1,7 +1,3 @@
---
sidebar_position: 1
---
# Vote Extensions
:::note Synopsis
+5
View File
@@ -0,0 +1,5 @@
{
"label": "ABCI",
"position": 2,
"link": null
}