anoma / namada

Rust implementation of Namada, a Proof-of-Stake L1 for interchain asset-agnostic privacy
https://namada.net
GNU General Public License v3.0
2.4k stars 956 forks source link

Ledger reset does not update CometBFT mode to validator #1998

Open sug0 opened 1 year ago

sug0 commented 1 year ago

When we reset the ledger state, despite Namada correctly operating as a validator node, CometBFT operates under the assumption it is connected to a full node.

cwgoes commented 2 months ago

@sug0 Is this still applicable?

sug0 commented 2 months ago

yep. I think the main reason for this behavior is that the command purges keys, as well as data. maybe it could be solved with a --keep-validator-keys flag, or smth