Move LockableCurrency trait to fungibles::Lockable and deprecate LockableCurrency (#12798)
* WIP move LockableCurrency to fungibles * rename Lockable and LockIdentifier to funginbles::* * fix imports further * change Lockable from fungible to fungibles * reintroduce LockableCurrency but marked as deprecated * fix imports * fix imports * cargo fmt * add allow deprecated warnings * remove unused benchmark import * fix some of the docs * fix failing doctest check * reexport LockIdentifier and LockableCurrency from support/traits * reexport LockIdentifier and LockableCurrency from support/traits * allow using deprecated re-export * replace LockableCurrency and LockIdentifier with a module alias * Update frame/support/src/traits/tokens/fungibles/lockable.rs * Update frame/staking/src/pallet/mod.rs Co-authored-by:Squirrel <gilescope@gmail.com> * Update frame/support/src/traits.rs Co-authored-by:
Squirrel <gilescope@gmail.com> * REVERT removing fungibles::Lockable import Co-authored-by: parity-processbot <> Co-authored-by:
Squirrel <gilescope@gmail.com>
Showing
- substrate/bin/node/runtime/src/lib.rs 4 additions, 4 deletionssubstrate/bin/node/runtime/src/lib.rs
- substrate/frame/balances/README.md 4 additions, 4 deletionssubstrate/frame/balances/README.md
- substrate/frame/balances/src/lib.rs 14 additions, 12 deletionssubstrate/frame/balances/src/lib.rs
- substrate/frame/balances/src/tests.rs 3 additions, 3 deletionssubstrate/frame/balances/src/tests.rs
- substrate/frame/contracts/src/tests.rs 1 addition, 1 deletionsubstrate/frame/contracts/src/tests.rs
- substrate/frame/conviction-voting/src/benchmarking.rs 1 addition, 1 deletionsubstrate/frame/conviction-voting/src/benchmarking.rs
- substrate/frame/conviction-voting/src/lib.rs 3 additions, 3 deletionssubstrate/frame/conviction-voting/src/lib.rs
- substrate/frame/democracy/src/lib.rs 6 additions, 4 deletionssubstrate/frame/democracy/src/lib.rs
- substrate/frame/elections-phragmen/src/lib.rs 5 additions, 5 deletionssubstrate/frame/elections-phragmen/src/lib.rs
- substrate/frame/executive/src/lib.rs 3 additions, 6 deletionssubstrate/frame/executive/src/lib.rs
- substrate/frame/referenda/src/lib.rs 3 additions, 4 deletionssubstrate/frame/referenda/src/lib.rs
- substrate/frame/staking/src/pallet/impls.rs 3 additions, 2 deletionssubstrate/frame/staking/src/pallet/impls.rs
- substrate/frame/staking/src/pallet/mod.rs 4 additions, 4 deletionssubstrate/frame/staking/src/pallet/mod.rs
- substrate/frame/support/src/traits.rs 1 addition, 0 deletionssubstrate/frame/support/src/traits.rs
- substrate/frame/support/src/traits/tokens/currency.rs 4 additions, 1 deletionsubstrate/frame/support/src/traits/tokens/currency.rs
- substrate/frame/support/src/traits/tokens/currency/lockable.rs 2 additions, 46 deletions...rate/frame/support/src/traits/tokens/currency/lockable.rs
- substrate/frame/support/src/traits/tokens/fungible.rs 1 addition, 0 deletionssubstrate/frame/support/src/traits/tokens/fungible.rs
- substrate/frame/support/src/traits/tokens/fungibles.rs 2 additions, 0 deletionssubstrate/frame/support/src/traits/tokens/fungibles.rs
- substrate/frame/support/src/traits/tokens/fungibles/lockable.rs 65 additions, 0 deletions...ate/frame/support/src/traits/tokens/fungibles/lockable.rs
- substrate/frame/vesting/src/lib.rs 6 additions, 5 deletionssubstrate/frame/vesting/src/lib.rs
Please register or sign in to comment