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
As part of this PR, Currency trait has been deprecated, as has usage of Reserves and Locks.
There are two of Astar pallets which rely on locked & reservable currency:
pallet_dapps_staking
pallet_collator_selection
As part of this item, usage of LockableCurrency and ReservableCurrency should be replaced with usage of Holds and Freezes, without impacting existing functionality.
The text was updated successfully, but these errors were encountered:
As part of this PR,
Currency
trait has been deprecated, as has usage ofReserves
andLocks
.There are two of
Astar
pallets which rely on locked & reservable currency:As part of this item, usage of
LockableCurrency
andReservableCurrency
should be replaced with usage ofHolds
andFreezes
, without impacting existing functionality.The text was updated successfully, but these errors were encountered: