-
Notifications
You must be signed in to change notification settings - Fork 295
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
use prost::Name
trait instead of TypeUrl
#3422
Conversation
|
1164218
to
8c5f31f
Compare
c1366d9
to
d0e4fc7
Compare
prost::Name
trait instead of TypeUrl
prost::Name
trait instead of TypeUrl
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.
One thing to note is that I think this is breaking because we lose the leading slash on the name.
Also, I haven't literally looked at every file, but it seems that the process here was just removing impl TypeUrl everywhere, and then using the prost::Name trait instead, so that seems fine.
Yes, also because a bunch of our URLs were outdated since I didn't fix them while rearranging all the protos. |
This release of prost includes the support for auto-generated names: tokio-rs/prost#926
fe003e5
to
29654ab
Compare
Closes #3330
Closes #3380
@erwanor flagged that we also need cosmos/ibc-proto-rs#163 to completely migrate away from TypeUrl
Remaining TODOs: