-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
C1-mentorA task where a mentor is available. Please indicate in the issue who the mentor could be.A task where a mentor is available. Please indicate in the issue who the mentor could be.D0-easyCan be fixed primarily by duplicating and adapting code by an intermediate coder.Can be fixed primarily by duplicating and adapting code by an intermediate coder.T1-FRAMEThis PR/Issue is related to core FRAME, the framework.This PR/Issue is related to core FRAME, the framework.T13-deprecationThe current issue/pr is, or should be, part of a deprecation process.The current issue/pr is, or should be, part of a deprecation process.
Description
We renamed many of the composite enums such that the outer one is called RuntimeXXX eg paritytech/substrate#11981, but we seem to have missed this one.
Like other deprecations, we should keep the old name, but mark its usage is deprecated eg #182
### Deprecation steps
- [x] Soft deprecation and removal from the codebase https://github.com/paritytech/substrate/pull/14210
- [x] Update examples and tutorials https://github.com/substrate-developer-hub/substrate-docs/issues/1996
- [x] Hard deprecation by adding a deprecate compiler warning https://github.com/paritytech/substrate/pull/14224
- [x] Deprecation is noted in the release log
- [x] Removal version is planned -> after 16 Dec
- [ ] Deprecated feature is removed from the code base
- [ ] Removal of the feature is noted in the release log
bkchr and RomarQ
Metadata
Metadata
Assignees
Labels
C1-mentorA task where a mentor is available. Please indicate in the issue who the mentor could be.A task where a mentor is available. Please indicate in the issue who the mentor could be.D0-easyCan be fixed primarily by duplicating and adapting code by an intermediate coder.Can be fixed primarily by duplicating and adapting code by an intermediate coder.T1-FRAMEThis PR/Issue is related to core FRAME, the framework.This PR/Issue is related to core FRAME, the framework.T13-deprecationThe current issue/pr is, or should be, part of a deprecation process.The current issue/pr is, or should be, part of a deprecation process.
Type
Projects
Status
Done