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

[SW-1183] feat: adjust invite links #2274

Merged
merged 1 commit into from Aug 28, 2023

Conversation

CedrikNikita
Copy link
Collaborator

fixes #2057

@CedrikNikita CedrikNikita marked this pull request as draft August 26, 2023 13:21
@github-actions
Copy link

@CedrikNikita CedrikNikita marked this pull request as ready for review August 26, 2023 14:13
@CedrikNikita CedrikNikita changed the title feat: adjust invite links [SW-1183] feat: adjust invite links Aug 26, 2023
@Liubov-crypto
Copy link
Collaborator

Liubov-crypto commented Aug 27, 2023

LGTM, tested migration as well.

Copy link
Member

@davidyuk davidyuk left a comment

Choose a reason for hiding this comment

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

If you wait a bit you could use the format we agreed in aeternity/aeserialization#19

src/popup/components/InviteItem.vue Show resolved Hide resolved
src/popup/components/InviteItem.vue Show resolved Hide resolved
src/popup/components/InviteItem.vue Show resolved Hide resolved
src/popup/router/routes.ts Outdated Show resolved Hide resolved
newState.invites.invites = newState.invites.invites
.map((invite) => ({
...invite,
secretKey: Buffer.from(invite.secretKey, 'hex').slice(0, 32),
Copy link
Member

Choose a reason for hiding this comment

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

Maybe store serialized the same was as in invite links 🤷‍♀️

src/popup/pages/InviteClaim.vue Show resolved Hide resolved
@CedrikNikita CedrikNikita merged commit 3421ea3 into feat/multichain Aug 28, 2023
2 checks passed
@CedrikNikita CedrikNikita deleted the feature/improve-invite-links branch August 28, 2023 14:22
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.

None yet

4 participants