You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a running PRBv3 setup on Khala. When I adjust the stake of a worker I expect PRBv3 to adjust the stake after a restart of the WM service. However it doesn't seem to care about the actual stake of the worker.
I update the stake thru a direct API call from a python script (which basically just modifies the stake value) and then restart WM from the Monitor UI.
Steps to reproduce:
Setup PRBv3
setup a worker with stake at 1000 PHA
have it working on-chain
change stake to 2000 PHA
restart PRBv3 (aka WM)
Expected outcome:
Stake should be checked on-chain vs. configured and stake update request should be sent.
Actual outcome:
You will see stake never get's updated.
The text was updated successfully, but these errors were encountered:
I have a running PRBv3 setup on Khala. When I adjust the stake of a worker I expect PRBv3 to adjust the stake after a restart of the WM service. However it doesn't seem to care about the actual stake of the worker.
I update the stake thru a direct API call from a python script (which basically just modifies the stake value) and then restart WM from the Monitor UI.
Steps to reproduce:
Expected outcome:
Stake should be checked on-chain vs. configured and stake update request should be sent.
Actual outcome:
You will see stake never get's updated.
The text was updated successfully, but these errors were encountered: