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

rename exclude_coin_* -> excluded_coin_* for consistency #15460

Merged
merged 6 commits into from
Jun 9, 2023

Conversation

Quexington
Copy link
Contributor

@Quexington Quexington commented Jun 6, 2023

This PR does mostly what the title says, we had two names for the same concept. I chose the one that seemed to make the most sense in the code (often you will assign exclude_coin_amounts to a list that you will call excluded_coin_amounts). both were used in the RPCs so I left backwards compatibility in place by falling back to the previous key if the first one did not exist.

@Quexington Quexington added the Changed Required label for PR that categorizes merge commit message as "Changed" for changelog label Jun 6, 2023
@Quexington Quexington marked this pull request as ready for review June 6, 2023 22:20
@Quexington Quexington requested a review from a team as a code owner June 6, 2023 22:20
@Quexington Quexington changed the title rename excluded_coin_amounts -> exclude_coin_amounts for consistency rename exclude_coin_* -> excluded_coin_* for consistency Jun 7, 2023
@Quexington Quexington force-pushed the quex.rename_excluded_coin_amounts branch from 4ac1e0c to f7beefa Compare June 7, 2023 17:58
@github-actions github-actions bot added the merge_conflict Branch has conflicts that prevent merge to main label Jun 9, 2023
Copy link
Contributor

@trepca trepca left a comment

Choose a reason for hiding this comment

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

thanks, ltgm, just need to resolve merge

@github-actions github-actions bot removed the merge_conflict Branch has conflicts that prevent merge to main label Jun 9, 2023
@Chia-Network Chia-Network deleted a comment from github-actions bot Jun 9, 2023
@Chia-Network Chia-Network deleted a comment from github-actions bot Jun 9, 2023
@Chia-Network Chia-Network deleted a comment from coveralls-official bot Jun 9, 2023
@Quexington Quexington added the ready_to_merge Submitter and reviewers think this is ready label Jun 9, 2023
@wallentx wallentx merged commit cf15c0f into main Jun 9, 2023
197 checks passed
@wallentx wallentx deleted the quex.rename_excluded_coin_amounts branch June 9, 2023 21:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changed Required label for PR that categorizes merge commit message as "Changed" for changelog ready_to_merge Submitter and reviewers think this is ready
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants