application.db
Status data, including latest altitude status and historical status
blockstore.db
Block data, including the latest height block and historical blocks
cs.wal
Cache consensus information (timeout information, block status, voting information) to ensure that nodes can quickly recover from downtime
evidence.db
Evil records of super node voting
tx_index.db
tx index data file
state.db
state.db is used in the tendermint layer and will record the following content:
- Which validators generate each block
- Parameters related to the consensus of each block
- The execution result of this block beginBlock/endBlock and the execution results of all transactions
- The state of the current block consensus
- GenesisDoc is the content of genesis.json
priv_validator_state.json
Node Consensus State File
watch.db
Generated when the node starts fastquery, it is used to improve the QPS of the rpc interface