-
Notifications
You must be signed in to change notification settings - Fork 15
Enhance Polymesh Signing Manager #206
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
base: m
Are you sure you want to change the base?
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Caution Review the following alerts detected in dependencies. According to your organization's Security Policy, you must resolve all "Block" alerts before proceeding. Learn more about Socket for GitHub.
|
Overview
Expands the DFNS Polymesh integration from a basic signing manager to a library with three specialized signing managers, reducing boilerplate code and improving compatibility with existing Polymesh tooling.
Key Changes
🚀 Three Specialized Signing Managers
DfnsBrowserSigningManager: Client-side SPAs with WebAuthn and token cachingDfnsServiceAccountSigningManager: Backend services with non-interactive accessDfnsExternalSigningManager: Production dApps with custom signing challenge handling🔧 Enhanced Developer Experience
getAccountsWithMeta()matching Polymesh browser extension interface📚 Production Examples
The implementation is self-contained within the Polymesh package and follows established DFNS patterns. I understand this represents a significant addition. The code is production-ready, but I completely understand if the scope feels too large for the core SDK.