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
Removal interfaces of precompiles that use x/authz
Removal interfaces of precompiles that use x/authz to avoid the dependencies with x/authz
Conduct an attack test to see if permissions created through the authz module in a precompile can be directly modified or revoked via the authz module itself.
If this is determined to be problematic, implement a dedicated module to handle authorization within the precompile, replacing the existing authz module.
Target precompiles: erc20, ics20, staking, distribution
Removal interfaces of precompiles that use x/authz