tendermint/config
Alexander Simmerl ea896865a7
Collapse PeerConfig into P2PConfig
As both configs are concerned with the p2p packaage and PeerConfig is
only used inside of the package there is no good reason to keep the
couple of fields separate, therefore it is collapsed into the more
general P2PConifg. This is a stepping stone towards a setup where the
components inside of p2p do not have any knowledge about the config.

follow-up to #1325
2018-06-05 02:07:56 +02:00
..
config.go Collapse PeerConfig into P2PConfig 2018-06-05 02:07:56 +02:00
config_test.go Add basic tests on config, mainly to raise test coverage 2017-05-05 15:50:23 +02:00
toml.go Remove auth_enc config option 2018-06-01 21:07:20 +02:00
toml_test.go config: lil fixes 2017-12-28 20:49:02 +00:00