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
{{ message }}
This repository was archived by the owner on Jul 4, 2022. It is now read-only.
The study of recent upstream changes suggests to me that our generic asset module which is replacing the balances pallet should use an account store when dealing with creating or removing accounts. An account store will be bound to StoredMap and its functionalities is already implemented by frame_system::Module. The generic asset should only call functions like insert or try_mutate_exists when appropriate.
The study of recent upstream changes suggests to me that our generic asset module which is replacing the balances pallet should use an account store when dealing with creating or removing accounts. An account store will be bound to
StoredMapand its functionalities is already implemented byframe_system::Module. The generic asset should only call functions likeinsertortry_mutate_existswhen appropriate.