1. 1. Specification
    1. 1.1. Data Structures
    2. 1.2. Namespace
    3. 1.3. Shares
    4. 1.4. Consensus
      1. 1.4.1. CAT Pool
    5. 1.5. Block Proposer
    6. 1.6. Block Validity Rules
    7. 1.7. AnteHandler
      1. 1.7.1. AnteHandler v1
      2. 1.7.2. AnteHandler v2
    8. 1.8. Fraud Proofs
    9. 1.9. Networking
    10. 1.10. Public-Key Cryptography
    11. 1.11. Data Square Layout
    12. 1.12. Resource Pricing
    13. 1.13. Multisig
  2. 2. State Machine Modules
    1. 2.1. State Machine Modules v1
    2. 2.2. State Machine Modules v2
  3. 3. Parameters
    1. 3.1. Parameters v1
    2. 3.2. Parameters v2

Celestia App Specifications

State Machine Modules v1

The modules used in app version 1 are:

celestia-app modules

  • blob
  • blobstream
  • mint
  • paramfilter
  • tokenfilter

cosmos-sdk modules

  • auth
  • authz
  • bank
  • capability
  • crisis
  • distribution
  • evidence
  • feegrant
  • genutil (no spec)
  • gov
  • ibc
  • params
  • slashing
  • staking
  • transfer
  • vesting (no spec)