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

Feat:(new vault package) #79

Merged
merged 26 commits into from
Sep 28, 2023
Merged

Feat:(new vault package) #79

merged 26 commits into from
Sep 28, 2023

Conversation

teddyjfpender
Copy link
Contributor

@teddyjfpender teddyjfpender commented Aug 24, 2023

Describe changes

The initial vault package is monolithic, difficult to debug, and hard to add new features to.

This refactoring in a new vault package separates concerns.

Progress:

  • account module ✅
  • key agent module ✅
  • @palladxyz/key-management package refactor ✅
    • add encrypted child private key to derived credentials ✅
    • decrypt the encrypted child private key with passphrase to use in all signing operations. This reduces the need to always decrypt root key across many functions and only for deriving new credentials. ✅
    • use passphrase in all operations requiring use of private keys
  • credentials module ✅
  • refactor wallet to use new vault package ✅

Multichain refactor:

  • refactoring everything 🚧

@netlify
Copy link

netlify bot commented Aug 24, 2023

👷 Deploy request for pallad pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit cb133eb

@mrcnk mrcnk merged commit 54b0b11 into palladians:main Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants