There was an error while loading. Please reload this page.
When deprecating a function, class, type, or data constructor in the cardano-node repo, follow the procedure outlined below:
Use the DEPRECATED pragma.
DEPRECATED
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.