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

4.0.0: Slatepack responses are unencrypted #442

Closed
lehnberg opened this issue Jun 14, 2020 · 2 comments · Fixed by #445
Closed

4.0.0: Slatepack responses are unencrypted #442

lehnberg opened this issue Jun 14, 2020 · 2 comments · Fixed by #445
Assignees
Labels
bug Something isn't working

Comments

@lehnberg
Copy link
Collaborator

Steps to reproduce

  1. v4.0.0-beta2 on both sides.
  2. Send slatepack manually (i.e. text blob, the listener is off on both sender and receiver sides), and provide slatepack address for encryption, i.e.
    $ grin-wallet send --v4 -c 2 -s smallest -y -d grin149xh54wumpmc9uc7u8k936kqhzakg5uhgkl503kghmfal2nnp6vsu5ff0c 0.138987
    
    Copy slatepack text blob.
  3. On receiver side, $ grin-wallet receive and paste slatepack text blob.

Expected behaviour

Receiver wallet should output a slatepack text blob that's encrypted with the slatepack address of the Sender.

Actual behaviour

Receiver wallet outputs a slatepack text blob that's unencrypted and can be unpacked by any wallet.

@yeastplume
Copy link
Member

Can you retry on latest master?

@yeastplume yeastplume reopened this Jun 15, 2020
@lehnberg lehnberg added the bug Something isn't working label Jun 15, 2020
@lehnberg
Copy link
Collaborator Author

Confirmed to be fixed on latest master. 👍 Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants