@ -139,9 +139,6 @@ node_key_file = "{{ js .BaseConfig.NodeKey }}"
# Mechanism to connect to the ABCI application : socket | grpc
abci = "{{ .BaseConfig.ABCI }}"
# TCP or UNIX socket address for the profiling server to listen on
prof_laddr = "{{ .BaseConfig.ProfListenAddress }}"
# If true , query the ABCI app on connecting to a new peer
# so the app can decide if we should keep the connection or not
filter_peers = { { . BaseConfig . FilterPeers } }
@ -232,6 +229,9 @@ tls_cert_file = "{{ .RPC.TLSCertFile }}"
# Otherwise , HTTP server is run .
tls_key_file = "{{ .RPC.TLSKeyFile }}"
# pprof listen address ( https : //golang.org/pkg/net/http/pprof)
pprof_laddr = "{{ .RPC.PprofListenAddress }}"
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# # # P2P Configuration Options # # #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
@ -363,7 +363,7 @@ temp_dir = "{{ .StateSync.TempDir }}"
# Fast Sync version to use :
# 1 ) "v0" ( default ) - the legacy fast sync implementation
# 2 ) "v1" - refactor of v0 version for better testability
# 2 ) "v2" - complete redesign of v0 , optimized for testability & readability
# 2 ) "v2" - complete redesign of v0 , optimized for testability & readability
version = "{{ .FastSync.Version }}"
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
@ -404,7 +404,7 @@ peer_query_maj23_sleep_duration = "{{ .Consensus.PeerQueryMaj23SleepDuration }}"
[ tx_index ]
# What indexer to use for transactions
#
#
# The application will set which txs to index . In some cases a node operator will be able
# to decide which txs to index based on configuration set in the application .
#