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
Dear Dev team, I am long time developer on aptos and i have a few contracts deployed on mainnet.
recently my contracts started getting Dependency issues.
Now im at a point where I had a contract which has a token store and it use to work perfectly fine and when i want to now withdraw the funds from the token store I cant do it because it fails on DEPENDENCY_LIMIT_REACHED
see image below with all transaction details including payload.
only my accounts can perform this function as it will asset on other accounts.
To reproduce
only i can reproduce as I am the one in control of these methods. (they are guarded by addresses)