Delegate SAC Address require_auth calls to the token's admin address
#1597
kalepail
started this conversation in
Core Advancement Proposals
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Relevant Discord discussion: https://discord.com/channels/897514728459468821/1310975759480914011
Currently there's no mechanic for gaining access to adding or modifying a SAC so the SAC address itself can get assets locked up without any means for doing anything with them.
E.g. I transfer funds to a SAC address. Now they're locked. It would be nice to permit a way to deal with this via forwarding
require_authcalls to the SAC's admin Address. So you could for instance perform a transfer or burnfromthe SAC where thefromrequire_auth forwarded to the token's admin Address vs the SAC address (which doesn't have a__check_auth)Beta Was this translation helpful? Give feedback.
All reactions