Skip to content
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: remove generated protobuf files from the repo #2842

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

juslesan
Copy link
Contributor

Summary

Please provide a summary of the changes and a motivation if applicable.

Changes

Provide a bullet list of individual changes. Leave this section out if change
set is small and obvious from summary.

Limitations and future improvements

Provide a bullet list or description of known omissions or limitations of the
solution and/or any ideas for future improvement. Leave section ouf if
not applicable.

Checklist before requesting a review

  • Is this a breaking change? If it is, be clear in summary.
  • Read through code myself one more time.
  • Make sure any and all TODO comments left behind are meant to be left in.
  • Has reasonable passing test coverage?
  • Updated changelog if applicable.
  • Updated documentation if applicable.

@github-actions github-actions bot added network Related to Network Package dht Related to DHT package proto-rpc sdk ci Related to CI configuration labels Oct 23, 2024
juslesan added a commit that referenced this pull request Dec 3, 2024
Reverting PR #2820 due to backwards incompatibility with production. The
typeUrl of the PeerDescriptors in the Any protobuf message has changes
from `dht.PeerDescriptor` to `peerDescriptor.PeerDescriptor` in this
change. This makes it impossible to parse the stream entry points stored
stored in the DHT causing stream joining to not work.

The clean up of generated protobuf code will be implemented in #2842
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Related to CI configuration dht Related to DHT package network Related to Network Package proto-rpc sdk
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant