Upgrade to polkadot-v1.11.0
-
Upgrade GitHub polkadot-sdk fork/ -
Use polkadot-v1.11.0 -
Use subxt-v0.35.3 -
Fix soon deprecated warnings -
Migrate CurrencyAdapter to FungibleAdapter.
Edited by Benjamin Gallois
Merge request reports
Activity
Filter activity
changed milestone to %runtime-802
added RN-runtime label
assigned to @bgallois
mentioned in issue #226 (closed)
- Resolved by Benjamin Gallois
The migration from the
CurrencyAdapter
toFungibleAdapter
is part of theCurrency
trait deprecation (see: https://github.com/paritytech/substrate/pull/12951, #226 (closed)). To accomplish this, we need to replace theCurrency
trait with theFungible
trait. It might be best to keep this change in a separate MR for clarity. @HugoTrentesaux
added 2 commits
Please register or sign in to reply