跟配置相关的一些方法。
主要是配置的一些选项可能需要一些计算和检测,通过这些方法可以做一些 cache 等。
包括下面一些配置项:
var localAddress stringvar localAddressError errorvar peerEndpoint *pb.PeerEndpointvar peerEndpointError error// Cached values of commonly used configuration constants.var syncStateSnapshotChannelSize intvar syncStateDeltasChannelSize intvar syncBlocksChannelSize intvar validatorEnabled bool