ABCI++: Major refactor of spec's structure. Addressed Josef's comments. Merged ABCI's methods and data structs that didn't change. Added introductory paragraphs

This commit is contained in:
Sergio Mena
2021-12-16 23:41:11 +01:00
parent 57cc810744
commit 523974167a
8 changed files with 1558 additions and 721 deletions

View File

@@ -50,6 +50,8 @@ please submit them to our [bug bounty](https://tendermint.com/security)!
- [ABCI](./abci/README.md): Details about interactions between the
application and consensus engine over ABCI
- [ABCI++](./abci++/README.md): Specification of interactions between the
application and consensus engine over ABCI++
- [Write-Ahead Log](./consensus/wal.md): Details about how the consensus
engine preserves data and recovers from crash failures