docs: formatting for main for abci (#18823)
This commit is contained in:
+1
-1
@@ -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
@@ -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
@@ -1,7 +1,3 @@
|
||||
---
|
||||
sidebar_position: 1
|
||||
---
|
||||
|
||||
# Vote Extensions
|
||||
|
||||
:::note Synopsis
|
||||
|
||||
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"label": "ABCI",
|
||||
"position": 2,
|
||||
"link": null
|
||||
}
|
||||
Reference in New Issue
Block a user