You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'd like to integrate this library into our codebase but the dependencies according to the current plutus-apps release is quite heavy-weight and easy to conflict with newer dependencies.
Describe the solution you'd like
Aggressively trimming dependencies on the next plutus-apps release would save a lot of resources building this library for both maintainers and library users. Fewer dependencies mean fewer conflicting risks integrating the library into dApp codebases as well.
Describe alternatives you've considered
Having to revert existing dependencies and API breaking change fixes, and add unused dependencies to integrate this library into our dApp codebase.
Additional context
Upstream is already moving well on this end:
Is your feature request related to a problem? Please describe.
I'd like to integrate this library into our codebase but the dependencies according to the current
plutus-apps
release is quite heavy-weight and easy to conflict with newer dependencies.Describe the solution you'd like
Aggressively trimming dependencies on the next
plutus-apps
release would save a lot of resources building this library for both maintainers and library users. Fewer dependencies mean fewer conflicting risks integrating the library into dApp codebases as well.Describe alternatives you've considered
Having to revert existing dependencies and API breaking change fixes, and add unused dependencies to integrate this library into our dApp codebase.
Additional context
Upstream is already moving well on this end:
I'd love to open a PR to do this after the next
plutus-apps
release!The text was updated successfully, but these errors were encountered: