-
Notifications
You must be signed in to change notification settings - Fork 999
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
feat(identify): implement signedPeerRecord #5785
base: master
Are you sure you want to change the base?
Conversation
Oh CI will compile the protobuf code, didn't see that. |
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.
Left some comments :)
you might rebase to main branch, as zlib license has added to ci, #5769 |
I think you might write some changelog text into this file, just like,
the pr might be okay now. |
Thanks for the review! Working on tests right now. |
version |
Description
May close #4017.
Notes & open questions
pb-rs
now usesCow<'_,T>
for the compiled Rust structs. But with borrowed type in the struct,FramedRead
can no longer process frames correctly(trait bound not statisfied).Change checklist