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
{{ message }}
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.
Hi~ I'm developing for astar staking service.
I have a Question about rewardDestination state(auto stake).
=====
What I am saying the rewardDestination like below.
I wanna know that how to change state value about
rewardDestination ( "StakedBalance"={"ON"} or "FreeBalance"={"OFF"} on {endpoint=this.client}.query.dappsStaking.ledger(staker); )
or
Re-Stake After Claiming ( "ON"={"StakedBalance"} or "OFF"={"FreeBalance"} on https://portal.astar.network/shibuya-testnet/dapp-staking/discover).
=====
Q1) Which condition can make it change from "ON" to "OFF" or "OFF" to "ON" automatically not sending transaction[dappsstaking (set_reward_destination)]?
=====
Sharing Test Result)
For example, "A" wallet is on 6.xxSBY(available), 0SBY(staking), 3.xxxSBY(unstaking and unbonded), "FreeBalance"={"OFF"}.
So, I sent [dappsstaking (withdraw_unbonded)] transaction that unbonded 3.xxxSBY.
And I withdrew 3SBY from "A" to "B".
I expected that the "A" wallet is on 6.xxxSBY(available), 0SBY(staking), 0SBY(unstaking and unbonded), "FreeBalance"={"OFF"}.
But "FreeBalance"={"OFF"} is changed to "StakedBalance"={"ON"} automatically.
On subscan.io, "A" wallet has no transaction[dappsstaking (set_reward_destination)] for changing rewardDestination.
The text was updated successfully, but these errors were encountered:
Thanks, for this particular thing - as we are working on remodelling dApp Staking, this will change. We might not have a re-stake feature, we might keep it, but we have not made a decision yet.
dApp Staking new functions will be clearer in a couple of months but do let me know if you would still like to know the current status.
Thank you!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi~ I'm developing for astar staking service.
I have a Question about rewardDestination state(auto stake).
=====
What I am saying the rewardDestination like below.
I wanna know that how to change state value about
rewardDestination ( "StakedBalance"={"ON"} or "FreeBalance"={"OFF"} on {endpoint=this.client}.query.dappsStaking.ledger(staker); )
or
Re-Stake After Claiming ( "ON"={"StakedBalance"} or "OFF"={"FreeBalance"} on https://portal.astar.network/shibuya-testnet/dapp-staking/discover).
=====
Q1) Which condition can make it change from "ON" to "OFF" or "OFF" to "ON" automatically not sending transaction[dappsstaking (set_reward_destination)]?
=====
Sharing Test Result)
For example, "A" wallet is on 6.xxSBY(available), 0SBY(staking), 3.xxxSBY(unstaking and unbonded), "FreeBalance"={"OFF"}.
So, I sent [dappsstaking (withdraw_unbonded)] transaction that unbonded 3.xxxSBY.
And I withdrew 3SBY from "A" to "B".
I expected that the "A" wallet is on 6.xxxSBY(available), 0SBY(staking), 0SBY(unstaking and unbonded), "FreeBalance"={"OFF"}.
But "FreeBalance"={"OFF"} is changed to "StakedBalance"={"ON"} automatically.
On subscan.io, "A" wallet has no transaction[dappsstaking (set_reward_destination)] for changing rewardDestination.
The text was updated successfully, but these errors were encountered: