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
UncheckedAccount and AccountInfo both represent unchecked accounts in Anchor. As per this feature request, AccountInfo may be deprecated in the future and it is recommended to use UncheckedAccount for readability and performance. However, using UncheckedAccount leads to a stack overflow error.
The text was updated successfully, but these errors were encountered:
Initial debug attempt by Box-ing the rate_limit account in initialize was not enough. See #509
nvsriram
changed the title
Replacing AccountInfo with UncheckedAccount leads to stack access violation
solana: Replacing AccountInfo with UncheckedAccount leads to stack access violation
Sep 3, 2024
See #507 (comment)
UncheckedAccount and AccountInfo both represent unchecked accounts in Anchor. As per this feature request,
AccountInfo
may be deprecated in the future and it is recommended to useUncheckedAccount
for readability and performance. However, usingUncheckedAccount
leads to a stack overflow error.The text was updated successfully, but these errors were encountered: