You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The overall feeling of this page is a bit disjointed. The role of FinalizeBlock isnt defined clearly. Additionally we could mention the application mempool is also available. I think the whole section may need a whole rewrite e.g.
In order to verify a Tx, full-nodes call CheckTx, which includes both stateless and stateful checks.
Further validation happens later in the DeliverTx stage. CheckTx goes through several steps, beginning with decoding Tx
The above is a snippet as an example from outdated documentation and mixing of terminologies
The text was updated successfully, but these errors were encountered:
Summary
The overall feeling of this page is a bit disjointed. The role of
FinalizeBlock
isnt defined clearly. Additionally we could mention the application mempool is also available. I think the whole section may need a whole rewrite e.g.The above is a snippet as an example from outdated documentation and mixing of terminologies
The text was updated successfully, but these errors were encountered: