-
Notifications
You must be signed in to change notification settings - Fork 607
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(osmoutils): remove redundant ctx param from DeleteAllKeysFromPrefix #6510
Conversation
@devbot-wizard help |
Hi! I'm DevBot, a bot that helps with common tasks in the development process. Commands:
|
Important Notice This PR modifies an in-repo Go module. It is one of:
The dependent Go modules, especially the root one, will have to be Please follow the instructions below:
Please let us know if you need any help. |
@devbot-wizard add changelog api remove redundant ctx param from DeleteAllKeysFromPrefix in osmoutils |
…pendencies locally
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.
Hmm interesting that this made it in - I don't see any documentation explaining why this might have been intentional so presumably it's good to remove. Implementation LGTM
…mPrefix (#6510) * refactor(osmoutils): remove redundant ctx param from DeleteAllKeysFromPrefix * update changelog * Auto: update go.mod after push to roman/remove-param that modified dependencies locally * updates --------- Co-authored-by: devbot-wizard <[email protected]> Co-authored-by: github-actions <[email protected]> (cherry picked from commit 540c8c9) # Conflicts: # go.mod # go.sum # osmoutils/go.sum # tests/cl-genesis-positions/go.mod # tests/cl-genesis-positions/go.sum # tests/cl-go-client/go.mod # tests/cl-go-client/go.sum # x/epochs/go.mod # x/epochs/go.sum # x/ibc-hooks/go.mod # x/ibc-hooks/go.sum
👏 |
…mPrefix (backport #6510) (#6514) * refactor(osmoutils): remove redundant ctx param from DeleteAllKeysFromPrefix (backport #6510) * updates --------- Co-authored-by: roman <[email protected]>
Closes: #XXX
What is the purpose of the change
Removes redundant param