mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-04 11:02:06 +00:00
Pull out the library functionality from scripts/confix and move it to internal/libs/confix. Replace scripts/confix with a simple stub that has the same command-line API, but uses the library instead. Related: - Move and update unit tests. - Move scripts/confix/condiff to scripts/condiff. - Update test data for v34, v35, and v36. - Update reference diffs. - Update testdata README.
29 lines
653 B
Plaintext
29 lines
653 B
Plaintext
-M fast-sync
|
|
+M mode
|
|
-M priv-validator-key-file
|
|
-M priv-validator-laddr
|
|
-M priv-validator-state-file
|
|
+S blocksync
|
|
+M blocksync.enable
|
|
+M blocksync.version
|
|
-S fastsync
|
|
-M fastsync.version
|
|
-M mempool.wal-dir
|
|
+M p2p.bootstrap-peers
|
|
+M p2p.max-connections
|
|
+M p2p.max-incoming-connection-attempts
|
|
+M p2p.max-outgoing-connections
|
|
+M p2p.queue-type
|
|
-M p2p.seed-mode
|
|
+M p2p.use-legacy
|
|
+S priv-validator
|
|
+M priv-validator.key-file
|
|
+M priv-validator.state-file
|
|
+M priv-validator.laddr
|
|
+M priv-validator.client-certificate-file
|
|
+M priv-validator.client-key-file
|
|
+M priv-validator.root-ca-file
|
|
-M statesync.chunk-fetchers
|
|
+M statesync.fetchers
|
|
+M statesync.use-p2p
|