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
fix: clean up AllowancesStorage on subnet deregistration
Add PrecompileCleanupInterface trait to allow the pallet to invoke
cross-crate storage cleanup when a subnet is removed. The precompiles
crate iterates and removes all AllowancesStorage entries matching the
dissolved netuid, preventing stale EVM approvals from carrying over
when the netuid is recycled.
0 commit comments