Skip to content

Keystore path helper#1779

Merged
connorwstein merged 1 commit into
mainfrom
keypath-helper
Jan 15, 2026
Merged

Keystore path helper#1779
connorwstein merged 1 commit into
mainfrom
keypath-helper

Conversation

@connorwstein
Copy link
Copy Markdown
Contributor

@connorwstein connorwstein commented Jan 15, 2026

Working with a multi-family keystore realized this helper will be useful (as opposed to using strings lib in client)

@github-actions
Copy link
Copy Markdown

👋 connorwstein, 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!

{segments: []string{"EVM", "TX", "my-key", "//"}, expected: "EVM/TX/my-key"},
{segments: []string{"EVM", "TX", "my-key", "///"}, expected: "EVM/TX/my-key"},
{segments: []string{"EVM", "TX", "my-key", "////"}, expected: "EVM/TX/my-key"},
{segments: []string{"evm", "tx", "my-key"}, expected: "evm/tx/my-key"},
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@github-actions
Copy link
Copy Markdown

✅ API Diff Results - No breaking changes


📄 View full apidiff report

@connorwstein connorwstein added this pull request to the merge queue Jan 15, 2026
Merged via the queue into main with commit 897ee18 Jan 15, 2026
35 of 36 checks passed
@connorwstein connorwstein deleted the keypath-helper branch January 15, 2026 16:52
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.

3 participants