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
When encrypting errors, we currently have the ability to use two shared
secrets for Phantom Node payments.
Trampoline also requires the re-encryption of encrypted errors, first
using the Trampoline shared secret, and then using the outer one.
Given these two cryptographically equivalent use cases, we're renaming
the phantom_shared_secret parameter to secondary_shared_secret, and
explaining the now two contexts in which it will be applicable.
0 commit comments