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
Currently, we cannot add Undelegate and CollectRewards into Rosetta config due to:
We cannot easily pre-define delegator/validator address, so we don't know this kind of info util run time(after CreateValidator and Delegate happen), so we'll need to figure out how to make rosatte use the same account as delegate transaction for Undelegate.
The moment when Undelegate and CollectRewards is happening, the amount is actually 0, which cannot pass Rosetta-cli's check for now.
The text was updated successfully, but these errors were encountered:
renlulu
changed the title
Support Undelegate and CollectRewards transactions
Support Undelegate and CollectRewards transactions into rosetta config
May 3, 2021
Currently, we cannot add
Undelegate
andCollectRewards
into Rosetta config due to:We cannot easily pre-define delegator/validator address, so we don't know this kind of info util run time(after CreateValidator and Delegate happen), so we'll need to figure out how to make rosatte use the same account as delegate transaction for Undelegate.
The moment when Undelegate and CollectRewards is happening, the amount is actually 0, which cannot pass Rosetta-cli's check for now.
Related PR including:
harmony-one/harmony#3664
#8
The text was updated successfully, but these errors were encountered: