-
Notifications
You must be signed in to change notification settings - Fork 26
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
refactor(models)!: remove duplicated SubAddressIndex #55
refactor(models)!: remove duplicated SubAddressIndex #55
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, can you add this to the Unreleased section in the changelog?
@TheCharlatan done. |
6c67dd2
to
808517b
Compare
Just wondering if I should split the current item on |
Yes, that is possible. Check the rubrics here: https://github.com/monero-rs/monero-rs/blob/main/CHANGELOG.md |
808517b
to
8469c12
Compare
Oh cool, PRs are mentioned in the other project. Added to this one. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK
* refactor(models)!: remove duplicated SubAddressIndex * docs(changelog): update Unreleased section of changelog
Closes #42
Decided to remove
SubAddressIndex
instead ofSubaddressIndex
because there are other structs inmodels.rs
whose name start withSubaddress
(with lowercasea
).No farcaster project used
SubAddressIndex
, but I marked the commit with a!
(as per https://www.conventionalcommits.org/en/v1.0.0/) to indicate that this is possibly a breaking change (in case anyone imported it in their projects).