-
Notifications
You must be signed in to change notification settings - Fork 4
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
Encrypted PK wallet imports #183
Conversation
`eslint --no-error-on-unmatched-pattern ${filenames.join(' ')}; echo "ESLint completed with exit code $?"`, | ||
`prettier --write ${filenames.join(' ')}` | ||
] | ||
} |
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.
I thought we already had it 🤔
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.
Not at the root; I had it per-project but it can also go at the root & it'll use the first one it finds, so this ensures it works on the whole monorepo
NAR-1555 Vault Setup
|
enum: ['enc', 'sig'] | ||
}) | ||
use?: 'enc' | 'sig' | undefined | ||
} |
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.
If you feel lucky, you could try to use a Zod schema to generate the DTO https://www.npmjs.com/package/nestjs-zod
8542bf4
to
fe47c15
Compare
* rsa private-to-public util * POST /import/encryption-key generating RSA keypair for imports * Adding encrypted privateKey import * Adding lintstaged to root * fix import from refactor/rebase * Fixing test
No description provided.