-
Notifications
You must be signed in to change notification settings - Fork 6
Deprecation
cardano-node-wiki edited this page Apr 20, 2023
·
1 revision
When deprecating a function, class, type, or data constructor in the cardano-node repo, follow the procedure outlined below:
-
Use the
DEPRECATED
pragma. -
In the deprecation message, indicate what should be used in its place.
-
Include the deprecation in the release notes.
-
Wait 2 release cycles (inclusive of the release of the initial deprecation) to remove the deprecated function, class etc.
The cardano-node
wiki has moved. Please go to (https://github.com/input-output-hk/cardano-node-wiki/wiki) and look for the page there.