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
Currently our API requires us to provide ovpk when encrypting a note. This is quite awkward in situations where there is no conceptual sender (this is typically when bridging from L1 --> in that case the conceptual sender is L1 address for which we cannot encrypt). What to do?
Currently I put there a from arg to the affected functions. Look for TODO(#9887) in the codebase to find the relevant code.
The text was updated successfully, but these errors were encountered:
Currently our API requires us to provide ovpk when encrypting a note. This is quite awkward in situations where there is no conceptual sender (this is typically when bridging from L1 --> in that case the conceptual sender is L1 address for which we cannot encrypt). What to do?
Currently I put there a
from
arg to the affected functions. Look forTODO(#9887)
in the codebase to find the relevant code.The text was updated successfully, but these errors were encountered: