-
Notifications
You must be signed in to change notification settings - Fork 499
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
services/horizon: Rename OperationFeeStats
to FeeStats
#1953
services/horizon: Rename OperationFeeStats
to FeeStats
#1953
Conversation
Thank you for your pull request and welcome to our community! We require contributors to sign a Contributor License Agreement before a change can be accepted and it doesn't look like we have @shivamdixit on file as having signed it. Please follow the link to sign and let us know when you've signed. Project Maintainers: After @shivamdixit have let us know they've signed the CLA, check the Google Form Sheet, update the clabot-config with their GitHub Username, then update the PR by commenting with |
@cla-bot check |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@cla-bot check |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@shivamdixit It's a manual process to update @cla-bot after you've filled out the Google Form. The check will result in the same message until that's done. I've just taken a look and noted you didn't complete the Mailing Address form. Are you unable to provide that required field on the CLA? @ire-and-curses Do we need this field completed? |
@cla-bot check |
The cla-bot has been summoned, and re-checked this pull request! |
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.
@shivamdixit thanks!
BTW, I updated the branch to release-horizon-v0.24.0
, we don't follow trunk based development but something similar to gitflow, where we have a release branch where we add all the new changes for the upcoming version and then merge back to master.
So for your next contribution :) you can branch off from release-horizon-vX.X.X
and avoid possible conflicts.
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.
@shivamdixit sorry, can you actually update the commits so the documentation one is not included (2c65553)?
I think you could do something like
git reset --hard release-horizon-v0.24.0
git cherry-pick 3f64d3c21573b1878fdf7a8d8eaf8519347dcc1a
git push -f
No need. We should just remove that field IMO. |
3f64d3c
to
e85b02a
Compare
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.
@shivamdixit I did the fix in your branch, merging this, thanks!
@leighmcculloch To be honest, I don't see a reason to provide Mailing Address for signing CLA form. For the privacy reasons I prefer not to provide that.
@abuiles Thanks! noted.
Sorry for late response and thanks for fixing it. Next time I will be more active after sending out a fix. |
@shivamdixit thanks! |
What
Renames
OperationFeeStats
toFeeStats
across the horizon service.Why
Fixes #1952
Known limitations
N/A