-
Notifications
You must be signed in to change notification settings - Fork 20
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
Handle grantSession
keys as available parameter
#11
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@sammdec is attempting to deploy a commit to the Ithaca Team on Vercel. A member of the Team first needs to authorize it. |
src/internal/accountDelegation.ts
Outdated
} | ||
|
||
/** Gets a Secp256k1Key in the required type **/ | ||
export function getSecp256k1Key( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tmm Could this and getCryptoWebKey
be grouped as they are the same apart from the type so the return type would just need to change based on that value
edebe18
to
7c3e0c9
Compare
This will be superseded by #16. |
Adds functionality to now handle provided keys to the
grantSession
action and adds them as available keys within Porto.Alos updates the contracts to include ecdsa signature validation