Skip to content

Instantly share code, notes, and snippets.

@rootulp
Last active February 28, 2025 15:43
Show Gist options
  • Save rootulp/73472f35de998ff722b998ee08fd98dc to your computer and use it in GitHub Desktop.
Save rootulp/73472f35de998ff722b998ee08fd98dc to your computer and use it in GitHub Desktop.
ABCI diagrams

ABCI diagrams

Block lifecycle

block-lifecycle

State sync

state-sync

Misc

  • InitChain is invoked on genesis: celestia-appd init
  • Info is invoked on celestia-appd start or celestia-appd info
  • Query is invoked on celestia-appd query bank balances <address>
  • CheckTx is invoked when a new tx enters the mempool: celestia-appd tx bank send <...>

misc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment