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

Unpad memos #1381

Merged
merged 1 commit into from
Dec 21, 2023
Merged

Unpad memos #1381

merged 1 commit into from
Dec 21, 2023

Conversation

AaronFeickert
Copy link
Contributor

When a recipient decrypts a memo during coin identification, the memo is still padded, which is poor user experience.

This PR includes the memo length as part of encrypted recipient data, and removes the padding during coin identification. This ensures that the original unpadded memo is provided to the recipient.

Closes #1380.

@AaronFeickert AaronFeickert marked this pull request as draft December 19, 2023 04:36
@AaronFeickert AaronFeickert force-pushed the unpad-memos branch 2 times, most recently from d438f3f to 3523daf Compare December 19, 2023 17:22
@AaronFeickert AaronFeickert marked this pull request as ready for review December 19, 2023 17:36
Copy link
Contributor

@levonpetrosyan93 levonpetrosyan93 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@levonpetrosyan93 levonpetrosyan93 merged commit 243e6d0 into firoorg:master Dec 21, 2023
5 checks passed
@AaronFeickert AaronFeickert deleted the unpad-memos branch December 21, 2023 13:40
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.

Remove memo padding during coin identification
3 participants