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
Allow the admin contract to approve burning of tokens
Why
Allow additional actions to be performed upon burning
Allow giving the admin control over circulation
Dependencies
As for #116, implementation of this will be much easier once o1-labs/o1js#1889 has been resolved. That feature will allow conditionally calling into the admin contract from burn(). It might be possible to implement this feature without that functionality, but only in a very clunky way (adding another method permissionedBurn(), and then disabling calls to burn() for those tokens that want the admin contract to be called.
The text was updated successfully, but these errors were encountered:
Proposed feature
Allow the admin contract to approve burning of tokens
Why
Dependencies
As for #116, implementation of this will be much easier once o1-labs/o1js#1889 has been resolved. That feature will allow conditionally calling into the admin contract from
burn()
. It might be possible to implement this feature without that functionality, but only in a very clunky way (adding another methodpermissionedBurn()
, and then disabling calls toburn()
for those tokens that want the admin contract to be called.The text was updated successfully, but these errors were encountered: