Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions tutorials/integrate-celestia.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,18 +67,3 @@ other platforms.
Since we utilize Tendermint and the Cosmos-SDK, syncing the chain can be
performed by any method that is supported by those libraries. This includes
fast-sync, state sync, and quick sync.

### Notable exceptions relative to other blockchains

Relative to other Tendermint based chains, Celestia will have significantly
longer blocktimes of roughly 6\* seconds. The reason behind this block time is to
optimize the bandwidth used by light clients that are sampling the chain, and
is not because we have modified Tendermint consensus in any meaningful way.
Validators will likely download/upload relatively large blocks. It should be
noted that while these blocks are large, very little typical blockchain state
execution is actually occurring on Celestia. Meaning that the bandwidth
requirements will likely be larger than that of a typical Cosmos-SDK based
blockchain full node, the computing requirements should be similar in
magnitude.

\*Subject to Change
Loading