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

Biometric-ed25519 package bug fix #1309

Merged
merged 6 commits into from
Mar 7, 2024

Conversation

gtsonevv
Copy link
Collaborator

@gtsonevv gtsonevv commented Mar 6, 2024

Pre-flight checklist

  • I have read the Contributing Guidelines on pull requests.
  • Commit messages follow the conventional commits spec
  • If this is a code change: I have written unit tests.
  • If this changes code in a published package: I have run pnpm changeset to create a changeset JSON document appropriate for this change.
  • If this is a new API or substantial change: the PR has an accompanying issue (closes #1248) and the maintainers have approved on my working plan.

Motivation

Test Plan

All tests pass.

Related issues/PRs

#1248

@gtsonevv gtsonevv requested a review from vikinatora March 6, 2024 14:23
Copy link

changeset-bot bot commented Mar 6, 2024

🦋 Changeset detected

Latest commit: e7e6d83

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@near-js/biometric-ed25519 Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

vikinatora
vikinatora previously approved these changes Mar 6, 2024
packages/biometric-ed25519/src/index.ts Show resolved Hide resolved
packages/biometric-ed25519/src/utils.ts Show resolved Hide resolved
packages/biometric-ed25519/src/utils.ts Show resolved Hide resolved
@gtsonevv gtsonevv merged commit 265b497 into near:master Mar 7, 2024
3 checks passed
@gtsonevv gtsonevv deleted the biometric-ed25519-bug-fix branch March 7, 2024 09:29
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.

Error: Length of buffer does not match length of ASN.1 sequence
2 participants