palomachain / paloma

The fast blockchain messenger protocol
Apache License 2.0
290 stars 135 forks source link

BUG: Paloma LightNode not redelegating on `automate` #1311

Closed taariq closed 3 weeks ago

taariq commented 1 month ago

What is happening?

Section description Provide as much context as you can. Give as much context as you can to make it easier for the developers to figure what is happening.

When running the "automate" command, these validators do not have a claim reward (redelegate)

Error: rpc error: code = Unknown desc = rpc error: code = Unknown desc = account sequence mismatch, expected 4320, got 4319: incorrect account sequence [cosmos/cosmos-sdk@v0.50.10/x/auth/ante/sigverify.go:290] with gas used: '65629': unknown request Usage: palomad tx authz exec [tx-json-file] --from [grantee] [flags] .....

palomavaloper1qf7np0rp3qutvn08vc6qz0y7ffc02cncwdvdtd palomavaloper1sz3zjcyq8cd3e2k9kx6d44s8wnavfsy2837nje palomavaloper12c6hhdt9ly838pw6ftwctfdautr8rp288atqnf palomavaloper10y227j9d09pckexy32v2gckerj9a0kcewgf7xy palomavaloper1qf7np0rp3qutvn08vc6qz0y7ffc02cncwdvdtd palomavaloper1z9fgzh7mzqgu33pdkxw0dqmqgm9l8exj6rl5wj palomavaloper1c8uxkkz00qn97wsp9um8y3a8wlmrv3c546jw4q

The "automate" command does not work. Does it have to turn on every hour?

What is the expected behaviour?

Section description If you know, please write down what is the expected behaviour. If you don't know, that's ok. We can have a discussion in comments.

Account sequence mismatch may require that we use another validator for redelegating to avoid issues on the same validator rpc.

Recommendations

  1. Use another RPC endpoint for redelegation?
  2. Increase the sleep time for re-delegation?
taariq commented 3 weeks ago

Wont fix.