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
[privval] Allow Privval to sign arbitrary bytes (#2692)
However, adding a method to this public interface is technically a breaking change as any implementor of that interface would need to add the method.
We should establish if this interface should be exposed as part of the types package, and if so, consider creating a new interface with the additional field to support usage of implementations that implement this new functionality.
Problem Definition
Proposal
The text was updated successfully, but these errors were encountered:
Feature Request
Summary
We want to backport this to v1.
[privval]
Allow Privval to sign arbitrary bytes (#2692)However, adding a method to this public interface is technically a breaking change as any implementor of that interface would need to add the method.
We should establish if this interface should be exposed as part of the types package, and if so, consider creating a new interface with the additional field to support usage of implementations that implement this new functionality.
Problem Definition
Proposal
The text was updated successfully, but these errors were encountered: