Transient issue with displaying time to unstaking · Issue #516 · sudoblockio/icon-tracker-frontend · GitHub
More Web Proxy on the site http://driver.im/
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
User claims to have not been bonding (and doesnt know what that is).
Unstaked their ICX 7 days ago, but the tracker is still showing around 7days until the unstaking block.
Is this a display issue on the tracker or is something else amiss, surely the unstaking timeline isnt now 14 days.
This should not be the case as unstaking time should be a total of 7 days, not 14. At the time the tracker looked like it was showing the wrong date which is generally calculated off estimates from the block height. Double check this by doing a Tx on mainnet and seeing how the unstaking time is estimated.
The text was updated successfully, but these errors were encountered:
Time to unstake is calculated as remaining blocks times two and we get remainingBlocks from the 'getStake' rpc.
Did a tx and getting unstake time as 7 days. One way this could happen is if the RPC is returning the wrong remainingBlocks? @robcxyz
@athoifss - RPC is always right - so lets not doubt that and keep this open. If we can observe this / reproduce then can do but doubting RPC calls is likely not what we want to spend time on
https://tracker.icon.community/address/hx06fbca6526684c9727218ea5532f9110395fc3ca
This should not be the case as unstaking time should be a total of 7 days, not 14. At the time the tracker looked like it was showing the wrong date which is generally calculated off estimates from the block height. Double check this by doing a Tx on mainnet and seeing how the unstaking time is estimated.
The text was updated successfully, but these errors were encountered: