-
Notifications
You must be signed in to change notification settings - Fork 637
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
fix: allow value with slashes in URL template (for v4) #4858
fix: allow value with slashes in URL template (for v4) #4858
Conversation
thanks for this PR @JoowonYun! I will add the backport label. |
Thanks, @JoowonYun. Considering that all lines of v4 and v5 will reach end of line at the end of October (see here), I question if it really makes a lot of sense to backport this fix to those lines? Have you encountered situations where this problem impeded you in chains using ibc-go < v7 and you couldn't work around the problem? |
i actually think we might need to look into this more, finding this issue. it looks like this fix actually has a bug which the endpoint interprets an empty trace rather than a call to the |
@charleenfei Uhm.. now that I think about it, there must be a problem with @crodriguezvega Will support for v4.5.x end in October? In that case, I will have to hardfork and manage it separately. 😢 |
@JoowonYun I think the problem with If this is causing you troubles and you cannot work around the issue, we are happy to backport both #3045 and #4709 to all currently supported release lines, we just wanted to make sure that we would cut all these releases for a good reason. :) |
Ah.. I didn't understand the backport process exactly. I checked the prs and it's perfect. 👍 |
@JoowonYun The v4.5.1 release with the fix is out now. |
Description
This is an issue that has already been raised and has been implemented in v7 and main. #3045
This should also apply to v5 and v6, which are currently maintained, including v4.
closes: #XXXX
Commit Message / Changelog Entry
see the guidelines for commit messages. (view raw markdown for examples)
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
).godoc
comments.Files changed
in the Github PR explorer.Codecov Report
in the comment section below once CI passes.