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

Fix: change TrezorHDPath to HDPath to mirror Ledger's HDPath #345

Merged
merged 2 commits into from
Mar 21, 2024

Conversation

zerosnacks
Copy link
Member

@zerosnacks zerosnacks commented Mar 20, 2024

Motivation

Closes #292 + #332

Solution

Updates the name and includes a deprecation notice

PR Checklist

  • Added Tests
  • Added Documentation
  • Breaking changes

@zerosnacks zerosnacks marked this pull request as ready for review March 20, 2024 18:36
Copy link
Member

@prestwich prestwich left a comment

Choose a reason for hiding this comment

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

I checked the PR breaking change box for you. otherwise LGTM

@zerosnacks
Copy link
Member Author

zerosnacks commented Mar 20, 2024

I checked the PR breaking change box for you. otherwise LGTM

Thanks, I might be overlooking a detail but to my understanding this wouldn't be a breaking change as it simply generates a warning for the current users of TrezorHDPath, nudging them to switch to HDPath; not a hard error right?

@prestwich
Copy link
Member

ah nah, youre right 👌

@prestwich prestwich merged commit f9c90de into alloy-rs:main Mar 21, 2024
16 checks passed
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.

[Suggestion]: Change export TrezorHDPath to HDPath to be in line with Ledger's HDPath
2 participants