Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow signing arbitrary data #261

Open
1 of 3 tasks
noandrea opened this issue Oct 12, 2019 · 1 comment
Open
1 of 3 tasks

Allow signing arbitrary data #261

noandrea opened this issue Oct 12, 2019 · 1 comment
Labels
CLI related to the command line client feature
Milestone

Comments

@noandrea
Copy link
Contributor

  • I'm submitting a ...

    • bug report
    • 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 noandrea added feature CLI related to the command line client labels Oct 12, 2019
@noandrea noandrea added this to the 5.1.0 milestone Oct 12, 2019
@noandrea noandrea self-assigned this Oct 12, 2019
noandrea added a commit that referenced this issue Oct 12, 2019
Allow the signature of arbitrary data

references: #261
@noandrea noandrea modified the milestones: 5.1.0, 6.1.0 Oct 15, 2019
@shekhar-shubhendu shekhar-shubhendu modified the milestones: 6.1.0, 6.2.0 Nov 20, 2019
@shekhar-shubhendu shekhar-shubhendu modified the milestones: 6.2.0, 6.3.0 Nov 28, 2019
shekhar-shubhendu pushed a commit that referenced this issue Nov 28, 2019
Allow the signature of arbitrary data

references: #261
@noandrea
Copy link
Contributor Author

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

noandrea added a commit that referenced this issue Jan 30, 2020
Allow the signature of arbitrary data

references: #261
@noandrea noandrea modified the milestones: 7.0.0, 7.1.0 Jan 31, 2020
@noandrea noandrea removed their assignment Jan 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLI related to the command line client feature
Projects
None yet
Development

No branches or pull requests

2 participants