mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-08 06:15:33 +00:00
74 lines
1.6 KiB
Plaintext
74 lines
1.6 KiB
Plaintext
+M abci
|
|
+M db-backend
|
|
+M db-dir
|
|
+M fast-sync
|
|
+M filter-peers
|
|
+M genesis-file
|
|
+M log-format
|
|
+M log-level
|
|
+M moniker
|
|
+M node-key-file
|
|
+M priv-validator-file
|
|
+M priv-validator-laddr
|
|
+M prof-laddr
|
|
+M proxy-app
|
|
+S consensus
|
|
+M consensus.wal-file
|
|
+M consensus.timeout-propose
|
|
+M consensus.timeout-propose-delta
|
|
+M consensus.timeout-prevote
|
|
+M consensus.timeout-prevote-delta
|
|
+M consensus.timeout-precommit
|
|
+M consensus.timeout-precommit-delta
|
|
+M consensus.timeout-commit
|
|
+M consensus.skip-timeout-commit
|
|
+M consensus.create-empty-blocks
|
|
+M consensus.create-empty-blocks-interval
|
|
+M consensus.peer-gossip-sleep-duration
|
|
+M consensus.peer-query-maj23-sleep-duration
|
|
+M consensus.blocktime-iota
|
|
+S instrumentation
|
|
+M instrumentation.prometheus
|
|
+M instrumentation.prometheus-listen-addr
|
|
+M instrumentation.max-open-connections
|
|
+M instrumentation.namespace
|
|
+S mempool
|
|
+M mempool.recheck
|
|
+M mempool.broadcast
|
|
+M mempool.wal-dir
|
|
+M mempool.size
|
|
+M mempool.cache-size
|
|
+S p2p
|
|
+M p2p.laddr
|
|
+M p2p.external-address
|
|
+M p2p.seeds
|
|
+M p2p.persistent-peers
|
|
+M p2p.upnp
|
|
+M p2p.addr-book-file
|
|
+M p2p.addr-book-strict
|
|
+M p2p.max-num-inbound-peers
|
|
+M p2p.max-num-outbound-peers
|
|
+M p2p.flush-throttle-timeout
|
|
+M p2p.max-packet-msg-payload-size
|
|
+M p2p.send-rate
|
|
+M p2p.recv-rate
|
|
+M p2p.pex
|
|
+M p2p.seed-mode
|
|
+M p2p.private-peer-ids
|
|
+M p2p.allow-duplicate-ip
|
|
+M p2p.handshake-timeout
|
|
+M p2p.dial-timeout
|
|
+S rpc
|
|
+M rpc.laddr
|
|
+M rpc.cors-allowed-origins
|
|
+M rpc.cors-allowed-methods
|
|
+M rpc.cors-allowed-headers
|
|
+M rpc.grpc-laddr
|
|
+M rpc.grpc-max-open-connections
|
|
+M rpc.unsafe
|
|
+M rpc.max-open-connections
|
|
+S tx-index
|
|
+M tx-index.indexer
|
|
+M tx-index.index-tags
|
|
+M tx-index.index-all-tags
|