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

refactor(models)!: remove duplicated SubAddressIndex #55

Conversation

LeoNero
Copy link
Member

@LeoNero LeoNero commented Jul 8, 2022

Closes #42

Decided to remove SubAddressIndex instead of SubaddressIndex because there are other structs in models.rs whose name start with Subaddress (with lowercase a).

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).

Copy link
Member

@TheCharlatan TheCharlatan left a 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?

@LeoNero
Copy link
Member Author

LeoNero commented Jul 8, 2022

@TheCharlatan done.

@LeoNero LeoNero force-pushed the refactor/remove-duplicated-subaddressindex branch from 6c67dd2 to 808517b Compare July 8, 2022 11:57
@LeoNero
Copy link
Member Author

LeoNero commented Jul 8, 2022

Just wondering if I should split the current item on Changed into an item on Changed and another on Removed. What do you think?

@TheCharlatan
Copy link
Member

Yes, that is possible. Check the rubrics here: https://github.com/monero-rs/monero-rs/blob/main/CHANGELOG.md

@LeoNero LeoNero force-pushed the refactor/remove-duplicated-subaddressindex branch from 808517b to 8469c12 Compare July 8, 2022 12:05
@LeoNero
Copy link
Member Author

LeoNero commented Jul 8, 2022

Oh cool, PRs are mentioned in the other project.

Added to this one.

Copy link
Member

@TheCharlatan TheCharlatan left a comment

Choose a reason for hiding this comment

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

ACK

@TheCharlatan TheCharlatan merged commit e509c5b into monero-rs:master Jul 8, 2022
refring pushed a commit to refring/monero-rpc-rs that referenced this pull request Oct 16, 2022
* refactor(models)!: remove duplicated SubAddressIndex

* docs(changelog): update Unreleased section of changelog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Remove duplicate SubAddressIndex
2 participants