1. 1. Data Structures
  2. 2. Namespace
  3. 3. Shares
  4. 4. Consensus
    1. 4.1. CAT Pool
  5. 5. Block Proposer
  6. 6. Block Validity Rules
  7. 7. AnteHandler
    1. 7.1. AnteHandler v1
    2. 7.2. AnteHandler v2
    3. 7.3. AnteHandler v3
  8. 8. Fraud Proofs
  9. 9. Networking
  10. 10. Public-Key Cryptography
  11. 11. Data Square Layout
  12. 12. Resource Pricing
  13. 13. Multisig
  14. 14. State Machine Modules
    1. 14.1. State Machine Modules v1
    2. 14.2. State Machine Modules v2
  15. 15. Parameters
    1. 15.1. Parameters v1
    2. 15.2. Parameters v2
    3. 15.3. Parameters v3

Celestia App Specifications

State Machine Modules v2

The modules used in app version 2 are:

celestia-app modules

  • blob
  • minfee
  • mint
  • paramfilter
  • signal
  • tokenfilter

cosmos-sdk modules

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