Removing Deprecated Backward-Compatible Functions in Protocol Periphery v1.3.2

In Protocol Periphery v1.3.1, backward-compatible functions from v1.2 were temporarily retained within Workflow contracts to ease the transition and avoid breaking existing applications. These functions were explicitly marked as deprecated. For example, see the deprecated functions in DerivativeWorkflows.

As our SDK and applications have now fully transitioned to Protocol v1.3, we plan to remove these deprecated functions in the upcoming v1.3.2 release, tentatively scheduled for mainnet upgrade around April 5, 2024. This removal will help reduce contract size and enhance contract maintainability.

If your application is still using these deprecated functions in production on mainnet, please migrate to the latest version promptly.

The PR for removing the deprecated functions can be found here:

2 Likes