Skip to content

Feat: add initial SVM signer utils #2003

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

Merged
merged 5 commits into from
May 26, 2025

Conversation

chrismaree
Copy link
Member

This PR adds the initial utilities to set us up to use SVM wallets within the repository. It's been tested against all wallet types we care about:

  • Private keys
  • GCKMS (by converting an EVM wallet to SVM wallet)
  • Solana wallet file

Note that Solana and Ethereum private keys are structured and stored differently. getSvmSignerFromEvmSigner method is only useful if you cant access the associated private key in any other context, such as taking a GCKMs key from GCP and wanting to turn said key into a Solana wallet.

Signed-off-by: Chris Maree <[email protected]>
Copy link
Member

@james-a-morris james-a-morris left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fails CI - is it ready to be reviewed?

@chrismaree chrismaree requested a review from bmzig as a code owner March 3, 2025 16:25
@chrismaree
Copy link
Member Author

This fails CI - is it ready to be reviewed?

fixing the CI issue. it is indeed ready to be reviewed!

@bmzig bmzig merged commit 1e754fb into master May 26, 2025
4 checks passed
@bmzig bmzig deleted the chrismaree/add-initial-svm-signer-utils branch May 26, 2025 16:51
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.

4 participants