eco-stake / restake

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

Same restake address multiple times, no transactions processed #762

Closed atlas-eric closed 7 months ago

atlas-eric commented 7 months ago

Somehow a delegator got registered 3 times for restake, Could this be the reason no restakes transactions are triggered although the address is found and the parameters for restake are OK? The restake value is ~ 11x times the treshold.

Dec 01 11:02:01 100-atlas-mngmt docker[211705]: [11:02:01.435] Checking 567 delegators for grants... Dec 01 11:02:01 100-atlas-mngmt docker[211705]: [11:02:01.512] ...batch 1 Dec 01 11:02:01 100-atlas-mngmt docker[211705]: [11:02:01.619] Found 4 addresses with valid grants... Dec 01 11:02:01 100-atlas-mngmt docker[211705]: [11:02:01.620] Calculating and autostaking in batches of 50 Dec 01 11:02:01 100-atlas-mngmt docker[211705]: [11:02:01.760] kava1-delegator-address Can autostake 1196842 ukava Dec 01 11:02:01 100-atlas-mngmt docker[211705]: [11:02:01.781] kava1-other-delegator-address Can autostake 1017564 ukava Dec 01 11:02:01 100-atlas-mngmt docker[211705]: [11:02:01.791] kava1-delegatoraddress Can autostake 1196842 ukava Dec 01 11:02:01 100-atlas-mngmt docker[211705]: [11:02:01.826] kava1-delegatoraddress Can autostake 1196842 ukava Dec 01 11:02:01 100-atlas-mngmt docker[211705]: [11:02:01.830] Sent 0/0 transactions Dec 01 11:02:01 100-atlas-mngmt docker[211705]: [11:02:01.831] Autostake completed after 1 attempt(s) Dec 01 11:02:01 100-atlas-mngmt docker[211705]: [11:02:01.832] Attempt 1: Dec 01 11:02:01 100-atlas-mngmt docker[211705]: [11:02:01.833] Sent 0/0 transactions Dec 01 11:02:01 100-atlas-mngmt docker[211705]: [11:02:01.834] Autostake finished

tombeynon commented 7 months ago

The duplicate addresses should be fixed in the latest version (v2.12.0) on master. Please try updating and see if that sorts it.

atlas-eric commented 7 months ago

Works like a charm :-) Thanks