-
Notifications
You must be signed in to change notification settings - Fork 135
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
Labels
bug
Something isn't working
Comments
@mirceanis this does seem like it could be causing problems. I propose we just rename this function to |
Correct. I'll work on it today so that we can include it in the upcoming 5.0 release |
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
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.
The problem is that the function name is "import".
The text was updated successfully, but these errors were encountered: