Skip to content

[PRODCRE-1802, PRODCRE-1803] add evm and solana keys to corekeys#1815

Closed
Tofel wants to merge 1 commit intomainfrom
prodcre-1802-prodcre-1803-evm-solana-keystore
Closed

[PRODCRE-1802, PRODCRE-1803] add evm and solana keys to corekeys#1815
Tofel wants to merge 1 commit intomainfrom
prodcre-1802-prodcre-1803-evm-solana-keystore

Conversation

@Tofel
Copy link
Contributor

@Tofel Tofel commented Feb 4, 2026

No description provided.

@Tofel Tofel requested review from a team as code owners February 4, 2026 15:47
Copilot AI review requested due to automatic review settings February 4, 2026 15:47
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adds support for EVM and Solana key generation and encryption/decryption functionality to the corekeys package, enabling compatibility with the core node's key import requirements.

Changes:

  • Implements GenerateEncryptedEVMKey and FromEncryptedEVMKey functions for EVM key handling
  • Implements GenerateEncryptedSolanaKey and FromEncryptedSolanaKey functions for Solana key handling
  • Adds comprehensive test coverage for both EVM and Solana key operations

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
keystore/corekeys/evm.go Implements EVM key generation and decryption utilities using ECDSA_S256 key type
keystore/corekeys/evm_test.go Tests EVM key round-trip encryption/decryption, wrong password handling, and invalid format scenarios
keystore/corekeys/solana.go Implements Solana key generation and decryption utilities using Ed25519 key type
keystore/corekeys/solana_test.go Tests Solana key round-trip encryption/decryption, wrong password handling, and invalid format scenarios

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions
Copy link

github-actions bot commented Feb 4, 2026

👋 Tofel, thanks for creating this pull request!

To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team.

Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks!

@github-actions
Copy link

github-actions bot commented Feb 4, 2026

✅ API Diff Results - No breaking changes


📄 View full apidiff report

@Tofel
Copy link
Contributor Author

Tofel commented Feb 4, 2026

moved to #1817

@Tofel Tofel closed this Feb 4, 2026
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.

1 participant