aepp-sdk-python icon indicating copy to clipboard operation
aepp-sdk-python copied to clipboard

Allow signing arbitrary data

Open noandrea opened this issue 6 years ago • 1 comments

  • I'm submitting a ...

    • [ ] bug report
    • [x] feature request
    • [ ] support request => Please do not submit support request here, see note at the top of this template.
  • What is the current behavior?

currently the cli supports only signing transaction string tx_yaddayadda including the network-id

  • What is the expected behavior?

exposes the basic signing functionality and allow to sign arbitrary data with it

  • Please tell us about your environment:

    • SDK Version: v5.0.0
    • Python version: v3.7.0
  • Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. forum, telegram, etc)

noandrea avatar Oct 12 '19 13:10 noandrea

Signin arbitrary data is based on EIP712 but with prefix: b'\x19Aeternity Signed Message:...

noandrea avatar Jan 30 '20 01:01 noandrea