From c9ae3ba4bd4d1500e4ab55527ec1581eecae3f91 Mon Sep 17 00:00:00 2001 From: William Banfield <4561443+williambanfield@users.noreply.github.com> Date: Wed, 15 Sep 2021 09:02:13 -0400 Subject: [PATCH] Update docs/rfc/rfc-003-performance-questions.md Co-authored-by: Callum Waters --- docs/rfc/rfc-003-performance-questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rfc/rfc-003-performance-questions.md b/docs/rfc/rfc-003-performance-questions.md index 964c200fc..082de08b7 100644 --- a/docs/rfc/rfc-003-performance-questions.md +++ b/docs/rfc/rfc-003-performance-questions.md @@ -126,7 +126,7 @@ proceeds. This means that an application that is slow to execute all of its transactions or finalize state during the `Commit` method will prevent any new transactions from being added to the mempool. Apps that are slow to commit will prevent consensus from proceeded to the next consensus height since Tendermint -cannot validate validate block proposals or produce block proposals without the +cannot validate block proposals or produce block proposals without the AppHash obtained from the `Commit` method. We should add a metric for each step in the ABCI protocol to track the amount of time that a node spends communicating with the application at each step.