Why support for seed_mode was removed from the Tendermint? #1343
Answered
by
cason
VAIBHAVJINDAL3012
asked this question in
Q&A
-
In very earlier version we used to have the support for Seed Mode where the new node can ping the seed node and send the peers to it.It seems to me the more efficient method. Is there any shortcoming of this way? |
Beta Was this translation helpful? Give feedback.
Answered by
cason
Sep 13, 2023
Replies: 1 comment 5 replies
-
Not sure what you mean by "seed_mode was removed". There is |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
VAIBHAVJINDAL3012
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not sure what you mean by "seed_mode was removed".
There is
seed_mode
flag in the configuration flag, which enables configuring a node to operate in seed mode: https://github.com/cometbft/cometbft/blob/main/config/config.go#L562