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

Change format of privateData from string to Uint8Array #261

Merged
merged 1 commit into from
Jul 29, 2024

Conversation

emlun
Copy link
Member

@emlun emlun commented Jul 18, 2024

Preliminary step towards resolving the "phase 0" laid out in wwWallet/wallet-ecosystem#62.

The internal format of the opaque privateData should be up to the frontend alone, so there's no need for the server backend to care about any format conversions, other than making sure the binary data is unchanged. This simplifies things by reducing the number of format conversions that need to be made.

This is mutually dependent on this PR in wallet-backend-server:

@emlun emlun merged commit db60f15 into master Jul 29, 2024
4 checks passed
@emlun emlun deleted the privatedata-buffer branch July 29, 2024 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant