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

[bug] @veramo/key-manager - SES_IMPORT_REJECTED #1090

Closed
luckdev01 opened this issue Dec 28, 2022 · 2 comments · Fixed by #1110
Closed

[bug] @veramo/key-manager - SES_IMPORT_REJECTED #1090

luckdev01 opened this issue Dec 28, 2022 · 2 comments · Fixed by #1110
Assignees
Labels
bug Something isn't working

Comments

@luckdev01
Copy link

I encountered this issue when using @veramo/key-manager.
[SyntaxError: Possible import expression rejected at :44396. (SES_IMPORT_REJECTED)]

Related issue: https://github.com/endojs/endo/blob/master/packages/ses/error-codes/SES_IMPORT_REJECTED.md

The issue is due to this.
image
The problem is that the function name is "import".

@luckdev01 luckdev01 added the bug Something isn't working label Dec 28, 2022
@nickreynolds
Copy link
Contributor

@mirceanis this does seem like it could be causing problems. I propose we just rename this function to importKey. Should we rename the other functions to match?

@mirceanis
Copy link
Member

Correct. I'll work on it today so that we can include it in the upcoming 5.0 release

@mirceanis mirceanis self-assigned this Jan 27, 2023
mirceanis added a commit that referenced this issue Jan 27, 2023
…mpatibility

The only problem method name was `import`, but all methods were renamed to maintain consistency in the API.

fixes #1090

BREAKING CHANGE: implementations of AbstractKeyStore and AbstractPrivateKeyStore need to rename their methods to conform to the new API. Functionality remains the same.
mirceanis added a commit that referenced this issue Jan 27, 2023
The only problem method name was `import`, but all methods were renamed to maintain consistency in the API.

fixes #1090

BREAKING CHANGE: implementations of AbstractDIDStore need to rename their methods to conform to the new API. Functionality remains the same.
mirceanis added a commit that referenced this issue Jan 27, 2023
…mpatibility

The only problem method name was `import`, but all methods were renamed to maintain consistency in the API.

fixes #1090

BREAKING CHANGE: implementations of AbstractKeyStore and AbstractPrivateKeyStore need to rename their methods to conform to the new API. Functionality remains the same.
mirceanis added a commit that referenced this issue Jan 27, 2023
The only problem method name was `import`, but all methods were renamed to maintain consistency in the API.

fixes #1090

BREAKING CHANGE: implementations of AbstractDIDStore need to rename their methods to conform to the new API. Functionality remains the same.
mirceanis added a commit that referenced this issue Jan 27, 2023
…mpatibility

The only problem method name was `import`, but all methods were renamed to maintain consistency in the API.

fixes #1090

BREAKING CHANGE: implementations of AbstractKeyStore and AbstractPrivateKeyStore need to rename their methods to conform to the new API. Functionality remains the same.
mirceanis added a commit that referenced this issue Jan 27, 2023
The only problem method name was `import`, but all methods were renamed to maintain consistency in the API.

fixes #1090

BREAKING CHANGE: implementations of AbstractDIDStore need to rename their methods to conform to the new API. Functionality remains the same.
mirceanis added a commit that referenced this issue Jan 30, 2023
…mpatibility

The only problem method name was `import`, but all methods were renamed to maintain consistency in the API.

fixes #1090

BREAKING CHANGE: implementations of AbstractKeyStore and AbstractPrivateKeyStore need to rename their methods to conform to the new API. Functionality remains the same.
mirceanis added a commit that referenced this issue Jan 30, 2023
The only problem method name was `import`, but all methods were renamed to maintain consistency in the API.

fixes #1090

BREAKING CHANGE: implementations of AbstractDIDStore need to rename their methods to conform to the new API. Functionality remains the same.
mirceanis added a commit that referenced this issue Jan 30, 2023
…mpatibility

The only problem method name was `import`, but all methods were renamed to maintain consistency in the API.

fixes #1090

BREAKING CHANGE: implementations of AbstractKeyStore and AbstractPrivateKeyStore need to rename their methods to conform to the new API. Functionality remains the same.
mirceanis added a commit that referenced this issue Jan 30, 2023
The only problem method name was `import`, but all methods were renamed to maintain consistency in the API.

fixes #1090

BREAKING CHANGE: implementations of AbstractDIDStore need to rename their methods to conform to the new API. Functionality remains the same.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants