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
@elpiel Correct, we an just use a signature for the EIP 1271 spec and verify this with isValidSignature
elpiel
changed the title
Remove relayer call in Ethereum adapter
Replace relayer call with Identity.isValidSignature in Ethereum adapter
Nov 1, 2021
elpiel
changed the title
Replace relayer call with Identity.isValidSignature in Ethereum adapter
Replace relayer with Identity.isValidSignature in Ethereum adapter
Nov 1, 2021
In V5 with new Identity contract we should not call relayer anymore instead we should use the Identity contract's
isValidSignature
.Payload.identity
for authenticationUpdate Snapshot to includeNot needed, we can deploy the identity when needed.Identity
contract (see [CI] Use a snapshot for Ethereum adapter testing #403)Pseudo code old:
Pseudo code new:
The text was updated successfully, but these errors were encountered: