Issue:
I'm following the instructions for "Running A Full Node" as Validator from this documentation:
https://docs.allora.network/devs/validators/run-full-node
The chain is not started and following panic error is thrown from golang cosmos-sdk:
panic: unknown field "max_retries_to_fulfil_nonces_reputer" in types.Params
What Configuration I'm using?
As per given instructions, I'm using your latest github release (https://github.com/allora-network/allora-chain/releases/tag/v0.6.1)
Docker Image: alloranetwork/allora-chain:v0.5.0-docker-upgrade (It is already used in docker-compose)
I even tried with another docker image (alloranetwork/allora-chain:v0.6.1) as well BUT same error.
Please help and guide how we can run a full node so that it may eventually catchup the chain and we can start as validator.
