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 Aug 8, 2023. It is now read-only.
The Withdraw event of the Strategy contract emits the accountamount and amounts corresponding to a withdrawAll function invocation. But the amounts are determined by their corresponding _items, _synths, and _debt which don't appear to be readily publicly available (I could be wrong).
This can hinder client software's parsing of this log, and the tokens' membership can be later updated by the controller by setStructure further confusing the client software.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The
Withdraw
event of theStrategy
contract emits theaccount
amount
andamounts
corresponding to awithdrawAll
function invocation. But theamounts
are determined by their corresponding_items
,_synths
, and_debt
which don't appear to be readily publicly available (I could be wrong).This can hinder client software's parsing of this log, and the tokens' membership can be later updated by the controller by
setStructure
further confusing the client software.The text was updated successfully, but these errors were encountered: