Closed mkuzmentsov closed 2 months ago
@mkuzmentsov Is this issue resolved with latest releases? If not, can you provide your service ID?
@mkuzmentsov I have verified that it works as
cd trader; poetry run python ../trades.py --creator 0x74D2b585a46279b4fa9fEEAE001efc972726C709
Trades table seems to be filled correctly. I assume the issue is already resolved. If this is not the case, please feel free to reopen the issue and provide additional data (OS, Python version, etc.)
FYI: Note that your service is not currently running in a staking program (Coastal program is now deprecated). Please pull latest changes on the repository and choose an appropriate staking contract if you wish:
./stop_service.sh
cd trader; poetry run python ../scripts/choose_staking.py --reset; cd ..
My service instance had not been executing trades for a while (week or so), it got funded recently, but trades are not showing, even though I see trades are being executed regularly.
Here's the report:
How do I get them showing again?