LIPs icon indicating copy to clipboard operation
LIPs copied to clipboard

modify LSP6 executeRelayCall specs with LSP6 signer prefix + add msg.value in data to sign

Open CJ42 opened this issue 2 years ago • 0 comments

What does this PR introduce?

Edit the requirements section under LSP6 > executeRelayCall(...).

  • The payload for executeRelayCall(...) MUST now be signed using the "\x19LSP6 ExecuteRelayCall:\n" + len(message) + message prefix.
  • add example on how to generate the signature.
  • The data to sign for executeRelayCall(...) MUST now include msg.value

CJ42 avatar Oct 04 '22 07:10 CJ42