mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 11:17:56 +00:00
Add a deprecation warning to the old runtime GenesisConfig (#14224)
* soft deprecate genesisconfig * temporarily add a deprecation attr * update tests * update mocks * update genesis config * update genesis config * update genesis config * update genesis config * remove deprecation warning * add a deprecation warning to the old runtime GenesisConfig * add a date to the deprecation message --------- Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -78,8 +78,8 @@ pub fn expand_outer_config(
|
||||
#fields
|
||||
}
|
||||
|
||||
// GenesisConfig is in the process of being deprecated [https://github.com/paritytech/substrate/issues/14065]
|
||||
#[cfg(any(feature = "std", test))]
|
||||
#[deprecated(note = "GenesisConfig is planned to be removed in December 2023. Use `RuntimeGenesisConfig` instead.")]
|
||||
pub type GenesisConfig = RuntimeGenesisConfig;
|
||||
|
||||
#[cfg(any(feature = "std", test))]
|
||||
|
||||
Reference in New Issue
Block a user