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
Version 1.3.0 of the Anker program has been deployed at BNVB8pd4coHpY7MVcrtiHLCLst7fyDGzMtPmfJqFAhwj. This version contains a (non-exploitable) bug fixed by #566, that prevents sending proceeds to Terra. Currently, all maintainer bots are failing when they try to submit the SendRewards transaction (in simulation already, so the transaction never makes it to the chain).
Paths forward
We have two options:
Update the program. This requires uploading to a buffer account and then getting the multisig to approve the update.
Modify the maintainer to no longer try to call SendRewards. (And if it stops calling SendRewards, we might as well stop calling SellRewards.)
Normally we would go for option 1, but given the events of last week and the uncertainty around Anchor, it may not be worth the trouble, and we could also go for option 2.
Problem
Version 1.3.0 of the Anker program has been deployed at
BNVB8pd4coHpY7MVcrtiHLCLst7fyDGzMtPmfJqFAhwj
. This version contains a (non-exploitable) bug fixed by #566, that prevents sending proceeds to Terra. Currently, all maintainer bots are failing when they try to submit theSendRewards
transaction (in simulation already, so the transaction never makes it to the chain).Paths forward
We have two options:
SendRewards
. (And if it stops callingSendRewards
, we might as well stop callingSellRewards
.)Normally we would go for option 1, but given the events of last week and the uncertainty around Anchor, it may not be worth the trouble, and we could also go for option 2.
CC @kkonevets
The text was updated successfully, but these errors were encountered: