eco-stake / restake

Auto-compounder script for Cosmos Validators using REStake
https://restake.app
MIT License
356 stars 307 forks source link

account sequence mismatch #771

Closed vchong closed 7 months ago

vchong commented 7 months ago

Hi, we started getting an error like below, after running fine for many days.

TX 1: Failed 1 messages: account sequence mismatch, expected 22, got 21: incorrect account sequence [cosmos/cosmos-sdk@v0.47.3/x/auth/ante/sigverify.go:269] With gas wanted: '18446744073709551615' and gas used: '32256'
Failed attempt 1/3, retrying in 30 seconds...

Based #743, #526, #403, we've already made sure there's only 1 process running. We've also tried restarting the process. Is there anything else that might cause this?

vchong commented 7 months ago

So, we're using an internal REST url and this looks like it was due to the server not being upgraded.