Skip to content

[_] fix: validate user mnemonic#1080

Merged
sg-gs merged 3 commits into
masterfrom
fix/validate-user-mnemmonic
Jun 17, 2026
Merged

[_] fix: validate user mnemonic#1080
sg-gs merged 3 commits into
masterfrom
fix/validate-user-mnemmonic

Conversation

@apsantiso

Copy link
Copy Markdown
Collaborator

No description provided.

@apsantiso
apsantiso force-pushed the fix/validate-user-mnemmonic branch from 6bc21be to 886413c Compare June 16, 2026 13:35
@apsantiso apsantiso self-assigned this Jun 16, 2026
@apsantiso
apsantiso marked this pull request as ready for review June 16, 2026 13:37
@apsantiso
apsantiso requested a review from jzunigax2 as a code owner June 16, 2026 13:37
Comment on lines +17 to +21
const encryptMnemonic = (mnemonic: string, password: string): string => {
const b64 = CryptoJS.AES.encrypt(mnemonic, password).toString();
const e64 = CryptoJS.enc.Base64.parse(b64);
return e64.toString(CryptoJS.enc.Hex);
};

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

@apsantiso
apsantiso force-pushed the fix/validate-user-mnemmonic branch from 8dedd1a to 187f1ba Compare June 16, 2026 13:59
@apsantiso
apsantiso requested a review from sg-gs June 16, 2026 14:23
sg-gs
sg-gs previously approved these changes Jun 16, 2026
@sg-gs

sg-gs commented Jun 16, 2026

Copy link
Copy Markdown
Member

Do not merge until @TamaraFinogina confirms @apsantiso

TamaraFinogina
TamaraFinogina previously approved these changes Jun 17, 2026
@apsantiso

Copy link
Copy Markdown
Collaborator Author

@TamaraFinogina @sg-gs Conflicts fixed. Let's wait for actions to pass and feel free to merge with your re approve.

@sonarqubecloud

Copy link
Copy Markdown

@sg-gs
sg-gs merged commit 6d718d2 into master Jun 17, 2026
9 checks passed
@sg-gs
sg-gs deleted the fix/validate-user-mnemmonic branch June 17, 2026 14:19
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.

3 participants