Skip to content

Commit

Permalink
erasured is not a word
Browse files Browse the repository at this point in the history
Co-authored-by: John Adler <[email protected]>
  • Loading branch information
evan-forbes and adlerjohn authored Mar 7, 2022
1 parent 52d35b1 commit 076bc67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/architecture/ADR-001-ABCI++.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ We need this functionality in order for block producers to
We also need this functionality for validators to verify that

- For every `MsgPayForMessage` included in the block, there is also a corresponding message and vice versa.
- That the data hash represents the properly erasured block data for the selected block size
- That the data hash represents the properly-erasure-coded block data for the selected block size.
- Included messages are arranged in the expected locations in the square according to the non-interactive default rules (not done here)

Technically, we don’t have to use ABCI++ yet, we could still test some needed features in the upcoming testnet without it. However, these implementations would not be representative of the implementations that would actually make it to mainnet, as they would have to be significantly different from their ABCI++ counterparts. The decision to adopt ABCI++ earlier becomes easier considering that the tendermint team has already done most of the work for us, and it is possible to start working on the needed features without waiting for the cosmos-sdk team to use them. We explain our plans below to do just this, by creating a simplified version of ABCI++ (ABCI+?) using only the new methods that are necessary, finished, and easy to incorporate into the cosmos-sdk.
Expand Down

0 comments on commit 076bc67

Please sign in to comment.